@charset "UTF-8";
@import url("https://use.typekit.net/tom0tqp.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #EFEFEF;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 300px;
  height: 57px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #ECA514;
  display: block;
}

header {
  width: 100%;
  border-top: solid 3px #ECA514;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
header .inner h1 {
  width: 80px;
}
header .inner h1 span {
  width: 100%;
  height: 31px;
  background-image: url(../images/logo_head.png);
  background-repeat: no-repeat;
  background-position: centr;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li {
  width: auto;
}
header .inner ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner ul li a {
  color: #ECA514;
  font-family: "ambroise-std", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #111;
}
header .inner ul li span {
  width: 1px;
  height: 1.4rem;
  background-color: #ECA514;
  margin-left: 10px;
  display: block;
}

main {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 0px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#visual {
  width: 880px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main .inner section#visual:not(:last-child) {
  margin-bottom: 80px;
}
main .inner section#visual.on .copy h3 {
  clip-path: inset(0 0 0 0);
}
main .inner section#visual.on .copy h4 span {
  clip-path: inset(0 0 0 0);
}
main .inner section#visual.on .copy h5 span {
  clip-path: inset(0 0 0 0);
}
main .inner section#visual.on .ph > div {
  opacity: 1;
}
main .inner section#visual .copy {
  width: 100%;
  height: 100%;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .inner section#visual .copy h3 {
  width: 100%;
  height: 57px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 1.25s;
}
main .inner section#visual .copy h3 span {
  width: 300px;
  height: 57px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .inner section#visual .copy h4 {
  width: 670px;
  position: absolute;
  top: 20px;
  left: -60px;
  z-index: 3;
}
main .inner section#visual .copy h4 span {
  width: 670px;
  height: 220px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 1.5s;
}
main .inner section#visual .copy h5 {
  position: absolute;
}
main .inner section#visual .copy h5 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 1.75s;
}
main .inner section#visual .copy h5.brand1 {
  width: 482px;
  top: 890px;
  left: 0px;
}
main .inner section#visual .copy h5.brand1 span {
  background-image: url(../images/catch1.png);
  width: 482px;
  height: 93px;
}
main .inner section#visual .copy h5.brand2 {
  width: 488px;
  top: 1175px;
  right: 0px;
}
main .inner section#visual .copy h5.brand2 span {
  background-image: url(../images/catch2.png);
  width: 488px;
  height: 100px;
}
main .inner section#visual .ph {
  width: 100%;
  height: auto;
  position: relative;
}
main .inner section#visual .ph > div {
  opacity: 0;
}
main .inner section#visual .ph > div.p1 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transition: all 0.3s ease-in 0.25s;
}
main .inner section#visual .ph > div.p2 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.3s ease-in 0.5s;
}
main .inner section#visual .ph > div.p3 {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in 0.75s;
}
main .inner section#lead {
  width: 880px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
main .inner section#lead.on {
  opacity: 1;
}
main .inner section#lead:not(:last-child) {
  margin-bottom: 140px;
}
main .inner section#lead p {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
}
main .inner section#lead p:not(:last-child) {
  margin-bottom: 20px;
}
main .inner section#brands {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#brands:not(:last-child) {
  margin-bottom: 200px;
}
main .inner section#brands .brand {
  width: 860px;
  padding: 0px;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
}
main .inner section#brands .brand:not(:last-child) {
  margin-bottom: 200px;
}
main .inner section#brands .brand.on .inner .banner {
  opacity: 1;
}
main .inner section#brands .brand.on .inner .text {
  opacity: 1;
}
main .inner section#brands .brand .inner {
  width: 100%;
  padding: 20px 0 0 0;
  position: relative;
}
main .inner section#brands .brand .inner .banner {
  width: calc(100% - 40px);
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .inner section#brands .brand .inner .text {
  width: 100%;
  padding: 40px;
  border-bottom: solid 1px #999999;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .inner section#brands .brand .inner .text p {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
}
main .inner section#brands .brand .inner .product {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .inner section#brands .brand .inner .product::before {
  content: "";
  width: 1px;
  background-color: #999999;
  display: block;
  order: 2;
}
main .inner section#brands .brand .inner .product.last::after {
  content: "";
  width: calc((100% - 1px) / 2);
  border-bottom: solid 1px #999999;
  display: block;
  order: 3;
}
main .inner section#brands .brand .inner .product.on > div {
  opacity: 1;
}
main .inner section#brands .brand .inner .product > div {
  width: calc((100% - 1px) / 2);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
}
main .inner section#brands .brand .inner .product > div:nth-child(1) {
  transition: all 0.5s ease-in 0s;
  order: 1;
}
main .inner section#brands .brand .inner .product > div:nth-child(2) {
  transition: all 0.5s ease-in 0.25s;
  order: 3;
}
main .inner section#brands .brand .inner .product > div::after {
  content: "";
  width: 100%;
  height: 10px;
  border-bottom: solid 1px #999999;
  display: block;
}
main .inner section#brands .brand .inner .product > div .ph {
  width: calc(100% - 40px);
  padding: 20px 0 0 0;
  margin-bottom: 30px;
}
main .inner section#brands .brand .inner .product > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
main .inner section#brands .brand .inner .product > div dl dt {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner section#brands .brand .inner .product > div dl dd {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main .inner section#brands .brand .inner .product > div > p {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 40px;
}
main .inner section#brands .brand .inner .product > div .btn {
  width: calc(100% - 40px);
  margin-top: auto;
  border: solid 1px #999999;
  border-radius: 20px;
}
main .inner section#brands .brand .inner .product > div .btn a {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 25px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .inner section#brands .brand .inner .product > div .notice {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: calc(100% - 40px);
  margin-top: auto;
}
main .inner section#contents {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec {
  width: 100%;
  overflow: hidden;
}
main .inner section#contents .sec:not(:last-child) {
  margin-bottom: 50px;
}
main .inner section#contents .sec.sec5 {
  margin-bottom: 140px;
}
main .inner section#contents .sec .slider {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .inner section#contents .sec .slider.on {
  opacity: 1;
}
main .inner section#contents .sec .slider:not(:last-child) {
  margin-bottom: 50px;
}
main .inner section#contents .sec .slider .swiper-wrapper {
  transition-timing-function: linear;
}
main .inner section#contents .sec .insec {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec .insec > div {
  width: 860px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .inner section#contents .sec .insec > div.on {
  opacity: 1;
}
main .inner section#contents .sec .insec > div img {
  width: 100%;
  height: auto;
}
main .inner section#contents .sec .insec > div .credits {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 0px;
  left: 0px;
}
main .inner section#contents .sec .insec > div .credits > div {
  width: 50%;
}
main .inner section#contents .sec .insec > div .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents .sec .insec > div .credits > div.item-d-none dl dt {
  width: auto;
}
main .inner section#contents .sec .insec > div .credits > div.item-d-none dl dd {
  width: auto;
}
main .inner section#contents .sec .insec > div .credits > div.item-d-none dl dd a {
  display: none;
}
main .inner section#contents .sec .insec > div .credits > div.item-d-none dl dd span {
  color: #111;
  font-family: "ambroise-std", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner section#contents .sec .insec > div .credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner section#contents .sec .insec > div .credits > div dl dt {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .inner section#contents .sec .insec > div .credits > div dl dt span {
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner section#contents .sec .insec > div .credits > div dl dt span.price {
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .inner section#contents .sec .insec > div .credits > div dl dt span.price::before {
  content: "¥";
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner section#contents .sec .insec > div .credits > div dl dt span.price::after {
  content: "(taxin)";
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner section#contents .sec .insec > div .credits > div dl dt span:not(:first-child) {
  margin-left: 5px;
}
main .inner section#contents .sec .insec > div .credits > div dl dd {
  width: 80px;
}
main .inner section#contents .sec .insec > div .credits > div dl dd a {
  color: #FFF;
  font-family: "quasimoda", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 9px;
  border: solid 1px #FFF;
  border-radius: 40px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .sec .insec > div .credits > div dl dd a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
main .inner section#contents .sec .insec > div .credits > div dl dd span {
  display: none;
}
main .inner section#contents footer {
  width: 100%;
  padding: 120px 0 40px 0;
  background-color: #ECA514;
}
main .inner section#contents footer .inner {
  width: 860px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents footer .inner .info {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
main .inner section#contents footer .inner .info h4 {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner section#contents footer .inner .info h4 + p {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .inner section#contents footer .inner .info dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents footer .inner .info dl dt {
  color: #FFF;
  font-family: "ambroise-std", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner section#contents footer .inner .info dl dd {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .inner section#contents footer .inner .link {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
}
main .inner section#contents footer .inner .link h4 {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner section#contents footer .inner .link h4 + p {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .inner section#contents footer .inner .link dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents footer .inner .link dl:not(:last-child) {
  margin-bottom: 60px;
}
main .inner section#contents footer .inner .link dl::before {
  content: "";
  width: 30px;
  height: 1px;
  margin-bottom: 20px;
  background-color: #FFF;
  display: block;
  order: 2;
}
main .inner section#contents footer .inner .link dl dt {
  color: #FFF;
  font-family: "ambroise-std", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
  order: 1;
}
main .inner section#contents footer .inner .link dl dd {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  order: 3;
}
main .inner section#contents footer .inner .link dl dd:not(:last-child) {
  margin-bottom: 30px;
}
main .inner section#contents footer .inner .link dl dd:nth-child(n+3):not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents footer .inner .link dl dd:nth-child(n+3) a {
  color: #ECA514;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  padding: 3px;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents footer .inner .link dl dd:nth-child(n+3) a:hover {
  background-color: #111;
}
main .inner section#contents footer .inner .credit {
  width: 860px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  border-top: solid 1px #FFF;
}
main .inner section#contents footer .inner .credit ul {
  text-align: left;
}
main .inner section#contents footer .inner .credit ul li a {
  color: #FFF;
  font-family: "ambroise-std", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents footer .inner .credit ul li a:hover {
  color: #111;
}
main .inner section#contents footer .inner .credit ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents footer .inner .credit p {
  color: #FFF;
  font-family: "ambroise-std", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}
main .inner section#contents footer .inner .pgtop {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
main .inner section#contents footer .inner .pgtop p {
  color: #FFF;
  font-family: "ambroise-std", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader .inner h2 {
    width: 125px;
    height: 24px;
  }

  header {
    border-top: solid 3px #ECA514;
  }
  header .inner {
    width: 100%;
    padding: 10px 10px 0 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  header .inner h1 {
    width: 64px;
  }
  header .inner h1 span {
    width: 100%;
    height: 25px;
    background-image: url(../images/logo_head.png);
    background-repeat: no-repeat;
    background-position: centr;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  header .inner ul li {
    width: auto;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 5px;
  }
  header .inner ul li a {
    color: #ECA514;
    font-family: "ambroise-std", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #ECA514;
  }
  header .inner ul li span {
    height: 1.2rem;
    margin-left: 5px;
  }

  main {
    padding: 75px 0 0 0;
  }
  main .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#visual {
    width: 100%;
    padding: 0px;
  }
  main .inner section#visual:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner section#visual .copy {
    width: 100%;
    height: 100%;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main .inner section#visual .copy h3 {
    width: 100%;
    height: 29px;
  }
  main .inner section#visual .copy h3 span {
    width: 150px;
    height: 29px;
  }
  main .inner section#visual .copy h4 {
    width: 250px;
    top: 20px;
    left: 0px;
  }
  main .inner section#visual .copy h4 span {
    width: 250px;
    height: 82px;
  }
  main .inner section#visual .copy h5 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
  }
  main .inner section#visual .copy h5.brand1 {
    width: 50%;
    top: calc(50% + 90px);
    left: 0px;
  }
  main .inner section#visual .copy h5.brand1 span {
    background-image: url(../images/catch1.png);
    width: 100%;
    height: 9.71vw;
  }
  main .inner section#visual .copy h5.brand2 {
    width: 50%;
    top: calc(50% + 220px);
    right: 0px;
  }
  main .inner section#visual .copy h5.brand2 span {
    background-image: url(../images/catch2.png);
    width: 100%;
    height: 11.95vw;
  }
  main .inner section#lead {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#lead:not(:last-child) {
    margin-bottom: 70px;
  }
  main .inner section#lead p {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner section#lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner section#brands {
    width: 100%;
  }
  main .inner section#brands:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner section#brands .brand {
    width: calc(100% - 20px);
  }
  main .inner section#brands .brand:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner section#brands .brand .inner {
    width: 100%;
    padding: 20px 0 0 0;
    position: relative;
  }
  main .inner section#brands .brand .inner .banner {
    position: relative;
  }
  main .inner section#brands .brand .inner .text {
    padding: 20px;
  }
  main .inner section#brands .brand .inner .text p {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner section#brands .brand .inner .product {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#brands .brand .inner .product::before {
    content: none;
  }
  main .inner section#brands .brand .inner .product.last::after {
    content: none;
  }
  main .inner section#brands .brand .inner .product > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#brands .brand .inner .product > div:nth-child(1) {
    order: 1;
  }
  main .inner section#brands .brand .inner .product > div:nth-child(2) {
    order: 3;
  }
  main .inner section#brands .brand .inner .product > div::after {
    height: 20px;
  }
  main .inner section#brands .brand .inner .product > div .ph {
    width: calc(100% - 40px);
    padding: 20px 0 0 0;
    margin-bottom: 30px;
  }
  main .inner section#brands .brand .inner .product > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  main .inner section#brands .brand .inner .product > div dl dt {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .inner section#brands .brand .inner .product > div dl dd {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main .inner section#brands .brand .inner .product > div > p {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  main .inner section#brands .brand .inner .product > div .btn {
    width: calc(100% - 40px);
    margin-top: auto;
    border: solid 1px #999999;
    border-radius: 20px;
  }
  main .inner section#brands .brand .inner .product > div .btn a {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .inner section#brands .brand .inner .product > div .notice {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: calc(100% - 40px);
    margin-top: auto;
  }
  main .inner section#contents {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec {
    width: 100%;
    overflow: hidden;
  }
  main .inner section#contents .sec:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner section#contents .sec.sec5 {
    margin-bottom: 100px;
  }
  main .inner section#contents .sec .slider {
    width: 100%;
  }
  main .inner section#contents .sec .slider:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner section#contents .sec .slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  main .inner section#contents .sec .insec {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec .insec > div {
    width: calc(100% - 40px);
  }
  main .inner section#contents .sec .insec > div .credits {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  main .inner section#contents .sec .insec > div .credits > div {
    width: 100%;
  }
  main .inner section#contents .sec .insec > div .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents .sec .insec > div .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .inner section#contents .sec .insec > div .credits > div dl dt {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#contents .sec .insec > div .credits > div dl dt span:last-child {
    width: 100%;
    padding-top: 5px;
    margin-left: 0px;
  }
  main .inner section#contents .sec .insec > div .credits > div dl dd {
    width: 50px;
  }
  main .inner section#contents footer {
    width: 100%;
    padding: 60px 0 40px 0;
    background-color: #ECA514;
  }
  main .inner section#contents footer .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner section#contents footer .inner .info {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  main .inner section#contents footer .inner .info h4 {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .inner section#contents footer .inner .info h4 + p {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .inner section#contents footer .inner .info dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents footer .inner .info dl dt {
    color: #FFF;
    font-family: "ambroise-std", serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .inner section#contents footer .inner .info dl dd {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .inner section#contents footer .inner .link {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  main .inner section#contents footer .inner .link h4 {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .inner section#contents footer .inner .link h4 + p {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .inner section#contents footer .inner .link dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents footer .inner .link dl:not(:last-child) {
    margin-bottom: 60px;
  }
  main .inner section#contents footer .inner .link dl::before {
    content: "";
    width: 30px;
    height: 1px;
    margin-bottom: 20px;
    background-color: #FFF;
    display: block;
    order: 2;
  }
  main .inner section#contents footer .inner .link dl dt {
    color: #FFF;
    font-family: "ambroise-std", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
    order: 1;
  }
  main .inner section#contents footer .inner .link dl dd {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    order: 3;
  }
  main .inner section#contents footer .inner .link dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner section#contents footer .inner .link dl dd:nth-child(n+3):not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents footer .inner .link dl dd:nth-child(n+3) a {
    color: #ECA514;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #FFF;
    padding: 3px;
    transition: all 0.25s ease-in 0s;
  }
  main .inner section#contents footer .inner .link dl dd:nth-child(n+3) a:hover {
    background-color: #111;
  }
  main .inner section#contents footer .inner .credit {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    border-top: solid 1px #FFF;
  }
  main .inner section#contents footer .inner .credit ul {
    text-align: left;
    margin-bottom: 40px;
  }
  main .inner section#contents footer .inner .credit ul li a {
    color: #FFF;
    font-family: "ambroise-std", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main .inner section#contents footer .inner .credit ul li a:hover {
    color: #111;
  }
  main .inner section#contents footer .inner .credit ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents footer .inner .credit p {
    color: #FFF;
    font-family: "ambroise-std", serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
  }
  main .inner section#contents footer .inner .pgtop {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    cursor: pointer;
  }
  main .inner section#contents footer .inner .pgtop p {
    color: #FFF;
    font-family: "ambroise-std", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}

/*# sourceMappingURL=style.css.map */
