@charset "utf-8";
:root {
  --ff-serif: "Yu Mincho", "YuMincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","Noto Serif JP", serif;
}
.pane-contents .container{
  width: auto;
}
.container .pane-main {
  margin-top: 0;
}
#e2603abl{
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#e2603abl {
  color: #222;
  line-height: 1.75;
  letter-spacing: 0.15em;
  overflow: hidden;
}
/* ---------------------------------------
 アニメーション指定
---------------------------------------- */
@keyframes BottomIn {
  0%   { opacity: 0; transform: translateY(80px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes LeftIn {
  0%   { opacity: 0; transform: translateX(-80px);}
  100% { opacity: 1; transform: translateX(0);}
}
@keyframes RightIn {
  0%   { opacity: 0; transform: translateX(80px);}
  100% { opacity: 1; transform: translateX(0);}
}
@keyframes ZoomIn {
  0%   { opacity: 0; transform: scale(0.8,0.8);}
  100% { opacity: 1; transform: scale(1.0,1.0);}
}
@keyframes LineGrow {
  0%   { height: 0;}
  100% { height: 35px;}
}
@keyframes Around {
  0%   { transform: rotateY(180deg);}
  100% { transform: rotateY(360deg);}
}
@keyframes Float {
	0%   { bottom: 0;}
	50%  { bottom: -6px;}
	100% { bottom: 0;}
}
@keyframes FadeIn {
	0%   { opacity: 0;}
	100% { opacity: 100%;}
}

/* ファーストビュー */
#e2603abl .firstview{
  margin: 0 0 120px;
}
#e2603abl .firstview-pc {
  display: block;
}
#e2603abl .firstview-sp {
  display: none;
}
#e2603abl .firstview .hacobune-app-container {
  padding: unset;
  max-width: none;
}
#e2603abl .firstview .hacobune-unit-video-outline {
  display: none;
}

/* 導入部分 */
#e2603abl .intro{
  margin: 0 0 120px;
}
#e2603abl .intro-inner{
  width: 960px;
  margin: 0 auto;
}
#e2603abl .intro .intro-headline{
  font-family: var(--ff-serif);
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.91;
  margin: 0 0 60px;
}
#e2603abl .intro .intro-text{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.77;
  margin: 0 0 120px;
}
#e2603abl .profile{
  background: #F2F7FA;
  padding: 60px;
}
#e2603abl .profile-img{
  float: right;
  margin: 0 0 20px 50px;
}
#e2603abl .profile::after {
  content: '';
  display: block;
  clear: both;
}
#e2603abl .profile-desc__name{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #FFF;
  width: fit-content;
  margin: 0 0 25px;
  padding: 0 0 12px;
}
#e2603abl .profile-desc dl{
  margin: 0 0 25px;
}
#e2603abl .profile-desc dl div{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
}
#e2603abl .profile-desc dt{
  flex-shrink: 0;
}
#e2603abl .profile-desc dd{
  flex: 1;
}
#e2603abl .profile p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#e2603abl .profile p + p{
  margin: 30px 0 0;
}

/* ギャラリー */
#e2603abl .gallery{
  margin: 0 0 180px;
}
#e2603abl .gallery h2{
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
}
#e2603abl .gallery-movie-pc {
  width: 660px;
  margin: 0 auto;
  display: block;
}
#e2603abl .gallery-movie-sp {
  display: none;
}
#e2603abl .gallery .hacobune-app-container {
  padding: unset;
}
#e2603abl .gallery .hacobune-unit-video-outline {
  display: none;
}
#e2603abl .gallery .hacobune-video-js .hacobune-vjs-big-play-button{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#e2603abl .gallery .hacobune-video-js .hacobune-vjs-icon-placeholder::before{
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#e2603abl .gallery-movie{
  margin: 0 0 120px;
}
#e2603abl .gallery-slide-inner{
  display: flex;
  justify-content: center;
  gap: 50px;
}
#e2603abl .gallery-slide__item img{
  width: 100%;
  height: auto;
}

/* 商品紹介 */
#e2603abl .sec-item {
  position: relative;
}
#e2603abl .item{
  position: relative;
}
#e2603abl .item::before {
  content: "";
  width: 100%;
  height: 680px;
  background: #F6F8F7;
  position: absolute;
  top: 0;
  left: 0;
}
#e2603abl .item.--small::before {
  height: 610px;
}
#e2603abl .item + .item {
  margin-top: 180px;
}
#e2603abl .item-main{
  width: 1200px;
  margin: 0 auto 60px;
}
#e2603abl .item-header {
  margin-bottom: 26px;
}
#e2603abl .item-header.will-animate {
  opacity: 0;
  transform: translateY(80px)
}
#e2603abl .item-header.will-animate.animation-start {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: BottomIn;
}
#e2603abl .item-title a:hover {
  opacity: .7;
}
#e2603abl .item-title .item-title-brand-wrap {
  display: block;
  line-height: 1;
  width: 100%;
  margin: 0 0 20px;
}
#e2603abl .item-title .item-title-brand {
  text-decoration: none;
}
#e2603abl .item-title .item-title-jp {
  display: block;
  font-size: 30px;
  color: #222;
  letter-spacing: 0.2em;
}
#e2603abl .item-title *.-add-mb {
  margin-bottom: 20px;
}
#e2603abl .item-main {
  background-repeat: no-repeat;
}
#e2603abl .item-main-inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 40px;
  margin-inline: auto;
}
#e2603abl .item-main-left{
  width: 780px;
  padding-top: 50px;
}
#e2603abl .item.--ace01 .item-main-left{
  padding-top: 140px;
}
#e2603abl .item-main-right{
  padding-top: 20px;
}
#e2603abl .item-description {
  margin-bottom: 50px;
}
#e2603abl .item-img-sp {
  display: none;
}
#e2603abl .item-description-txt {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  margin-bottom: 50px;
}
#e2603abl .item-description-txt.will-animate {
  opacity: 0;
  transform: translateY(50px);
}
#e2603abl .item-description-txt.will-animate.animation-start {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: BottomIn;
}
#e2603abl .item-description-price {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 50px;
}
#e2603abl .item-description-price.will-animate {
  opacity: 0;
  transform: translateY(50px);
}
#e2603abl .item-description-price.will-animate.animation-start {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: BottomIn;
}
#e2603abl .item-description-price a {
  color: inherit!important;
  text-decoration: none;
}
#e2603abl .item-description-price a:hover {
  opacity: .7;
}
#e2603abl .item-description-price .item-description-price-sm {
  font-size: 15px;
}
#e2603abl .item-description-price .item-description-price-thin {
  font-size: 16px;
  font-weight: 400;
}
#e2603abl .item-view-list {
  display: grid;
  grid-template-columns: repeat(3, 230px);
  gap: 45px;
}
#e2603abl .item-view-list > li:nth-child(1) .item-view.will-animate {
  opacity: 0;
  transform: translateX(-80px);
}
#e2603abl .item-view-list > li:nth-child(1) .item-view.will-animate.animation-start {
  animation-delay: .5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: LeftIn;
}
#e2603abl .item-view-list > li:nth-child(2) .item-view.will-animate {
  opacity: 0;
  transform: translateX(-80px);
}
#e2603abl .item-view-list > li:nth-child(2) .item-view.will-animate.animation-start {
  animation-delay: .7s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: LeftIn;
}
#e2603abl .item-view-list > li:nth-child(3) .item-view.will-animate {
  opacity: 0;
  transform: translateX(-80px);
}
#e2603abl .item-view-list > li:nth-child(3) .item-view.will-animate.animation-start {
  animation-delay: .9s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: LeftIn;
}
#e2603abl .item-view-img-wrap {
  margin-bottom: 15px;
}
#e2603abl .item-view-txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.6;
}
#e2603abl .item-main-right:hover {
  filter: opacity(.7);
}
#e2603abl .item-main-right.will-animate {
  opacity: 0;
  transform: translateX(80px);
}
#e2603abl .item-main-right.will-animate.animation-start {
  animation-delay: .3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: RightIn;
}
#e2603abl .item-main-right span{
  display: block;
  background: #F6F8F7;
}
#e2603abl .item-main-right img {
  mix-blend-mode: darken;
}
#e2603abl .item-color-list {
  display: flex;
  justify-content: center;
  gap: 22px;
  max-width: 1454px;
  margin-inline: auto;
  margin-bottom: 60px;
  width: 100%;
}
#e2603abl .item-color-list > li {
  width: calc((100% - 110px) / 6);
}
#e2603abl .item-color-list > li.will-animate {
  opacity: 0;
  transform: translateY(80px);
}
#e2603abl .item-color-list > li.will-animate.animation-start {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: BottomIn;
}
#e2603abl .item-color-list > li:nth-child(1).will-animate.animation-start {
  animation-delay: .3s;
}
#e2603abl .item-color-list > li:nth-child(2).will-animate.animation-start {
  animation-delay: .5s;
}
#e2603abl .item-color-list > li:nth-child(3).will-animate.animation-start {
  animation-delay: .7s;
}
#e2603abl .item-color-list > li:nth-child(4).will-animate.animation-start {
  animation-delay: .9s;
}
#e2603abl .item-color-list > li:nth-child(5).will-animate.animation-start {
  animation-delay: 1.1s;
}
#e2603abl .item-color-list > li:nth-child(6).will-animate.animation-start {
  animation-delay: 1.3s;
}
#e2603abl a.item-color {
  text-decoration: none;
}
#e2603abl a.item-color:hover {
  opacity: .7;
}
#e2603abl .item-color-img-wrap {
  margin-bottom: 10px;
}
#e2603abl .item-color-txt-en {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.4;
}
#e2603abl .item-color-txt-jp {
  font-size: 14px;
  letter-spacing: .05em;
}
#e2603abl .link-btn-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 640px;
  margin-inline: auto;
  width: 100%;
}
#e2603abl .link-btn-list > li {
  width: calc((100% - 40px) / 2);
}
#e2603abl .link-btn-list .link-btn {
  width: 100%;
}
#e2603abl .link-btn {
  background-color: #3B9FD1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.667;
  text-align: center;
  text-decoration: none;
  min-height: 60px;
  border-radius: 5px;
}
#e2603abl .link-btn:hover {
  color: #fff!important;
  opacity: .7;
}

@media (max-width: 767px) {
  .pc-only{
    display: none; 
  }
  #e2603abl .firstview{
    margin-bottom: 40px;
  }
  #e2603abl .firstview-pc {
    display: none;
  }
  #e2603abl .firstview-sp {
    display: block;
  }
  #e2603abl .firstview .hacobune-app-container {
    width: 100%;
  }
  #e2603abl .firstview .hacobune-unit-video {
    margin: unset;
  }

  /* 導入部分 */
  #e2603abl .intro{
    margin-bottom: 60px;
  }
  #e2603abl .intro-inner{
    width: 100%;
    margin: 0 auto;
  }
  #e2603abl .intro .intro-headline{
    font-size: 20px;
    font-size: clamp(1.125rem, 0.273rem + 3.64vw, 1.25rem);
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #e2603abl .intro .intro-text{
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  #e2603abl .profile{
    background: #F2F7FA;
    padding: 40px 30px 60px;
    position: relative;
  }
  #e2603abl .profile-img{
    width: 29.5%;
    margin: 0 0 15px 20px;
  }
  #e2603abl .profile-img img{
    width: 100%;
    height: auto;
  }
  #e2603abl .profile::after {
    content: '';
    display: block;
    clear: both;
  }
  #e2603abl .profile-desc__name{
    font-size: 20px;
    font-size: clamp(1.063rem, -0.216rem + 5.45vw, 1.25rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    border-bottom: 2px solid #FFF;
    width: calc(70.5% - 20px);
    margin: 0 0 25px;
    padding: 0 0 12px;
  }
  #e2603abl .profile-desc dl{
    margin: 0 0 25px;
  }
  #e2603abl .profile-desc dl div{
    font-size: 16px;
    font-size: clamp(0.813rem, -0.466rem + 5.45vw, 1rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    display: flex;
  }
  #e2603abl .profile-desc dt{
    flex-shrink: 0;
  }
  #e2603abl .profile-desc dd{
    flex: 1;
  }
  #e2603abl .profile p{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15em;
  }
  #e2603abl .profile p + p{
    margin: 0;
  }
  #e2603abl .profile-text{
    display: none;
    margin-bottom: 20px;
  }
  #e2603abl .profile-btn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #E5EFF5;
  }
  #e2603abl .profile-btn::before{
    content: "";
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #e2603abl .profile-btn button{
    width: 100%;
    height: 60px;
    border: none;
    background: none;
    position: relative;
  }
  #e2603abl .profile-btn button::before,#e2603abl .profile-btn button::after{
    content: "";
    width: 16px;
    height: 2px;
    background: #3B9FD1;
    position: absolute;
  }
  #e2603abl .profile-btn button::before,#e2603abl .profile-btn button::after{
    content: "";
    width: 16px;
    height: 2px;
    background: #3B9FD1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #e2603abl .profile-btn button::after{
    transform: translate(-50%,-50%) rotate(90deg);
    transition: .3s;
  }
  #e2603abl .profile-btn button.is-active::after{
    transform: translate(-50%,-50%) rotate(0deg);
  }

  /* ギャラリー */
  #e2603abl .gallery{
    margin-bottom: 120px;
  }
  #e2603abl .gallery h2{
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0;
  }
  #e2603abl .gallery-movie-pc {
    display: none;
  }
  #e2603abl .gallery-movie-sp {
    display: block;
  }
  #e2603abl .gallery .hacobune-app-container {
    padding: unset;
  }
  #e2603abl .gallery .hacobune-unit-video{
    margin-top: 0;
  }
  #e2603abl .gallery .hacobune-unit-video-outline {
    display: none;
  }
  #e2603abl .gallery .hacobune-video-js .hacobune-vjs-big-play-button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #e2603abl .gallery .hacobune-video-js .hacobune-vjs-icon-placeholder::before{
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #e2603abl .gallery-movie{
    margin-bottom: 60px;
  }
  #e2603abl .gallery-slide-inner{
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  #e2603abl .gallery-slide__item img{
    width: 100%;
    height: auto;
  }
  #e2603abl .gallery-slide .slick-list {
    margin: 0 -10px;
  }
  #e2603abl .gallery-slide .slick-slide {
    margin: 0 10px;
  }


  /* 商品紹介 */
  #e2603abl .item-title {
    padding: 0;
  }
  #e2603abl .item::before {
    height: 33%;
  }
  #e2603abl .item:nth-child(2)::before {
    height: 35%;
  }
  #e2603abl .item:nth-child(3)::before {
    height: 55%;
  }
  #e2603abl .item:nth-child(4)::before {
    height: 35%;
  }
  #e2603abl .item:nth-child(5)::before {
    height: 36%;
  }
  #e2603abl .item:nth-child(6)::before {
    height: 36%;
  }
  #e2603abl .item + .item {
    margin-top: 120px;
  }
  #e2603abl .item-title .item-title-brand-wrap {
    margin-bottom: 13px;
  }
  #e2603abl .item-title .item-title-brand-wrap img{
    width: 31%;
    height: auto;
  }
  #e2603abl .item:nth-child(1) .item-title .item-title-brand-wrap img{
    width: 33%;
  }
  #e2603abl .item:nth-child(2) .item-title .item-title-brand-wrap img{
    width: 28%;
  }
  #e2603abl .item:nth-child(3) .item-title .item-title-brand-wrap img{
    width: 28%;
  }
  #e2603abl .item:nth-child(4) .item-title .item-title-brand-wrap img{
    width: 48%;
  }
  #e2603abl .item:nth-child(5) .item-title .item-title-brand-wrap img{
    width: 42%;
  }
  #e2603abl .item-title .item-title-en.-sp-sm {
    font-size: 45px;
  }
  #e2603abl .item-title .item-title-jp {
    font-size: 20px;
    font-size: clamp(1.063rem, -0.216rem + 5.45vw, 1.25rem);
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.5;
  }
  #e2603abl .item:nth-child(6) .item-title .item-title-jp {
    font-size: 18px;
    font-size: clamp(0.938rem, -0.341rem + 5.45vw, 1.125rem);
  }
  #e2603abl .item-main-inner {
    display: block;
  }
  #e2603abl .item-description {
    margin-bottom: 40px;
  }
  #e2603abl .item-description-txt {
    line-height: 1.75;
    margin-top: 30px;
    margin-bottom: 0;
  }
  #e2603abl .item-description-price {
    font-size: 14px;
    line-height: 1.55;
    align-items: start;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    width: calc(100% - 200px);
    order: 1;
  }
  #e2603abl .item-description-price a {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
  #e2603abl .item-description-price .item-description-price-sm {
    display: block;
    font-size: 14px;
  }
  #e2603abl .item-description-price .item-description-price-thin {
    font-size: 12px;
  }
  #e2603abl .item-view-list {
    display: block;
  }
  #e2603abl .item-view-list > li + li {
    margin-top: -33%;
  }
  #e2603abl .item:nth-child(3) .item-view-list > li + li ,
  #e2603abl .item:nth-child(4) .item-view-list > li + li ,
  #e2603abl .item:nth-child(5) .item-view-list > li + li  {
    margin-top: -30%;
  }
  #e2603abl .item:nth-child(6) .item-view-list > li + li{
    margin-top: -36%;
  }
  #e2603abl .item-view-list > li .item-view {
    width: 47.3%;
  }
  #e2603abl .item-view-list > li:nth-child(odd) .item-view.will-animate.animation-start {
    animation-delay: .1s;
  }
  #e2603abl .item-view-list > li:nth-child(even) .item-view {
    margin-left: auto;
  }
  #e2603abl .item-view-list > li:nth-child(even) .item-view.will-animate {
    transform: translateX(80px);
  }
  #e2603abl .item-view-list > li:nth-child(even) .item-view.will-animate.animation-start {
    animation-delay: .3s;
    animation-name: RightIn;
  }
  #e2603abl .item-view-img-wrap {
    margin-bottom: 12px;
  }
  #e2603abl .item-view-img-wrap img{
    width: 100%;
    height: auto;
  }
  #e2603abl .item-view-txt {
    font-size: 16px;
    line-height: 1.75;
  }
  #e2603abl .item-main {
    width: 100%;
    margin: 0 auto 40px;
  }
  #e2603abl .item-main-left {
    width: 100%;
    padding: 49vw 30px 0;
  }
  #e2603abl .item:nth-child(2) .item-main-left {
    padding-top: 51vw;
  }
  #e2603abl .item:nth-child(3) .item-main-left {
    padding-top: 32vw;
  }
  #e2603abl .item:nth-child(4) .item-main-left {
    padding-top: 32vw;
  }
  #e2603abl .item:nth-child(5) .item-main-left {
    padding-top: 24vw;
  }
  #e2603abl .item:nth-child(6) .item-main-left {
    padding-top: 11vw;
  }
  #e2603abl .item-main-right {
    position: absolute;
    top: 30px;
    right: 16px;
    width: 44%;
    padding-top: 0;
  }
  #e2603abl .item:nth-child(3) .item-main-right {
    width: 52%;
  }
  #e2603abl .item:nth-child(5) .item-main-right {
    width: 47%;
  }
  #e2603abl .item-main-right img {
    width: 100%;
    height: auto;
  }
  #e2603abl .item-color-list {
    flex-wrap: wrap;
    gap: 29px 10px;
    max-width: 340px;
    margin-bottom: 40px;
  }
  #e2603abl .item-color-list > li {
    width: calc((100% - 10px) / 2);
  }
  #e2603abl .item-color-list > li:nth-child(odd).will-animate.animation-start {
    animation-delay: .1s;
  }
  #e2603abl .item-color-list > li:nth-child(even).will-animate.animation-start {
    animation-delay: .3s;
  }
  #e2603abl .item-color-img-wrap img{
    width: 100%;
    height: auto;
  }
  #e2603abl .item-color-txt-en {
    font-size: 20px;
    line-height: 1.2;
  }
  #e2603abl .item-color-txt-jp {
    font-size: 16px;
  }
  #e2603abl .link-btn-list {
    flex-wrap: wrap;
    gap: 12px;
    max-width: 270px;
  }
  #e2603abl .link-btn-list > li {
    width: 100%;
  }
  #e2603abl .link-btn {
    font-size: 16px;
    line-height: 1.563;
    min-height: 53px;
  }
  #e2603abl .link-btn:hover {
    opacity: 1;
  }
}