@charset "utf-8";
.header_logo {
  display: none;
}
.header_logo_sp {
  display: block;
}
@media screen and (min-width:768px) { 
  .header_logo {
    display: block;
  }
	.header_logo_sp {
		display: none;
	}
}
/*
mv
*/
.sec_mv {
  padding: 60px 0;
}
@media screen and (min-width:768px) { 
  .sec_mv {
    padding: 100px 0;
  }
}
.topmv_box {
  display: flex;
  flex-direction: column;
}
.topmv_logo_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
}
@media screen and (min-width:768px) { 
  .topmv_logo_wrap {
    margin: 0 0 65px;
  }
}
.top_slide_wrap {
  width: 90vw;
  margin: 0 0 0 auto;
}
.topmv_logo_wrap .topmv_logo_img {
  width: 55vw;
}
@media screen and (min-width:768px) { 
  .topmv_box {
    flex-direction: row;
  }
  .topmv_logo_wrap {
    width: 40vw;
    margin: 0;
  }
  .top_slide_wrap {
    width: 60vw;
    margin: 0;
  }
  .topmv_logo_wrap .topmv_logo_img {
    width: 24vw;
  }
}
@media screen and (min-width:1400px) { 
  .topmv_logo_wrap .topmv_logo_img {
    width: 100%;
    max-width: 460px;
  }
}
/* slide_circle */
.top_slide_wrap {
  position: relative;
}
.slick-slider {
  position: relative;
  z-index: 1;
}
.slide_circle {
  width: 150px;
  position: absolute;
  left: -80px;
  bottom: -35px;
  z-index: 1;
}
@media screen and (min-width:768px) { 
  .slide_circle {
    left: -75px;
    bottom: -3vw;
  }
}
@media screen and (min-width:1400px) { 
  .slide_circle {
    width: 200px;
    left: -95px;
  }
}

/* スライド */
.slick-slide {
  margin-right: 15px;
  max-width: 211px;
}
.slick-slide img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width:768px) { 
  .slick-slide {
    margin-right: 0;
    max-width: none;
  }
  .slick-slide {
    margin-right: 20px;
  }
  .slick-slide img {
    height: auto;
  }
}
/*
scroll
*/
.scroll_img_wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.scroll_img {
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: clamp( 10px, 0.99vw, 19px);
}
.scroll_img_wrap,
.scroll_img {
  display: none;
}
@media screen and (min-width:641px) { 
  .scroll_img_wrap,
  .scroll_img {
    display: block;
  }
}
/*
blar
*/
.blar_wrap {
  margin: auto;
  overflow: hidden;
  position: relative;
  min-height: 700px;
}

.blar_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(10px);
  z-index: 3;
}
.blar_wrap {
  content: "";
  display: block;
  width: 100vw;
  height: 700px;
  background-image: url(../images/top/LinoMua_all_sp.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width:768px) {
  .blar_wrap {
    width: 90vw;
  }
  .blar_wrap {
    background-image: url(../images/top/LinoMua_all_pc.webp);
    background-position: right bottom;
  }
}
/* blar anime */
.blar_wrap.blar_off::before {
  animation-name: blar_off;
  animation-duration:4s;
  animation-timing-function: ease-in;
  animation-fill-mode:forwards;
  opacity: 1;
}
@keyframes blar_off {
  0% {
    opacity: 1;
  }
	100% {
    opacity: 0;
  }
}
/* テキスト */
.banner-text {
  position: relative;
  z-index: 4;
  padding-top: 60px;
  padding-right: 9vw;
  padding-left: 12vw;
}
.b_txt_ttl {
  font-size: clamp(22px, 2vw, 42px);
  letter-spacing: .2em;
  line-height: 1.8;
}
.b_txt_wrap {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.8;
}
.b_txt_wrap p+p {
  margin-top: 15px;
  letter-spacing: .1em;
}
.toplead_ib {
  display: inline-block;
}
@media screen and (min-width:768px) { 
  .toplead_db {
    display: inline;
  } 
  .banner-text {
    padding-top: clamp(60px, 9vw, 163px);
    padding-left: 7%;
  }
  .b_txt_wrap {
    font-size: 16px;
    width: 68vw;
    margin-top: 50px;
  }
  .b_txt_wrap p+p {
    margin-top: 30px;
  }
}
@media screen and (min-width:1024px) { 
  .b_txt_wrap {
    width: 48vw;
  }
}
@media screen and (min-width:1400px) { 
  .b_txt_wrap {
    width: 30vw;
  }
}
/*
concept
*/
.conlist_list_wrap {
  margin: 40px 0 80px;
}
.conlist_list_wrap li {
  max-width: 1720px;
  margin: 0 0 30px auto;
}
.conlist_list_wrap li:nth-child(even) {
  margin: 0 auto 5vw 0;
}
.conlist_list_wrap li+li {
  margin-top: 10vw;
}
.conlist_list_box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px 0;
}
.conlist_contents {
  width: 90vw;
  margin: auto;
}
.conlist_img {
  width: 85vw;
}
@media screen and (min-width:768px) { 
  .conlist_list_wrap {
    margin: 10vw 0;
  }
  .conlist_list_wrap li {
    width: 90vw;
    margin: 0 0 10vw auto;
  }
  .conlist_list_wrap li:nth-child(even) {
    margin: 0 auto 10vw 0;
    flex-direction: row-reverse;
  }
  .conlist_list_box {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 ;
  }
  .conlist_contents {
    width: 40vw;
    max-width: 760px;
    margin: 0;
  }
  .conlist_img {
    width: 45vw;
  }
}
/* タイトル */
.conlist_con_ttl .con_ttl_en,
.conlist_con_ttl .con_ttl_ja {
  display: block;
}
.conlist_con_ttl .con_ttl_en {
  color: #fff;
  font-size: clamp(26px, 3.6vw, 60px);
  letter-spacing: .2em;
  line-height: 1.2;
}
.conlist_con_ttl .con_ttl_en.smaller {
  font-size: calc(clamp(26px, 3.6vw, 60px)*.8);
  letter-spacing: .19em;
}
.conlist_con_ttl .con_ttl_ja {
  font-size: clamp(18px, 2.4vw, 40px);
  letter-spacing: .2em;
  margin: 14px 0 21px;
}
.conlist_con_txt {
  letter-spacing: .1em;
}
@media screen and (min-width:1400px) { 
  .conlist_con_ttl .con_ttl_ja {
    margin: 22px 0 42px;
  }
}
/* 画像 */
.conlist_list_wrap li .conlist_img {
  overflow: hidden;
  margin: 0 0 0 auto;
  border-radius: 15px 0 0 15px;
  z-index: 1; /* safari用 */
}
.conlist_list_wrap li:nth-child(even) .conlist_img {
  margin: 0 auto 0 0;
  border-radius: 0 15px 15px 0;
}
@media screen and (min-width:768px) { 
  .conlist_list_wrap li .conlist_img {
    margin: 0;
  }
  .conlist_list_wrap li:nth-child(even) .conlist_img {
    margin: 0;
  }
}
/*
LINE-UP
*/
.sec_lineup {
  overflow-x: hidden;
}
.lineup_inner {
  padding: 0 0 50px;
}
@media screen and (min-width:768px) { 
  .lineup_inner {
    padding: 0 0 10vw;
  }
}
.linup_list {
  width: 70vw;
  max-width: 1344px;
  margin: auto;
}
.linup_list a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lineuplist_box {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  margin-right: 20vw;
}
.lineuplist_box li {
  width: 100%;
}
@media screen and (min-width:768px) { 
  .linup_list {
    max-width: 1344px;
  }
  .linup_list a {
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
  }
  .lineuplist_box {
    flex-direction: row;
    gap: 0;
    margin-right: auto;
  }
  .lineuplist_box li {
    width: calc(100% / 3);
  }
}
.lineup_ttl {
  font-size: clamp(40px, 6vw, 115px);
  letter-spacing: .2em;
  color: transparent;
  -webkit-text-stroke: 1px #39261C;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 40px;
}
.lineup_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
}
.lineup_img img {
  transition: all .4s ease-out;
}
@media screen and (min-width:768px) { 
  .lineup_img {
    height: 21vw;
    max-height: 403px;
    width: 100%;
  }
  .lineup_img img {
    width: 18vw;
    max-width: 346px;
  }
  .lineup_ttl {
    margin: 0 0 3vw;
  }
}
.lineup_txt_wrap {
  margin: 24px 0 0;
  width: 50%;
  text-align: left;
}
.lineup_morebtn_wrap {
  margin: 10px 2vw 0 0;
}
.lineup_txt {
  color: #565B3A;
  font-size: clamp(15px, 1.8vw, 30px);
  letter-spacing: .2em;
  text-align: center;
  line-height: 1.2;
  display: inline-block;
}
.lineup_txt.line2 {
  letter-spacing: .15em;
}
.lineup_btn_wrap {
  margin: 45px 0 0;
}
.lineup_btn_wrap .btn {
  margin: auto;
}
.lineup_morebtn_wrap {
  text-align: left;
}
@media screen and (min-width:768px) { 
  .lineup_txt_wrap {
    text-align: center;
    width: 100%;
  }
  .lineup_morebtn_wrap {
    text-align: right;
  }
}
@media screen and (min-width:1200px) { 
  .linup_list a:hover .lineup_img img {
    transform: scale(1.05);
  }
}
@media screen and (min-width:1400px) { 
  .lineup_btn_wrap {
    margin: 70px 0 0;
  }
}
/*
product
*/
.product_inner {
  padding: 0 0 10vw;
}
.prohero_ttl_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.prohero_ttl_wrap {
  display: flex;
  align-items: center;
  gap: 10px 0;
  width: 50vw;
  flex-direction: column;
}
@media screen and (min-width:768px) { 
  .prohero_ttl_wrap {
    flex-direction: row;
    gap: 0 3.5vw;
    width: 60vw;
    padding-left: 10vw;
  }
}
.prohero_ttl {
  font-size: clamp(22px, 4vw, 70px);
  letter-spacing: .2em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media screen and (min-width:768px) { 
  .prohero_ttl {
    text-align: left;
  }
}
.prohero_ttl_icon {
  width: clamp(75px, 13.1vw, 250px);
}
.prohero_ttl_img {
  border-radius: 0 0 0 5px;
  overflow: hidden;
  width: 50vw;
}
@media screen and (min-width:768px) { 
  .prohero_ttl_img {
    width: 40vw;
    border-radius: 0 0 0 15px;
  }
}
.text_band_wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.text_band_wrap p {
  font-size: clamp( 16px, 3.6vw, 60px);
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .15);
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
}
.text_band_wrap {
  margin: 2.6vw 0;
}
/* .text_band_wrap p {
  animation-name: text_anime;
  animation-duration:20s;
  animation-iteration-count: infinite;
}
@keyframes text_anime {
  0% {
    transform: translateX(50%);
  }
	100% {
    transform: translateX(-150%);
  }
} */
/* bath */
.probath_box {
  display: flex;
  flex-direction: column;
  gap: 37px 0;
}
@media screen and (min-width:768px) { 
  .probath_box {
    flex-direction: row-reverse;
    gap: 0;
    width: 80vw;
  }
}
.probath_img {
  position: relative;
  width: fit-content;
  width: 90vw;
}
.probath_img img {
  border-radius: 0 5px 5px 0;
}
.probath_img figcaption {
  font-size: 10px;
  letter-spacing: .2em;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  writing-mode:vertical-rl;
  line-height: 1;
}
@media screen and (min-width:768px) { 
  .probath_img figcaption {
    font-size: clamp(10px, 1.4vw, 24px);
    right: -3vw;
  }
  .probath_img img {
    border-radius: 0 15px 15px 0;
  }
}
@media screen and (min-width:1400px) { 
  .probath_img figcaption {
    font-size: 24px;
    right: -40px;
    white-space: nowrap;
  }
}
/* time */
.pro_time_box {
  display: flex;
  width: 80vw;
  margin: 0 0 0 auto;
  justify-content: center;
  border-radius: 5px 0 0 5px;
  align-items: center;
  gap: 0 9vw;
  padding: 18px 6px;
}
@media screen and (min-width:375px) { 
  .pro_time_box {
    padding: 18px;
  }
}
.pro_time_txt {
  font-size: 13px;
  letter-spacing: .2em;
  line-height: 1.6;
}
.pro_time_img {
  width: 70px;
}
@media screen and (min-width:768px) { 
  .pro_time_box {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    width: 25vw;
    padding: 7vw 3vw 3.4vw 5vw;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pro_time_txt {
    font-size: clamp( 12px, 1.5vw, 29px);
    line-height: 2;
  }
  .probath_img {
    width: calc(100% - 25vw);
  }
  .pro_time_img {
    width: clamp(70px, 8.9vw, 150px);
    margin: 0 0 0 auto;
  }
}
/* 色わけ */
.bg_day {
  background-color: #2C391B;
}
.bg_day .pro_time_box {
  background-color: #AEC5B2;
  color: #2C391B;
}
.bg_evening {
  background-color: #380A04;
}
.bg_evening .pro_time_box {
  background-color: #94705C;
  color: #380A04;
}
.bg_night {
  background-color: #00174E;
}
.bg_night .pro_time_box {
  background-color: #63678A;
  color: #F1F0EC;
}
/*
essential oil
*/
.essential_wrap {
  width: 88vw;
  max-width: 1536px;
  margin: 37px auto 0;
}
@media screen and (min-width:768px) { 
  .essential_wrap {
    width: 80vw;
    margin: 2.7vw auto 0;
  }
}
/* ttl */
.essential_ttl_box {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.essential_img {
  display: block;
  width: 83vw;
  max-width: 310px;
}
.essential_ja {
  color: #fff;
  font-size: clamp( 12px, 1.4vw, 24px);
  display: block;
  margin-left: 15vw;
  letter-spacing: .2em;
}
@media screen and (min-width:768px) { 
  .essential_ttl_box {
    flex-direction: row;
    gap:0 38px;
    align-items: flex-end;
  }
  .essential_img {
    width: clamp( 310px, 47vw, 788px);
    max-width: none;
  }
  .essential_ja {
    margin-left: 0;
    padding: 0 0 10px;
  }
}
/* list */
.es_list {
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  color: #fff;
  gap: 4vw;
}
@media screen and (min-width:1920px) { 
  .es_list {
    gap: 70px 134px;
  }
}
.es_list li {
  width: 42vw;
}
@media screen and (min-width:768px) { 
  .es_list {
    margin: 2.5vw 0 0;
    gap: 3.4vw 7vw;
  }
  .es_list li {
    width: 22vw;
    max-width: 422px;
  }
}
.ese_list_img {
  overflow: hidden;
  border-radius: 5px;
}
.es_txt_ja,
.es_txt_en {
  letter-spacing: .2em;
  line-height: 1.5;
}
.es_txt_en {
  margin-top: .5vw;
  font-size: clamp( 14px, 1.3vw, 24px);
}
.es_txt_ja {
  font-size: clamp( 10px, 0.8vw, 14px);
}
@media screen and (min-width:768px) { 
  .es_txt_ja {
    margin-top: .3vw;
  }
  .ese_list_img {
    border-radius: 15px;
  }
}
/*
anime
*/
/* conlist_anime */
.conlist_anime .conlist_con_ttl .alata,
.conlist_anime .con_ttl_ja,
.conlist_anime .conlist_con_txt {
  opacity: 0;
}
.conlist_anime.fadein_anime .conlist_con_ttl .alata,
.conlist_anime.fadein_anime .con_ttl_ja,
.conlist_anime.fadein_anime .conlist_con_txt {
  animation-name:fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
}
.conlist_anime.fadein_anime .con_ttl_ja {
  animation-delay: 0.5s;
}
.conlist_anime.fadein_anime .conlist_con_txt {
  animation-delay: 1s;
}
.conlist_anime img {
  opacity: 0;
  transform: scale(1.2);
}
.conlist_anime.fadein_anime img {
  animation-name:imgscale;
  animation-duration:2.5s;
  animation-fill-mode:forwards;
  animation-delay: 1.5s;
}
@media screen and (min-width:768px) { 
  /* .conlist_anime.fadein_anime .conlist_contents {
    animation-delay: 1s;
  } */
  .conlist_anime.fadein_anime img {
    animation-delay: 0s;
  }
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgscale{
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* lineup_anmime */
.lineup_anime .lineup_ttl,
.lineup_anime .lineuplist_box > li,
.lineup_anime .lineup_btn_wrap {
  opacity: 0;
  transform: scale(1.05);
}
.lineup_anime.fadein_anime .lineup_ttl {
  animation-name:lineUpanime;
  animation-duration: .5s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-out;
}
.lineup_anime.fadein_anime .lineuplist_box > li {
  animation-name:lineUpanime;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
}
.lineup_anime.fadein_anime .lineup_btn_wrap {
  animation-name:lineUpanime;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-in-out;
}
.lineup_anime.fadein_anime .lineuplist_box > li:nth-child(1) {
  animation-delay: .5s;
}
.lineup_anime.fadein_anime .lineuplist_box > li:nth-child(2) {
  animation-delay: .9s;
}
.lineup_anime.fadein_anime .lineuplist_box > li:nth-child(3) {
  animation-delay: 1.3s;
}
.lineup_anime.fadein_anime .lineup_btn_wrap {
  animation-delay: 1.7s;
}
@keyframes lineUpanime{
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* blar_txt_anime */
.blar_txt_anime .b_txt_ttl {
  opacity: 0;
  
  /* transform: scale(1.02); */
}
.blar_txt_anime .b_txt_wrap p {
  opacity: 0;
}
.blar_txt_anime.fadein_anime .b_txt_ttl,
.blar_txt_anime.fadein_anime .b_txt_wrap p {
  animation-name:blar_txt_anime_in;
  animation-duration: 1.5s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-in-out;
}
.blar_txt_anime.fadein_anime .b_txt_wrap p:nth-child(1) {
  animation-delay: 1s;
}
.blar_txt_anime.fadein_anime .b_txt_wrap p:nth-child(2) {
  animation-delay: 2s;
}
.blar_txt_anime.fadein_anime .b_txt_wrap p:nth-child(3) {
  animation-delay: 3s;
}
@media screen and (min-width:768px) { 
  .blar_txt_anime.fadein_anime .b_txt_ttl,
  .blar_txt_anime.fadein_anime .b_txt_wrap p {
    animation-duration: 2.5s;
  }
  .blar_txt_anime.fadein_anime .b_txt_wrap p:nth-child(1) {
    animation-delay: 1.5s;
  }
  .blar_txt_anime.fadein_anime .b_txt_wrap p:nth-child(2) {
    animation-delay: 3.2s;
  }
  .blar_txt_anime.fadein_anime .b_txt_wrap p:nth-child(3) {
    animation-delay: 4.7s;
  }
}
@keyframes blar_txt_anime{
  0% {
    opacity: 0;
    /* transform: scale(1.02); */
  }
  25% {
    /* opacity: 1; */
  }
  100% {
    opacity: 1;
    /* transform: scale(1); */
  }
}
@keyframes blar_txt_anime_in{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* bg_anime */
.bg_day.bg_anime section {
  opacity: 0;
}
.bg_day.bg_anime.bgchange_anime section {
  animation-name:fadeIn;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-out;
}
.fadein {
  opacity: 0;
}
.fadein.fadein_anime {
  animation-name:fadeIn;
  animation-duration:2s;
  animation-delay: .8s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-out;
}
@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg_evening.bg_anime {
  background-color: #2C391B;
}
.bg_evening.bg_anime.bgchange_anime {
  animation-name:bgChangeanime_evening;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-out;
}
@keyframes bgChangeanime_evening{
  0% {
    background-color: #2C391B;
  }
  100% {
    background-color: #380A04;
  }
}
.bg_night.bg_anime {
  background-color: #380A04;
}
.bg_night.bg_anime.bgchange_anime {
  animation-name:bgChangeanime_night;
  animation-duration:1s;
  animation-fill-mode:forwards;
  animation-timing-function: ease-out;
}
@keyframes bgChangeanime_night{
  0% {
    background-color: #380A04;
  }
  100% {
    background-color: #00174E;
  }
}
/*
流れるテキスト
*/
.flowimg {
  position: relative;
  overflow: hidden;
  height: 22px;
}
.flowimg::before,
.flowimg::after {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: auto;
  color: #959595;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, .15);
  letter-spacing: .1em;
  font-family: 'Alata', sans-serif;
  white-space: nowrap;
  animation: flowimg 30s linear infinite;
}
@media screen and (min-width:641px) { 
  .flowimg {
    height: clamp( 22px, 3.6vw, 69px);
  }
  .flowimg::before,
  .flowimg::after {
    font-size: clamp( 16px, 3.13vw, 60px);
  }
}
@media screen and (min-width:1920px) { 
  .flowimg {
    height: 69px;
  }
  .flowimg::before,
  .flowimg::after {
    font-size: 60px;
  }
}
.flowimg::before {
  left: 0;
}
.flowimg::after {
  left: 100%;
}
/* .sec_day */
.sec_day .flowimg::before,
.sec_day .flowimg::after {
  content: "A refreshing citrus scent that makes you feel invigorated and energetic.";
  /* テキスト変更の場合はleftの数値も変更する */
}
.sec_day .flowimg::after {
  left: 640px;
}
@media screen and (min-width:641px) { 
  .sec_day .flowimg::after {
    left: 125vw;
  }
}
@media screen and (min-width:1920px) { 
  .sec_day .flowimg::after {
    left: 2390px;
  }
}
/* .sec_evening */
.sec_evening .flowimg::before,
.sec_evening .flowimg::after {
  content: "A luxurious floral fragrance that gives you a calm mind and a relaxing time.";
  /* テキスト変更の場合はleftの数値も変更する */
}
.sec_evening .flowimg::after {
  left: 680px;
}
@media screen and (min-width:641px) { 
  .sec_evening .flowimg::after {
    left: 132vw;
  }
}
@media screen and (min-width:1920px) { 
  .sec_evening .flowimg::after {
    left: 2540px;
  }
}
/* .sec_night */
.sec_night .flowimg::before,
.sec_night .flowimg::after {
  content: "A relaxing lavender scent that leads you to a comfortable sleep.";
  /* テキスト変更の場合はleftの数値も変更する */
}
.sec_night .flowimg::after {
  left: 575px;
}
@media screen and (min-width:641px) { 
  .sec_night .flowimg::after {
    left: 112vw;
  }
}
@media screen and (min-width:1920px) { 
  .sec_night .flowimg::after {
    left: 2150px;
  }
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}