@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}
.mainvisual{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    }
.main_lead_ttl {
font-size: 18px;    
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.area-container {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
.area-wrapper .elem-btn a {
  font-size: 16px;
  width: 400px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #fff;
  background: #000;
  line-height: 1;
  font-weight: 600;
  padding: 22px 0;
  border-radius: 30px;
}
@media screen and (max-width: 896px) {
  .area-wrapper .elem-btn a {
    width: auto;
    margin: 0 30px;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  margin: 0 0 60px;
}
.area-header .mainvisual {
  background: #164783;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.area-header .mainvisual .box {
  padding: 80px 0 90px;
}
.area-header .mainvisual p {
  font-size: 20px;
}
.area-header .mainvisual .head-logo {
  width: 435px;
  margin: 20px auto 0;
}
.area-header .mainvisual .date {
  width: 320px;
  margin: 0 auto;
}
.area-header .mainvisual .brand-logo {
  display: none;
}
.area-header .header-text {
  font-size: 15px;
  font-weight: 400;
  margin: 100px auto 80px;
  line-height: 1.8;
  text-align: center;
}
.area-header .area-notice {
  width: 840px;
  margin: 0 auto 70px;
  padding: 30px 40px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.area-header .area-notice h2 {
  font-size: 16px;
  width: 160px;
  font-weight: 700;
  border: 1px solid #164783;
  display: inline-block;
  color: #164783;
  line-height: 1;
  border-radius: 30px;
  padding: 8px 12px;
  margin: 0 0 26px;
}
.area-header .area-notice ul {
  text-align: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.area-header .area-notice ul li span {
  margin-right: 0.5em;
}
@media screen and (max-width: 896px) {
  .area-header .mainvisual .box {
    padding: 25px 0 20px;
  }
  .area-header .mainvisual p {
    font-size: 16px;
  }
  .area-header .mainvisual .head-logo {
    width: 60%;
    margin: 2% 20% 0;
  }
  .area-header .mainvisual .date {
    width: 53%;
    margin: 0 auto;
  }
  .area-header .mainvisual .brand-logo {
    display: block;
    width: 12%;
    margin: 5% auto 0;
  }
  .area-header .header-text {
    font-size: 15px;
    margin: 50px auto 60px;
    text-align: center;
  }
  .area-header .area-notice {
    width: auto;
    margin: 0 30px 70px;
    padding: 30px 20px;
  }
  .area-header .area-notice h2 {
    font-size: 16px;
    padding: 8px 12px;
    margin: 0 0 26px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto 100px;
  padding: 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
}
.area-body .section-movie {
  width: 800px;
  margin: 0 auto;
}
.area-body .area-due-date p {
  font-size: 20px;
  font-weight: 600;
}
.area-body .area-due-date .date-box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
}
.area-body .area-due-date .date-box .date-num {
  color: #fff;
  font-size: 160px;
  background: #164783;
  letter-spacing: 15px;
  padding: 0 6px 10px 20px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin: 20px;
}
.area-body .pick-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin: 90px 0 0;
}
.area-body section {
  padding: 30px 0 90px;
  margin: 0;
}
.area-body section .brand-img {
  width: 400px;
    padding-top: 100px;
  margin: 0 auto 100px;
}
.area-body section .product-list {
  width: 920px;
  margin: 0 auto;
    justify-content: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.area-body section .product-list li {
  width: 280px;
  margin: 0 40px 80px 0;
  text-align: left;
  font-family: "pragmatica-extended", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}
.area-body section .product-list li:nth-child(3n) {
  margin-right: 0;
}
.area-body section .product-list li:hover .product-list--img .mask {
  opacity: 1;
}
.area-body section .product-list li:hover .product-list--img img {
  transform: scale(1.03);
  opacity: 0.8;
}
.area-body section .product-list li .product-list--img {
  margin: 0 0 28px;
  display: block;
  position: relative;
}
.area-body section .product-list li .product-list--img img {
  transition: all 0.3s ease;
  max-width: 70%;
  margin: 5% 15%;
}
.area-body section .product-list li .product-list--img .mask {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(155, 155, 154, 0.5);
  transition: all 0.3s ease;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.area-body section .product-list li .product-list--img .mask .mask-wrapper {
  text-align: center;
  padding: 0 10px;
}
.area-body section .product-list li .product-list--img .mask .mask-wrapper .column-name {
  font-size: 12px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.area-body section .product-list li .product-list--img .mask .mask-wrapper .column-price {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 200;
  display: block;
}
.area-body section .product-list li .product-list--brand {
  font-size: 10px;
  margin-bottom: 4px;
  display: block;
  color: #9B9B9B;
  font-family: "pragmatica-extended", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.area-body section .product-list li .product-list--name {
  font-size: 12px;
  display: block;
  font-weight: 300;
  font-family: "pragmatica-extended", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.area-body section .elem-morebtn {
  margin-top: 50px;
}
.area-body section .elem-morebtn a {
  font-size: 16px;
  width: 320px;
  line-height: 1;
  padding: 16px 0;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  margin: 0 auto;
}
.area-body section .foot-logo {
  width: 435px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 896px) {
  .area-body {
    padding: 30px 0 50px;
  }
  .area-body .section-movie {
    width: auto;
    margin: 0 auto;
  }
  .area-body .area-due-date p {
    font-size: 20px;
    font-weight: 600;
  }
  .area-body .area-due-date .date-box {
    font-size: 32px;
    font-weight: 600;
  }
  .area-body .area-due-date .date-box .ato {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .area-body .area-due-date .date-box .date-num {
    font-size: 126px;
    letter-spacing: 15px;
    padding: 0 4px 10px 20px;
    margin: 10px 10px 10px 0;
  }
  .area-body .pick-title {
    font-size: 40px;
    margin: 40px 0 0;
    padding: 0;
  }
  .area-body section {
    padding: 30px 0 90px;
    margin: 0;
  }
  .area-body section .brand-img {
    width: auto;
    margin: 0 auto 40px;
  }
  .area-body section .product-list li:nth-child(1), .area-body section .product-list li:nth-child(4) {
    order: 1;
  }
  .area-body section .product-list li:nth-child(2), .area-body section .product-list li:nth-child(5) {
    order: 2;
  }
  .area-body section .product-list li:nth-child(3), .area-body section .product-list li:nth-child(6) {
    order: 3;
  }
  .area-body section .product-list {
    width: 100%;
    margin: 0 20px;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .area-body section .product-list li {
    min-width: 240px;
    margin: 0 20px 30px 0;
  }
  .area-body section .product-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .area-body section .product-list li .product-list--img {
    margin: 0 0 28px;
    display: block;
    position: relative;
  }
  .area-body section .product-list li .product-list--img img {
    transition: all 0.3s ease;
    max-width: 80%;
    margin: 5% 10%;
  }
  .area-body section .product-list li .product-list--brand {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .area-body section .product-list li .product-list--name {
    font-size: 12px;
  }
  .area-body section .elem-morebtn {
    margin-top: 50px;
  }
  .area-body section .elem-morebtn a {
    font-size: 16px;
    width: auto;
    line-height: 1;
    padding: 16px 0;
    margin: 0 30px;
  }
  .area-body section .foot-logo {
    width: auto;
    margin: 0 30px 60px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}