@charset "utf-8";
@font-face {
    font-family: 'PerpetuaItalic';
    src: url('./fonts/PerpetuaItalic.eot'); /* IE9 Compat Modes */
    src: url('./fonts/PerpetuaItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/PerpetuaItalic.woff') format('woff'), /* Modern Browsers */
    url('./fonts/PerpetuaItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}


/* 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,
.season2025summer .fadeInAnim {
  -webkit-transition: opacity .8s ease-out, transform 1.5s ease-out;
  transition: opacity .8s ease-out, transform 1.5s ease-out;
}
.season2025summer .fadeInAnim {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.season2025summer .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;
}
}

/* hero */
.hero {
  width: 100%;
  position: relative;
  z-index: 2;
}
.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 .naviText {
  color: #514747;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.hero .naviArea .naviText + .naviText {
  margin-top: 1em;
}
.hero .naviArea .naviText:last-of-type {
  margin-bottom: 90px;
}
.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;
}
@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: 764px;
  margin: 0 auto;
  background: url("./img/mv_img-pc.jpg") center center no-repeat;
  background-size: auto 100%;
  position: relative;
  background-color: #968b81;
}
.hero .logoArea .logo {
  width: 290px;
  margin: 0 auto;
  padding-top: 100px;
  transition: transform 0.3s ease-out;
}
.hero .naviLead {
  width: 308px;
  margin: 130px auto 60px;
}
.hero .naviArea {
  background: url("./img/bg_navi-pc.jpg") top center no-repeat;
  background-size: cover;
  background-color: #dcd8d1;
}
}
@media all and (min-width: 768px) {
.hero .naviLead {
  width: 356px;
  margin: 0 auto;
  padding: 120px 0 60px;
  text-align: center;
}
}
@media all and (max-width: 767px) {
.hero {
  padding-bottom: 0;
}
.hero .heroInner .logoAreaWrap {
  width: 100%;
  height: calc(1300/750*100vw);
  background: url("./img/mv_img-sp.jpg") top center no-repeat;
  background-size: 100% auto;
}
.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(340/750*100%);
    margin: 0 auto calc(90/750*100vw);
    padding-top: calc(320/750*100vw);
  }
  .hero .naviLead {
    width: calc(408/750*100vw);
    padding-top: calc(120/750*100vw);
    margin: 0 auto calc(90/750*100vw);
  }
  .hero .naviArea {
    margin-top: -2px;
    padding-bottom: calc(120/750*100vw);
    background: url("./img/bg_navi-sp.jpg") bottom center no-repeat;
    background-size: cover;
  }
  .hero .naviArea .naviText {
    margin-bottom: 0;
    color: #001C25;
    font-weight: 500;;
    font-size: calc(28/750*100vw);
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 2.2;
  }
  .hero .naviArea .naviText:last-of-type {
    margin-bottom: calc(100/750*100vw);
  }
  .hero .naviArea .naviText + .naviText {
    margin-top: calc(32/750*100vw);
  }
}

.hero .naviArea .naviFlex.fadeInAnim .anime {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s ease, transform 2s ease;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime {
  opacity: 1;
  transform: translateY(0);
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime01 {
  transition-delay: 0s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime02 {
  transition-delay: 0.3s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime03 {
  transition-delay: 0.6s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime04 {
  transition-delay: 0.9s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime05 {
  transition-delay: 1.2s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime06 {
  transition-delay: 1.5s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime07 {
  transition-delay: 1.8s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime08 {
  transition-delay: 2.1s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime09 {
  transition-delay: 2.4s;
}
.hero .naviArea .naviFlex.fadeInAnim.visible .anime10 {
  transition-delay: 2.7s;
}

.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-color: #001C25;
}
@media all and (max-width: 767px) {
.rerativeArea {
  width: 100%;
}
section#main {
  overflow: hidden;
}
}
.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;
}
.itemImg.imghover {
  opacity: .6;
  transition: opacity .5s ease;
}
}
@media all and (max-width: 767px) {
.rerativeArea .itemImg {
  display: none !important;
}
.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 */
.season2025summer .itemBtn {
  position: absolute;
  z-index: 5;
  text-align: center;
}
.season2025summer .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(255,255,255,.3);
  font-size: 16px;
  position: relative;
}
.itemBtn.black a {
  background-color: rgba(0,0,0,.3);
}
.itemBtn.notAvailable a,
.itemBtn.notYet0000 a,
.itemBtn.notYet0425 a,
.itemBtn.notYet0214 a {
  pointer-events: none;
}
.itemBtn.notAvailable a:hover,
.itemBtn.notYet0000 a:hover,
.itemBtn.notYet0425 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.notYet0425:hover a:before {
  width: 5em;
  white-space: pre;
  content: "4/25(金)\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.notYet0425: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: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}


.contArea .flexArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 110px;
}
.contArea .flexArea .imgArea {
  width: 720px;
  height: 720px;
}
.contArea .flexArea .imgArea .viewArea {
  position: relative;
}
.contArea .flexArea .textArea {
  width: 390px;
}
.contArea .flexArea .textArea .leadText {
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.46;
  color: #fff;
}
.contArea .flexArea .textArea .secText {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.contArea .flexArea .textArea .detail {
  margin-top: 4em;
  font-size: 12px;
  line-height: 1.64;
  color: #fff;
  letter-spacing: -0.02em;
}
.contArea .flexArea .textArea .detail.indent {
  text-indent: -0.5em;
}
@media all and (min-width: 768px) {
.contArea .flexArea.reverse {
  flex-direction: row-reverse;
  gap: 0 0;
}
.contArea .flexArea.reverse .textArea {
  width: 500px;
}
}
@media all and (max-width: 767px) {
.contArea .flexArea {
  flex-direction: column;
  gap: calc(80/750*100vw) 0;
}
.contArea .flexArea .imgArea {
  width: 100%;
  height: calc(750/750*100vw);
}
.contArea .flexArea .textArea {
  width: calc(630/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: 2.2em;
  font-size: calc(20/750*100vw);
  line-height: 1.46;
}
}


.bg01 {
  max-width: 1440px;
  margin: 0 auto;
  background: url("./img/bg_01-pc.jpg") no-repeat top center;
  background-size: 100% auto;
}
@media all and (max-width: 767px) {
  .bg01 {
    background: url("./img/bg_01-sp.jpg") no-repeat top center;
    background-size: 100% auto;
  }
}


/* sec01 */
@media all and (min-width: 768px) {
.sec01 {
  width: 100%;
}
.sec01 .secInner {
  width: 100%;
  height: 958px;
  margin: 0 auto;
  background: url("./img/bg_sec01-pc.jpg") no-repeat top center;
  background-size: auto;
}
.sec01 .secTitle {
  width: 330px;
  left: 830px;
  top: 330px;
}
.sec01 .text01 {
  left: 120px;
  top: 728px;
}
.sec01 .detail {
  left: 823px;
  top: 879px;
}
}
@media all and (max-width: 767px) {
.sec01 {
  width: 100%;
}
.sec01 .secInner {
  width: 100%;
  height: calc(1440/750*100vw);
  margin: 0 auto;
  background: url("./img/bg_sec01-sp.jpg") no-repeat top center;
  background-size: 100% auto;
}
.sec01 .secTitle {
  width: calc(462/750*100vw);
  left: calc(206/750*100vw);
  top: calc(918/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);
  line-height: 2.5 !important;
}
.sec01 .detail .arrow_right .arrow_rightIcon {
  bottom: 0.8em;
}
}


/* sec02 */
@media all and (min-width: 768px) {
.sec02 {
  width: 100%;
}
.sec02 .secInner {
  width: 100%;
  height: 1620px;
  margin: 0 auto;
  background: url("./img/bg_sec02-pc.png") no-repeat left 102px;
  background-size: auto;
}
.sec02 .secTitle {
  width: 314px;
  left: 162px;
  top: 106px;
}
.sec02 .text01 {
  left: 260px;
  top: 240px;
}
.sec02 .text02 {
  left: 914px;
  top: 1294px;
}
.sec02 .itemBtn201.itemBtn {
  left: 644px;
  top: 391px;
}
.sec02 .itemBtn202.itemBtn {
  left: 650px;
  top: 556px;
}
.sec02 .itemBtn203.itemBtn {
  left: 783px;
  top: 414px;
}
.sec02 .itemBtn204.itemBtn {
  left: 734px;
  top: 552px;
}
.sec02 .itemBtn205.itemBtn {
  left: 814px;
  top: 324px;
}
.sec02 .itemBtn206.itemBtn {
  left: 823px;
  top: 631px;
}
.sec02 .itemBtn207.itemBtn {
  left: 916px;
  top: 348px;
}
.sec02 .itemBtn208.itemBtn {
  left: 930px;
  top: 578px;
}
.sec02 .itemBtn209.itemBtn {
  left: 1002px;
  top: 318px;
}
.sec02 .itemBtn210.itemBtn {
  left: 1018px;
  top: 580px;
}
.sec02 .itemBtn211.itemBtn {
  left: 1145px;
  top: 342px;
}
.sec02 .itemBtn212.itemBtn {
  left: 1145px;
  top: 518px;
}
.sec02 .itemBtn221.itemBtn {
  left: 156px;
  top: 1263px;
}
.sec02 .itemBtn222.itemBtn {
  left: 482px;
  top: 1388px;
}
.sec02 .itemBtn223.itemBtn {
  left: 730px;
  top: 1064px;
}
}
@media all and (max-width: 767px) {
.sec02 {
  width: 100%;
}
.sec02 .secInner {
  width: 100%;
  height: calc(1648/750*100vw);
  margin: 0 auto;
  background: url("./img/bg_sec02-sp.png") no-repeat center calc(106/750*100vw);
  background-size: 100% auto;
}
.sec02 .secTitle {
  width: calc(438/750*100vw);
  left: calc(72/750*100vw);
  top: calc(0/750*100vw);
}
.sec02 .text01 {
  left: calc(110/750*100vw);
  top: calc(162/750*100vw);
}
.sec02 .text02 {
  left: calc(68/750*100vw);
  top: calc(2978/750*100vw);
}
.sec02 .itemBtn201.itemBtn {
  left: calc(114/750*100vw);
  top: calc(390/750*100vw);
}
.sec02 .itemBtn202.itemBtn {
  left: calc(124/750*100vw);
  top: calc(580/750*100vw);
}
.sec02 .itemBtn203.itemBtn {
  left: calc(280/750*100vw);
  top: calc(426/750*100vw);
}
.sec02 .itemBtn204.itemBtn {
  left: calc(222/750*100vw);
  top: calc(580/750*100vw);
}
.sec02 .itemBtn205.itemBtn {
  left: calc(300/750*100vw);
  top: calc(346/750*100vw);
}
.sec02 .itemBtn206.itemBtn {
  left: calc(304/750*100vw);
  top: calc(652/750*100vw);
}
.sec02 .itemBtn207.itemBtn {
  left: calc(402/750*100vw);
  top: calc(368/750*100vw);
}
.sec02 .itemBtn208.itemBtn {
  left: calc(420/750*100vw);
  top: calc(610/750*100vw);
}
.sec02 .itemBtn209.itemBtn {
  left: calc(495/750*100vw);
  top: calc(324/750*100vw);
}
.sec02 .itemBtn210.itemBtn {
  left: calc(504/750*100vw);
  top: calc(658/750*100vw);
}
.sec02 .itemBtn211.itemBtn {
  left: calc(640/750*100vw);
  top: calc(264/750*100vw);
}
.sec02 .itemBtn212.itemBtn {
  left: calc(640/750*100vw);
  top: calc(540/750*100vw);
}
.sec02 .itemBtn221.itemBtn {
  left: calc(98/750*100vw);
  top: calc(1326/750*100vw);
}
.sec02 .itemBtn222.itemBtn {
  left: calc(366/750*100vw);
  top: calc(1414/750*100vw);
}
.sec02 .itemBtn223.itemBtn {
  left: calc(576/750*100vw);
  top: calc(1120/750*100vw);
}
}


/* sec03 */
@media all and (min-width: 768px) {
.sec03 {
  width: 100%;
}
.sec03 .secInner {
  width: 100%;
  height: 2468px;
  margin: 0 auto;
  background: url("./img/bg_sec03-pc.png") no-repeat left top;
  background-size: auto;
}
.sec03 .text01 {
  left: 852px;
  top: 1240px;
}
.sec03 .text02 {
  left: 200px;
  top: 1670px;
}
.sec03 .itemBtn301.itemBtn {
  left: 625px;
  top: 204px;
}
.sec03 .itemBtn302.itemBtn {
  left: 804px;
  top: 384px;
}
.sec03 .itemBtn303.itemBtn {
  left: 712px;
  top: 580px;
}
.sec03 .itemBtn311.itemBtn {
  left: 718px;
  top: 806px;
}
.sec03 .itemBtn312.itemBtn {
  left: 262px;
  top: 958px;
}
.sec03 .itemBtn313.itemBtn {
  left: 292px;
  top: 1272px;
}
.sec03 .itemBtn314.itemBtn {
  left: 676px;
  top: 1198px;
}
.sec03 .itemBtn321.itemBtn {
  left: 148px;
  top: 2048px;
}
.sec03 .itemBtn322.itemBtn {
  left: 900px;
  top: 2055px;
}
.sec03 .itemBtn323.itemBtn {
  left: 1176px;
  top: 1796px;
}

}
@media all and (max-width: 767px) {
.sec03 {
  width: 100%;
}
.sec03 .secInner {
  width: 100%;
  height: calc(2452/750*100vw);
  margin: 0 auto;
  background: url("./img/bg_sec03-sp.png") no-repeat top center;
  background-size: 100% auto;
}
.sec03 .text01 {
  left: calc(300/750*100vw);
  top: calc(1456/750*100vw);
  line-height: 2 !important;
}
.sec03 .text02 {
  left: calc(78/750*100vw);
  top: calc(2730/750*100vw);
}
.sec03 .itemBtn301.itemBtn {
  left: calc(108/750*100vw);
  top: calc(152/750*100vw);
}
.sec03 .itemBtn302.itemBtn {
  left: calc(276/750*100vw);
  top: calc(320/750*100vw);
}
.sec03 .itemBtn303.itemBtn {
  left: calc(174/750*100vw);
  top: calc(508/750*100vw);
}
.sec03 .itemBtn311.itemBtn {
  left: calc(484/750*100vw);
  top: calc(686/750*100vw);
}
.sec03 .itemBtn312.itemBtn {
  left: calc(70/750*100vw);
  top: calc(844/750*100vw);
}
.sec03 .itemBtn313.itemBtn {
  left: calc(128/750*100vw);
  top: calc(1172/750*100vw);
}
.sec03 .itemBtn314.itemBtn {
  left: calc(448/750*100vw);
  top: calc(1102/750*100vw);
}
.sec03 .itemBtn321.itemBtn {
  left: calc(68/750*100vw);
  top: calc(2204/750*100vw);
}
.sec03 .itemBtn322.itemBtn {
  left: calc(228/750*100vw);
  top: calc(1896/750*100vw);
}
.sec03 .itemBtn323.itemBtn {
  left: calc(630/750*100vw);
  top: calc(1846/750*100vw);
}
}


/* sec04 */
@media all and (min-width: 768px) {
.sec04 {
  width: 100%;
}
.sec04 .secInner {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  background: url("./img/bg_sec04-pc.jpg") no-repeat top left;
  background-size: auto;
  background-color: #fff;
}
.sec04 .secTitle {
  width: 356px;
  left: 180px;
  top: 258px;
}
.sec04 .text01 {
  left: 129px;
  top: 432px;
  font-size: 20px !important;
  text-align: center!important;
  color: var(--color-base) !important;
}
.sec04 .img01 {
  width: 721px;
  position: absolute;
  left: 632px;
  top: 90px;
}
.sec04 .itemBtn401.itemBtn {
  left: 984px;
  top: 224px;
}
.sec04 .itemBtn402.itemBtn {
  left: 1138px;
  top: 288px;
}
.sec04 .itemBtn403.itemBtn {
  left: 1138px;
  top: 545px;
}
.sec04 .itemBtn404.itemBtn {
  left: 863px;
  top: 473px;
}
.sec04 .itemBtn405.itemBtn {
  left: 804px;
  top: 340px;
}
}
@media all and (max-width: 767px) {
.sec04 {
  width: 100%;
}
.sec04 .secInner {
  width: 100%;
  height: calc(1440/750*100vw);
  margin: 0 auto;
  background: url("./img/bg_sec04-sp.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: #fff;
}
.sec04 .secTitle {
  width: calc(354/750*100vw);
  left: calc(198/750*100vw);
  top: calc(160/750*100vw);
}
.sec04 .text01 {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(332/750*100vw);
  text-align: center !important;
  color: var(--color-base) !important;
}
.sec04 .img01 {
  width: calc(626/750*100vw);
  position: absolute;
  left: calc(60/750*100vw);
  top: calc(618/750*100vw);
}
.sec04 .itemBtn401.itemBtn {
  left: calc(368/750*100vw);
  top: calc(764/750*100vw);
}
.sec04 .itemBtn402.itemBtn {
  left: calc(540/750*100vw);
  top: calc(824/750*100vw);
}
.sec04 .itemBtn403.itemBtn {
  left: calc(532/750*100vw);
  top: calc(1126/750*100vw);
}
.sec04 .itemBtn404.itemBtn {
  left: calc(228/750*100vw);
  top: calc(1060/750*100vw);
}
.sec04 .itemBtn405.itemBtn {
  left: calc(156/750*100vw);
  top: calc(890/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 .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.jpg") no-repeat center -1px;
  background-size: cover;
}
.bnrLinkBox .arrow {
  position: absolute;
  top: 138px;
  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.jpg") 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 */
.season2025summer .slick-initialized .slick-slide {
  margin: 0;
}
.season2025summer .slick-slider .slick-arrow {
  width: 30px;
  opacity: 1;
  transition: opacity ease .3s;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
.season2025summer .slick-slider .slick-arrow.prev-arrow {
  left: -52px;
  top: 43%;
}
.season2025summer .slick-slider .slick-arrow.next-arrow {
  right: -52px;
  top: 43%;
}
.season2025summer .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.season2025summer .slick-slider .archiveListArea {
  position: relative;
}

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

