@charset "UTF-8";

@font-face {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: 0;
}

body,
html {
  height: 100%;
}

body {
  font-size: 18px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a,
a img,
button {
  outline: 0;
  border: none;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

a:hover,
button:hover {
  outline: 0;
}
#header {
  position: absolute;
}

#footer {
  padding: 0;
  border: none;
}

#footer .bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 80px;
}

@media (max-width: 768px) {
  #footer .bnr {
    padding: 0 40px;
  }
}

@media (max-width: 550px) {
  #footer .bnr {
    padding: 0 20px;
    display: block;
  }
}

@media (max-width: 350px) {
  #footer .bnr {
    padding: 0;
  }
}

#footer .bnr li {
  width: calc(50% - 20px);
}

@media (max-width: 550px) {
  #footer .bnr li {
    width: 100%;
    max-width: 215px;
    margin: auto;
  }

  #footer .bnr li + li {
    margin-top: 25px;
  }
}

#footer .bnr a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4em;
  line-height: 1;
  color: #e60039;
  border: 1px solid #e60039;
  width: 100%;
  display: block;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 550px) {
  #footer .bnr a {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  #footer .bnr a {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  #footer .bnr a:after {
    background-size: 8px;
    right: 6px;
  }
}

#footer .bnr a:hover:after {
  background: url(../img/arrow_wht.png) no-repeat center center;
  background-size: 12px;
}

#footer .footer-credit {
  font-size: 13px;
  text-align: left;
  margin-bottom: 2em;
}

#footer .note-wrapper {
  width: 100%;
}

#footer .note {
  max-width: 750px;
  margin: auto;
  font-size: 22px;
  line-height: 2;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
  padding: 0 37px 50px 50px;
}

@media (max-width: 750px) {
  #footer .note {
    font-size: 2.8vw;
    padding: 25px 25px 25px 40px;
  }
}

#footer .f-totop {
  display: block;
  margin: 80px auto 20px;
  width: 80px;
}

@media (max-width: 768px) {
  #footer .f-totop {
    margin-top: 70px;
  }
}

@media (max-width: 500px) {
  #footer .f-totop {
    margin-top: 40px;
    width: 66px;
  }
}

#footer .copyright {
  margin: 20px auto;
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 500px) {
  #footer .copyright {
    margin-top: 1.2em;
  }
}

@media (max-width: 750px) {
  .pc-br {
    display: none;
  }
}

body {
  text-align: center;
}

img {
  max-width: 100%;
}

#main_contents{
  padding-top: 72px;
}
@media (max-width: 767px) {
#main_contents{
  padding-top: 60px;
}
}

#main_contents img {
  width: 100%;
  max-width: 750px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-container img {
  max-width: 750px;
  height: auto;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.brand-list, 
#sec1, 
#sec3 {
  max-width: 750px;
  margin: auto;
  background-color: #e7e2dc;
}

.section1 {
  
}

@media (max-width: 600px) {
  .section1 {
    margin-top: 0;
  }
  .brand-list {
    padding: 0 20px 10px;
  }
}

.brand-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.brand-list__wrapper img {
  height: 18px;
}
.brand-list__wrapper a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brand-list__wrapper a:hover {
  opacity: 0.5;
}
.brand-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 58px;
  column-gap: 58px;
  row-gap: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brand-list__inner img {
  height: 18px;
}

#main_contents .btn  {
  display: flex;
  justify-content: center;
}

#main_contents .btn img {
  max-width: 230px;
}
#main_contents .btn2 img {
  width: 100%;
  max-width: 520px;
}
.brand-list__gender {
  padding: 35px 0;
}
.brand-list__gender img {
  height: 12px;
}
.brand-list__title img {
  width: 110px;
}
.brand-list__wrapper img,
.brand-list__inner img {
  height: 15px;
}

.brand-list__inner {
  column-gap: 48px;
}
.coat-main {
  background-color: ;
  width: 100%;
}
.view {
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding-bottom: 48px;
}
.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 150px auto 84px;
}
.share:first-child {
  margin-top: 0;
}
.share:last-child {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  #main_contents .btn2 img {
  max-width: 85%;
}
  .share {
    margin: 75px auto 40px;
  }
}
.share li {
  margin: auto 15px;
}
@media (max-width: 500px) {
  .share li {
    margin: auto 10px;
  }
}
.share a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 0 15px;
  padding-left: 10px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .share a {
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .share a {
    font-size: 10px;
    height: 25px;
    padding: 0 7px;
  }
}
.share a:hover {
  opacity: 0.6;
}
.share a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .share a:before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}
.share .facebook {
  background-color: #2c5aa0;
  border-radius: 4px;
}
.share .facebook:before {
  background-image: url(../img/sns_facebook.png);
}
.share .twitter {
  background-color: #1d9bf0;
  border-radius: 35px;
}
.share .twitter:before {
  background-image: url(../img/sns_twitter.png);
}
.share .line {
  background-color: #06c755;
  border-radius: 4px;
}
.share .line:before {
  background-image: url(../img/sns_line.png);
}
.img-inview > div.js-inview {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  transform: translate(0, 20%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.img-inview > div.js-inview.inviewed {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.banner-insta {
  margin: auto;
  max-width: 650px;
  padding: 110px 20px 95px 0;
}

@media (max-width: 750px) {
  .banner-insta {
    padding: 50px 20px 40px;
  }
}

.banner-insta a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-insta a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */
