html {
    overflow-x: hidden;
}


body{
	background:#f0f5f3;
	padding:0;
	margin:0;
	color:#333;
	font-size:22px;
	line-height:180%;
	overflow-x:hidden;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.75px;
}



/******  共通  *****/

.width1000 {
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.width1200 {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.width1300 {
    max-width: 1300px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.width48per {
    width: 48%;
}

img{
	vertical-align:top;
	width:auto;
	max-width:100%;
}

video {
    vertical-align: top;
}

video::-webkit-media-controls {
  background-color: transparent !important;
}
video::-webkit-media-controls-enclosure {
  background-color: transparent !important;
}

video::-webkit-media-controls {
  display: none !important;
}
video::-webkit-media-controls-panel {
  display: none !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

ul{
	padding:0;
	margin:0;
}

li{
	list-style-type:none;
}

.flexArea {
    display: flex;
    flex-wrap: wrap;
}

.space_between {
    Justify-content:space-between;
}

.item-center{
    align-items:center;
}

.item_start{
    Align-items:flex-start;
}

.width55per {
    width: 55%;
}

.width52per {
    width: 52%;
}

.width50per {
    width: 50%;
}

.width45per {
    width: 45%;
}

.flex48per {
    width: 48%;
}

.width43per {
    width: 43%;
}

.width42per {
    width: 42%;
}

.width30per {
    width: 30%;
}

.width40per {
    width: 40%;
}

.s_txt {
    font-size: 18px;
}

.center{
	text-align:center;
}

p{
    Margin-top:0;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item-center {
    align-items: center;
}

/******  header  *****/



.pc{display:block;}
.sp{display:none;}

.effect{
    Opacity:0;
}

.effect.active{
    animation: block_anime 1s ease 1 forwards;
}

@keyframes block_anime{
	0%{opacity:0; transform:translatey(20px); }
	100%{opacity:1; transform:translatey(0); }
}

@media only screen and (max-width:960px){

}


@media only screen and (max-width:768px){
.pc{display:none;}
.sp{display: block;}

}


/****ヘッダー*****/

.header_inner {
    position: absolute;
    top: 1rem;
    left: 0;
}

.main_img img {
    width: 100%;
}

.header_inner h1 {
    margin: 0;
    padding: 0;
}

section.mainArea {
    background: linear-gradient(to right, #b9e0eb 45%, #9fcfbb);
    text-align: center;
    padding-bottom: 6rem;
}

h2.product_name {
    padding: 0;
    text-align: center;
    max-width: 500px;
    width: 60%;
    margin: -7rem auto 6rem;
}

section.mainArea p {
    font-size: 1.8rem;
    margin: 0 0 18px;
}

section.mainArea p:last-of-type {
    margin-bottom: 0 !important;
}

.leaf_right img {
    border-radius: 150px 0 150px 0;
}

.leaf_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.firstArea {
    position: relative;
}

/****コンテンツ*****/

.firstArea_catch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    Margin-bottom: 6rem;
}

.firstArea:before {
    Content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    background-image: url(../image/first_bg.png);
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

firstArea_catch_left {
    width: 55%;
}

.firstArea_catch_right {
    width: 45%;
    text-align: center;
}

.firstArea_catch_left {
    width: 55%;
}

.firstArea_catch_right p {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    line-height: 160%;
}

.firstArea_catch_right span {
    display: inline-block;
    color: #64b8a7;
    background: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 8px 15px;
}

.firstArea_point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

.firstArea_point .point_img {
    width: 55%;
}

.firstArea_point .point_txt {
    width: 40%;
    text-align: center;
    padding-top: 3rem;
}

.point_catch {
    color: #64b8a7;
    font-weight: bold;
    line-height: 150%;
    font-size: 2.8rem;
}

.point_icon {
    width: 14rem;
    height: 14rem;
    margin: 0 auto 2.5rem;
}

.movie_box video {
    width: 100%;
}

.movie_box {
    width: 45%;
}

.movie_txt {
    width: 40%;
    position: relative;
    padding-left: 2rem;
    box-sizing: border-box;
}

.movie_txt:before, .movie_txt:after {
    content: "";
    width: 7rem;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
}

.movie_txt:before{
    transform: rotate(-15deg);
    top: -2rem;
}

.movie_txt:after{
    transform: rotate(15deg);
    Bottom: -2rem;
}

.movie_outer {
    position: relative;
    background: #64b8a7;
    margin-top: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.movie_outer:after {
    content: "";
    width: 12rem;
    height: 3rem;
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%,-100%);
    background-image: url(../image/movie_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.movie_outer.active:after{
    animation: arrow_anime 0.5s ease 1 forwards;
}

@keyframes arrow_anime{
    0%{transform: translate(-50%,-100%);}
    100%{transform: translate(-50%,0);}
}

.movie_box {
    border: 10px solid #fff;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
}

.movie_txt p {
    margin: 0;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 160%;
    text-align: left;
}

section.summerArea {
    margin-top: 9rem;
    position: relative;
    background: linear-gradient(to right, #b9e0eb 45%, #9fcfbb);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.summerArea .width1200 {
    position: relative;
}

section.summerArea:before {
    content: "";
    width: 75%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/summer_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    mix-blend-mode: multiply;
}

.summer_ttl {
    position: relative;
    text-align: right;
    padding-bottom: 2rem;
}

.summer_ttl:before {
    content: "";
    width: 22rem;
    height: 25rem;
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 6rem;
    background-image: url(../image/img07.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.summer_ttl h2 {
    margin: 0;
    text-align: right;
    color: #fff;
    display: inline-block;
    font-size: 5rem;
    border: none;
    padding: 0;
    line-height: 150%;
}

.summer_ttl h2 span {
    display: block;
    background: #64b8a7;
    font-size: 4.5rem;
    padding: 0.5rem 1rem;
    Border-radius:10px;
    letter-spacing: 2px;
} 

.leaf_rightBox {
    background: #fff;
    border-radius: 150px 0 150px 0;
    padding: 4rem 3rem;
    position: relative;
}

.summerArea h3 {
    color: #64b8a7;
    padding: 0;
    margin: 0 0 1rem;
    font-size: 2.6rem;
    line-height: 160%;
    text-align: center;
}

.summerArea .flex45per {
    text-align: center;
}

.summer_img {
    max-width: 380px;
    width: 80%;
    text-align: center;
    position: relative;
    margin: 3rem auto 0;
}

.summer_img:after {
    content: "";
    width: 10rem;
    height: 10rem;
    display: block;
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/img58.png);
}

.summerArea p {
    text-align: center;
    margin: 0;
}

.summerArea .leaf_inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.featureArea {
    position: relative;
    margin-top: 7rem;
    padding-bottom: 18rem;
}

.feature_child h2 {
    text-align: center;
    line-height: 160%;
    color: #64b8a7;
    font-size: 3.2rem;
    margin: 0 0 2.5rem;
}

.feature_child {
    text-align: center;
    margin-bottom: 9rem;
}

.featureArea .feature_child:last-of-type {
    margin-bottom: 0;
}

.feature_child_simg {
    margin-top: 2rem;
}

.feature_size {
    background: #fff;
    color: #64bbaa;
    text-align: center;
    display: inline-block;
    margin-top: 1rem;
    padding: 5px 15px;
}

.feature_size p {
    margin: 0;
}

.feature_child h3 {
    margin: 0 0 4rem;
}

.feature_child.feature01 .feature_child_img, .feature_child.feature02 .feature_child_img, .feature_child.feature03 .point_Bigimg, .feature_child.feature04 .point_Bigimg{
    position: relative;
}

.feature_child.feature01 .feature_child_img:after {
    content: "";
    width: 15rem;
    height: 15rem;
    display: block;
    position: absolute;
    left: -3rem;
    bottom: -3rem;
    background-image: url(../image/img09.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.feature_child.feature02 .feature_child_img:after {
    content: "";
    width: 14rem;
    height: 14rem;
    display: block;
    position: absolute;
    Right: 0;
    bottom: -3rem;
    background-image: url(../image/img11.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.feature_child.feature03 .point_Bigimg:after {
    content: "";
    width: 14rem;
    height: 14rem;
    display: block;
    position: absolute;
    Left: 3rem;
    Top: 5rem;
    background-image: url(../image/img18.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.point_Bigimg {
    margin-bottom: 3rem;
}

.feature_child.feature04 .point_Bigimg:after {
    content: "";
    width: 15rem;
    height: 15rem;
    display: block;
    position: absolute;
    right: -3rem;
    bottom: -1.5rem;
    background-image: url(../image/img19.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.use_time {
    margin-bottom: 2rem;
}

span.note_txt {
    display: inline-block;
    padding-right: 14px;
    position: relative;
}

span.note_txt:after {
    content: "※";
    font-size: 14px;
    position: absolute;
    top: -10px;
    right: 0;
}

.feature_child.feature04 p {
    margin-bottom: 0;
}

.featureArea:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: url(../image/point_deco.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}


/****こだわり*****/

section.point_section {
    background: #d5e7f0;
    position: relative;
    padding-bottom: 7rem;
}

h2.point_h2 {
    text-align: center;
    display: inline;
    font-weight: normal;
    color: #2190ae;
    border-bottom: 1px solid #2190ae;
    padding: 0 0 5px;
    margin-bottom: 3rem;
}

.pointArea {
    margin-top: 4rem;
}

.point_child {
    position: relative;
    background: #fff;
    border-radius: 0 150px 0 150px;
    padding: 5rem;
    margin-bottom: 5rem;
}

.pointArea .point_child:nth-of-type(even){
    border-radius: 150px 0 150px 0;
}

.point_num {
    position: absolute;
    top: 5rem;
    left: 4rem;
    transform: rotate(90deg);
    transform-origin: top left;
}

.point_child h3 {
    color: #218fad;
    font-size: 4rem;
    line-height: 140%;
    margin: 0 0 2.5rem;
    padding: 0;
}

.point_child.point01 h3 p.flex_ttl {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.point_child.point01 h3 p{
    margin: 0;
    text-align: center;
}

.point_child h3{
    text-align: center;
}

.point_child.point01 h3 p.flex_ttl span {
    width: 180px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.point_child_simg {
    margin-top: 2rem;
}

.point_child.point01 p{
    text-align: left;
}

.point_child.point01 p.p_box {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.point_child_inner .movie_outer{
    background: #6dc2cb;
    padding-left: 15px;
    padding-right: 15px;
}

.point_child_inner .movie_outer:after{
    background-image: url(../image/movie_arrow_w.png);
}

.movie_inner {
    max-width: 1000px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.movie_inner .movie_txt {
    width: 45%;
}

.point_child.point02 .point_child_simg, .point_child.point04 .point_child_simg {
    margin-top: 0;
    margin-bottom: 2rem;
}

.point_txt {
    font-size: 20px;
}

.point_child.point02 h3, .point_child.point04 h3, .point_child.point05 h3{
    margin: 0 0 4rem;
}

.point_child_Bigimg, .point_child_img {
    position: relative;
}

.point_child.point03 .point_child_Bigimg:after {
    content: "";
    width: 15rem;
    height: 20rem;
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background-image: url(../image/img26.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.point03_flex {
    margin-top: -8rem;
    position: relative;
    align-items: flex-end;
}

.point_child_inner h4 {
    color: #64baa9;
    font-size: 2.5rem;
    line-height: 140%;
    text-align: center;
    margin: 0 0 1rem;
    padding: 0;
}

.point_child.point05 .point_child_img:after {
    content: "";
    width: 11rem;
    height: 11rem;
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/img32.png);
}

.point_image_info {
    background: #64baa9;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    margin-bottom: 0.8rem;
    font-size: 1.7rem;
    padding: 0.8rem 0.5rem;
    line-height: 140%;
}

.point06_flex{
    max-width: 890px;
    margin: -4rem auto 0;
    width: 100%;
    align-items: flex-end;
}

.point06_flex_right {
    margin-bottom: 3rem;
    width: calc(100% - 25rem);
}

.pointArea .point_child:last-of-type{
    margin-bottom:0;
}


.safety_ttl {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.safety_ttl img {
    max-width: 670px;
    width: 75%;
    margin: 0 auto;
}

.dataArea .bg_green h2 {
    text-align: center;
    color: #2191af;
    font-family: serif;
    font-size: 3.8rem;
    letter-spacing: 2px;
    margin: 0 0 2rem;
    line-height: 150%;
}

.bg_green {
    background: #ebfcf5;
}

section.dataArea .bg_green{
    padding-top: 6rem;
}

.date_info {
    background: linear-gradient(to bottom, #ebfcf5 67%, #f3f3f3 67%);
    padding-top: 6rem;
    position: relative;
}

.date_main_img {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding-bottom:3rem;
}

.bg_gray {
    background: #f3f3f3;
    padding-bottom: 6rem;
}

.date_info .width1200 {
    position: relative;
}

.date_info .width1200:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 33%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    background-image: url(../image/img36.png);
    z-index: 1;
}

.date_child_img {
    border: 1px solid #c6c6c6;
    margin-bottom: 1.5rem;
}

.date_child {
    background: #fff;
    border-radius: 30px;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.dateBox {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.date_child h3 {
    background: #64b8a7;
    color: #fff;
    text-align: center;
    line-height: 150%;
    padding: 0.5rem;
    border-radius: 20px;
    font-weight: normal;
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
}

.date_child h4 {
    color: #64b8a7;
    text-align: center;
    font-size: 2.2rem;
    line-height: 140%;
    margin: 0 0 1rem;
    letter-spacing: 2px;
}

.date_child p {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 180%;
}

.date_child p span.s_txt {
    font-size: 16px;
}

ul.date_list {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

ul.date_list li {
    list-style-type: none;
    width: 24%;
    text-align: center;
}

.date_list_img {
    border: 1px solid #d0d0d0;
    margin-bottom: 1rem;
}

ul.date_list li h3 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 150%;
}

ul.date_list li h3 span{
    color: #64b8a7;
}

.date_info:after {
    content: "";
    width: 100%;
    height: 6rem;
    display: block;
    background: #f3f3f3;
    position: absolute;
    bottom: 24%;
    left: 0;
    z-index: 2;
}

/****先輩ママパパの声*****/

.voiceArea {
    background: #64b8a7;
    position: relative;
}

section.voiceArea > .width1200 {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section.voiceArea > .width1200:after {
    content: "";
    width: 10rem;
    height: 10rem;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/ribbon.png);
}

.voice_inner h2 {
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 2px;
    padding: 0 10rem;
    margin: 0 0 2rem;
    line-height: 150%;
}

.voice_ttl {
    text-align: center;
    color: #e8d711;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.voice_ttl p {
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 160%;
}

.voice_ttl p span {
    font-size: 3rem;
}

.voice_ttl p:before, .voice_ttl p:after{
    content: "";
    width: 2px;
    height: 3.5rem;
    display: block;
    background: #e8d711;
    position: absolute;
    bottom: 0;
}

.voice_ttl p:before {
    left: -15px;
    transform: rotate(-20deg);
}

.voice_ttl p:after {
    right: -15px;
    transform: rotate(20deg);
}

.voice_info {
    margin-top: 4rem;
}

ul.voice_ran li {
    margin: 0 0 1rem;
    background: #fff;
    border-radius: 1rem;
    padding: 0.8rem 2.5rem;
    line-height: 160%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.voice_ran li span {
    padding-bottom: 0px;
    width: 3rem;
    height: 3rem;
    background: #fff;
    color: #419e88;
    border-radius: 50%;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    border: 1px solid #419e88;
}

ul.voice_ran li p {
    margin: 0;
    text-align: center;
    width: calc(100% - 3rem);
    font-weight: bold;
    font-size: 2rem;
    line-height: 140%;
}

li.ran_pop {
    background: #e8d711 !important;
    box-shadow: 5px 5px 0 rgba(89, 89, 36, 0.6);
}

li.ran_pop p{
    color: #419e88!important;
    font-size:2.5rem!important;
    letter-spacing: 2px!important;
}

li.ran_pop span{
    background: #419e88!important;
    color:#fff!important;
}

.voice_date_ttl {
    border-bottom: 1px solid #fff;
    position: relative;
    color: #fff;
    font-size: 25px;
    line-height: 160%;
    padding: 0 9.5rem 0.5rem 0;
    margin-bottom: 1.2rem;
}

.voice_date_ttl:after {
    content: "";
    width: 9.5rem;
    height: 7rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/voice_deco.png);
}

ul.voice_date_list li {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px;
    line-height:140%;
}

ul.voice_date_list li:last-of-type{
    margin: 0;
}

.voice_date_left {
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 18px;
    padding: 5px 10px;
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voice_date_right {
    width: calc(100% - 110px);
    box-sizing: border-box;
    font-size: 18px;
    align-items: center;
    display: flex;
}

.voice_date_right span {
    font-size: 15px;
}

ul.voice_date_list {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.2rem;
}

h2.product_h2 {
    color: #64b8a7;
    padding: 0;
    margin: 0 0 5rem;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 12px;
    font-weight: normal;
    line-height: 100%;
}

.product_box {
    padding-top: 7rem;
    padding-bottom: 10rem;
}

.color_child {
    background: #fff;
    padding: 3rem 2rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 150px 0 150px;
}

.color_box .color_child:nth-of-type(2) {
    border-radius: 0 150px 0 150px;
}

.color_child h3 {
    font-style: italic;
    font-weight: normal;
    font-size: 3rem;
    padding: 0;
    border: none;
    margin: 0 0 2.5rem;
    line-height:140%;
}

.color_child h3 span {
    display: block;
    font-size: 1.5rem;
    line-height: 100%;
}

.color_box .color_child:nth-of-type(2) h3{
    color:#a08879;
}

.product_child {
    margin-bottom: 9rem;
}

.product_box .product_child:last-of-type {
    margin-bottom: 0;
}

.spec_info {
    background: #fff;
    margin-top: 3rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 3rem auto 0;
    width: 100%;
    box-sizing: border-box;
}

.spec_info_ttl {
    background: #64b8a7;
    color: #fff;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    box-sizing: border-box;
    font-size: 24px;
}

.spec_info_txt {
    width: calc(100% - 320px);
    line-height: 160%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


/****商品情報*****/

.product_main_img img {
    width: 100%;
}

.spec_inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}

.spec_left {
    width: 70%;
}

.spec_right {
    width: 28%;
}

.spec_simg {
    margin-left: -5rem;
    margin-bottom: 1rem;

}

.spec_weight {
    text-align: right;
}

.spec_weight img {
    max-width: 230px;
    width: 100%;
}

/****ギャラリー*****/

section.galleryArea {
    padding-bottom: 4rem;
}

.slider1 {
    display: flex;
    margin: 0 calc(50% - 50vw);
    margin-top: 3rem;
    width: 100vw;
    height:420px;
    overflow: hidden;
}

.slider1 ul{
    display:flex;
    padding: 0;
    margin:0;
}

.slider1 li{
    width:500px;
    list-style: none;
    margin-right: 2rem;
}

.slider1 li:nth-of-type(even) {
    margin-top: 65px;
}

.slider1 ul:first-child {
    animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
    animation: slide2 150s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.point06_flex_left {
    width: 22rem;
}

section.firstArea .point_Bigimg, .feature_child.feature02 .width1200, .feature_child.feature03 .width1200, .point_child.point01 .width42per .point_child_simg {
    position: relative;
}

/****お問い合わせ*****/

section.contactArea {
    background: linear-gradient(to right, #b9e0eb 45%, #9fcfbb);
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 5rem;
}

.width1000.contactBox {
    background: #fff;
    border-radius: 2rem;
    width:90%;
    Padding:2rem;
}

.contact_txt {
    color: #54a494;
    text-align: center;
    margin-bottom: 2rem;
}


.contact_txt p {
    border-bottom: 1px solid #54a494;
    display: inline-block;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1.5px;
    font-family: serif;
}

ul.contact_info {
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
}

ul.contact_info li {
    width: 48%;
    border: 1px solid #54a494;
    border-radius: 1rem;
    color: #54a494;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0.5rem;
    box-sizing: border-box;
    font-size: 1.3rem;
    flex-direction: column;
    font-family: serif;
    Line-height:160%;
}

ul.contact_info li:first-of-type {
    Background:#54a494;
    color:#fff;
}

ul.contact_info li span {
    font-size: 14px;
    line-height: 160%;
}

.contact_link {
    max-width: 620px;
    margin: 3rem auto 0;
    width: 100%;
}

.contact_link a:first-of-type{
    Margin-bottom:1.5rem;
}

.contact_link a {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 100px;
    text-align: center;
    color: #54a494;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    box-shadow: 3px 3px 4px rgba(108, 119, 101, 0.5);
    padding: 1.3rem 3.5rem;
    box-sizing: border-box;
    font-family: serif;
    Transition:0.5s ease;
}

.contact_link a:hover{
    Opacity:1;
    Transform:translate(2px,2px);
    box-shadow: 1px 1px 2px rgba(108, 119, 101, 0.5);
}

.contact_link a:before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: #54a494;
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border-radius: 50%;
    Transition:0.5s ease;
}

.contact_link a:hover:before {
    background: #147c68;
}

.contact_link a:after {
    content: "\f35d";
    Font-size: 1rem;
    Color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}


@media only screen and (max-width:768px){
section.contactArea {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 95%;
    Margin:30px auto 0;
    border-radius: 20px;
    border: 3px solid #9fcfbb;
    box-sizing: border-box;
    background: #fff;

}

.contact_txt p {
    font-size: 17px;
    letter-spacing: 1px;
}

.contact_txt {
    margin-bottom: 25px;
}

.width1000.contactBox {
    padding:0 15px;
    width: 100%;
}

ul.contact_info li {
    font-size: 16px;
    width:49%;
    padding: 10px 5px;
}

ul.contact_info li span {
    font-size: 11px;
    letter-spacing: 0px;
}

.contact_link {
    margin: 20px auto 0;
}

.contact_link a {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
}

.contact_link a:before {
    width: 30px;
    height: 30px;
    right: 0.5rem;
}

.contact_link a:after {
    Font-size: 14px;
    right: 0.5rem;
}

.contact_link a:first-of-type {
    Margin-bottom: 15px;
}
}

/****フッター*****/

.main_end img {
    width: 100%;
}

.footer_logo {
    text-align: center;
    margin: 3rem 0;
}

.copyright p {
    text-align: center;
    color: #a8a296;
    font-size: 12px;
}

@media only screen and (max-width:768px){
.endArea .endArea {
    margin-top: 30px;
}

.footer_logo {
    max-width: 260px;
    margin: 20px auto;
}
}

/****動画再生*******/

.movie{
    position: relative;
    width: 45%;
    box-sizing: border-box;
}

.movie video{
    width: 100%;
}

.movie .play-btn{
    display: block;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.movie .play-btn.playActive{display:none;}
  

/****レスポンシブ*******/

@media only screen and (max-width:1080px){
.summer_ttl h2 {
    font-size: 4.5rem;
}

.summer_ttl h2 span {
    font-size: 4rem;
}

.summer_ttl:before {
    width: 18rem;
    height: 21rem;
}

.summer_ttl {
    padding-bottom: 1rem;
}
}

@media only screen and (max-width:990px){
.firstArea_catch_right span {
    font-size: 2rem;
}

.firstArea_point .point_txt {
    padding-top: 0;
}

body {
    font-size: 20px;
}

.point_txt {
    font-size: 18px;
}

.date_child p {
    font-size: 18px;
    line-height: 160%;
}

.date_child h4 {
    font-size: 2rem;
}

.date_child h3 {
    font-size: 1.6rem;
}

ul.date_list li h3 {
    font-size: 1.2rem;
}

section.mainArea p {
    font-size: 1.6rem;
}

.summer_ttl:before {
    width: 14rem;
    height: 17rem;
}

.summer_ttl h2 span {
    font-size: 3rem;
    line-height: 150%;
}

.summer_ttl h2 {
    font-size: 4rem;
}

.point_child h3 {
    font-size: 3.5rem;
}

.point_child.point02 h3 img {
    height: 7rem;
}

.movie_inner .movie_txt {
    width: 48%;
    padding-left: 1rem;
}

.point_child.point01 .movie_txt p {
    font-size: 2.3rem;
}

.voice_date_ttl {
    font-size: 18px;
    Padding-right: 8.5rem;
}

.voice_date_ttl:after {
    width: 8rem;
    height: 6rem;
}

.voice_date_right, .voice_date_left {
    font-size: 16px;
}
}

@media only screen and (max-width:915px){
.point_child_inner h4 {
    font-size: 2rem;
}

li.ran_pop p {
    font-size: 2rem !important;
    letter-spacing: 1px !important;
}

ul.voice_ran li p {
    font-size: 1.6rem;
}

ul.voice_ran li {
    padding: 0.8rem 1rem;
}

h2.product_h2 {
    padding: 0;
    margin: 0 0 4rem;
    font-size: 3rem;
}

.color_child h3 {
    font-size: 2.5rem;
    margin: 0 0 2rem;
}

color_child h3 span {
    font-size: 1.2rem;
}

.spec_weight img {
    max-width: 210px;
}

.feature_child_simg {
    max-width: 280px;
    margin: 0 auto;
}

.summer_img:after {
    bottom: -2rem;
    left: -4rem;
}

.summer_img {
    margin: 1.5rem auto 0;
}
}

@media only screen and (max-width:860px){
.firstArea_catch_right p {
    font-size: 1.5rem;
    margin: 0 0 1rem;
}

.firstArea_catch_left, .firstArea_catch_right {
    width: 50%;
}

.firstArea_catch_right span {
    font-size: 1.8rem;
}

.point_catch {
    font-size: 2.4rem;
}

.point_icon {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 2rem;
}

.summerArea p {
    font-size: 17px;
}

.feature_child h2 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
}

.feature_child.feature01 .feature_child_img:after {
    width: 12rem;
    height: 12rem;
    left: -1rem;
    bottom: -3rem;
}

.feature_child.feature02 h2 img {
    height: 6rem;
}

.feature_child.feature02 .feature_child_img:after {
    width: 12rem;
    height: 12rem;
}

.feature_child.feature03 .point_Bigimg:after {
    width: 12rem;
    height: 12rem;
    Left: 1rem;
    Top: 2rem;
}

.feature_child.feature04 .point_Bigimg:after {
    width: 12rem;
    height: 12rem;
    right: -1rem;
    bottom: -1.5rem;
}

.point_child.point03 .point_child_Bigimg:after {
    width: 13rem;
    height: 17rem;
    top: 1rem;
    left: 1rem;
}

.point03_flex {
    margin-top: -6rem;
}

.point_txt {
    line-height: 180%;
    font-size: 16px;
}

ul.date_list li h3 {
    font-size: 1rem;
}

.point_child.point05 .point_child_img:after {
    width: 9rem;
    height: 9rem;
}

.point_child h3 {
    font-size: 2.8rem;
}

.point06_flex_left {
    width: 16rem;
}

.point06_flex_right {
    margin-bottom: 0;
    width: calc(100% - 17rem);
}

.point_image_info {
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem;
}

.date_child p {
    font-size: 16px;
}

.date_child p span.s_txt {
    font-size: 14px;
}

.date_child h4 {
    font-size: 1.6rem;
}

.voice_ttl {
    font-size: 2rem;
}

.voice_ttl p span {
    font-size: 2.5rem;
}

.voice_inner h2 {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 0 7rem;
    margin: 0px 0 1rem;
}

section.voiceArea > .width1200:after {
    width: 7rem;
    height: 7rem;
}

.spec_weight img {
    max-width: 175px;
}

.summerArea h3 {
    font-size: 2.2rem;
}

.summer_img:after {
    width: 9rem;
    height: 9rem;
}
}


@media only screen and (max-width:768px){

.header_inner h1 img {
    height: 30px;
}

section.mainArea p {
    line-height: 160%;
    font-size: 16px;
    margin-bottom: 18px;
}

h2.product_name {
    margin-top: -5rem;
    margin-bottom: 60px;
}

.leaf_right img {
    border-radius: 60px 0 60px 0;
}

section.mainArea {
    padding-bottom: 60px;
}

.firstArea_catch_right {
    width: 100%;
}

.firstArea_catch_left {
    width: 100%;
    margin-bottom: 30px;
}

.firstArea_catch_right p {
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 160%;
}

.firstArea_catch_right span {
    font-size: 20px;
    padding: 5px 10px;
    line-height: 160%;
}

.firstArea_point .point_img {
    width: 100%;
}

.firstArea_catch, .firstArea_point {
    margin-bottom: 60px;
}

.firstArea_point .point_txt {
    width: 100%;
    margin-top: -30px;
}

.point_icon {
    width: 130px;
    height:130px;
    margin: 0 auto 20px;
}

.point_catch {
    line-height: 160%;
    font-size: 26px;
}

.movie_outer {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 30px;
}

.movie_txt {
    padding: 0 1rem;
    margin-bottom: 15px;
    text-align: center;
    text-align: center;
}

.movie_inner .movie_txt{
    width: auto;
}

.movie_box {
    width: 100%;
    margin: 0 auto;
    border-width: 8px;
}

.movie_inner {
    flex-direction: column-reverse;
}

.movie_txt p {
    font-size: 26px;
    text-align: center!important;
}

.movie_outer:after {
    width: 6rem;
    height: 1.5rem;
}

.movie_txt:before, .movie_txt:after {
    width: 2px;
    height: 50%;
    left: auto;
}

.movie_txt:before {
    transform: rotate(-30deg);
    top: auto;
    left: 0;
    bottom: 0;
}

.movie_txt:after {
    transform: rotate(30deg);
    Bottom: 0;
    right: 0;
}

.flex48per, .width50per, .width45per, .width52per, .width42per, .width40per, .width48per, .width43per {
    width: 100%;
}

.leaf_rightBox {
    border-radius: 90px 0 90px 0;
    padding: 40px 20px;
    position: relative;
}

.summer_ttl:before {
    display: none;
}

.summer_ttl h2 span {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center;
    border-radius: 5px;
}

.summer_ttl h2 {
    font-size: 34px;
    text-align: center;
}

.summer_ttl {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.summerArea h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.summer_img {
    margin: 20px auto 0;
}

body {
    font-size: 15px;
}

.sp_column_r{
    display: flex;
    flex-direction: column-reverse;
}

.summerArea .movie_box {
    margin-bottom: 10px;
}

.featureArea {
    margin-top: 60px;
    padding-bottom: 120px;
}

.feature_child h2 {
    font-size: 28px;
    margin: 0 0 30px;
}

.feature_child_img {
    margin-bottom: 30px;
}

.feature_child.feature01 .feature_child_img:after {
    width: 130px;
    height: 130px;
    left: -10px;
    top: -30px;
    bottom: auto;
}

.feature_child {
    margin-bottom: 60px;
}

.feature_child.feature02 h2 img {
    max-width: 255px;
    width: 100%;
    height: auto;
}

.feature_child h3 {
    margin: 0 0 20px;
}

.feature_child.feature02 .feature_child_simg {
    max-width: 260px;
    margin: 30px auto 20px;
    width: 70%;
}

.feature_child.feature02 .feature_child_img:after {
    width: 115px;
    height: 115px;
    bottom: auto;
    top: 10px;
    right: 10px;
}

.feature_child.feature03 .point_Bigimg:after {
    content: "";
    width: 115px;
    height: 115px;
    Left: auto;
    top: auto;
    bottom: -15px;
    right: 0;
}

.point_Bigimg {
    margin-bottom: 30px;
}

.feature_child.feature04 .point_Bigimg:after {
    width: 120px;
    height: 120px;
    right: -20px;
    bottom: -26px;
}

h2.point_h2 {
    margin-bottom: 40px;
    font-size: 18px;
}

.use_time {
    margin-bottom: 20px;
}

span.note_txt:after {
    font-size: 10px;
    top: -10px;
}

span.note_txt {
    padding-right: 9px;
}

.point_child {
    border-radius: 0 60px 0 60px;
    padding: 60px 20px 40px;
    margin-bottom: 40px;
}

.point_num {
    top: 10px;
    left: 20px;
    transform: rotate(0);
    height: 20px;
}

.point_num img {
    height: 100%;
}

.point_child h3 {
    font-size: 26px;
    margin: 0 0 20px;
}

.pointArea {
    margin-top: 40px;
}

.point_child.point01 h3 p.flex_ttl span {
    width: 100px;
}

.point_txt {
    font-size: 15px;
    text-align: center;
}

.point_child.point02 h3 img {
    height: 60px;
}

.point_child.point02 h3, .point_child.point04 h3, .point_child.point05 h3 {
    margin: 0 0 20px;
}

.point_child.point02 .width52per img {
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
}

.point_child.point02 .point_child_simg, .point_child.point04 .point_child_simg {
    max-width: 280px;
    margin: 0 auto 20px;
    width: 80%;
}

.point03_flex {
    margin-top: 0;
}

.point_child.point03 .point_child_Bigimg:after {
    width: 120px;
    height: 160px;
    top: auto;
    left: -15px;
    bottom: 5px;
}

.point_child_inner h4 {
    font-size: 24px;
    margin: 30px 0 20px;
}

.point03_flex .width52per img {
    max-width: 210px;
    width: 80%;
    margin: 30px auto 0;
}

ul.date_list li {
    width: 49%;
    margin-bottom: 20px;
}

ul.date_list li h3 {
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: normal;
    line-height: 130%;
}

.color_box {
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
}

.date_list_img {
    margin-bottom: 5px;
}

.date_child h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.date_child p {
    font-size: 15px;
}

.date_child p span.s_txt {
    font-size: 13px;
}

.date_child_img {
    margin-bottom: 20px;
}

.date_child {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}

.date_child h3 {
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 140%;
}

.dateBox {
    margin-top: 20px;
    margin-bottom: 0;
}

.dataArea .bg_green h2 {
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.date_info {
    padding-top: 20px;
}

section.dataArea .bg_green {
    padding-top: 40px;
}

.date_main_img {
    padding-bottom: 20px;
}

.date_info:after {
    bottom: 5%;
}

section.point_section {
    padding-bottom: 50px;
}

.bg_gray {
    padding-bottom: 50px;
}

section.voiceArea > .width1200:after {
    width: 80px;
    height: 80px;
}

section.voiceArea > .width1200 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.voice_inner h2 {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 15px;
}

.voice_ttl {
    font-size: 22px;
    margin-bottom: 20px;
}

.voice_ttl p {
    line-height: 140%;
}

.voice_ttl p span {
    font-size: 25px;
}

.voice_info {
    margin-top: 20px;
}

li.ran_pop p {
    font-size: 24px !important;
    letter-spacing: 1px !important;
}

ul.voice_ran li p {
    font-size: 20px;
    width: calc(100% - 40px);
    line-height: 130%;
}

ul.voice_ran li span {
    width: 30px;
    height: 30px;
    font-size: 20px;
}

ul.voice_ran {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

ul.voice_ran li {
    margin: 0 0 10px;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 140%;
}

.voice_date {
    margin-top: 30px;
}

.voice_date_ttl:after {
    width: 90px;
    height: 69px;
}

.voice_date_ttl {
    font-size: 18px;
    padding: 0 90px 10px 0;
    margin-bottom: 15px;
}

.voice_date_left {
    font-size: 13px;
    padding: 5px 5px;
    width: 81px;
}

.voice_date_right {
    width: calc(100% - 92px);
    font-size: 15px;
}

h2.product_h2 {
    margin: 0 0 40px;
    font-size: 25px;
    letter-spacing: 7px;
}

.product_box {
    padding-top: 50px;
    padding-bottom: 70px;
}

.color_child {
    padding: 30px 20px;
    border-radius: 90px 0 90px 0;
    margin-bottom: 20px;
}

.color_child h3 {
    font-size: 28px;
    margin: 0 0 20px;
}

.color_child h3 span {
    font-size: 15px;
}

.product_child {
    margin-bottom: 40px;
}

.spec_left {
    width: 100%;
    margin-bottom: 20px;
}

.spec_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.spec_weight {
    width: 130px;
}

.spec_simg {
    margin-left: 0;
    margin-bottom: 0;
    width: calc(100% - 145px);
    text-align: center;
}

.spec_info {
    margin: 30px auto 0;
    padding: 10px;
}

.spec_info_ttl {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px;
}

.spec_info_txt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    text-align: center;
}

.slider1 li {
    width: 250px;
    margin-right: 20px;
}

.slider1 {
    margin-top: 30px;
    height: 244px;
}

.slider1 li:nth-of-type(even) {
    margin-top: 30px;
}

section.galleryArea {
    padding-bottom: 0;
}

section.endArea {
    margin-top: 50px;
}

.point_image_info {
    margin-bottom: 10px;
    font-size: 17px;
    padding: 8px 5px;
    border-radius: 10px;
}

.point_child.point06 .flex-between .width48per:first-of-type {
    margin-bottom: 20px !important;
}

.point06_flex_left {
    max-width: 260px;
    width: 70%;
    margin: 0 auto 15px;
}

.point06_flex {
    margin: 20px auto 0;
}

.pointArea .point_child:nth-of-type(even) {
    border-radius: 0 60px 0 60px;
}

.point06_flex_right {
    margin-bottom: 0;
    width: 100%;
}

.point_child.point05 .point_child_img:after {
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px;
}

.point_child_simg {
    max-width: 300px;
    margin: 30px auto 0;
    width: 90%;
}

.point_child.point04 .width52per {
    Text-align:center;
}

.point_child.point04 .width52per img {
    max-width: 300px;
    margin: 0 auto;
    width: 80%;
}

.color_box .color_child:nth-of-type(2) {
    border-radius: 90px 0 90px 0;
}

.feature_child.feature04 .width1200 p {
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.s_txt {
    font-size: 13px;
}

.point_child.point01 p.p_box {
    text-align: center;
}

section.summerArea {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.point_child.point01 .movie_outer {
    border-radius: 0 0 0 50px;
}

.point_child.point02 .width45per {
    margin-bottom: 20px;
}

.point_child.point01 .width52per, .point_child.point01 .p_box.point_txt {
    margin-bottom: 20px;
}

.movie {
    width: 100%;
}

.point_child.point01 .width52per, .point_child.point05 .width52per {
    text-align: center;
}

.point_child.point06 .flex-between .width48per {
    text-align: center;
}

.safety_ttl img {
    max-width: 400px;
}

.point_child.point01 .movie_txt p {
    font-size: 24px;
}

.summerArea p {
    font-size: 15px;
}

.point_child.point06 h3{
    font-size: 25px;
}

ul.voice_date_list li {
    margin: 0px 0 10px;
}

.voice_date_right span {
    font-size: 12px;
}

.summer_img:after {
    width: 115px;
    height: 115px;
    left: -30px;
    bottom: -20px;
}

}

@media only screen and (max-width:560px){


.leaf_right.firstArea_img, .point_Bigimg {
    width: 100%;
    height: 15rem;
}

}


.gif-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.gif {
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
    color: red;
    cursor: pointer;
}
