@charset "UTF-8";
/* =========================================================
flex - flex関連の指定
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/* =========================================================
color - 色の設定
========================================================= */
/* =========================================================
font - font-familyの設定など
========================================================= */
/* =========================================================
typography - テキスト関連の設定
========================================================= */
/* =========================================================
アイダブルシー(IWC)（ブランド階層）
========================================================= */
.p-iwc-mainvisual {
  overflow: hidden;
}
.p-iwc-mainvisual--wrap {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  max-height: 600px;
  padding: 5% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual--wrap {
    max-height: 450px;
  }
}
.p-iwc-mainvisual_title {
  font-size: calc(28 * (100vw / 520));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_title {
    font-size: calc(28 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_title {
    font-size: calc(32 * (100vw / 980));
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-iwc-mainvisual_animation .brandname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  animation-name: mv-logo;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -50vw;
  margin: auto;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_animation .brandname {
    left: -40vw;
  }
}
@media screen and (min-width: 1150px) {
  .p-iwc-mainvisual_animation .brandname {
    left: -30vw;
  }
}
.p-iwc-mainvisual_animation .brandname img {
  max-width: calc(338 * (100vw / 768));
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_animation .brandname img {
    max-width: calc(338 * (100vw / 980));
    left: -50vw;
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_animation .brandname img {
    max-width: 315px;
    left: -40vw;
  }
}
.p-iwc-mainvisual_animation .slide01 {
  opacity: 0;
  visibility: hidden;
  animation-name: mv-fadein01;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60vw;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_animation .slide01 {
    top: 0;
    bottom: auto;
    right: -50vw;
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_animation .slide01 {
    right: -40vw;
  }
}
.p-iwc-mainvisual_animation .slide01 .mv_product {
  animation-name: mv-left;
  animation-duration: 6s;
  animation-timing-function: ease-in;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_animation .slide01 .mv_product {
    max-height: 450px;
  }
}
.p-iwc-mainvisual_animation .slide02 {
  opacity: 0;
  visibility: hidden;
  animation-name: mv-fadein01;
  animation-duration: 6s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20vw;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_animation .slide02 {
    top: 0;
    bottom: auto;
    right: -45vw;
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_animation .slide02 {
    right: -35vw;
  }
}
.p-iwc-mainvisual_animation .slide02 .mv_product {
  animation-name: mv-top;
  animation-duration: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  height: 100%;
  position: relative;
  top: -20px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_animation .slide02 .mv_product {
    max-height: 450px;
  }
}
.p-iwc-mainvisual_carousel {
  animation-name: mv-fadein02;
  animation-duration: 12s;
  animation-fill-mode: forwards;
  padding: 0 40px;
}
.p-iwc-mainvisual_carousel--list {
  margin: 30px auto 0;
  max-width: 600px;
  position: relative;
  width: 100vw;
}
.p-iwc-mainvisual_carousel .carousel-arrow {
  height: 18px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.p-iwc-mainvisual_carousel .carousel-arrow:before {
  background-color: #394656;
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-iwc-mainvisual_carousel .carousel-arrow:after {
  background-color: #394656;
  content: '';
  display: block;
  height: 1px;
  width: 12px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 9px;
  margin: auto;
}
.p-iwc-mainvisual_carousel .carousel-arrow:hover {
  cursor: pointer;
}
.p-iwc-mainvisual_carousel .carousel-arrow.prev-arrow {
  left: 15px;
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel .carousel-arrow.prev-arrow {
    left: -30px;
  }
}
.p-iwc-mainvisual_carousel .carousel-arrow.prev-arrow:after {
  transform: rotate(-45deg);
  left: -1px;
  margin: auto;
}
.p-iwc-mainvisual_carousel .carousel-arrow.next-arrow {
  right: 15px;
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel .carousel-arrow.next-arrow {
    right: -30px;
  }
}
.p-iwc-mainvisual_carousel .carousel-arrow.next-arrow:after {
  right: -1px;
  margin: auto;
}
.p-iwc-mainvisual_carousel--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-iwc-mainvisual_carousel figure > picture img {
  margin: auto;
  max-height: calc(250 * (100vw / 768));
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel figure > picture img {
    max-height: 180px;
  }
}
.p-iwc-mainvisual_carousel figure figcaption .brandname {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: calc(32 * (100vw / 768));
  line-height: 1.1;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_carousel figure figcaption .brandname {
    font-size: calc(32 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel figure figcaption .brandname {
    font-size: calc(22 * (100vw / 980));
    margin: 18px 0 0;
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_carousel figure figcaption .brandname {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-iwc-mainvisual_carousel figure figcaption .list > li {
  font-family: "EB Garamond", serif;
  font-size: calc(22 * (100vw / 768));
  letter-spacing: .1rem;
  line-height: 1.4;
  margin: 5px 0 0;
  text-align: center;
  word-break: break-all;
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li {
    font-size: calc(22 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li {
    font-size: calc(15 * (100vw / 980));
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-iwc-mainvisual_carousel figure figcaption .list > li.amount {
  font-size: calc(36 * (100vw / 768));
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li.amount {
    font-size: calc(36 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li.amount {
    font-size: calc(27 * (100vw / 980));
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li.amount {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-iwc-mainvisual_carousel figure figcaption .list > li .unit {
  font-size: calc(24 * (100vw / 768));
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li .unit {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li .unit {
    font-size: calc(16 * (100vw / 980));
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li .unit {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-iwc-mainvisual_carousel figure figcaption .list > li .btn {
  font-size: calc(32 * (100vw / 768));
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li .btn {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li .btn {
    font-size: calc(16 * (100vw / 980));
  }
}
@media screen and (min-width: 980px) {
  .p-iwc-mainvisual_carousel figure figcaption .list > li .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-iwc-mainvisual_carousel figure figcaption .btn {
  margin: 15px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel figure figcaption .btn {
    margin: 32px 0 0;
    text-align: left;
  }
}
.p-iwc-mainvisual_carousel figure figcaption .btn a {
  background-color: initial;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: calc(18 * (100vw / 768));
  padding: 20px 50px;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .p-iwc-mainvisual_carousel figure figcaption .btn a {
    font-size: calc(12 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-iwc-mainvisual_carousel figure figcaption .btn a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@keyframes mv-fadein01 {
  0% {
    opacity: 0;
    visibility: visible;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes mv-fadein02 {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  90% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv-top {
  0% {
    top: -20px;
  }
  100% {
    top: 30px;
  }
}
@keyframes mv-left {
  0% {
    right: 0;
  }
  100% {
    right: 150px;
  }
}
@keyframes mv-logo {
  0% {
    opacity: 0;
    visibility: visible;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
