@charset "utf-8";
/* CSS Document */
body {
	display: block;
    margin: auto;
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,Verdana,Roboto,ヒラギノ角ゴ HMo W3,Hiragino Kaku Gothic HMo,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,Meiryo UI,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
    webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
	
	color: #4D4D4D;
	font-size: 14px;
}

a {
	color: #424242;
  	text-decoration: none;
  	-webkit-transition: all 0.35s ease-out;
  	transition: all 0.35s ease-out;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline: none;
}

@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}


.back,
.use,
.alllineup {
    background: linear-gradient(149deg, #EEE8E3, #E8EEE3);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 59s ease infinite;
    -moz-animation: AnimationName 59s ease infinite;
    animation: AnimationName 59s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:48% 0%}
    50%{background-position:53% 100%}
    100%{background-position:48% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:48% 0%}
    50%{background-position:53% 100%}
    100%{background-position:48% 0%}
}
@keyframes AnimationName {
    0%{background-position:48% 0%}
    50%{background-position:53% 100%}
    100%{background-position:48% 0%}
}

/*コンテンツ幅参考
main {
	width: 272px;
    margin: 0 auto;
}
@media screen and (min-width: 640px){
	main {
		width: 600px;
	}
}
@media screen and (min-width: 920px){
	main {
		width: 860px;
	}
}*/

.header-logo {
	text-align: center;
	margin: 0 auto;
	padding: 24px 16px;
}
.header-logo a{
	display: flex;
	justify-content: center;
}
.header-logo img{
	width: 10%;
}

#top {
  position: relative;
  width: 100%;
  height: 80vh;
  /* margin-top: 80px; 固定帯の分のマージン */
  overflow: hidden;
  background: #ffffff;
}

/* 背景画像ボックス */
.img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/client_info/ATAROMA/view_preview/userweb/ext/cool-protect/img/LP_CP_TOP_SP.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  
  /* アニメーション設定 */
  animation: zoomIn 3s ease-out forwards;
  transform: scale(1.1);
}

/* 背景画像の拡大アニメーション */
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.title {
  position: relative;
  z-index: 10;
  margin: 120px auto 0;
  padding-left: 40px;
}
.title h2 {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
	letter-spacing: 1px;
}
.title h1 img {
  max-width: 80%;
  height: auto;
  margin: 20px 0 0;
  display: block;
}
.title p {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  margin: 40px 0 0;
  letter-spacing: 1px;
}

/* フェードインアップアニメーション */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 640px) {
  #top {
    height: 115vh;
  }
  .img-box {
    background-image: url('/client_info/ATAROMA/view_preview/userweb/ext/cool-protect/img/LP_CP_TOP_PC.jpg');
  }
  .title {
    margin: 160px 0 0 100px;
  }
  .title h2 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
  }
  .title h1 img {
    width: 350px; /* 固定サイズに変更 */
    height: auto;
    display: block;
  }
  .title p {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin: 40px 0 0 0;
    letter-spacing: 1px;
  }
}

/*introduction*/
.concept {
	padding: 100px 0;
}

.concept h2{
	color: #4B7D61;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin: 0;
}
.concept p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding-top: 40px;
	margin: 0;
}

/*scent intro*/
.sticky-container {
	height: auto;
	width: 100%;
	margin-bottom: 60px;
}
.sticky-item {
    font-size: 20px;
    margin: 0 0;
    padding: 230px 0 230px 16px;
    position: sticky;
    top: 0;
    width: 100%;
    /* z-index: 10; */
    text-align: center;
}
.sticky-item h3 {
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 1px;
}
.sticky-item h4 {
	color: #ffffff;
}
.sticky-item p {
	color: #ffffff;
}
.sticky-container img {
	width: 100%;
	margin-top: -690px;
	
}
.container section:nth-child(2n) .sticky-item {
  border: 6px solid red;
}

.HM-PKG, .IF-PKG {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	max-width: 850px;
	margin: 0 auto;
}
.HM-PKG img, .IF-PKG img {
  width: 45%;          /* 各画像の幅（2枚なので合計90%程度） */
  height: auto;        /* 縦横比を維持 */
}

.HM-point, .IF-point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 40px 20px 0;
}
.HM-point li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #95bb94;
  background-color: #95bb94;
  color: #ffffff;
  font-size: 13px;
	font-weight: bold;
  line-height: 1.7;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.IF-point li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #aaa8c7;
  background-color: #aaa8c7;
  color: #ffffff;
  font-size: 13px;
	font-weight: bold;
  line-height: 1.7;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.item__btn_HM, .item__btn_IF {
	margin: auto;
    padding: 60px 0 100px;
  }
.item__btn_HM a, .item__btn_IF a {
	width: 25%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	color:#ffffff;
	padding: 10px 20px;
	text-align: center;
	background: #4B7D61;
	border: solid 1px #4B7D61;
	display: block;
}
.item__btn_HM a:hover, .item__btn_IF a:hover {
    color:#4B7D61;
    background:  #ffffff;
    border: 1px solid #4B7D61;
}


/*body mist*/
.bodymist {
	background: #4B7D61;
	border-top: solid 1px #4D4D4D; 
	border-bottom: solid 1px #4D4D4D;
	padding: 100px 0;
}
.bodymist h2{
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	margin: 20px 0;
}
.bodymist p{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
}

.mist-point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 80px 20px 40px;
}
.mist-point li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #a0bfad;
  background-color: #a0bfad;
  color: #ffffff;
  font-size: 13px;
	font-weight: bold;
  line-height: 1.7;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.ingredients {
	border: solid 1px #ffffff;
    margin: 40px auto;
    max-width: 850px;
}
.ingredients h4{
	color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin: 0;
    padding: 40px 0 20px;
}
.ingredients p{
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding: 0 40px 40px;
}
.ingredients small {
	display: block;
	margin-top: 20px;
}

.mist ul {
	max-width: 850px;
    margin: 0 auto 40px;
    padding: 0;
}
.attention li {
	list-style: none;
	color: #ffffff;
}
.attention small {
	display: block;
	margin-top: 20px;
}

.item-col_mist{
    display: flex;
    justify-content: center;
    margin: 0 auto;
	gap: 40px;
	}
.item-col__block_mist {
	text-align: center;
}
.item-col__txt {
	width: 325px;
	margin: 0 auto;
}
.item-col__block_mist h4{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin: 20px 0 10px
}
.item-col__block_mist img {
	width: 325px;
	text-align: left;
	
}

.item__btn_mist {
	margin: auto;
    padding: 20px 0 0;
  }
.item__btn_mist a {
	width: 50%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    background: #a0bfad;
    border: solid 1px #a0bfad;
    display: block;
}
.item__btn_mist a:hover {
    color:#4B7D61;
    background:  #ffffff;
    border: 1px solid #4B7D61;
}

/*item image*/
.item__cal_img {
  background: #4B7D61;
  width: 100%;
  max-width: 850px;
  aspect-ratio: 16 / 9;
  margin: 40px auto;
  overflow: hidden;
  position: relative;
}
.item__cal_img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation-name: fade__scene;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
@keyframes fade__scene {
  0%   { opacity: 0; }
  15%  { opacity: 1; }  /* フェードイン（少し長めに） */
  50%  { opacity: 1; }  /* 表示キープ（短縮） */
  65%  { opacity: 0; }  /* フェードアウト（少し長めに） */
  100% { opacity: 0; }
}
/* 1枚目のスライド */
.item__cal_img div:first-of-type {
  background-image: url("https://store.at-aroma.com/client_info/ATAROMA/view_preview/userweb/ext/cool-protect/img/LP_CP_mist_image-1.jpg");
  animation-delay: 0s;
}
/* 2枚目のスライド */
.item__cal_img div:nth-of-type(2) {
  background-image: url("https://store.at-aroma.com/client_info/ATAROMA/view_preview/userweb/ext/cool-protect/img/LP_CP_mist_image-2.jpg");
  animation-delay: 4s;
}



/*how to use */
.use__hero {
	position: relative;
	width: 100%;
    height: auto;
    background-image: url(/client_info/ATAROMA/view_preview/userweb/ext/cool-protect/img/LP_CP_use_PC.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-top: 400px;
    padding-bottom: 40px;
	margin-bottom: 60px;
}
.use__hero h2 {
	color: #ffffff;
    font-size: 26px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin: 0 auto 10px;
}
.use__hero p {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin: 0;
}
.item-col{
    display: flex;
    justify-content: center;
    margin: 0 auto;
	gap: 40px;
	}

.item-col__block_HM,.item-col__block_IF{
	text-align: center;
}
.item-col__txt {
	width: 325px;
	margin: 0 auto;
}
.item-col__block_HM h4{
	text-align: left;
	font-size: 16px;
	color: #95bb94;
}
.item-col__block_IF h4{
	text-align: left;
	font-size: 16px;
	color: #aaa8c7;
}
.item-col__block_HM ul,.item-col__block_IF ul{
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
.item-col__block_HM img,.item-col__block_IF img{
	width: 325px;
	text-align: left;
	
}

.item__btn {
	margin: auto;
    padding: 60px 0 40px;
  }
.item__btn a {
	width: 25%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	color:#ffffff;
	padding: 10px 20px;
	text-align: center;
	background: #4B7D61;
	border: solid 1px #4B7D61;
	display: block;
}
.item__btn a:hover {
    color:#4B7D61;
    background:  #ffffff;
    border: 1px solid #4B7D61;
}



/* スライドショー */
.alllineup {
  width: 100%;
  padding-bottom: 100px;
}
.alllineup_title {
  margin: 0;
  font-size: 32px;
  padding: 60px 100px 40px;
  text-align: center;
  color: #4B7D61;
}
  @keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
.scroll-infinity__wrap {
display: flex;
overflow: hidden;
}
.scroll-infinity__list {
display: flex;
list-style: none;
padding: 0;
margin: 0; 
}
.scroll-infinity__list--left {
animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity__wrap:hover .scroll-infinity__list--left{
animation-play-state: paused;
}
.scroll-infinity__item {
width: calc(100vw / 6);
padding: 20px;
margin: 0 5px;
background: #ffffff;
}
.scroll-infinity__item p {
	text-align: center;
	margin: 0;
}
.scroll-infinity__item:hover {
transform: translateY(-20px);
opacity: 0.8;
cursor: pointer;
}
.scroll-infinity__item>img {
width: 100%;
}



/*store*/
.store{
	margin: 40px auto;
}
.store-wrap a {
	margin: 16px auto;
    padding: 24px 0;
	width: 272px;
    background-color: #B2B1A5;
	font-size: 14px;
	font-weight: 600;
	color:#FFFFFF;
	text-align: center;
	display: block;
}
.store-wrap a:hover {
	color:#B2B1A5;
    background:#DCDCD6;
}
@media screen and (min-width: 640px){
	.store{
		display: flex;
		justify-content: center;
		gap: 40px;
	}
	.store-wrap a {
		font-size: 16px;
	}
}

/*footer*/
.footer-nav {
	text-align:center;
	padding: 20px 10px 40px;
}
.footer-nav li {
	font-size: 12px;
	display: inline-block;
}
.footer-nav li a:hover {
	text-decoration: underline;
}
.footer-nav li+li{
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #c1c1c1;
}
.footer-copy {
	font-family: "Abel", sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 60px;
}
@media screen and (min-width: 640px){
	.footer-nav {
	padding: 40px 0 40px;
}
	.footer-nav li {
		font-size: 14px;
	}
	.footer-nav li+li {
		margin-left: 18px;
		padding-left: 18px;
	}
	.footer-copy {
		font-size: 14px;
	}		
}