@charset "utf-8";

/* loading */
@media all and (min-width: 768px) {
#cover {
    background: url('../img/loading.gif') center center no-repeat;
    background-color: #fff;
}
}


/* base */
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
#gHeader {
    position: fixed !important;
    transform: none !important;
}

.teturnTop svg {
    fill: #595959;
}

.hero .fadeInAnim,
.season2025winter_limited .fadeInAnim {
  -webkit-transition: opacity .8s ease-out, transform 1.2s ease-out;
  transition: opacity .8s ease-out, transform 1.2s ease-out;
}
.season2025winter_limited .fadeInAnim {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.season2025winter_limited .fadeInAnim.visible {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* page */


:root {
  --color-base: #001C25;
  --color-white: #fff;
}


@media all and (min-width: 768px) {
#main {
  padding-bottom: 110px;
  min-width: 1440px;
  overflow: hidden;
  background-color: #0a0911;
}
}


/* flowText */
.flowText {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 2.4; /* 全体の行間を維持 */
  letter-spacing: 0.04em;
  opacity: 0;
  display: inline-block;
}

.flowText .line {
  margin-bottom: 1.4em;
  overflow: hidden;
  line-height: 1;      /* マスク範囲だけ line-height:1 */
  height: 1em;         /* 文字サイズぶんだけ表示 */
  display: flex;
  justify-content: center;
  align-items: center;  /* 上下中央に文字を配置 */
}

.flowText .line span {
  opacity: 0;
  display: inline-block;
  transform: translateY(100%);
}

.flowText .line span.show {
  animation: fadeUp 0.6s forwards;
  animation-delay: 1.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* hero */
.hero {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #a79a91;
}
.hero .heroTag {
  width: 70px;
  position: absolute;
  left: 40px;
  top: 120px;
  z-index: 2;
}
@media all and (min-width: 768px) {
.hero {
  min-width: 1440px;
}
  #gFooter {
    min-width: 1440px;
  }
}
@media all and (max-width: 767px) {
  .hero .heroTag {
    width: calc(84/750*100vw);
    left: calc(32/750*100vw);
    top: calc(180/750*100vw);
  }
}
.hero .naviArea {
  padding-bottom: 120px;
  text-align: center;
}
.hero .naviArea .naviText {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.04em;
  transition-delay: .5s;
}
.hero .naviArea .naviText.addText {
  font-size: 16px;
}
.hero .naviArea .naviText.addText {
  width: auto;
  padding: 0 1.5em;
  display: inline-block;
  border: #fff 1px solid;
  text-align: center;
  transition-delay: 1s;
  transform: translateY(0px);
}
.hero .naviArea .naviText + .naviText {
  margin-top: 2.5em;
}
.hero .naviArea ul.naviList {
  width: 1120px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.hero .naviArea ul.naviList li {
  position: relative;
}
.hero .naviArea ul.naviList li a {
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgba(255,255,255,1);
}
.hero .naviArea ul.naviList li a .img {
  width: 282px;
}
.hero .naviArea ul.naviList li a .text {
  padding-left: 16px;
}
.hero .naviArea ul.naviList li a .textJP {
  padding-left: 0.6em;
  color: #dbdbd6;
  font-size: 14px;
}
.hero .naviArea ul.naviList li.navi01 a .text {
  width: 162px;
}
.hero .naviArea ul.naviList li.navi02 a .text {
  width: 165px;
}
.hero .naviArea ul.naviList li.navi03 a .text {
  width: 128px;
}
.hero .naviArea ul.naviList li.navi04 a .text {
  width: 198px;
}
.hero .naviArea ul.naviList li.navi05 a .text {
  width: 118px;
}
.hero .naviArea ul.naviList li.navi06 a .text {
  width: 200px;
}
.hero .naviArea ul.naviList li.navi07 a .text {
  width: 192px;
}
.hero .naviArea ul.naviList li a .arrow {
  width: 40px;
  height: 20px;
  margin: auto 0;
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
}
.hero .naviArea ul.naviList li .arrow_under .arrow_underIcon {
  left: 66px;
  right: auto;
}
.hero .naviArea ul.naviList li:last-of-type a .img {
  width: 360px;
}
.hero .naviArea ul.naviList li:last-of-type .arrow_under .arrow_underIcon {
  left: 90px;
  right: auto;
  bottom: 16px;
}
@media all and (max-width: 767px) {
  .hero .naviArea ul.naviList li .arrow_under .arrow_underIcon {
    left: calc(106/750*100vw);
    right: auto;
  }
  .hero .naviArea ul.naviList li:last-of-type .arrow_under .arrow_underIcon {
    left: calc(106/750*100vw);
    right: auto;
  }
}

.hero .itemBtn {
    position: absolute;
    z-index: 5;
    text-align: center;
}
.hero .itemBtn101.itemBtn {
  left: 840px;
  top: 440px;
}
.hero .itemBtn102.itemBtn {
  left: 950px;
  top: 480px;
}
.hero .itemBtn103.itemBtn {
  left: 1050px;
  top: 500px;
}
@media all and (max-width: 767px) {
.hero .naviArea ul.naviList {
  width: calc(482/750*100vw);
  margin: 0 auto;
  display: block;
}
.hero .naviArea ul.naviList li {
  margin-bottom: calc(30/750*100vw);
}
.hero .naviArea ul.naviList li a .img {
  width: 100%;
}
.hero .naviArea ul.naviList li:nth-last-child(1) {
  margin-top: calc(60/750*100vw);
}
.hero .naviArea ul.naviList li.navi01 a .text {
  width: calc(216/750*100vw);
}
.hero .naviArea ul.naviList li.navi02 a .text {
  width: calc(216/750*100vw);
}
.hero .naviArea ul.naviList li.navi03 a .text {
  width: calc(168/750*100vw);
}
.hero .naviArea ul.naviList li.navi04 a .text {
  width: calc(262/750*100vw);
}
.hero .naviArea ul.naviList li.navi05 a .text {
  width: calc(156/750*100vw);
}
.hero .naviArea ul.naviList li.navi06 a .text {
  width: calc(260/750*100vw);
}
.hero .naviArea ul.naviList li.navi07 a .text {
  width: calc(246/750*100vw);
}
.hero .naviArea .naviFlex.fadeInAnim.visible .navi06 {
  margin-bottom: calc(60/750*100vw);
}
.hero .naviArea  ul.naviList li:nth-last-child(1) .arrow_under .arrow_underIcon {
  left: calc(116/750*100vw);
}
.hero .naviArea ul.naviList li a .arrow {
  width: calc(56/750*100vw);
  height: calc(26/750*100vw);
  right: calc(48/750*100vw);
}
.hero .itemBtn101.itemBtn {
  left: calc(220/750*100vw);
  top: calc(506/750*100vw);
}
.hero .itemBtn102.itemBtn {
  left: calc(350/750*100vw);
  top: calc(596/750*100vw);

}
.hero .itemBtn103.itemBtn {
  left: calc(480/750*100vw);
  top: calc(626/750*100vw);
}
}

.movieArea {
  margin-bottom: -1%;
}
.hero .movieArea {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.hacobune-app-container {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
}
.hacobune-unit-video-outline,
.hacobune-readmore {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
  display: none;
}
.hacobune-readmore {
  margin-bottom: 0 !important;
}
.hacobune-video-js.videojs-default-skin {
  background-color: #000 !important;
}
.movieArea .vid_main {
  width: 100%;
}
.hero .naviLead img {
  mix-blend-mode: multiply;
}

.leadTextArea,
.leadTextArea .line {
  display: flex;
  justify-content: left;
  align-items: baseline;
  gap: 0 9px;
  overflow: hidden;
}
.reverse .leadTextArea,
.reverse .leadTextArea .line {
  justify-content: right;
}
.leadTextArea .spaceBefore {
  margin-left: 18px;
}
.sec01 .leadTextArea .spaceBefore {
  margin-left: 44px;
}
.hero .leadTextArea {
  margin-top: 30px;
  justify-content: center;
  gap: 0 6px;
  transform: translateX(-286px);
}
@media all and (max-width: 767px) {
.leadTextArea {
  display: block;
}
.leadTextArea .line {
  margin-bottom: calc(24/750*100vw);
  gap: 0 calc(14/750*100vw);
}
.hero .leadTextArea {
  margin-top: calc(36/750*100vw);
  gap: 0 calc(9/750*100vw);
  transform: translateX(0);
  display: flex;
}
.leadTextArea .spaceBefore {
  margin-left: 0;
}
.sec01 .leadTextArea .spaceBefore {
  margin-left: calc(48/750*100vw);
}
.hero .leadTextArea .spaceBefore {
  margin-left: calc(32/750*100vw);
}
}
:root {
  --delayCharacters: 1.2s;
}
.hero .leadTextArea > div {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.secleadChara {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: inline-block;
}
.loaded .leadTextArea div.show {
  opacity: 1;
  transform: translateY(0);
}
.loaded .secTitle .leadTextArea div.show {
  transition-delay: .75s;
}
.leadTextArea .secleadCharaW + .secleadCharaA {
  margin-left: -8px;
}
.leadTextArea .secleadCharaA + .secleadCharaT {
  margin-left: -6px;
}
@media all and (max-width: 767px) {
.loaded .hero .leadTextArea .leadCharaL {
  width: calc(28/750*100vw)
}
.loaded .hero .leadTextArea .leadCharaI {
  width: calc(15/750*100vw)
}
.loaded .hero .leadTextArea .leadCharaM {
  width: calc(56/750*100vw)
}
.loaded .hero .leadTextArea .leadCharaT {
  width: calc(37/750*100vw)
}
.loaded .hero .leadTextArea .leadCharaE {
  width: calc(25/750*100vw)
}
.loaded .hero .leadTextArea .leadCharaD {
  width: calc(44/750*100vw)
}
.loaded .hero .leadTextArea .leadCharaO {
  width: calc(45/750*100vw)
}
.loaded .hero .leadTextArea .leadCharaN {
  width: calc(46/750*100vw)
}

.loaded .leadTextArea .secleadCharaA {
  width: calc(65/750*100vw)
}
.loaded .leadTextArea .secleadCharaC {
  width: calc(55/750*100vw)
}
.loaded .leadTextArea .secleadCharaE {
  width: calc(41/750*100vw)
}
.loaded .leadTextArea .secleadCharaG {
  width: calc(64/750*100vw)
}
.loaded .leadTextArea .secleadCharaH {
  width: calc(64/750*100vw)
}
.loaded .leadTextArea .secleadCharaI {
  width: calc(23/750*100vw)
}
.loaded .leadTextArea .secleadCharaK {
  width: calc(62/750*100vw)
}
.loaded .leadTextArea .secleadCharaL {
  width: calc(46/750*100vw)
}
.loaded .leadTextArea .secleadCharaN {
  width: calc(68/750*100vw)
}
.loaded .leadTextArea .secleadCharaO {
  width: calc(70/750*100vw)
}
.loaded .leadTextArea .secleadCharaP {
  width: calc(47/750*100vw)
}
.loaded .leadTextArea .secleadCharaR {
  width: calc(58/750*100vw)
}
.loaded .leadTextArea .secleadCharaS {
  width: calc(36/750*100vw)
}
.loaded .leadTextArea .secleadCharaT {
  width: calc(60/750*100vw)
}
.loaded .leadTextArea .secleadCharaW {
  width: calc(86/750*100vw)
}
}



.hero .heroInner {
  background: url('../img/img_mv-pc.jpg') top center no-repeat;
  background-size: auto auto;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.loaded .hero .heroInner {
  opacity: 1;
  transition-delay: 0.75s;
}
.loaded .hero .heroInner .leadTextArea > div.show {
  transition-delay: 1s;
}
@media all and (min-width: 768px) {
.hero .logoAreaWrap.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #322a2a;
  position: relative;
}
.hero .revText {
  padding-bottom: 30px;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #FAFAFA;
}
.hero .revText .lead {
  font-size: 20px;
}
.hero .revText .small {
  font-size: 13px;
}
.hero .naviArea .naviFlex {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 140px;
  display: block;
}
.hero .logoArea {
  width: 100%;
  height: 890px;
  margin: 0 auto;
  position: relative;
}
.hero .logoArea .logo {
  width: 203px;
  margin: 0 auto;
  transform: translateX(-286px);
  padding-top: 378px;
}
.hero .logoArea .logo.visible {
}
.hero .naviLead {
  width: 308px;
  margin: 130px auto 60px;
}
}
@media all and (min-width: 1600px) {
.hero .logoArea .logo {

}
}
@media all and (min-width: 768px) {
.hero .naviLead {
  width: 528px;
  margin: 0 auto;
  padding: 120px 0 50px;
  text-align: center;
}
}
@media all and (max-width: 767px) {
.hero {
  padding-bottom: 0;
}
.hero .heroInner {
  background: url('../img/img_mv-sp.jpg') top center no-repeat;
  background-size: 100% auto;
  background-color: #a79a91;
}
.hero .heroInner .logoAreaWrap {
  width: 100%;
}
.hero .movieArea .sp video {
  object-fit: cover;
  aspect-ratio: 9 / 16;
}
.hacobune-app-container {
  width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
.hacobune-unit-video {
  margin: 0 !important;
}
.hero .logoAreaWrap {
  height: calc(1300 / 750* 100vw);
}
.movieArea .vid_main {
  height: 100%;
  object-fit: cover;
}
.hero .revText {
  padding-top: calc(40/750*100vw);
  font-size: calc(22/750*100vw);
  text-align: center;
  letter-spacing: 0.04em;
  color: #e1dfd8;
}
.hero .revText .lead {
  font-size: 120%;
}
.hero .revText .small {
  font-size: 80%;
}
  .hero .logoArea .logo {
    width: calc(270/750*100%);
    margin: 0 auto calc(40/750*100vw);
    padding-top: calc(1100/750*100vw);
  }
  .hero .naviLead {
    width: calc(408/750*100vw);
    padding-top: calc(1100/750*100vw);
    margin: 0 auto calc(40/750*100vw);
  }
  .hero .naviArea {
    margin-top: 0;
    padding-bottom: calc(180 / 750 * 100vw);
    /* background: url("../img/bg_01-sp.jpg") top center no-repeat; */
    background-size: 100% auto;
  }
  .hero .naviArea .naviText {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;;
    font-size: calc(28/750*100vw);
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 2.4;
  }
  .hero .naviArea .naviText + .naviText {
    margin-top: calc(72/750*100vw);
  }
  .hero .naviArea .naviText.addText {
    font-size: calc(26/750*100vw);
    transition-delay: 0;
  }
}

.fadeInAnime .anime {
  opacity: 0;
  transition: opacity .8s ease;
}
.fadeInAnime.is-visible .anime {
  opacity: 1;
}
.fadeInAnime.is-visible .anime01 {
  transition-delay: 0s;
}
.fadeInAnime.is-visible .anime02 {
  transition-delay: 0.2s;
}
.fadeInAnime.is-visible .anime03 {
  transition-delay: 0.4s;
}
.fadeInAnime.is-visible .anime04 {
  transition-delay: 0.6s;
}
.fadeInAnime.is-visible .anime05 {
  transition-delay: 0.8s;
}
.fadeInAnime.is-visible .anime06 {
  transition-delay: 1.0s;
}
.fadeInAnime.is-visible .anime07 {
  transition-delay: 1.2s;
}
.fadeInAnime.is-visible .anime08 {
  transition-delay: 1.4s;
}
.fadeInAnime.is-visible .anime09 {
  transition-delay: 1.6s;
}
.fadeInAnime.is-visible .anime10 {
  transition-delay: 1.8s;
}
.fadeInAnime.is-visible .anime11 {
  transition-delay: 2.0s;
}
.fadeInAnime.is-visible .anime12 {
  transition-delay: 2.2s;
}
.fadeInAnime.is-visible .anime13 {
  transition-delay: 2.4s;
}

.arrow_under {
  position: relative;
  text-align: center;
  display: block;
}
.arrow_under .arrow_underIcon {
  margin: 0 auto;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 22px;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  opacity: 1;
  transform: translateY(0) rotate(45deg);
  transition: transform 0.3s ease-out;
  animation: fluffy1 2s 1s ease-in-out infinite;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) rotate(45deg); opacity: 1;}
  50% { transform:translateY(5px) rotate(45deg); opacity: .6;}
  100% { transform:translateY(0) rotate(45deg); opacity: 1;}
}
@media all and (max-width: 767px) {
  .arrow_under .arrow_underIcon {
    bottom: 14px;
  }
}


/* scrillIcon */
.hero .scrillIcon {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 54px;
  overflow: hidden;
  animation: scroll2 2s ease-in-out infinite;
}
.hero .scrillIcon span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 54px;
  overflow: hidden;
  animation: scroll 2s ease-in-out infinite;
}
.hero .scrillIcon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 54px;
}
@keyframes scroll {
  0%{
    top: 0;
    height: 0;
    opacity: 0;
  }
  50%{
    top: 0;
    height: 54px;
    opacity: 1;
  }
  100%{
    top: -54px;
    height: 54px;
    opacity: 0;
  }
}
@keyframes scroll2 {
  0%{
    height: 41px;
  }
  50%{
    height: 41px;
  }
  100%{
    height: 0;
  }
}
@media all and (max-width: 767px) {
.hero .scrillIcon {
  display: none;
}
}


/* contents */
.rerativeArea {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.rerativeArea .add {
  margin-top: 0.2em;
  color: #d9d9d9;
  font-size: 10px;
  letter-spacing: -0.05em;
}
.notYet,
.notYet a {
  pointer-events: none;
}
.notYet a .arrow_rightIcon {
  display: none !important;
}
section#main {
  background-color: #fff;
}
section#main .bgWrap {
  background: url('../img/bg_01-pc.gif') repeat-y;
  background-size: 100% auto;
}
@media all and (max-width: 767px) {
.rerativeArea {
  width: 100%;
}
section#main {
  overflow: hidden;
}
section#main .bgWrap {
  background: url('../img/bg_01-sp.gif') repeat-y;
  background-size: 100% auto;
}
}
.arrow_right {
  position: relative;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.secInner > .contArea > p.detail a {
  margin-right: 2.5em;
  color: #fff;
}
.arrow_right .arrow_rightIcon {
  margin: 0 auto;
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  position: absolute;
  bottom: 0.4em;
  right: -0.8em;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  opacity: 1;
  transform: translateX(0) rotate(-45deg);
  transition: transform 0.3s ease-out;
  animation: fluffy2 2s 1s ease-in-out infinite;
}
@keyframes fluffy2 {
  0% { transform:translateX(0) rotate(-45deg); opacity: 1;}
  50% { transform:translateX(5px) rotate(-45deg); opacity: .6;}
  100% { transform:translateX(0) rotate(-45deg); opacity: 1;}
}
@media all and (max-width: 767px) {
.arrow_right {
  font-size: 13px;
}
}

.itemDetail {
  position: absolute;
  z-index: 3;
}
.itemDetail a {
  color: #fff;
  font-size: 12px;
  line-height: 1.64;
  text-align: left;
  display: inline;
}
a.itemLinkBlock {
  display: block;
  position: absolute;
  z-index: 1;
}
.textSet {
  position: absolute;
}
.textSet .category {
  display: block;
}
.textSet .stext {
  margin-top: 0.6em;
  line-height: 1.64;
  font-size: 15px;
  color: #d9d9d9;
}
.secInner {
  position: relative;
}
.secInner > .contArea > .title {
  font-size: 42px;
  font-family: "Perpetua Regular";
  color: #333;
  letter-spacing: 0.03em;
}
.secInner > .contArea > .secTitle {
  position: absolute;
}
.secInner > .contArea > p.text01 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 2;
  position: absolute;
}
.secInner > .contArea > p.text02 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-base);
  line-height: 2;
  position: absolute;
}
.secInner > .contArea > p.detail {
  font-size: 12px;
  font-weight: 300;
  color: var(--color-white);
  line-height: 1.64;
  position: absolute;
}
.secInner > .contArea > p.detail .para {
  display: block;
}
.secInner > .contArea > p.detail .para + .para {
  margin-top: 0.8em;
}
@media all and (min-width: 768px) {
.itemImg {
  position: absolute;
  opacity: 1;
  transition: opacity .5s ease;
}
}
@media all and (max-width: 767px) {
.itemImg {
  position: absolute;
  opacity: 1;
  transition: opacity .5s ease;
}
.itemDetail a {
  font-size: 10px;
}
.textSet .stext {
  margin-top: 0.4em;
  font-size: calc(22/750*100vw);
  line-height: 1.46;
}
.spRerative {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}
.secInner > .contArea > .title {
  font-size: calc(56/750*100vw);
}
.secInner > .contArea > p.text01,
.secInner > .contArea > p.text02 {
  font-size: calc(26/750*100vw);
  text-align: justify;
  line-height: 1.8;
}
.secInner > .contArea > p.detail {
  font-size: calc(20/750*100vw);
}
.secInner > .contArea > p.detail.detail01 {
  font-size: calc(19/750*100vw);
  letter-spacing: -0.02em;
}
}

ul.itemLinkList {
  margin-top: 0.8em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 4em;
}
ul.itemLinkList li a {
  color: #907531;
  font-size: 12px;
  white-space: nowrap;
}
ul.itemLinkList li a p {
  display: inline;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
ul.itemLinkList {
  width: calc(690/750*100vw);
  margin: 0 auto;
  padding-top: 0.8em;
  gap: 0.3em 3em;
}
ul.itemLinkList li a {
  font-size: 10px;
}
}


/* item button */
.season2025winter_limited .itemBtn {
  position: absolute;
  z-index: 5;
  text-align: center;
}
.season2025winter_limited .itemBtn.addText01 {
  z-index: 6;
}
.itemBtn a {
  width: 2em;
  height: 2em;
  border-radius: 100px;
  display: block;
  line-height: 2em;
  color: rgba(255,255,255,.8);
  background-color: rgba(0,0,0,.2);
  font-size: 16px;
  position: relative;
}
.itemBtnS a {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 14px;
}
.itemBtn.white a {
  background-color: rgba(255,255,255,.2);
}
.itemBtn.notAvailable a,
.itemBtn.notYet0000 a,
.itemBtn.notYet0802 a,
.itemBtn.notYet0214 a {
  pointer-events: none;
}
.itemBtn.notAvailable a:hover,
.itemBtn.notYet0000 a:hover,
.itemBtn.notYet0802 a:hover,
.itemBtn.notYet0214 a:hover {
  opacity: 1;
}
.itemBtn.notAvailable a {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6;
  border-radius: 0;
}
.itemBtn.notAvailable:hover a:before {
  width: 9.6em;
  white-space: pre;
  content: "オンラインストアでの\Aお取り扱い無し";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -3.3em;
  left: -3.2em;
  z-index: 6;
  opacity: 1;
}
.itemBtn.notAvailable:hover a:after {
  width: 9.6em;
  height: 2.92em;
  content: "";
  background-color: #fff;
  border: rgba(0,0,0,.5) 1px solid;
  position: absolute;
  top: -3em;
  left: -3.5em;
  opacity: 1;
}
.itemBtn.notYet0000:hover a:before {
  width: 6em;
  white-space: pre;
  content: "近日発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -2.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}
.itemBtn.notYet0000:hover a:after {
  width: 6em;
  height: 1.46em;
  content: "";
  background-color: #fff;
  border: rgba(0,0,0,.5) 1px solid;
  position: absolute;
  top: -2em;
  left: -1.8em;
  opacity: 1;
}
.itemBtn.notYet0802:hover a:before {
  width: 5em;
  white-space: pre;
  content: "8/2 (土)\A発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -3.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}
.itemBtn.notYet0802:hover a:after {
  width: 5em;
  height: 2.92em;
  content: "";
  background-color: #fff;
  border: rgba(0,0,0,.5) 1px solid;
  position: absolute;
  top: -3em;
  left: -1.5em;
  opacity: 1;
}
.itemBtn.notYet0214:hover a:before {
  width: 5em;
  white-space: pre;
  content: "2/14(金)\A発売予定";
  color: #595757;
  font-size: 80%;
  line-height: 1.46;
  text-align: center;
  position: absolute;
  top: -3.3em;
  left: -1.5em;
  z-index: 6;
  opacity: 1;
}
.itemBtn.notYet0214:hover a:after {
  width: 5em;
  height: 2.92em;
  content: "";
  background-color: #fff;
  border: rgba(0,0,0,.5) 1px solid;
  position: absolute;
  top: -3em;
  left: -1.5em;
  z-index: 1;
  display: block;
  opacity: 1;
}
@media all and (max-width: 767px) {
.itemBtn a {
  font-size: 12px;
}
}

@media all and (min-width: 768px) {
:root {
  --cont: 1440px;
}
}
@media all and (max-width: 767px) {
:root {
  --cont: 100%;
}
}
.contArea {
  width: var(--cont);
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}


.contArea .flexArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 120px;
}
.contArea .flexArea .imgArea {
  width: 700px;
  padding-left: 60px;
  height: auto;
}
.contArea .flexArea.reverse .imgArea {
  padding-left: 0;
  padding-right: 60px;
}
.contArea .flexArea .imgArea .viewArea {
  position: relative;
}
@media all and (max-width: 767px) {
.contArea .flexArea .imgArea .viewArea {
  padding-left: calc(40/750*100vw);
}
.contArea .flexArea.reverse .imgArea .viewArea {
  padding-left: 0;
  padding-right: calc(40/750*100vw);
}
}
.contArea .flexArea .textArea {
  width: calc(100% - 820px);
}
.contArea .flexArea .textArea .leadText {
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.46;
  color: #333;
}
.contArea .flexArea .textArea .secText {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #333;
}
.contArea .flexArea .textArea .detail {
  margin-top: 2em;
  font-size: 12px;
  line-height: 1.64;
  color: #333;
  letter-spacing: -0.02em;
}
.contArea .flexArea .textArea .indent {
  text-indent: -0.5em;
}
.contArea .flexArea span.indent {
  display: inline-block;
}

.contArea .secTitle {
  opacity: 1;
  position: relative;
}
@media all and (max-width: 767px) {
.contArea .secTitle {
  position: absolute;
  left: 0;
  top: calc(-52/750*100vw);
  z-index: 1;
}
.contArea .flexArea.reverse .secTitle {
  left: auto;
  right: 0;
}
}
.contArea .visible .secTitle {
  opacity: 1;
  transition-delay: 1s;
}
.contArea .flexArea.reverse .secTitle {
  left: auto;
  right: 0;
}
@media all and (min-width: 768px) {
.contArea .flexArea.reverse {
  flex-direction: row-reverse;
  gap: 0 120px;
}
.contArea .secTitle {
  position: absolute;
  top: -46px;
  left: 0;
  z-index: 1;
}
.contArea .flexArea.reverse .textArea {
  width: calc(100% - 820px);
  padding-left: 120px;
}
}
@media all and (max-width: 767px) {
.contArea .flexArea {
  flex-direction: column;
  gap: calc(50/750*100vw) 0;
}
.contArea .flexArea .imgArea {
  width: 100%;
  height: auto;
  padding: 0 !important;
}
.contArea .flexArea .textArea {
  width: calc(640/750*100vw);
  margin: 0 auto;
}
.contArea .flexArea .textArea .leadText {
  margin-bottom: 0.6em;
  font-size: calc(36/750*100vw);
  line-height: 1.46;
}
.contArea .flexArea .textArea .secText {
  font-size: calc(26/750*100vw);
  line-height: 1.8;
  white-space: nowrap;
}
.contArea .flexArea .textArea .detail {
  margin-top: 1.8em;
  font-size: calc(20/750*100vw);
}
}

.specialBoxArea {
  width: 100%;
  max-width: 480px;
  margin-top: 3em;
  padding-top: 2em;
  border-top: #4a4a4a 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specialBoxArea.specialBoxC {
  flex-direction: row-reverse;
}
.specialBoxArea + .specialBoxArea {
  margin-top: 2em;
  padding-top: 0;
  border-top: none;
}
.specialBoxArea .specialBoxImg {
  width: 90px;
}
.specialBoxArea.specialBoxC .specialBoxImg {
  width: 130px;
}
.specialBoxArea .specialBoxTextArea {
  width: calc(100% - 90px - 2em);
}
.specialBoxArea.specialBoxC .specialBoxTextArea {
  width: calc(100% - 130px - 2em);
}
.specialBoxArea .specialBoxTextArea .specialBoxLead {
  margin-bottom: 0.6em;
  font-size: 13px;
  line-height: 1;
}
.specialBoxArea .specialBoxTextArea .specialBoxLead .type {
  margin-left: 0.3em;
  font-size: 20px;
}
.specialBoxArea .specialBoxTextArea .specialBoxText {
  font-size: 13px;
  text-align: justify;
}
.specialBoxArea .specialBoxTextArea .specialBoxText .caution {
  font-size: 85%;
}
@media all and (max-width: 767px) {
.specialBoxArea .specialBoxImg {
  width: calc(140/750*100vw);
}
.specialBoxArea.specialBoxC .specialBoxImg {
  width: calc(190/750*100vw);
}
.specialBoxArea .specialBoxTextArea {
  width: calc(100% - (140/750*100vw) - 1em);
}
.specialBoxArea.specialBoxC .specialBoxTextArea {
  width: calc(100% - (190/750*100vw) - 1em);
}
.specialBoxArea .specialBoxTextArea .specialBoxLead {
  margin-bottom: 0.6em;
  font-size: 11px;
}
.specialBoxArea .specialBoxTextArea .specialBoxLead .type {
  font-size: 16px;
}
.specialBoxArea .specialBoxTextArea .specialBoxText {
  font-size: 10px;
}
}

.specialAccArea {
  width: 100%;
  max-width: 480px;
  margin-top: 5em;
  padding: 5px;
  background-color: rgba(186,179,175,.15);
}
.specialAccArea .specialAccAreaInner {
 border: #bab3af 1px solid; 
}
.specialAccArea .specialAccCont {
  display: none;
}
.specialAccArea .specialAccLead {
  padding: 1.5em 0 1.7em;
  font-size: 14px;
  line-height: 1.64;
  position: relative;
  text-align: center;
}
@media (hover: hover) {
.specialAccArea .specialAccLead:hover {
  cursor: pointer;
}
.specialAccArea .specialAccLead:hover .btnIcon {
  opacity: .7;
}
}
.specialAccArea .specialAccLead .btnIcon {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  background-color: #bab3af;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.specialAccArea .specialAccLead .btnIcon span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.specialAccArea .specialAccLead .btnIcon span:before {
  content: "";
  width: 50%;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
}
.specialAccArea .specialAccLead .btnIcon span:after {
  content: "";
  width: 1px;
  height: 50%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
  transform: rotate(0);
  transition: all .3s;
}
.specialAccArea.open .specialAccLead .btnIcon span:after {
  transform: rotate(90deg);
}
.specialAccArea .specialAccImg {
  width: 334px;
  margin: 0 auto;
  padding: 1em 0 2.2em;
  position: relative;
}
.specialAccArea .specialAccText {
  padding: 0 0 1.5em;
  font-size: 12px;
  text-align: center;
  line-height: 1.64;
}
@media all and (max-width: 767px) {
.specialAccArea {
  margin-top: 2em;
  padding: 3px;
}
.specialAccArea .specialAccLead {
  padding: 1.5em 0;
  font-size: 11px;
  letter-spacing: -0.04em;
}
.specialAccArea .specialAccLead .btnIcon {
  width: 20px;
  height: 20px;
  right: 1em;
  top: 1.5em;
}
.specialAccArea .specialAccImg {
  width: calc(530/750*100vw);
  padding: 0.7em 0 1.7em;
}
.specialAccArea .specialAccText {
  padding: 0 0 1.5em;
  font-size: 10px;
  text-align: center;
  line-height: 1.64;
  letter-spacing: -0.04em;
}
}


.bg01 {
  max-width: 2000px;
  margin: 0 auto;
  /* background: url("../img/bg_01-pc.jpg") no-repeat center -705px; */
  background-size: auto auto;
}
@media all and (max-width: 767px) {
  .bg01 {
    /* background: url("../img/bg_01-sp.jpg") no-repeat center calc(-830/750*100vw); */
    background-size: 100% auto;
  }
}


/* sec01 */
@media all and (min-width: 768px) {
.sec01 {
  width: 100%;
}
.sec01 .secInner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 200px;
  padding-top: 160px;
}
.sec01 .secInner .contArea {
  width: 100%;
}
.sec01 .text01 {
  left: 140px;
  top: 860px;
  color: #595757 !important;
}
.sec01 .detail {
  left: 823px;
  top: 879px;
}
.sec01 .itemBtn101.itemBtn {
  left: 109px;
  top: 287px;
}
.sec01 .itemBtn102.itemBtn {
  left: 555px;
  top: 374px;
}
}
@media all and (max-width: 767px) {
.sec01 {
  width: 100%;
}
.sec01 .secInner {
  width: 100%;
  margin: 0 auto calc(240/750*100vw);
  padding-top: calc(174/750*100vw);
}
.sec01 .secInner .contArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 1;
}
.sec01 .secTitle {
  width: calc(466/750*100vw);
  left: 0;
  top: calc(-52/750*100vw);
}
.sec01 .text01 {
  left: calc(60/750*100vw);
  top: calc(932/750*100vw);
}
.sec01 .detail {
  left: calc(60/750*100vw);
  top: calc(1226/750*100vw);
}
.sec01 .itemBtn101.itemBtn {
  left: calc(144/750*100vw);
  top: calc(380/750*100vw);
}
.sec01 .itemBtn102.itemBtn {
  left: calc(656/750*100vw);
  top: calc(472/750*100vw);
}
}


/* sec02 */
@media all and (min-width: 768px) {
.sec02 {
  width: 100%;
}
.sec02 .secInner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 240px;
  z-index: 0;
}
.sec02 .secInner .contArea {
  width: 100%;
  height: auto;
  z-index: 1;
}
.sec02 .itemBtn201.itemBtn {
  left: 225px;
  top: 478px;
}
.sec02 .itemBtn202.itemBtn {
  left: 309px;
  top: 549px;
}
.sec02 .itemBtn203.itemBtn {
  left: 458px;
  top: 478px;
}
}
@media all and (max-width: 767px) {
.sec02 {
  width: 100%;
}
.sec02 .secInner {
  width: 100%;
  margin: 0 auto calc(364/750*100vw);
}
.sec02 .secInner .contArea {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.sec02 .secTitle {
  width: calc(518/750*100vw);
}
.sec02 .itemBtn201.itemBtn {
  left: calc(228/750*100vw);
  top: calc(630/750*100vw);
}
.sec02 .itemBtn202.itemBtn {
  left: calc(330/750*100vw);
  top: calc(676/750*100vw);
}
.sec02 .itemBtn203.itemBtn {
  left: calc(518/750*100vw);
  top: calc(604/750*100vw);
}
}


/* sec03 */
@media all and (min-width: 768px) {
.sec03 {
  width: 100%;
}
.sec03 .secInner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 200px;
  z-index: 0;
}
.sec03 .secInner .contArea {
  width: 100%;
  height: auto;
}
.sec03 .itemBtn301.itemBtn {
  left: 226px;
  top: 626px;
}
.sec03 .itemBtn302.itemBtn {
  left: 342px;
  top: 536px;
}
.sec03 .itemBtn303.itemBtn {
  left: 401px;
  top: 458px;
}
.sec03 .itemBtn304.itemBtn {
  left: 489px;
  top: 449px;
}
}
@media all and (max-width: 767px) {
.sec03 {
  width: 100%;
}
.sec03 .secInner {
  width: 100%;
  margin: 0 auto calc(370/750*100vw);
}
.sec03 .secInner .contArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.sec03 .secTitle {
  width: calc(344/750*100vw);
  top: calc(-144 / 750 * 100vw);
}
.sec03 .itemBtn301.itemBtn {
  left: calc(268/750*100vw);
  top: calc(720/750*100vw);
}
.sec03 .itemBtn302.itemBtn {
  left: calc(426/750*100vw);
  top: calc(620/750*100vw);
}
.sec03 .itemBtn303.itemBtn {
  left: calc(476/750*100vw);
  top: calc(382/750*100vw);
}
.sec03 .itemBtn304.itemBtn {
  left: calc(588/750*100vw);
  top: calc(530/750*100vw);
}
}


/* sec04 */
@media all and (min-width: 768px) {
.sec04 {
  width: 100%;
}
.sec04 .secInner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 160px;
  z-index: 0;
}
.sec04 .secInner .contArea {
  width: 100%;
  height: auto;
  z-index: 1;
}
.sec04 .text01 {
  left: 410px;
  top: 36px;
  text-shadow: 
	rgba(0,0,0,.3) 1px 1px 10px, rgba(0,0,0,.3) -1px 1px 10px, rgba(0,0,0,.3) 1px -1px 10px, rgba(0,0,0,.3) -1px -1px 10px;
}
.sec04 .itemBtn401.itemBtn {
  left: 96px;
  top: 326px;
}
.sec04 .itemBtn402.itemBtn {
  left: 309px;
  top: 463px;
}
}
@media all and (max-width: 767px) {
.sec04 {
  width: 100%;
}
.sec04 .secInner {
  width: 100%;
  margin: 0 auto;
  padding-bottom: calc(140/750*100vw);
}
.sec04 .secInner .contArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.sec04 .secTitle {
  width: calc(390/750*100vw);
  top: calc(-144 / 750 * 100vw);
}
.sec04 .text01 {
  margin: 0 auto;
  left: calc(60/750*100vw);
  top: calc(790/750*100vw);
  line-height: 2 !important;
}
.sec04 .itemBtn401.itemBtn {
  left: calc(94/750*100vw);
  top: calc(428/750*100vw);
}
.sec04 .itemBtn402.itemBtn {
  left: calc(338/750*100vw);
  top: calc(578/750*100vw);
}
}


/* archiveArea */
.archiveArea .archiveLead {
  width: 286px;
  margin: 0 auto 112px;
}
.archiveArea .archiveCopy {
  text-align: center;
  color: #5F5F5F;
  margin-bottom: 3em;
  font-size: 16px;
  line-height: 2;
}
.archiveTextArea .archiveText p {
  color: #5F5F5F;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.slideMv .archiveTextArea {
  padding: 0;
  background-color: inherit;
}
.slideMv .archiveTextArea .archiveText p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.archiveArea ul.archiveList li a {
  display: block;
}
.archiveArea ul.archiveList li a .text {
  margin-top: 0.8em;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #352D29;
}
@media all and (min-width: 768px) {
  .archiveArea .secInner {
    padding: 140px 0 100px;
    background: url('../img/bg_archive-pc.png') no-repeat;
    background-size: cover;
  }
  .archiveArea ul.archiveList {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0 24px;
  }
  .archiveArea ul.archiveList li.jpn {
    width: 282px;
  }
  .archiveTextArea {
    padding: 30px 40px;
    gap: 0 50px;
    background-color: #F6F2EA;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .archiveListArea .archiveText {
    width: 500px;
  }
  .archiveListArea .archiveCopy {
    width: 290px;
  }
  .archiveListArea .archiveCopy.flexright {
    display: flex;
    justify-content: flex-end;
  }
  .slideMv .archiveTextArea {
    width: 100%;
    position: absolute;
    top: 174px;
    text-align: center;
    display: block;
  }
  .slideMv .archiveListArea .archiveText {
    width: 100%;
  }
  .slideMv .archiveTextArea .archiveTitle {
    width: 201px;
    margin: 0 auto 56px;
  }
}
@media all and (max-width: 767px) {
  .archiveArea .secInner {
    padding: calc(160/750*100vw) 0 calc(148/750*100vw);
    background: url('../img/bg_archive-sp.png') no-repeat;
    background-size: cover;
  }
  .archiveArea .archiveLead {
    width: calc(342/750*100vw);
    margin: 0 auto calc(100/750*100vw);
  }
  .archiveArea .archiveCopy {
    font-size: calc(21/750*100vw);
  }
  .archiveArea ul.archiveList {
    width: calc(590/750*100vw);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(60/750*100vw) calc(24/750*100vw);
  }
  .archiveArea ul.archiveList li {
    width: calc(283/750*100vw);
  }
  .archiveArea ul.archiveList li a .text {
    margin-top: 0.2em;
    font-size: calc(18/750*100vw);
  }
  .archiveTextArea {
    padding: calc(60/750*100vw) calc(60/750*100vw);
    background-color: #F6F2EA;
  }
  .archiveTextArea .archiveText p {
    font-size: calc(21/750*100vw);
  }
  .archiveListArea .archiveCopy {
    margin-bottom: calc(24/750*100vw);
  }
  .archiveListArea .archiveCopy.flexright {
    display: flex;
    justify-content: flex-end;
  }
  .slideMv .archiveTitle {
    width: 100%;
    height: calc(487/750*100vw);
    position: relative;
    background: url('../img/archiveimg01_01-sp.png') no-repeat;
    background-size: cover;
  }
  .slideMv .archiveTitle img {
    width: calc(288/750*100vw);
    margin: 0 auto;
    position: absolute;
    top: calc(192/750*100vw);
    left: 0;
    right: 0;
  }
  .slideMv .archiveTextArea {
    width: 100%;
  }
  .slideMv .archiveTextArea .archiveText p {
    padding: calc(80/750*100vw) 0;
    font-size: calc(26/750*100vw);
    text-align: center;
    background-color: #F6F2EA;
    color: #5F5F5F;
  }
}


/* bnrLinkArea */
.bnrLinkArea {
  padding: 186px 0 186px;
}
ul.bnrLinkList {
  margin: 0 auto;
  max-width: 1062px;
}
.bnrLinkBox a {
  display: block;
  position: relative;
  line-height: 1;
}
.bnrLinkBox + .bnrLinkBox {
  margin-top: 80px;
}
.bnrLinkBox .image {
}
.bnrLinkBox .textArea {
  width: 92%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.bnrLinkBox .textArea .textAreaInner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bnrLinkBox .text {
  margin-bottom: 0.8em;
  text-align: right;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}
@media all and (min-width: 768px) {
.bnrLinkArea {
  background: url('../img/bg_bnr-pc.png') no-repeat center -1px;
  background-size: cover;
}
.bnrLinkBox .arrow {
  position: absolute;
  top: 140px;
  right: 708px;
  width: 40px;
  transition: right ease .3s;
  opacity: .7;
}
.bnrLinkBox a:hover .arrow {
  right: 698px;
}
.bnrLinkBox.bnr02 .arrow {
  right: 127px;
}
.bnrLinkBox.bnr02 a:hover .arrow {
  right: 117px;
}
}
@media all and (max-width: 767px) {
  .bnrLinkArea {
    padding: calc(160/750*100vw) 0 calc(160/750*100vw);
    background: url('../img/bg_bnr-sp.png') no-repeat center center;
    background-size: 100% auto;
  }
  ul.bnrLinkList {
    width: calc(680/750*100vw);
  }
  .bnrLinkBox .textArea {
    position: absolute;
    top: auto;
    bottom: 4%;
    transform: none;;
  }
  .bnrLinkBox .arrow {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    width: calc(58/750*100vw);
    display: none;
  }
  .bnrLinkBox + .bnrLinkBox {
    margin-top: 40px;
  }
  .bnrLinkBox .text {
    margin-bottom: 1.6em;
    font-size: calc(30/750*100vw);
    text-align: left;
  }
}


ul.itemLinkList {
  display: none;
}



/* modal */
.modalOpened {
  overflow: hidden;
}
.itemList .modalClose {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}
.itemList .modalClose span {
  width: 17px;
  height: 1px;
  background-color: rgba(255,255,255,.8);
  position: relative;
  display: block;
  transform: rotate(45deg);
  top: 10px;
  left: 2px;
  
}
.itemList .modalClose span:after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: rgba(255,255,255,.8);
  display: block;
  position: absolute;
  left: 8px;
  top: -8px;
}
.itemModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-color: rgba(156,150,136,.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity ease .6s,visibility ease .6s;
}
.modalOpen.itemModal {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 1000;
  backdrop-filter: blur(3px);
}
.itemModal .itemListWrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.archiveListArea .archivePhoto .center {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
.itemModal .itemListWrap {
  width: 830px;
  height: 580px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.itemModal .itemListWrap .itemList {
  display: block;
  position: relative;
}
}
@media all and (max-width: 767px) {
.itemModal .itemListWrap {
  padding: calc(20/750*100vw) calc(60/750*100vw);
}
.itemList .modalClose {
  right: 10px;
  top: 10px;
}
}


/* slick */
.season2025winter_limited .slick-initialized .slick-slide {
  margin: 0;
}
.season2025winter_limited .slick-slider .slick-arrow {
  width: 30px;
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
.season2025winter_limited .slick-slider .slick-arrow.prev-arrow {
  left: -52px;
  top: 43%;
}
.season2025winter_limited .slick-slider .slick-arrow.next-arrow {
  right: -52px;
  top: 43%;
}
.season2025winter_limited .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.season2025winter_limited .slick-slider .archiveListArea {
  position: relative;
}
.season2025winter_limited .slick-slider .archiveListArea .archivePhoto.bgwhite {
  background-color: #fff;
}

@media all and (min-width: 768px) {
.season2025winter_limited .slick-slider .slick-arrow {
  padding: 10px;
  box-sizing: content-box;
}
.season2025winter_limited .slick-slider .slick-arrow:hover {
  opacity: .7;
}
}
@media all and (max-width: 767px) {
.season2025winter_limited .slick-slider .slick-arrow.slick-disabled {
  opacity: 0 !important;
}
.season2025winter_limited .slick-slider .slick-arrow {
  width: calc(54/750*100vw);
}
.season2025winter_limited .slick-slider .slick-arrow.prev-arrow {
  top: 45%;
  left: calc(-34/750*100vw);
}
.season2025winter_limited .slick-slider .slick-arrow.next-arrow {
  top: 45%;
  right: calc(-34/750*100vw);
}
.season2025winter_limited .slick-slider .archiveListArea {
  height: calc(100vh - 50px);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
}



/* paraArea01 */
@media all and (min-width: 768px) {
.paraArea01 {
  width: 100%;
  height: 600px;
  margin: 0 auto;
}
.paraArea01 .img01 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
  clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
  background-color: transparent;
}
.paraArea01 .img01:before {
  content: "";
  display: block;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: url('../img/img_para-pc.png') no-repeat top center;
  background-size: cover;
}
}
@media all and (max-width: 767px) {
.paraArea01 {
  width: 100%;
  height: calc(1000/750*100vw);
  margin: 0 auto;
}
.paraArea01 .img01 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
  clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
  background-color: transparent;
}
.paraArea01 .img01:before {
  content: "";
  display: block;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: url('../img/img_para-sp.png') no-repeat top center;
  background-size: cover;
}
}