html {
  scroll-behavior: initial;
}
html,
body {
  min-height: 100%;
  height: auto;
}

/* フォントサイズ */
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
}

.f40 {
    font-size: 40px;
}

.f80 {
    font-size: 80px;
}

/* フォント変更 */
#bergamotPatchouli p {
    line-height: 2;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', 'MS PGothic', Osaka, arial, sans-serif;
}

.y-demi {
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.y-medi {
    font-weight: 500;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gstd {
    font-family: 'Goudy Std';
}

/* 背景・テキスト色 */
/* margin調整 */
.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt100 {
    margin-top: 100px;
}

.sec-inner {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 80px 0;
}
#bergamotPatchouli {
  overflow: hidden;
}
/* 個別 */
#siteHeader {
    position: relative;
}
.sec-hero__txt {
  position: absolute;
  top: 15%;
  right: 12%;
  width: 38%;
  text-align: center;
}
.sec-hero__subtitle {
  width: 35%;
  margin: 30px auto;
  overflow: hidden;
}
.sec-hero__subtitle img {
  animation: slideUp 1.2s .5s both cubic-bezier(0, 0.7, 0.3, 1);
}
.sec-hero__title {
  width: 100%;
}
.sec-hero__title .line {
  width: 100%;
  margin-bottom: .8vw;
  display: flex;
  justify-content: center;
  overflow: hidden;
  justify-content: space-between;
}
.sec-hero__title .line span{
  transform: translateY(105%);
  animation: slideUp 1.2s .5s both cubic-bezier(0, 0.7, 0.3, 1);
}
.sec-hero__title span:nth-of-type(2){animation-delay: .53s;}
.sec-hero__title span:nth-of-type(3){animation-delay: .56s;}
.sec-hero__title span:nth-of-type(4){animation-delay: .59s;}
.sec-hero__title span:nth-of-type(5){animation-delay: .62s;}
.sec-hero__title span:nth-of-type(6){animation-delay: .65s;}
.sec-hero__title span:nth-of-type(7){animation-delay: .68s;}
.sec-hero__title span:nth-of-type(8){animation-delay: .71s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(1){animation-delay: .74s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(2){animation-delay: .77s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(3){animation-delay: .8s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(4){animation-delay: .83s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(5){animation-delay: .86s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(6){animation-delay: .89s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(7){animation-delay: .92s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(8){animation-delay: .95s;}
.sec-hero__title .line:nth-of-type(2) span:nth-of-type(9){animation-delay: .98s;}
#bergamotPatchouli .sec-hero__title .line span img {
  height: 4.4vw;
}
#bergamotPatchouli .sec-hero .sec-hero__txt img {
  width: auto;
}
.sec-hero__fig img {
  width: 100%;
}
@keyframes slideUp {
  0% {transform: translateY(105%);}
  100% {transform: translateY(0%);}
}
.sec-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.sec-title__inner:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 15px auto 0;
  height: 3px;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  15% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  65% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sec-title__inner {
  display: block;
}
.sec-title__en {
  display: block;
}
.sec-title__en img {
  height: 50px;
}
.sec-title__ja {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sec-subtitle {
  margin-bottom: 30px;
  line-height: 1.6;
  color: #765389;
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sec-description {
  line-height: 1.6;
  font-size: 21px;
}

#sec01 {
    position: relative;
    overflow: hidden;
    background-color: #d3cfddaa;
    padding: 100px 60px;
}
#sec01 .sec-outer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px;
  background: center url(../../../images/lp/bergamot-patchouli/240517_bergamot-patchouli_fragrance_bg.png?$staticlink$);
  background-attachment: fixed;
}
#sec01 .sec-inner {
  background-color: #ffffffdd;
  backdrop-filter: blur(3px);
}
#sec01 .sec-inner h1 {
    margin-top: 0;
}
#sec01 .sec-title__en {
  display: block;
  mask: url(../../../images/lp/bergamot-patchouli/240517_bergamot-patchouli_concept_title.svg?$staticlink$);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  width: 100%;
  margin: 10px auto 0;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s .2s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#sec01 .sec-title__en img {
  opacity: 0;
}

#sec01 .item-container {
    display: flex;
    justify-content: center;
}

#sec01 .graph-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 990px;
  padding: 0 80px;
}
#sec01 .graph-container::before {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto 40px;
  height: 3px;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#sec01 .graph-container::after {
  content: "";
  display: block;
  order: 2;
  width: 100%;
  margin: 20px auto 0;
  height: 3px;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s .6s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#sec01 .graph-container h3 {
  margin-bottom: 30px;
}
#sec01 .graph-container .en {
  display: block;
  mask: url(../../../images/lp/bergamot-patchouli/240517_bergamot-patchouli_fragrance_title.svg?$staticlink$);
  mask-repeat: no-repeat;
  mask-position: left center;
  width: 100%;
  margin: 20px auto 0;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s .3s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#sec01 .graph-container .en:before {
  
}
#sec01 .graph-container .en img {
  opacity: 0;
  width: auto;
  height: 50px;
}
#sec01 .graph-container .ja {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#sec01 .left-block img {
  width: 90%;
}

#sec01 .left-block {
  width: 50%;
  padding-left: 5%;
  box-sizing: border-box;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

#sec01 .left-block p {
    text-align: left;
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 2;
}

#sec01 .right-block {
  width: 50%;
  padding-left: 5%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#sec01 .right-block img {
  width: 100%;
}
#sec01 .kazari2 {
  position: absolute;
  top: 8%;
  left: 83%;
  width: 10%;
  pointer-events: none;
  z-index: 1;
}
#sec01 .kazari1 {
  position: absolute;
  top: 34%;
  right: 81%;
  width: 10%;
  pointer-events: none;
  z-index: 1;
}

#sec02 {
  background-color: #d3cfddaa;
}

#sec02 h1 svg {
    width: 144px;
}

#sec02 h2 svg {
    width: 572px;
}

#sec02 .item-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sec02 .sec-title {
}
#sec02 .sec-title__en {
  display: block;
  mask: url(../../../images/lp/bergamot-patchouli/240517_bergamot-patchouli_lineup_title.svg?$staticlink$);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  width: 100%;
  margin: 20px auto 0;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s .2s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#sec02 .sec-title__en img {
  opacity: 0;
}

#sec02 .vertical-title {
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100vh;
}

#sec02 .vertical-title .inner {
    position: sticky;
    bottom: 100vh;
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100vh;
    padding-bottom: 3rem;
    transform: rotate(90deg);
    transform-origin: 0 100%;
    opacity: .5;
}

#sec02 .vertical-title .inner:before,
#sec02 .vertical-title .inner:after {
    content: "";
    display: block;
    height: 2px;
    flex-grow: 2;
    background-color: #fff;
}

#sec02 .vertical-title svg {
    width: 358px;
}

#sec02 .container-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    width: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 830px;
}
#sec02 .container-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 20px auto 0;
  height: 3px;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s .4s infinite cubic-bezier(.62, .28, .23, .99) both;
  mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 50%);
  mask-size: 6px 3px;
  mask-position: center;
}
#sec02 .row {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1080px;
}
#sec02 .row .container-wrap {
  display: block;
  padding: 0;
}
#sec02 .row .container-wrap:after {
  display: none;
}
#sec02 .container-wrap.two-item {
  width: 90%;
  max-width: 1000px;
}

#sec02 .container-wrap.reverse .left-block {
    order: 1;
}

#sec02 .container-wrap.reverse .left-block .item-wrap {
}

#sec02 .container-wrap.reverse .right-block {
  padding: 40px 40px 40px 0;
}
#sec02 .container-wrap:first-child .left-block {
  width: 40%;
}
#sec02 .container-wrap:first-child .left-block .item-wrap {
  height: auto;
}
#sec02 .container-wrap:first-child .left-block .item-wrap img {
  position: static;
  transform: none;
}
#sec02 .container-wrap:first-child .right-block {
  width: 60%;
}

#sec02 .item-image-caption {
  text-align: left;
  margin-top: 30px;
}

#sec02 .left-block {
    width: 45%;
}

#sec02 .left-block .item-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#sec02 .left-block .item-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%,-50%);
}
#sec02 .two-item .left-block {
  width: 50%;
}
#sec02 .two-item .right-block {
  width: 50%;
}
#sec02 .two-item .left-block .item-wrap a img {
  transition: none;
}
#sec02 .two-item .left-block .item-wrap img {
  width: 55%;
  overflow: visible;
}
#sec02 .two-item#two-item_1 .left-block .item-wrap img.two-item_1_img2 {
  width: 58%;
  margin: 0 0 0 -13%;
}
#sec02 .two-item#two-item_2 .left-block .item-wrap img.two-item_2_img1 {
  width: 58%;
  margin: 0 -13% 10% 0;
  z-index: 1;
}
#sec02 .two-item#two-item_2 .left-block .item-wrap img.two-item_2_img2 {
  margin-top: 10%
}

#sec02 .right-block {
    width: 55%;
    padding: 40px 0 40px 40px;
    text-align: left;
}

#sec02 .right-block .item-image img {
  max-width: 100%;
}

#sec02 .right-block .item-title {
  margin-bottom: 20px;
}
#sec02 .right-block .item-title img {
  max-height: 42px;
  pointer-events: none;
}
#sec02 .container-wrap:nth-of-type(7) .right-block .item-title img {
  max-height: 34px;
}

#sec02 .right-block .item-title span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #000;
}

#sec02 .right-block .item-desc {
    margin-bottom: 30px;
}

#sec02 .right-block .item-desc span {
    display: block;
    margin-top: 20px;
}

#sec02 .right-block .item-name {
    margin-bottom: 10px;
    font-size: 15px;
}

#sec02 .right-block .more-btn+.item-name {
    margin-top: 20px;
}

#sec02 .right-block .more-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 170px;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
    background-size: 800% 400%;
    transition: background .6s ease;
}
#sec02 .right-block .more-btn:hover {
  background-position: 75% 25%;
  opacity: 1;
}
#sec02 .container-wrap .kazari,
#sec02 .container-wrap .kazari2 {
  position: absolute;
  width: 12%;
  pointer-events: none;
}
#sec02 .container-wrap:nth-of-type(1) .kazari {
  top: 77%;
  left: 95%;
}
#sec02 .container-wrap:nth-of-type(2) .kazari {
  top: 62%;
  right: 100%;
}
#sec02 .container-wrap:nth-of-type(4) .kazari {
  top: 73%;
  left: 100%;
}
#sec02 .container-wrap:nth-of-type(8) .kazari {
  top: -7%;
  right: 100%;
}
#sec02 #kazari1 {
  position: absolute;
  top: 0%;
  right: calc(415px + 50%);
  max-width: 360px;
  width: 20vw;
  /*mask-image: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 45%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
  mask-position: 100% 0%;
  mask-size: 200% 200%;*/
  mask-repeat: no-repeat;
  pointer-events: none;
  transform-origin: top right;
  transform: translateX(-80%) rotate(10deg);
}
#sec02 #kazari2 {
  position: absolute;
  top: 25%;
  left: calc(415px + 50%);
  max-width: 360px;
  width: 20vw;
  /*mask-image: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,1) 54%,rgba(0,0,0,1) 100%);
  mask-position: 0% 0%;
  mask-size: 200% 200%;*/
  mask-repeat: no-repeat;
  pointer-events: none;
  transform-origin: top left;
  transform: translateX(80%) rotate(-10deg);
}
#sec02 #kazari3 {
  position: absolute;
  top: 53%;
  right: calc(415px + 50%);
  max-width: 360px;
  width: 20vw;
  /*mask-image: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 45%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
  mask-position: 100% 0%;
  mask-size: 200% 200%;*/
  mask-repeat: no-repeat;
  pointer-events: none;
  transform-origin: top right;
  transform: translateX(-80%) rotate(10deg);
}
#sec02 #kazari4 {
  position: absolute;
  top: 72%;
  left: calc(415px + 50%);
  max-width: 360px;
  width: 20vw;
  /*mask-image: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,1) 54%,rgba(0,0,0,1) 100%);
  mask-position: 0% 0%;
  mask-size: 200% 200%;*/
  mask-repeat: no-repeat;
  pointer-events: none;
  transform-origin: top left;
  transform: translateX(80%) rotate(-10deg);
}
#sec02 #kazari5 {
  position: absolute;
  top: 53%;
  right: calc(415px + 50%);
  max-width: 360px;
  width: 20vw;
  /*mask-image: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 45%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
  mask-position: 100% 0%;
  mask-size: 200% 200%;*/
  mask-repeat: no-repeat;
  pointer-events: none;
  transform-origin: top right;
  transform: translateX(-80%) rotate(10deg);
  display: none;
}
#sec02 #kazari6 {
  position: absolute;
  top: 72%;
  left: calc(415px + 50%);
  max-width: 360px;
  width: 20vw;
  /*mask-image: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,1) 54%,rgba(0,0,0,1) 100%);
  mask-position: 0% 0%;
  mask-size: 200% 200%;*/
  mask-repeat: no-repeat;
  pointer-events: none;
  transform-origin: top left;
  transform: translateX(80%) rotate(-10deg);
  display: none;
}


#sec03 {
    background-color: #d3cfddaa;
}
#sec03 .sec-inner {
  padding: 0 0 80px;
}

#sec03 .sec-title {
    font-weight: 800;
    opacity: .6;
    margin-right: 3rem;
    text-align: right;
}

#sec03 .item-container {
    position: relative;
}

#sec03 .item-container>.inner {
    position: relative;
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sec03 h2 svg {
    width: 630px;
}

#sec03 .vertical-title {
    position: absolute;
    top: 140px;
    right: 100px;
}

#sec03 .vertical-title {
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 100vh;
    right: 0;
    bottom: -80px;
}

#sec03 .vertical-title .inner {
    position: sticky;
    bottom: -80px;
    right: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100vh;
    padding-top: 2rem;
    transform: rotate(90deg);
    transform-origin: 100% 0;
    opacity: .5;
}

#sec03 .vertical-title .inner:before,
#sec03 .vertical-title .inner:after {
    content: "";
    display: block;
    height: 2px;
    flex-grow: 2;
    background-color: #fff;
}

#sec03 .vertical-title svg {
    width: 400px;
}

#sec03 .container-wrap {
    display: flex;
    justify-content: center;
}

#sec03 .left-block {
    width: 35%;
}

#sec03 .left-block .item-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#sec03 .left-block .item-wrap img {
    max-width: 100%;
    max-height: 100%;
}

#sec03 .right-block {
    text-align: left;
}

#sec03 .right-block .item-title {
    font-weight: normal;
    font-size: 35px;
    font-family: "Montserrat";
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}
#sec03 .right-block .item-title img {
  max-height: 32px;
  pointer-events: none;
}
#sec03 .container-wrap:nth-of-type(2) .right-block .item-title img {
  max-height: 26px;
}

#sec03 .right-block .item-title span {
    display: block;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #000;
    margin-top: 10px;
}

#sec03 .right-block .item-subtitle {
    font-weight: bold;
    margin-bottom: 20px;
}

#sec03 .right-block .item-desc {
    margin-bottom: 30px;
}

#sec03 .right-block .item-name {
    margin-bottom: 10px;
    font-size: 15px;
}

#sec03 .right-block .more-btn+.item-name {
    margin-top: 20px;
}

#sec03 .right-block .more-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 170px;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
    background-size: 800% 400%;
    transition: background .6s ease;
}
#sec03 .right-block .more-btn:hover {
  background-position: 75% 25%;
  opacity: 1;
}

#sec03 .container-wrap.reverse .left-block {
    order: 1;
}

#sec03 .container-wrap.reverse .left-block .item-wrap {
    margin-left: -50px;
    box-shadow: -10px -10px 10px 0 #ece1e1aa;
}

#sec03 .container-wrap.reverse .right-block {
    padding: 70px 120px 50px 70px;
    border-radius: 100px 0 0 0;
}

#sec03 .container-wrap.col-3 {
    width: 33.333%;
    flex-direction: column;
}

#sec03 .container-wrap.col-3 .left-block,
#sec03 .container-wrap.col-3 .right-block {
    width: 100%;

    box-sizing: border-box;
}

#sec03 .container-wrap.col-3 .left-block {
    position: relative;
    flex-grow: 1;
    height: 0;
    padding-bottom: 60%;
    margin-bottom: 20px;
}
#sec03 .container-wrap.col-3 .left-block .item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#sec03 .container-wrap.col-3 .right-block {
  text-align: center;
    flex-grow: 2;
}
#sec03 .container-wrap .kazari,
#sec03 .container-wrap .kazari2 {
  position: absolute;
  width: 20%;
  pointer-events: none;
}
#sec03 #kazari7 {
  position: absolute;
  top: 53%;
  right: calc(415px + 50%);
  max-width: 360px;
  width: 20vw;
  /*mask-image: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 45%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
  mask-position: 100% 0%;
  mask-size: 200% 200%;*/
  mask-repeat: no-repeat;
  pointer-events: none;
  transform-origin: top right;
  transform: translateX(-80%) rotate(10deg);
}
#sec03 #kazari8 {
  position: absolute;
  top: 72%;
  left: calc(415px + 50%);
  max-width: 360px;
  width: 20vw;
  /*mask-image: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,1) 54%,rgba(0,0,0,1) 100%);
  mask-position: 0% 0%;
  mask-size: 200% 200%;*/
  mask-repeat: no-repeat;
  pointer-events: none;
  transform-origin: top left;
  transform: translateX(80%) rotate(-10deg);
}

#sec04 {
    position: relative;
    background-color: #6aa0a6;
}

#sec04 .sec-inner {
  padding-bottom: 120px;
}
#sec04 .sec-title {
}
#sec04 .sec-title__ja {
  color:#fff;
}
#sec04 .sec-title__inner:after {
  background: #fff;
}


#sec04 .item-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sec04 .container-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 980px;
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
  background-size: 800% 400%;
  animation: gradient 15s infinite cubic-bezier(.62, .28, .23, .99) both;
}
#sec04 .container-wrap:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  display: block;
  background-color: #cfdddf;
}

#sec04 .left-block {
  position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

#sec04 .left-block a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#sec04 .left-block .item-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

#sec04 .left-block .item-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#sec04 .right-block {
    position: relative;
    width: 50%;
    text-align: left;
    padding: 20px;
}

#sec04 .right-block .item-tag {
    display: flex;
    gap: 10px;
    margin: 0 0 20px;
    align-items: center;
}

#sec04 .right-block .item-tag span {
    display: block;
    padding: 0 5px;
    line-height: 1.6;
    color: #008086;
    border: 1px solid #008086;
}

#sec04 .right-block .item-title {
    font-size: 35px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #dfbba0;
    margin-top: 0;
    margin-bottom: 30px;
}
#sec04 .right-block .item-title img {
  max-height: 42px;
  pointer-events: none;
}
#sec04 .container-wrap:nth-of-type(3) .right-block .item-title img {
  max-height: 32px;
}
#sec04 .right-block .item-title span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #000;
}

#sec04 .right-block .item-desc {
    margin-bottom: 30px;
}

#sec04 .right-block .item-desc span {
    display: block;
    margin-top: 20px;
    line-height: 1.6;
}

#sec04 .right-block .item-name {
    margin-bottom: 10px;
}

#sec04 .right-block .more-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 170px;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
    background-size: 800% 400%;
    transition: background .6s ease;
}
#sec04 .right-block .more-btn:hover {
  background-position: 75% 25%;
  opacity: 1;
}

#sec04 .container-wrap.reverse {
}

#sec04 .container-wrap.reverse .left-block {
    order: 1;
}

#sec04 .container-wrap.reverse .right-block {
}
#sec04 .sec-imgs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: -50px auto 0;
  z-index: 11;
}
#sec04 .sec-imgs img {
  transition: none;
}
#sec04 .sec-imgs .photo_1 {
  margin-top: 10%;
  width: 50%;
}
#sec04 .sec-imgs .photo_2 {
  margin-bottom: 10%;
  width: 50%;
} 
#sec04 .sec-imgs .flower_1 {
  position: absolute;
  width: 30%;
  left: -13%;
  bottom: 0;
}
#sec04 .sec-imgs .flower_2 {
  position: absolute;
  width: 22%;
  right: -8%;
  top: 33%;
}

.sec-video {
  padding: 80px 20px 0;
}
.sec-video__wrap {
  max-width: 860px;
  border: 5px solid #008086;
  padding: 10px;
  margin: 0 auto;
}
.sec-video__wrap iframe {
  width: 100%;
}
.sec-video .sec-btn {
    margin: 80px auto 0;
    text-align: center;
}

.sec-video .sec-btn a {
    position: relative;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    background: #008086;
}  
#bergamotPatchouli .sec-about .sec-about__title .font-ja {
    font-size: 30px;
    ;
}

#bergamotPatchouli .sec-about .sec-about__txt {
    margin-bottom: 40px;
}

#bergamotPatchouli .sec-about .sec-about__inner {
    background: none;
}

#bergamotPatchouli .sec-about .sec-about__btn {
    margin: 10px auto;
    background-color: #000;
    border-radius: 50px;
    color: #fff
}

.sec-footer {
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .f12 {
      font-size: 12px;
    }
  
    .f14 {
      font-size: 12px;
    }
  
    .f15 {
      font-size: 12px;
    }
  
    .f18 {
      font-size: 16px;
    }
  
    .f20 {
      font-size: 18px;
    }
  
    .f30 {
      font-size: 24px;
    }
  
    .f40 {
      font-size: 28px;
    }
  
    .f80 {
      font-size: 40px;
    }
  
    /* margin調整 */
    .mb40 {
      margin-bottom: 20px;
    }
  
    .mb50 {
      margin-bottom: 25px;
    }
  
    .mb70 {}
  
    .mb100 {
      margin-bottom: 50px;
    }
  
    .mt100 {
      margin-top: 50px;
    }
  
    #bergamotPatchouli {}
  
    .sec-inner {
      padding: 0 20px;
    }
    .sec-hero__subtitle {
      font-size: 4vw;
      margin-bottom: 5vw
    }
    .sec-hero__txt {
      top: 25%;
      right: 5%;
      width: 60%;
    }
    .sec-hero__title {

    }
    .sec-hero__title .line {
      margin-bottom: 4vw;
    }
    #bergamotPatchouli .sec-hero__title .line span img {
      height: 6.8vw;
    }
    .sec-hero__subtitle {
      margin-top: 4vw;
    }
    .sec-title {
      padding-bottom: 20px;
    }
    .sec-title:before,
    .sec-title:after {
      margin: 0 10px;
      height: 1px;;
    }
    .sec-title__en {
      line-height: 1;
      font-size: 0;
    }
    .sec-title__en img {
      height: 30px;;
    }
    .sec-title__ja {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .sec-title__inner:after {
      margin-top: 5px;
      max-width: 120px;
    }
    .sec-subtitle {
      line-height: 1.8;
      font-size: 20px;
    }
  
    #sec01 {
      padding: 0;
    }
    #sec01 .sec-inner {
      padding: 30px 20px;
    }
    #sec01 .sec-outer {
      padding: 10px;
      background-size: 50vw;
    }
    #sec01 .sec-title__en {
      margin-top: 0;
    }
    #sec01 .sec-title__en img {
      height: 30px;
    }
    #sec01 .kazari1 {
      top: 53%;
      right: 83%;
      width: 16%;
    }
    #sec01 .kazari2 {
      top: 2%;
      left: 78%;
      width: 20%;
    }
    #sec01 .graph-container {
      width: 100%;
      padding: 0;
      overflow: hidden;
    }
    #sec01 .graph-container h3 {
      text-align: center;
      margin-bottom: 10px;
    }
    #sec01 .graph-container h3 .en {
      margin: 0;
      mask-position: center center;
      mask-size: auto 100%;
    }
    #sec01 .graph-container .en img {
      height: 30px;
    }
    #sec01 .graph-container h3 .ja {
      font-size: 14px;
    }
    #sec01 .graph-container::before {
      margin-bottom: 20px;
    }
    #sec01 .graph-container::after {
      margin-top: 10px;
    }
    #sec01 .graph-container::before,
    #sec01 .graph-container::after {
      width: 70%;
    }
  
    #sec01 .sec-inner>h2 {
      margin-bottom: 0px;
      line-height: 1.6;
      font-size: 22px;
    }
    #sec01 .sec-inner>p {
      text-align: center;
      font-size: 14px;
    }
    #sec01 .item-container {
      margin-top: 30px;
    }
    #sec01 .item-container .graph-container {
      flex-direction: column;
    }
    #sec01 .left-block {
      width: 100%;
      margin-bottom: 20px;
      padding: 0;
      border-radius: 0;
      box-sizing: border-box;
      order: 2;
    }
    #sec01 .left-block p {
      text-align: center;
      font-size: 14px;
    }
    #sec01 .left-block img {
      display: block;
      margin: 0 auto;
    }
  
    #sec01 .right-block {
      order: 2;
      width: 100%;
      border-radius: 0;
    }
  
    #sec01 .right-block .graph {
      width: 90%;
    }
  
    #sec01 .graph-container h2 svg {
      width: 180px;
    }

    #sec01 .right-block .graph {
      width: 70%;
    }
  
    #sec01 h1 svg {
      width: 140px;
      margin-bottom: 10px;
    }
    #sec02 {
      padding: 20px 0;
      overflow: hidden;
    }
    #sec02 .sec-title {
      margin: 0;
    }
    #sec02 .sec-title__en {
      margin-top: 5px;
    }
    #sec02 #kazari1 {
      right: 80%;
      top: -1%;
      width: 35vw;
    }
    #sec02 #kazari2 {
      top: 16.3%;
      left: 77%;
      width: 30vw;
    }
    #sec02 #kazari3 {
      top: 31.3%;
      right: 80%;
      width: 30vw;
    }
    #sec02 #kazari4 {
      top: 44.3%;
      left: 80%;
      width: 30vw;
    }
    #sec02 #kazari5 {
      display: block;
      right: 80%;
      top: 65.3%;
      width: 30vw;
    }
    #sec02 #kazari6 {
      display: block;
      left: 80%;
      top: 72.3%;
      width: 30vw;
    }

  
    #sec02 .item-container {
      width: 100%;
      box-sizing: border-box;
    }
    #sec02 .container-wrap .kazari,
    #sec02 .container-wrap .kazari2 {
      width: 20%;
    }
    #sec02 .container-wrap:nth-of-type(1) .kazari {
      top: 34%;
      left: 89%;
      width: 19%;
    }
    #sec02 .container-wrap:nth-of-type(2) .kazari {
      top: 24%;
      right: 92%;
    }
    #sec02 .container-wrap:nth-of-type(2) .kazari2 {
      top: 80%;
      left: 88%;
    }
    #sec02 .container-wrap:nth-of-type(5) .kazari {
      top: 0%;
      right: 92%;
    }
    #sec02 .container-wrap:nth-of-type(5) .kazari2 {
      top: 80%;
      left: 88%;
    }
    #sec02 .container-wrap:nth-of-type(7) .kazari {
      top: 94%;
      right: 89%;
      z-index: 2;
    }
    #sec02 .container-wrap:nth-of-type(8) .kazari2 {
      top: 80%;
      left: 88%;
    }
    #sec02 .container-wrap {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 30px 20px;
      box-sizing: border-box;
    }
    #sec02 .container-wrap:last-child {
      margin: 0;
    }
    #sec02 .container-wrap:first-child {
      display: flex;
      flex-direction: column;
    }
    #sec02 .container-wrap:first-child .right-block {
      width: 100%;
      margin-bottom: 20px;
    }
    #sec02 .container-wrap:first-child .left-block {
      width: 100%;
      order: 2;
    }
    #sec02 .container-wrap:first-child .left-block .item-wrap {
      width: 100%;
      padding: 0;
    }
    #sec02 .container-wrap:first-child .left-block .item-wrap img {
      max-width: 100%;
    }
    #sec02 .container-wrap:first-child .left-block .item-image-caption {
      width: 80%;
      margin: 20px auto 0 0;
      font-size: 12px
    }
    #sec02 .container-wrap:first-child .right-block .item-image {
      margin-bottom: 20px;
    }
    #sec02 .left-block,
    #sec02 .right-block {
      width: 100%;
    }
    #sec02 .left-block {
      margin-bottom: 20px;
    }
    #sec02 .left-block a {
      display: block;
      width: 100%;
    }
  
    #sec02 .left-block .item-wrap {
      position: relative;
      width: 80%;
      margin: 0 auto;
      padding-bottom: 80%;
    }
    #sec02 .left-block .item-wrap img {
      width: 100%;
      height: 100%;
      max-width: 80%;
      object-fit: contain;
      object-position: center;
    }
  
  
    #sec02 .right-block {
      box-sizing: border-box;
      padding: 0;
    }

    #sec02 .right-block .item-title {
      font-size: 25px;
      margin-bottom: 20px;
    }
    #sec02 .right-block .item-title img {
      max-height: 24px;
      height: 24px;;
    }
    #sec02 .container-wrap:nth-of-type(7) .right-block .item-title img {
      max-height: 20px;
      height: 20px;
    }
    #sec02 .right-block .item-title span {
      display: block;
      margin-top: 10px;
      font-size: 12px;
    }
  
    #sec02 .right-block .item-desc {
      margin-bottom: 20px;
      font-size: 14px;
    }
  
    #sec02 .right-block .item-name {
      font-size: 14px;
    }
  
    #sec02 .right-block .more-btn {
      width: 160px;
    }
  
    #sec02 .container-wrap.reverse .left-block .item-wrap {
      margin: 0 auto;
    }
  
    #sec02 .container-wrap.reverse .right-block {
      padding: 0 ;
    }
    #sec02 .container-wrap:after {
      left: 20px;
      right: 20px;
      width: auto;
    }
    

    #sec03 {
      overflow: hidden;
    }
    #sec03 .sec-title {
      margin-right: 20px;
      margin-bottom: 50px;
    }
  
    #sec03 .sec-title svg {
      width: 85%;
      height: auto;
    }
  
    #sec03 .sec-inner {
      padding: 20px;
    }
  
    #sec03 .item-container::before {
      right: 20px;
      height: 380px;
    }
  
    #sec03 .item-container::after {
      right: 20px;
    }
  
    #sec03 .item-container {
      width: 100%;
      box-sizing: border-box;
    }
  
    #sec03 .item-container>.inner {
      display: block;
      width: 100%;
    }
  
    #sec03 .container-wrap {
      display: block;
      width: 100%;
      margin: 0;
      padding: 30px 0;
    }
    #sec03 .container-wrap.half {
      width: 100%;

    }
  
    #sec03 .container-wrap:last-child{
      margin: 0;
    }
  
    #sec03 .left-block,
    #sec03 .right-block {
      width: 100%;
    }
    #sec03 .container-wrap.half .left-block a {
      display: block;
      position: relative;
      height: auto;
    }
    #sec03 .left-block .item-wrap {
      position: relative;
      width: 80%;
      transform: none;
      margin: 0 auto;
    }
    #sec03 .container-wrap.col-3 .left-block {
      width: 80%;
      margin: 0 auto;
    }
    #sec03 .left-block .item-wrap img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }
  
    #sec03 .container-wrap.half .right-block {
      padding: 20px;
    }
    #sec03 .container-wrap:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      display: block;
      width: auto;
      margin: 20px auto 0;
      height: 3px;
      background: linear-gradient(45deg, #d1b64b 0%, #c0b283 45%, #FEE9A0 70%, #d1b64b 85%, #d1b64b 90% 100%);
      background-size: 800% 400%;
      animation: gradient 15s .4s infinite cubic-bezier(.62, .28, .23, .99) both;
      mask-image: radial-gradient(circle, black 50%, rgba(0, 0, 0, 0) 50%);
      mask-size: 6px 3px;
      mask-position: center;
    }
    #sec03 .container-wrap:last-child:after {
      display: none;
    }
    #sec03 .container-wrap.col-3 .right-block {
      text-align: left;
    }
    #sec03 .right-block {
      padding: 20px;
      box-sizing: border-box;
      
    }
    #sec03 .right-block .item-title {
      font-size: 25px;
    }
    #sec03 .right-block .item-title span {
      display: block;
      margin-top: 10px;
      font-size: 12px;
    }
  
    #sec03 .right-block .item-subtitle {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.6;
    }
  
    #sec03 .right-block .item-desc {
      font-size: 14px;
    }
  
    #sec03 .right-block .item-name {
      font-size: 14px;
    }
    #sec03 .right-block .item-title img {
      max-height: 24px;
      height: 24px;
    }
    #sec03 .container-wrap:nth-of-type(2) .right-block .item-title img {
      max-height: 20px;;
    }
  
    #sec03 .right-block .more-btn {
      width: 160px;
    }
  
    #sec03 .container-wrap.reverse .left-block .item-wrap {
      margin: 0 auto -20%;
    }
  
    #sec03 .container-wrap.reverse .right-block {
      padding: 20px;
    }
    #sec03 .container-wrap.col-3 {
      width: 100%;
    }
    #sec03 #kazari7 {
      right: 80%;
      top: -5%;
      width: 30vw;
    }
    #sec03 #kazari8 {
      left: 80%;
      top: 80%;
      width: 30vw;
    }
    #sec03 .container-wrap:nth-of-type(2) .kazari {
      top: -5%;
      left: 89%;
      width: 19%;
    }
    #sec03 .container-wrap:nth-of-type(3) .kazari {
      top: -5%;
      right: 89%;
      width: 19%;
    }
    
    #sec04 {
      padding: 40px 30px;
    }
    #sec04 .sec-inner {
      padding: 0;
      border-radius: 60px;
      width: 100%;
      box-sizing: border-box;
    }
    
    #sec04 h1 {
      margin-bottom: 50px;
    }
  
    #sec04 h1 svg {
      width: 60%;
    }
  
    #sec04 .item-container {
      width: 100%;
      box-sizing: border-box;
    }
    #sec04 .sec-title {
      width: 100%;
      margin: 0;
    }
    #sec04 .sec-title__en {
      white-space: nowrap;
    }
    #sec04 .sec-title__inner:after {
      margin-top: 10px;
    }
  
    #sec04 .container-wrap {
      display: block;
      padding: 30px 20px;
      width: 100%;
      box-sizing: border-box;
      margin: 0 0 20px;
    }
    #sec04 .container-wrap:last-child {
      margin: 0;
    }
    #sec04 .container-wrap.reverse {
    }
    
  
    #sec04 .left-block,
    #sec04 .right-block {
      width: 100%;
    }

    #sec04 .left-block {
      margin-bottom: 20px;
    }
  
    #sec04 .left-block .item-wrap {
      position: relative;
      width: 100%;
      padding: 0 0 67%;
      transform: none;
      margin: 0 auto;
    }
  
    #sec04 .left-block .item-wrap img {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;

    }
  
    #sec04 .right-block {
      padding: 0;
      box-sizing: border-box;
    }
    #sec04 .right-block .item-title {
      font-size: 25px;
    }
    #sec04 .right-block .item-title span {
      font-size: 12px;
      display: block;
      margin-top: 10px;
    }
    #sec04 .right-block .item-title img {
      max-height: 24px;
      height: 24px;;
    }
    #sec04 .container-wrap:nth-of-type(3) .right-block .item-title img {
      max-height: 20px;
      height: 20px;;
    }
  
    #sec04 .right-block .item-desc {
      font-size: 14px;
    }
  
    #sec04 .right-block .item-name {
      font-size: 14px;
    }
  
    #sec04 .right-block .more-btn {
      width: 160px;
    }
  
    #sec04 .container-wrap.reverse .left-block .item-wrap {
      margin: 0 auto;
    }
  
    #sec04 .container-wrap.reverse .right-block {
      padding: 0;
    }
  
    .sec-video {
      padding: 40px 20px 0;
    }
    .sec-video__wrap {
      border-width: 2px;
      padding: 6px;
    }
    .sec-video__wrap iframe {
      height: 45vw;
    }
    .sec-video .sec-btn {
      margin: 40px auto 0;
    }
    .sec-video .sec-btn a {
      padding: 10px 70px;
      line-height: 1.4;
    }
  
    #bergamotPatchouli .sec-about {
      margin: 0 auto;
      width: 100%;
    }
  
    #bergamotPatchouli .sec-about__logo {
      width: 30vw;
      ;
    }
  
    #bergamotPatchouli .sec-about__logo img,
    #bergamotPatchouli .sec-about__logo .lalineLogo {
      height: 30vw !important;
    }
  
    #bergamotPatchouli .sec-about__title {
      margin-bottom: 10px;
    }
  
    #bergamotPatchouli .sec-about .sec-about__title .font-ja {
      font-size: 18px;
    }
  
    #bergamotPatchouli .sec-about .sec-about__inner {
      box-sizing: border-box;
    }
  
    #bergamotPatchouli .sec-about .sec-about__txt {
      text-align: left;
      font-size: 12px;
      margin-bottom: 10px;
    }
  
    #bergamotPatchouli .sec-about .sec-about__txt br {
      display: none;
    }
  }