/* ==========共通========== */

html {
	overflow: auto;
}
body {
	width: 100%;
	color: #707070;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 30px;
	position: fixed;
}
.pc_first_view {
    background-color: #f7f2d8;
    width: 100vw;
    height: auto;
    min-height: 1200px;
    position: fixed;
    z-index: 1000000;
}

.pc_first_view div {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000;
    background-position: 90%;
	background-size: contain;
}

/* .service01 {
    background: url(../img/20200201_01/index_01_pc.png) no-repeat;
}

.service02 {
    background: url(../img/20200201_01/index_02_pc.png);
}

.service03 {
    background: url(../img/20200201_01/index_03_pc.png);
}

.service04 {
    background: url(../img/20200201_01/index_04_pc.png);
}

.service06 {
    background: url(../img/20200201_01/index_06_pc.png);
}

.service07 {
    background: url(../img/20200201_01/index_07_pc.png);
}

.service08 {
    background: url(../img/20200201_01/index_08_pc.png);
}

.service09 {
    background: url(../img/20200201_01/index_09_pc.png);
}

.service10 {
    background: url(../img/20200201_01/index_10_pc.png);
}

.service11 {
    background: url(../img/20200201_01/index_11.png);
}

.service12 {
    background: url(../img/20200201_01/index_12_pc.jpg);
    background-size: contain;
}

.service13 {
    background: url(../img/20200201_01/index_13.png) no-repeat;
    background-size: 30% !important;
    background-position: 50% 21vw !important;
} */

body.fix_none {
	position: inherit;
	display: block;
}

body.no-scroll {
  width: 100%;
  position: fixed;
  left: 0;
}

body .logo {
    opacity: 0;
    transition: all .4s ease-in;
}

body.no-scroll .logo {
    opacity: 1;
    transition: all .4s ease-in;
}

.first_view {
    background-color: #f7f2d8;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    position: fixed;
    z-index: 1000000;
}
body.fix_none .first_view {
	display: none;
}

.first_view img#service12 {
  max-width: 250px;
}
.first_view img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000;
	max-width: 350px;
}


.first_view img#service01,.service01 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 0.5s; /* アニメーション開始時間 */
}

.first_view img#service02,.service02 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 1s; /* アニメーション開始時間 */
}

.first_view img#service03,.service03 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 1.5s; /* アニメーション開始時間 */
}

.first_view img#service04,.service04 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 2s; /* アニメーション開始時間 */
}

.first_view img#service05,.service05 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 2.5s; /* アニメーション開始時間 */
}

.first_view img#service06,.service06 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 3s; /* アニメーション開始時間 */
}

.first_view img#service07,.service07 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 3.5s; /* アニメーション開始時間 */
}

.first_view img#service08,.service08 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 4s; /* アニメーション開始時間 */
}

.first_view img#service09,.service09 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 4.5s; /* アニメーション開始時間 */
}

.first_view img#service10,.service10 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 5s; /* アニメーション開始時間 */
}

.first_view img#service11,.service11 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 6.5s; /* アニメーション開始時間 */
}

.first_view img#service12,.service12 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 7s; /* アニメーション開始時間 */
}

.first_view img#service13,.service13 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 7s; /* アニメーション開始時間 */
}

.first_view img#service14 {
  animation-duration: 1.5s; /* アニメーションの時間 */
  animation-delay: 6s; /* アニメーション開始時間 */
}

@media screen and (max-width:768px) {
.first_view img {
	max-width: 768px;
}
}

@media screen and (max-width:420px) {
.iphone .first_view img#service12,
.android .first_view img#service12{
    top: -90px;
}
.first_view img {
    max-width: inherit;
}

.first_view img#service12 {
	max-width: 250px;
}
}

img {
	width: auto;
}

.pc-view {
    display: block!important;
}
@media all and (max-width:768px) {
    .pc-view {
        display: none!important;
    }
}
.sp-view {
    display: none!important;
}
@media all and (max-width:768px) {
    .sp-view {
        display: block!important;
    }
}
.sp-view-p {
    display: none!important;
}
@media all and (max-width:375px) {
    .sp-view-p {
        display: block!important;
    }
}

#about {
    margin-top:-100px;
    padding-top:100px;
}

#movie{
   margin-top:-50px;
  	padding-top:50px;
}

#look {
   margin-top:-20px;
  	padding-top:20px;
}

.SmoothScroll_pageTop {
    text-align: right;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    z-index: 9990;
}

@media screen and (min-width:1300px) {
.SmoothScroll_pageTop {
    right: 10%;
}
}

@media screen and (min-width:1450px) {
.SmoothScroll_pageTop {
    right: 15%;
}
}

@media screen and (min-width:1700px) {
.SmoothScroll_pageTop {
    right: 19%;
}
}

@media screen and (min-width:1900px) {
.SmoothScroll_pageTop {
    right: 19%;
}
}


.SmoothScroll_pageTop a {
    display: inline-block;
    background-color: #fff;
    border: 4px solid #4b241d;
    padding: 6px 14px;
    margin: 10px 0;
    color: #FFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px;
}

.SmoothScroll_pageTop a::before {
    font-family: FontAwesome;
    content: "\f106";
    color: #4b241d;
    position: relative;
    top: -1px;
    font-size: 20px;
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
a {
	text-decoration: none;
}
header {
	width: 100%;
    /* height: 100%; */
    height: 235px;
    /* min-height: 235px; */
	background-color: transparent;
    background-image: url(../img/sp/header_menu.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
	position: fixed;
	top: 0;
    right: 50%;
    transform: translatex(50%);
    /* right: 0; */
    /* z-index: 999999; */
    z-index: 101;
    pointer-events:none;
}
@media all and (max-width:769px) {
    header {
        height: 187px;
    }
}
header.zindex {
    display: none;/* ※SP時のモーダルにzindex効かないため */
    z-index: 50;
}
header .logo {
    padding: 30px 0 0 15px;
}
@media all and (min-width:769px) {
    header .logo {
        /* padding: 50px 0 0 30px; */
        padding: 0;
        display: block;
        margin: 30px auto 0;
    }
}
header img.logo {
    max-width: 108px;
}
@media all and (min-width:769px) {
    header img.logo {
        max-width: 148px;
    }
}

header a,#modal-content01 .modal_head,.menu-link .modalclose {
	width: 100%;
	display: block;
	text-align: center;
    z-index: 9;
}
@media all and (max-width:768px) {
    header a,#modal-content01 .modal_head,.menu-link .modalclose {
        padding: 10px 0;
    }
}
.menu-link .modalclose {
    padding: 10px 0;
    text-align: left;
}
@media all and (min-width:769px) {
    .menu-link .modalclose {
        padding: 15px 0;
    }
}

header a img,#modal-content01 .modal_head img {
	width: auto;
    /* height: 100%; */
    height: auto;
}
.br_500 {
	display: none;
}
.se_br {
	display: none;
}
 /* @-webkit-keyframes fadein {
 0% {
 opacity:0;
}
 75% {
 opacity:0.5;
}
 100% {
 opacity:1;
} */

.pc_slider {
    width: 100%;
    height: 750px;
	display: flex;
    flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
@media all and (max-width:768px) {
    .pc_slider {
        height: auto;
    }
}
.swiper-container {
    width: 100%;
}
@media all and (max-width:768px) {
    .swiper-container {
        width: 100%;
    }
}
.about_top {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.pc_catch {
	width: 50%;
}
.pc_catch img {
    display: block;
    margin: 0 auto;
}
.kv_area {
    background-color: #f4b4b8;
	position: relative;
}

.kv_area .video {
    width: 500px;
    height: 340px;
    margin: 0 auto;
    padding-bottom: 30px;
}
@media all and (max-width:768px) {
    .kv_area .video {
        width: 80%;
        height: 280px;
        margin: 0 auto;
        padding-bottom: 70px;
    }
}

.about_top .swiper-pagination {
	display: none;
}

.about_top .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.title {
	text-align: center;
}
.about_area {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
    /* height: 688px; */
    /* height: 350px; */
    padding-top: 150px;
    /* background-color: #371610; */
    background-image: url(../img/pc/about_bg.png);
    background-repeat: repeat;
    text-align: center;
}
@media all and (max-width:768px) {
    .about_area {
        padding-top: 18vw;
        background-image: url(../img/sp/about_bg.webp);
        background-size: contain;
    }
}
@media all and (max-width:428px) {
    .about_area {
        padding-top: 8vw;
    }
}
.about_area::before {
    content: "";
    width: 1200px;
    height: 359px;
    background-image: url(../img/pc/about_partition.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 10;
}
@media all and (max-width:768px) {
    .about_area::before {
        width: 100%;
        height: 46vw;
        max-width: 768px;
        background-image: url(../img/sp/about_partition.webp);
        background-size: contain;
        top: -20px;
    }
}
@media all and (max-width:428px) {
    .about_area::before {
        top: -40px;
    }
}
.about_area h2 {
    position: relative;
    z-index: 11;
    top: 0;
    /* top: -60px; */
}
@media all and (max-width:428px) {
    .about_area h2 {
        /* top: -12%; */
        top: 2vw;
    }
}
.about_area h2 img {
    max-width: 240px;
}
@media all and (min-width:769px) {
    .about_area h2 img {
        max-width: 318px;
    }
}

.about_area .title {
	position: relative;
	/* top: -30px; */
}
.about_area .txt {
    color: #fff;
    margin: 120px auto 60px;
    font-size: 16px;
    line-height: 2.2;
    font-weight: bold;
    position: relative;
    z-index: 21;
}
@media all and (max-width:768px) {
    .about_area .txt {
        color: #fff;
        margin: 12vw 30px 22vw;
        font-size: 13px;
        line-height: 2;
    }
}
@media all and (max-width:640px) {
    .about_area .txt {
        margin: 15vw 15px 35vw;
    }
}
@media all and (max-width:330px) {
    .about_area .txt {
        font-size: 12px;
    }
}
.about_area .txt.mb0 {
    margin-bottom: 0;
}
@media all and (max-width:768px) {
    .about_area .txt.mb0 {
        margin-bottom: 100px;
    }
}
.beige {
	position: relative;
    /* background-color: #f7f2d8; */
    background-color: #d6dadf;
}
@media all and (max-width:768px) {
    .beige {
        background-color:#c9ced5;
    }
}
.product_area {
    /* padding: 100px 0 0; */
    padding: 80px 0 0;
}
.look_fade02, .look_fade04 {
	margin: 65px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.look_fade08 {
    margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media all and (max-width:768px) {
    .look_fade02, .look_fade04, .look_fade08 {
        margin: 20px auto 0;
    }
}

.look_fade02,.look_fade03,.look_fade04,.look_fade05,.look_fade08 {
    padding-bottom: 80px;
}
@media all and (max-width:768px) {
    .look_fade02,.look_fade03,.look_fade04,.look_fade05,.look_fade08 {
        padding-bottom: 40px;
    }
}
@media all and (max-width:768px) {
    .look_fade08 {
        text-align: center;
    }
    .look_fade08 .swiper-slide img {
        border-radius: 10px!important;
    }
}

.look_fade02 .swiper-wrapper, .look_fade04 .swiper-wrapper, .look_fade08 .swiper-wrapper {
	width: 40%;
}
.look_fade02 .product_change, .look_fade04 .product_change, .look_fade08 .product_change {
	width: 50%;
	max-width: 455px;
}
.look_fade02 img, .look_fade04 img, .look_fade08 img {
    max-width: 385px;
}
.look_fade02 .swiper-slide img, .look_fade04 .swiper-slide img, .look_fade08 .swiper-slide img {
    /* border: 1px solid #f7f2d8;
	background-color: #f7f2d8; */
    border-radius: 15px;
}
.page3 .swiper-pagination-bullet {
	width: 80px;
	height: 80px;
    /* border: 5px solid #f7f2d8; */
    border: 5px solid #fff;
}
.page3 .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_milk_btn01.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page3 .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_milk_btn02.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page3 .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_milk_btn03.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
/* .page3 .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20200201_01/common/pro01_btn_04.png) no-repeat;
	background-position: bottom;
	background-size: cover;
} */
.look_fade03, .look_fade05 {
    margin: 65px auto 0;
    /* margin: 0; */
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 930px;
}
@media all and (max-width:768px) {
    .look_fade03, .look_fade05 {
        margin: 20px auto 0;
    }
}

.look_fade03 .swiper-wrapper, .look_fade05 .swiper-wrapper {
	width: 40%;
	margin: 0 0 0 75px;
}
.look_fade03 .product_change, .look_fade05 .product_change {
	width: 50%;
	max-width: 455px;
}
.look_fade03 img, .look_fade05 img {
	max-width: 385px;
}
.look_fade03 .swiper-slide img, .look_fade05 .swiper-slide img {
    /* border: 1px solid #f7f2d8;
	background-color: #f7f2d8; */
    border-radius: 15px;
}
.page4 .swiper-pagination-bullet {
	width: 80px;
	height: 80px;
    /* border: 5px solid #f7f2d8; */
    border: 5px solid #fff;
}
.page4 .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_almond_btn01.png) no-repeat;
	background-position: bottom;
	background-size: cover;
	margin: 0 !important;
}
.page4 .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_almond_btn02.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page4 .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_almond_btn03.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
/* .page4 .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20200201_01/common/pro02_btn_04.png) no-repeat;
	background-position: bottom;
	background-size: cover;
} */
.page5 .swiper-pagination-bullet {
	width: 80px;
	height: 80px;
    /* border: 5px solid #f7f2d8; */
    border: 5px solid #fff;
}
.page5 .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_dark_btn01.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page5 .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_dark_btn02.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page5 .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_dark_btn03_1.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page6 .swiper-pagination-bullet {
	width: 80px;
	height: 80px;
	border: 5px solid #fff;
}
.page6 .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_tint_btn01.png) no-repeat;
	background-position: bottom;
	background-size: cover;
	margin: 0 !important;
}
.page6 .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_tint_btn02.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page10 .swiper-pagination-bullet {
	width: 80px;
	height: 80px;
    /* border: 5px solid #f7f2d8; */
    border: 5px solid #fff;
}
.page10 .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_special_btn01.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.page10 .swiper-pagination-bullet + .swiper-pagination-bullet {
	background: url(../img/20210121/pc/product_special_btn02.png) no-repeat;
	background-position: bottom;
	background-size: cover;
}
.look_fade02 .product_intro, .look_fade04 .product_intro {
    text-align: center;
    position: relative;
    /* padding: 0 35px 40px 15px; */
    padding: 0 35px 15px 15px;
    z-index: 1000000;
}
.look_fade08 .product_intro {
    text-align: center;
    position: relative;
    /* padding: 0 35px 20px 15px; */
    padding: 25px 35px 20px 15px;
    z-index: 1000000;
}
.look_fade03 .product_intro, .look_fade05 .product_intro {
    /* text-align: left; */
    text-align: center;
	position: relative;
    padding: 0 35px 40px 15px;
}
.product_change {
	position: relative;
	top: -40px;
}

/* .look_fade04 .product_change:after {
	background-color: #c39785;
	border-radius: 5px;
	content: "";
	display: block;
	height: 10px;
} */
/* .look_fade03 .product_change:after {
	background-color: #b58862;
	border-radius: 5px;
	content: "";
	display: block;
	height: 10px;
} */
/* .look_fade05 .product_change:after {
	background-color: #b58862;
	border-radius: 5px;
	content: "";
	display: block;
	height: 10px;
} */
.look_fade02 .product_intro li {
    color: #452412;
}
.look_fade03 .product_intro li {
	color: #452412;
}
.look_fade04 .product_intro li {
	color: #452412;
}
.look_fade05 .product_intro li {
	color: #fff;
}
.look_fade08 .product_intro li {
	color: #452412;
}
.product_intro li:first-child {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 34px;
}
.product_intro a {
    color: #452412;
    font-size: 22px;
    font-weight: bolder;
}
@media all and (max-width:768px) {
    .product_intro a {
        font-size: 16px;
        line-height: 1.4;
    }
}
@media all and (max-width:374px) {
    .product_intro a {
        font-size: 13px;
        line-height: 1.2;
    }
}
.product_intro a.w {
    color: #fff;
}

.product_intro a.wf {
    color: #452412;
}
@media all and (max-width:768px) {
    .product_intro a.wf {
        color: #fff;
    }
}

/* .look_fade03 .product_intro a,.look_fade05 .product_intro a {
    color: #b58862;
} */

.product_intro a:hover {
    transition: all .2s ease-in;
    opacity: 0.7;
}

.product_intro li:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
}
.product_intro li:nth-child(3) {
	font-size: 12px;
    margin: 15px 0 30px;
    font-weight: bold;
}

.product_intro li:last-child a {
    font-size: 16px;
    padding: 10px;
    border-radius: 30px;
    background-color: #c39785;
    color: #fff;
    text-align: center;
    width: 50%;
    margin: 0 0 30px auto;
	box-shadow: 0 5px 0 rgba(133,95,82,1);
    transition: all .2s;
    display: block;
}
.product_intro li:last-child a:hover{
	box-shadow: 0 0 0 rgba(133,95,82,1);
}


.look_fade03 .product_intro li:last-child a,.look_fade05 .product_intro li:last-child a {
	background-color: #d6bd9e;
	box-shadow: 0 5px 0 rgba(133,95,82,1);
    margin: 0 auto 30px 0;
}

.look_fade03 .product_intro li:last-child a:hover,.look_fade05 .product_intro li:last-child a:hover{
	box-shadow: 0 0 0 rgba(133,95,82,1);
}


.product_area01_blank {
    display: block;
    width: 1200px;
    height: 172px;
}
@media all and (max-width:768px) {
    .product_area01_blank {
        display: block;
        width: 100%;
        height: 100%;
    }
}
.product_area02_blank {
    display: block;
    width: 1200px;
    height: 117px;
}
@media all and (max-width:768px) {
    .product_area02_blank {
        display: block;
        width: 100%;
        height: 100%;
    }
}
.product_area03_blank {
    display: block;
    width: 1200px;
    height: 170px;
}
@media all and (max-width:768px) {
    .product_area03_blank {
        display: block;
        width: 100%;
        height: 100%;
    }
}
.product_area04_blank {
    display: block;
    width: 1200px;
    height: 115px;
}
@media all and (max-width:768px) {
    .product_area04_blank {
        display: block;
        width: 100%;
        height: 100%;
    }
}
.product_area05_blank {
    display: block;
    width: 1200px;
    height: 172px;
}
@media all and (max-width:768px) {
    .product_area05_blank {
        display: block;
        width: 100%;
        height: 100%;
    }
}
.product_area06_blank {
    display: block;
    width: 1200px;
    height: 330px;
}
@media all and (max-width:768px) {
    .product_area06_blank {
        display: block;
        width: 100%;
        height: 100%;
    }
}


.look_fade02 .swiper-pagination {
	bottom: -120px;
    /* right: 40px; */
    right: 105px;
    /* width: 100%;
    left: 50%;
    transform: translatex(-50%);
    padding: 0 35px 40px 15px */
}
.look_fade04 .swiper-pagination {
	bottom: -120px;
    /* right: 80px; */
    right: 105px;
    /* width: 100%;
    left: 50%;
    transform: translatex(-50%);
    padding: 0 35px 40px 15px */
}
.look_fade08 .swiper-pagination {
	bottom: -120px;
    /* right: 80px; */
    right: 148px;
    /* width: 100%;
    left: 50%;
    transform: translatex(-50%);
    padding: 0 35px 40px 15px */
}
.look_fade03 .swiper-pagination {
    /* right: 0;
    text-align: left;
    bottom: 35px !important;
    left: 95px !important; */
    right: 0;
    text-align: left;
	bottom: 110px !important;
    left: 96px !important;
}
.look_fade05 .swiper-pagination {
    /* right: 0;
    text-align: left;
    bottom: 35px !important;
    left: 140px !important; */
    right: 0;
    text-align: left;
    /* bottom: 60px !important; */
    bottom: 130px !important;
    /* left: 150px !important; */
    left: 140px !important;
}
.f80 {
    font-size: 80%;
    font-weight: 500;
}

.choco_kv01 {
    position: absolute;
    top: 500px;
    left: 60px;
    z-index: 10;
}

.choco_kv02 {
    position: absolute;
    top: 300px;
    right: 0;
    z-index: 10;
}

.about_parts01 img, .about_parts02 img, .about_parts03 img, .about_parts04 img, .about_parts05 img, .about_parts06 img, .about_parts07 img, .about_parts08 img, .about_parts09 img {
    display: block;
    width: 50%;
}
@media screen and (min-width:769px) {
    .about_parts01 img, .about_parts02 img, .about_parts03 img, .about_parts04 img, .about_parts05 img, .about_parts06 img, .about_parts07 img, .about_parts08 img, .about_parts09 img {
        width: 100%;
    }
}

.about_parts06.zindex, .about_parts07.zindex, .about_parts08.zindex, .about_parts09.zindex {
    z-index: 9;
}

.about_parts01 {
    position: absolute;
    top: 25vw;
    left: 0;
    z-index: 10;
    width: 40%;
}
@media screen and (min-width:769px) {
    .about_parts01 {
        top: 170px;
        left: 0;
        width: 20%;
    }
}
@media screen and (max-width:390px) {
    .about_parts01 {
        width: 40%;
    }
}
@media screen and (max-width:420px) {
    .about_parts01 {
        top: 12vw;
    }
}
.about_parts02 {
    position: absolute;
    top: 40vw;
    right: 0;
    z-index: 10;
}
@media screen and (min-width:769px) {
    .about_parts02 {
        top: 300px;
        right: 0;
    }
}
@media screen and (max-width:380px) {
    .about_parts02 {
        top: 29vw;
    }
}

.about_parts02 img {
    margin: 0 0 0 auto;
}

.about_parts03 {
    position: absolute;
    top: 52vw;
    right: -3vw;
    z-index: 10;
}
@media screen and (min-width:690px) {
    .about_parts03 {
        top: 52vw;
        right: 0;
    }
}
@media screen and (min-width:769px) {
    .about_parts03 {
        top: 400px;
        right: 0;
    }
}
@media screen and (max-width:640px) {
    .about_parts03 {
        top: 62vw;
    }
}
@media screen and (max-width:429px) {
    .about_parts03 {
        top: 60vw;
    }
}
@media screen and (max-width:350px) {
    .about_parts03 {
        top: 64vw;
    }
}

.about_parts03 img {
    margin: 0 0 0 auto;
}

.about_parts03 img {
    display: block;
    width: 70%;
    margin: 0 0 0 auto;
}
@media screen and (min-width:769px) {
    .about_parts03 img {
        width: 100%;
    }
}

.about_parts04 {
    position: absolute;
    top: 40vw;
    left: 0;
    z-index: 9;
}
@media screen and (min-width:769px) {
    .about_parts04 {
        top: 200px;
        left: 0;
    }
}

.about_parts05 {
    position: absolute;
    top: 125vw;
    right: 0;
    z-index: 9;
}
@media screen and (min-width:769px) {
    .about_parts05 {
        top: 840px;
        right: 0;
    }
}
@media screen and (max-width:430px) {
    .about_parts05 {
        top: 137vw;
    }
}

.about_parts05 img {
    margin: 0 0 0 auto;
}

.about_parts06 {
    position: absolute;
    top: 90vw;
    left: 0;
    z-index: 99;
    animation-name: fuwa01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@media screen and (min-width:769px) {
    .about_parts06 {
        top: 540px;
        left: 80px;
    }
}
@media screen and (max-width:345px) {
    .about_parts06 {
        top: 84vw;
    }
}

.about_parts07 {
    position: absolute;
    top: 80vw;
    left: 0;
    z-index: 99;
    animation-name: fuwa02;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@media screen and (min-width:769px) {
    .about_parts07 {
        top: 480px;
        left: 30px;
    }
}

.about_parts08 {
    position: absolute;
    top: 110vw;
    right: 0;
    z-index: 99;
    animation-name: fuwa01;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@media screen and (min-width:769px) {
    .about_parts08 {
        top: 630px;
        right: 60px;
        z-index: 99;
    }
}
@media screen and (max-width:345px) {
    .about_parts08 {
        top: 111vw;
    }
}

.about_parts08 img {
    margin: 0 0 0 auto;
}

.about_parts09 {
    position: absolute;
    top: 130vw;
    right: 0;
    z-index: 999;
    animation-name: fuwa02;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    pointer-events: none;
}
@media screen and (min-width:769px) {
    .about_parts09 {
        top: 710px;
        right: 100px;
        z-index: 99;
    }
}

.about_parts09 img {
    margin: 0 0 0 auto;
}

/* parts anime01 */
@keyframes fuwa01 {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

@keyframes fuwa02 {
    0% {
        transform: translate(0,-10px);
    }

    100% {
        transform: translate(0,0)
    }
}

.product_choco02 {
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 0;
}

.product_choco03 {
    position: absolute;
    z-index: 10;
    /* top: -50px; */
    top: 150px;
    left: 0;
}

.product_choco04 {
    position: absolute;
    z-index: 10;
    /* top: -30px; */
    top: 150px;
    right: 0;
}

.product_choco05 {
    position: absolute;
    z-index: 10;
    top: 200px;
    right: 30px;
}
@media all and (max-width:768px) {
    .product_choco05 {
        position: absolute;
        z-index: 10;
        top: 60px;
        right: 30px;
    }
}
.product_choco05 img {
    width: 100%;
}
@media all and (max-width:768px) {
    .product_choco05 {
        position: absolute;
        z-index: 10;
        top: 30px;
        right: -65px;
    }
    .product_choco05 img {
        width: 60%;
    }
}

.product_choco06 {
    position: absolute;
    z-index: 10;
    right: 30px;
    bottom: -10px;
}

.look_choco01_left {
    position: absolute;
    z-index: 10;
    /* left: 0; */
    left: 180px;
    top: 0;
}

.look_choco01_right {
    position: absolute;
    z-index: 10;
    /* right: 0; */
    right: 180px;
    bottom: 160px;
}

.look_choco02_left {
    position: absolute;
    z-index: 10;
    /* left: 0; */
    left: 120px;
    bottom: 160px;
}

.look_choco02_right {
    position: absolute;
    z-index: 10;
    /* right: 0; */
    right: 120px;
    top: 0;
}

@media all and (max-width:768px) {
.choco_kv01 {
    position: absolute;
    left: 0;
	top: inherit;
    bottom: 15vw !important;
    z-index: 10;
}
	.choco_kv01 img {
		    width: 17vw !important;
	}
.sp_about_choco01 {
    position: absolute;
    top: 5vw;
    right: 0;
    z-index: 10;
}
	.sp_about_choco01 img {
            /* width: 19vw !important; */
        width: 100%!important;
        max-width: 120px!important;
	}
	.sp_product_choco01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000001;
	}
.sp_product_choco01 img {
    /* width: 28vw !important; */
    width: 100%!important;
        max-width: 120px!important;
}
	
.sp_product_choco02 {
    position: absolute;
    /* top: 5vw; */
    top: 0;
    right: 0;
    z-index: 10;
}
.sp_product_choco02 img {
    /* width: 20vw !important; */
    width: 100%!important;
    max-width: 120px!important;
}
	.sp_product_choco03 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000001;
	}
/* .sp_product_choco03 img {
    width: 28vw !important;
} */
.sp_product_choco03 img {
    /* width: 20vw !important; */
    width: 100%!important;
    max-width: 140px!important;
}
.sp_product_choco04 {
    position: absolute;
    top: 5vw;
    right: 0;
    z-index: 10;
}
.sp_product_choco04 img {
    width: 20vw !important;
}
.sp_product_choco05 {
    position: absolute;
    top: 0;
    left: 15px;
    /* top: 5vw; */
    z-index: 1000001;
	}
.sp_product_choco05 img {
    /* width: 20vw !important; */
    width: 100%!important;
    max-width: 100px!important;
}
}


@media all and (max-width:420px) {
.choco_kv01 {
    bottom: 42vw !important;
}
/* .sp_about_choco01 img {
    width: 23vw !important;
} */
.sp_product_choco01 {
    top: 15vw;
    }
.sp_product_choco02 {
    top: 15vw;
    }
.sp_product_choco03 {
    /* top: 5vw; */
    top: 15vw;
}
/* .sp_product_choco04 img {
    width: 24vw !important;
} */
}

.about_sp_catch {
	display: none;
}

.look_fade02 .swiper-pagination-bullet-active{opacity:1;border: 5px solid #58bee1 !important;}
.look_fade04 .swiper-pagination-bullet-active{opacity:1;border: 5px solid #ca4547 !important;}
.look_fade08 .swiper-pagination-bullet-active{opacity:1;border: 5px solid #400101 !important;}
/* .look_fade03 .swiper-pagination-bullet-active,.look_fade05 .swiper-pagination-bullet-active{opacity:1;border: 5px solid #00a8f5 !important;} */
.look_fade03 .swiper-pagination-bullet-active{opacity:1;border: 5px solid #e6b422 !important;}
.look_fade05 .swiper-pagination-bullet-active{opacity:1;border: 5px solid #400101 !important;}
.sp_product_area01,.sp_product_area02,.sp_product_area03,.sp_product_area04,.sp_product_area05 {
	position: relative;
}

.sp_product_area01 {
    background: linear-gradient( #d6dadf 0%, #e9ebed 10%, #eeeff1 54%, #e9ebed 80%, #cbcfd6 100%);
    /* padding-bottom: 80px; */
}
@media all and (max-width:768px) {
    .sp_product_area01 {
        background: linear-gradient( #dadee2 0%, #e9ebed 10%, #eeeff1 54%, #e9ebed 80%,#c4c8ce 100%);
        /* padding-bottom: 40px; */
    }
}
.sp_product_area02 {
    background: linear-gradient( #f9d6a9 0%, #fbddaa 50%, #ffe3aa 100%);
    /* padding-bottom: 80px; */
}
@media all and (max-width:768px) {
    .sp_product_area02 {
        background: linear-gradient( #f9d6a9 0%, #fbddaa 50%, #ffe3aa 100%);
        /* padding-bottom: 40px; */
    }
}
.sp_product_area03 {
    background: linear-gradient( #f8acb3 0%, #ea818a 100%);
    /* padding-bottom: 80px; */
}
@media all and (max-width:768px) {
    .sp_product_area03 {
        background: linear-gradient(#f8abb3 0%, #ea818a 100%);
        /* padding-bottom: 40px; */
    }
}
.sp_product_area04 {
    background: linear-gradient( #593726 0%, #ae7057 100%);
    /* padding-bottom: 80px; */
}
@media all and (max-width:768px) {
    .sp_product_area04 {
        background: linear-gradient( #583725 0%, #ae7057 100%);
        /* padding-bottom: 40px; */
    }
}
.sp_product_area05 {
    background: #e4c9b5;
    /* padding-bottom: 80px; */
}
@media all and (max-width:768px) {
    .sp_product_area05 {
        background: #e4c9b5;
        /* padding-bottom: 40px; */
    }
}




.sp_product_area01 h2 {
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
}
@media all and (max-width:768px) {
    .sp_product_area01 h2 {
        padding-top: 0;
    }
}
.sp_product_area02 h2 {
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
}
@media all and (max-width:768px) {
    .sp_product_area02 h2 {
        padding-top: 30px;
    }
}
.sp_product_area03 h2 {
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
}
@media all and (max-width:768px) {
    .sp_product_area03 h2 {
        padding-top: 30px;
    }
}
.sp_product_area04 h2 {
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
}
@media all and (max-width:768px) {
    .sp_product_area04 h2 {
        padding-top: 30px;
    }
}
.sp_product_area05 h2 {
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
}
@media all and (max-width:768px) {
    .sp_product_area05 h2 {
        padding-top: 30px;
    }
}


.product_btn {
    width: 380px;
    height: 70px;
    margin: 0 auto;
    border-radius: 10px;
}
@media all and (max-width:768px) {
    .product_btn {
        width: 80%;
        margin: 40px auto 0;
    }
}
.product_btn a {
    font-size: 22px;
}
@media all and (max-width:768px) {
    .product_btn a {
        font-size: 18px;
    }
}
@media all and (max-width:320px) {
    .product_btn a {
        font-size: 15px;
    }
}

.product_btn.block {
    display: none;
}
@media all and (max-width:768px) {
    .product_btn.block {
        display: block;
    }
}

.product_btn a {
    width: 100%;
    height: 100%;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
}

.product_btn.milk {
    background-color: #452412;
}
.product_btn.almond {
    background-color: #cf764b;
}
.product_btn.dark {
    background-color: #3a0100;
}
.product_btn.tint {
    background-color: #291114;
}
.product_btn.special {
    background-color: #3a0100;
}



@media all and (max-width:768px) {
/* img {
    width: 100%;
} */
	.choco img {
		width: 50%;
	}
.pc_slider {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.pc_catch {
    display: none;
}
img.event_sp {
    width: 45vw;
    /* max-width: 318px; */
    /* max-width: 240px; */
    display: block;
    margin: 0 auto;
}
/* .about_top {
    width: 90%;
    margin: 0 auto;
} */
.swiper-slide {
	width: 100%;
}
.about_area .title {
    width: 30%;
    margin: 0 auto;
}
.about_area {
	position: relative;
	/* z-index: 15; */
    width: 100%;
    height: 100%;
    /* padding-top: 20px; */
    /* height: 0; */
    /* (画像の高さ / 画像の横幅) × 100 */
    /* padding-top: 224.869792%; */
    /* padding-top: 100%;
    background: url(../img/20210121/sp/about_picture.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
    /* overflow: hidden; */
}
.about_area .title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.about_sp_catch {
	display: inline-block;
}
.product_area .title {
    display: contents;
    width: 100%;
    height: 100%;
    max-height: 110px;
    margin: 0;
    padding: 0;
}

/* #about video {
    width: 100%;
} */

#about .modal__content .close {
    position: absolute;
    right: 12px;
    top: 30px;
    width: 50px;
    height: 50px;
}

#about .modal__content .close::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #f1a7c0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
}

#about .modal__content .close::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #f1a7c0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}

.sp_product_area01,.sp_product_area02,.sp_product_area03,.sp_product_area04 {
    width: 100%;
    /* margin: 100px auto 0 0; */
    /* margin: 0 auto;overflow: hidden; */
}
.sp_product_area05{
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
}
.look_fade01,.look_fade02,.look_fade03,.look_fade04,.look_fade05,.look_fade08 {
	display: block;
}
.look_fade02 .swiper-wrapper, .look_fade04 .swiper-wrapper, .look_fade08 .swiper-wrapper {
    left: -2px;
}
.look_fade03 .swiper-wrapper, .look_fade05 .swiper-wrapper {
    right: -2px;
}
/* .look_fade02 .swiper-wrapper, .look_fade04 .swiper-wrapper, .look_fade06 .swiper-wrapper {
	
} */
.look_fade03 .swiper-wrapper, .look_fade05 .swiper-wrapper {
    width: 40%;
    margin: 0 0 0 0;
    text-align: right;
}
.look_fade02 .product_change, .look_fade04 .product_change, .look_fade08 .product_change {
    width: 100%;
    max-width: 455px;
}
.look_fade02 .product_change, .look_fade04 .product_change, .look_fade08 .product_change {
    width: 100%;
    max-width: inherit;
    margin: 30px 0 0 auto;
}
.look_fade03 .product_change, .look_fade05 .product_change {
    width: 100%;
    max-width: inherit;
    margin: 30px auto 0 0;
}
.product_change {
    position: relative;
    top: 0;
}
.look_fade02 .product_change:after,.look_fade03 .product_change:after,.look_fade04 .product_change:after,.look_fade08 .product_change:after,
.look_fade05 .product_change:after{
    content: none;
}
.look_fade02 .swiper-pagination {
    /* bottom: 240px; */
    bottom: 350px;
    right: 6%;
    /* left: 0;
    bottom: 100%;
    right: -25%;
    left: auto;
    width: auto; */
}
.mac .look_fade02 .swiper-pagination {
    bottom: 320px;
}
.look_fade04 .swiper-pagination {
    /* bottom: 240px; */
    bottom: 360px;
    right: 6%;
    /* left: 0;
    bottom: 100%;
    right: -25%;
    left: auto;
    width: auto; */
}
.look_fade08 .swiper-pagination {
    bottom: 360px;
    right: 6%;
    /* bottom: 100%;
    left: 0;
    right: -25%;
    left: auto;
    width: auto; */
}
.mac .look_fade08 .swiper-pagination {
    bottom: 4360px;
}
.look_fade03 .swiper-pagination {
    /* bottom: 100% !important;
    left: 2% !important; */
    /* bottom: 330px !important; */
    bottom: 440px !important;
    left: 6% !important;
}
.look_fade05 .swiper-pagination {
    /* bottom: 100% !important;
    left: 2% !important; */
    bottom: 440px !important;
    left: 6% !important;
}
.mac .look_fade05 .swiper-pagination {
    bottom: 450px !important;
}
.look_fade02 img, .look_fade04 img, .look_fade03 img, .look_fade05 img, .look_fade08 img {
    max-width: 80vw;
}
.product_area .swiper-pagination{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.page3 .swiper-pagination-bullet,.page4 .swiper-pagination-bullet,.page5 .swiper-pagination-bullet,.page6 .swiper-pagination-bullet,.page10 .swiper-pagination-bullet {
    width: 16vw;
    height: 16vw;
    /* border: 5px solid #f7f2d8; */
    border: 5px solid #fff;
}
.look_fade02 .product_intro li:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 34px;
    background-color: #fff;
    -webkit-border-radius: 70px 0 0 70px / 70px 0 0 70px;
    -moz-border-radius: 70px 0 0 70px / 70px 0 0 70px;
    border-radius: 70px 0 0 70px / 70px 0 0 70px;
    color: #371610 !important;
}
.look_fade04 .product_intro li:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 34px;
    background-color: #ca4547;
    -webkit-border-radius: 70px 0 0 70px / 70px 0 0 70px;
    -moz-border-radius: 70px 0 0 70px / 70px 0 0 70px;
    border-radius: 70px 0 0 70px / 70px 0 0 70px;
    color: #fff !important;
}
.look_fade08 .product_intro li:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 34px;
    background-color: #b28165;
    -webkit-border-radius: 70px 0 0 70px / 70px 0 0 70px;
    -moz-border-radius: 70px 0 0 70px / 70px 0 0 70px;
    border-radius: 70px 0 0 70px / 70px 0 0 70px;
    color: #fff !important;
}
.look_fade03 .product_intro li:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 34px;
    /* background-color: #d6bd9d; */
    background-color: #f0ac7e;
    -webkit-border-radius: 0 70px 70px 0 / 0 70px 70px 0;
    -moz-border-radius: 0 70px 70px 0 / 0 70px 70px 0;
    border-radius: 0 70px 70px 0 / 0 70px 70px 0;
    color: #fff !important;
}
.look_fade05 .product_intro li:first-child {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 34px;
    background-color: #400101;
    -webkit-border-radius: 0 70px 70px 0 / 0 70px 70px 0;
    -moz-border-radius: 0 70px 70px 0 / 0 70px 70px 0;
    border-radius: 0 70px 70px 0 / 0 70px 70px 0;
    color: #fff !important;
}


.look_fade02 .product_intro li, .look_fade04 .product_intro li, .look_fade08 .product_intro li {
    color: #371610;
    padding: 10px 4% 10px;
}
.product_intro li:nth-child(3) {
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 8% 20px;
}
.look_fade02 .product_intro, .look_fade04 .product_intro, .look_fade08 .product_intro {
    text-align: right;
    position: relative;
    padding: 0 0 0 15px;
    margin: 10px 0 0 auto;
    /* width: 85%; */
    width: 90%;
}
.look_fade03 .product_intro, .look_fade05 .product_intro {
    text-align: left;
    position: relative;
    /* padding: 0 35px 0 0; */
    padding: 0 15px 0 0;
    margin: 10px auto 0 0;
    /* width: 85%; */
    width: 90%;
}
.look_fade03 .product_intro li {
    color: #371610;
    /* padding: 20px 8% 20px; */
    padding: 10px 4% 10px;
}
.look_fade05 .product_intro li {
    color: #371610;
    /* padding: 20px 8% 20px; */
    padding: 10px 4% 10px;
}
.product_intro li:last-child {
    font-size: 12px;
    margin: 0 0 30px;
    padding: 10px 4% 0 !important;
}
.product_intro li:nth-child(2) {
    font-size: 26px;
    padding: 10px 4% 0 !important;
    /* font-weight: 500; */
    font-weight: bold;
}
.product_intro li.txt {
    font-size: 26px;
}
.product_area {
    /* padding: 100px 0 100px; */
    padding: 0;
}
.product_intro a {
    color: #371610;
}
.product_intro a.w {
    color: #fff;
}
.look_fade02 .swiper-slide img, .look_fade04 .swiper-slide img, .look_fade08 .swiper-slide img {
	-webkit-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0 / 0 15px 15px 0;
	border-radius: 0 15px 15px 0 / 0 15px 15px 0;
}
.look_fade03 .swiper-slide img, .look_fade05 .swiper-slide img {
	-webkit-border-radius: 15px 0 0 15px / 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px / 15px 0 0 15px;
	border-radius: 15px 0 0 15px / 15px 0 0 15px;
}
}

@media all and (min-width:420px) and (max-width:768px) {
.look_fade03 .product_change, .look_fade05 .product_change {
    padding-bottom: 50px;
}
}

@media all and (max-width:500px) {
.se_none {
	display: none;
}
.br_500 {
	display: initial;
}
.colormap img {
	width: 20vw;
}
}

@media all and (max-width:420px) {
.sp_catch {
    margin: 20px auto;
}
.product_area {
    /* padding: 50px 0 50px; */
    padding: 50px 0 0;
}
.sp_product_area01 {
    width: 100%;
    /* margin: 50px auto 0 0; */
    margin: 0 auto;
}
.sp_product_area02,.sp_product_area03,.sp_product_area04,.sp_product_area05 {
    width: 100%;
    /* margin: 30px auto 0 0; */
}
.look_fade02 .swiper-pagination {
    /* bottom: 190px; */
    bottom: 290px;
    right: 6%;
}
.iphone .look_fade02 .swiper-pagination, .android .look_fade02 .swiper-pagination {
    /* bottom: 190px; */
    bottom: 290px;
    right: 6%;
}
.look_fade02 .product_intro li:first-child, .look_fade04 .product_intro li:first-child, .look_fade08 .product_intro li:first-child {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
}
.look_fade03 .product_intro li:first-child, .look_fade05 .product_intro li:first-child {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
}
.product_intro li:nth-child(2) {
    font-size: 20px;
    padding: 5px 4% 0 !important;
    font-weight: bold;
}
.look_fade05 .product_intro li:nth-child(2) {
    font-size: 20px;
    padding: 5px 4% 0 !important;
    width: 100%;
}
.look_fade02 .product_change, .look_fade04 .product_change, .look_fade03 .product_change, .look_fade05 .product_change, .look_fade08 .product_change {
    width: 100%;
}
.product_intro li:last-child {
    font-size: 11px;
    margin: 0 0 0;
    padding: 5px !important;
}
.look_fade03 .swiper-pagination {
    /* bottom: 200px !important; */
    bottom: 360px !important;
    width: 80px;
}
.iphone .look_fade03 .swiper-pagination, .android .look_fade03 .swiper-pagination {
    /* bottom: 200px !important; */
    bottom: 340px !important;
    width: 80px;
}
.look_fade04 .swiper-pagination {
    /* bottom: 190px; */
    bottom: 330px !important;
}
.look_fade08 .swiper-pagination {
    bottom: 290px;
}
.look_fade05 .swiper-pagination {
    /* bottom: 200px !important; */
    bottom: 340px !important;
    width: 80px !important;
}
.look_fade02 .swiper-pagination,.look_fade03 .swiper-pagination,.look_fade04 .swiper-pagination,.look_fade05 .swiper-pagination, .look_fade08 .swiper-pagination {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.product_intro li:nth-child(3) {
    font-size: 9px;
    margin: 0 0 0;
    padding: 0 0 10px;
    padding: 0 5px 0 0 !important;
    line-height: 18px;
}
.product_intro li:last-child a {
    font-size: 15px;
    width: 60%;
}
.look_fade02 .product_intro li:nth-child(3), .look_fade04 .product_intro li:nth-child(3), .look_fade08 .product_intro li:nth-child(3) {
    padding: 0 3% 0 !important;
}
	.look_fade03 .product_intro li:nth-child(3),.look_fade05 .product_intro li:nth-child(3) {
    padding: 0 8% 0 !important;
	}
}

@media all and (max-width:320px) {
.look_fade02 .swiper-pagination {
    /* bottom: 210px; */
    bottom: 330px !important;
}
.look_fade02 .product_intro li, .look_fade04 .product_intro li, .look_fade08 .product_intro li {
    padding: 10px 4% 10px;
}
.look_fade02 .product_intro li:first-child, .look_fade04 .product_intro li:first-child, .look_fade08 .product_intro li:first-child {
    font-size: 13px;
    line-height: 24px;
}
.look_fade03 .product_intro li:first-child, .look_fade05 .product_intro li:first-child {
    font-size: 13px;
    line-height: 24px;
}
.look_fade04 .swiper-pagination {
    bottom: 210px;
}
.look_fade08 .swiper-pagination {
    /* bottom: 210px; */
    bottom: 300px !important;
}
.product_intro li:nth-child(2) {
    font-size: 16px!important;
}
.product_intro li:last-child {
    font-size: 10px;
}
.look_fade05 .swiper-pagination {
    /* bottom: 230px !important; */
    bottom: 350px !important;
}
}

@media all and (max-width:374px) {
.se_br {
	display: initial;
}
}
.color_01 {
	color: #8d5791;
}
.color_02 {
	color: #ff7f30;
}
.color_03 {
	color: #ff8189;
}
.slide_pc {
	display: none;
}
.slide_sp {
	display: block;
	padding-top: 35px;
}
.slidelook_pc {
	display: none;
}
.slidelook_sp {
	display: block;
}

@media all and (min-width:769px) {
.slide_pc {
	display: block;
	padding-top: 25px;
}
.slide_sp {
	display: none;
}
.slidelook_pc {
	display: block;
}
.slidelook_sp {
	display: none;
}
/* header {
    width: 100%;
	top: 0;
	right: 0;
	margin: auto;
}
header a,#modal-content01 .modal_head,.menu-link .modalclose {
	width: 100%;
	height: 36px;
	padding: 15px 0;
	display: block;
	text-align: center;
} */
/* .menu-link .modalclose {
    text-align: left;
} */
}

@media all and (min-width:769px) {
#wrapper {
	margin: 0 auto;
	width: 1200px;
}
}

/*SP_ドロワー---------------------------------------------------*/
.menu-btn{
    pointer-events:auto;
}

.menu-btn,.menu-btn02  {
	opacity: 0;
}

.menu-icon {
    width: 2.8rem;
	padding: 20px 17px 30px;
    top: 15px;
	background-color: transparent;
	border: none;
	box-sizing: content-box;
	font-size: 40px;
	outline: none;
	position: fixed;
	right: 15px;
  z-index: 10000;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.no-scroll .menu-icon { /* メニューopen時 */
  position: fixed;
}

.menu-icon .drawer-hamburger-icon {
  margin-top: 10px;
  display: block;
  position: relative;
}

.menu-icon .drawer-hamburger-icon,
.menu-icon .drawer-hamburger-icon:before,
.menu-icon .drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  /* background-color: #c6c1c0; */
  background-color: #5e2216;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #222;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.no-scroll .drawer-hamburger-icon {
  background-color: transparent;
}

.no-scroll .drawer-hamburger-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-scroll .drawer-hamburger-icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media all and (min-width:769px) {
.menu-btn,.menu-btn02,.menu-icon   {
	position: absolute !important;
}
}

@keyframes hideop {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display:none;
  }
}

@keyframes inop {
  0% {
    opacity: 0;
	display:none;
  }

  100% {
    opacity: 1;
  }
}

#modal-open01 {
	display: block;
}

.no-scroll #modal-open01 {
	display: none;
  	animation: hideop 0.7s linear 0s;
  	animation-fill-mode: forwards;
}

.menu-btn02 {
	display: none;
}

.no-scroll .menu-btn02 {
	display: block;
  	animation: inop 0.7s linear 0s;
  	animation-fill-mode: forwards;
}

/* =======style======= */
#modal-content01,#modal-content02,#modal-content03,#modal-content04,#modal-content05 {
    margin: 0 auto;
}
#modal-content01,#modal-content02,#modal-content03,#modal-content04,#modal-content05 {
    display: none;
}
#modal-content01,#modal-content02,#modal-content03,#modal-content04,#modal-content05 {
	/* z-index: 99999; */
    z-index: 112;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    max-width: 1200px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    margin-top: 50px;
}
@media all and (min-width:769px) {
    #modal-content01,#modal-content02,#modal-content03,#modal-content04,#modal-content05 {
        margin-top: 100px;
    }
}

#modal-overlay {
    z-index: 100;
    position: fixed;
    top: 0;
    /* left: 0; */
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    max-width: 1200px;
    height: 120%;
    /* background-color: #622f26; */
    background-color: #f4b4b8;
    margin: 0 auto;
    animation: fade 1000ms;
}
.in_modal {
    -webkit-overflow-scrolling: touch;
}
.in_modal img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
@media all and (min-width:769px) {
    .in_modal img {
        width: 100%;
    }
}

#modal-content01 .item_links {
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 50px auto;
    flex-wrap: wrap;
    max-width: 500px;
}

#modal-content01 .item_links a {
    width: 40%;
    margin-bottom: 50px;
}

#modal-content02 .item_links {
    display: flex;
    justify-content: center;
    width: 85%;
    margin: 50px auto;
    flex-wrap: wrap;
    max-width: 820px;
}

#modal-content02 .item_links a {
    width: 25%;
    margin: 50px 4% 50px 4%;
}

#modal-content03 .item_links, #modal-content04 .item_links, #modal-content05 .item_links {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 50px auto;
    flex-wrap: wrap;
    max-width: 800px;
}

#modal-content03 .item_links a,#modal-content04 .item_links a,#modal-content05 .item_links a{
    width: 25%;
    margin: 50px 4% 50px 4%;
}


/* header:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 197px;
    height: 199px;
    background: url(../img/20200201_01/common/header_menu.png) no-repeat;
    background-size: cover;
} */

.no-scroll header:before {
	display: none;
}

#sp_gnav {
	padding-top: 50px;
	/*padding-bottom: 30px;*/
	margin-top: 0;
	margin-bottom: 80px;
}
/*ボタン*/
.menu-btn,.menu-btn02 {
    width: 2.8rem;
	padding: 20px 17px 30px;
    top: 15px;
	background-color: transparent;
	border: none;
	box-sizing: content-box;
	font-size: 40px;
	outline: none;
	position: fixed;
	right: 15px;
	z-index: 10001;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
}

@media all and (max-width: 768px) {
.menu-btn,.menu-btn02,.menu-icon  {
    top: 15px;
}
}
.no-scroll .choco_menu {
    display: block;
    position: absolute;
    top: 400px;
    right: 0;
	z-index: 1000000;
}

.menu-btn, .menu-btn02,.menu-icon {
    top: 5px;
    right: 15px;
    width: 2rem;
}

@media all and (max-width: 768px) {
.menu-btn, .menu-btn02,.menu-icon {
    top: -3px;
    right: -5px;
    width: 2rem;
}
}
@media all and (max-width: 420px) {
/* header:before {
	content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 110px;
    height: 120px;
    background: url(../img/20200201_01/common/header_menu.png) no-repeat;
    background-size: cover;
} */
.menu-btn, .menu-btn02,.menu-icon {
    top: -3px;
    right: -5px;
    width: 2rem;
}
/* header:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 105px;
    height: 120px;
    background: url(../img/20200201_01/common/header_menu.png) no-repeat;
    background-size: cover;
} */
.pc_slider {
    /* padding: 55px 0 90px; */
    /* padding: 60px 0 30px; */
    padding: 0 0 30px;
}
.no-scroll .choco_menu {
    width: 44%;
}
}
.menu-open-left .menu-btn,.menu-open-left .menu-btn02 { /*メニューopen時*/
	position: fixed;
}
.menu-btn .drawer-hamburger-icon,.menu-btn .drawer-hamburger-icon02 {
	position: relative;
	display: block;
	margin-top: 10px;
}
.menu-btn .drawer-hamburger-icon, .menu-btn .drawer-hamburger-icon:before, .menu-btn .drawer-hamburger-icon:after {
	width: 100%;
	height: 3px;
    /* background-color: #c6c1c0; */
    background-color: #5e2216;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.menu-btn02 .drawer-hamburger-icon, .menu-btn02 .drawer-hamburger-icon:before, .menu-btn02 .drawer-hamburger-icon:after {
	width: 100%;
	height: 3px;
    /* background-color: #c6c1c0; */
    background-color: #5e2216;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	content: "";
	position: absolute;
    top: -12px;
	left: 0;
}
.drawer-hamburger-icon:after {
    top: 12px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	width: 100%;
	height: 2px;
	background-color: #fa8fa8;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.menu-btn02 .drawer-hamburger-icon {
	background-color: transparent;
}
.menu-btn02 .drawer-hamburger-icon:before, .menu-btn02 .drawer-hamburger-icon:after {
    /* background-color: #c6c1c0; */
    background-color: #5e2216;
    opacity: 1;
}
#sp_navi .menu-btn02 .drawer-hamburger-icon:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}
#sp_navi .menu-btn02 .drawer-hamburger-icon:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}

/* pure-drawer アコーディオン --------------------------------------------------*/
div.drawer-nav .menu {
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
}
div.drawer-nav .menu a:hover {
	opacity: 0.7;
	transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
div.drawer-nav .menu li a {
	margin-top: 20px;
	background-color: #aaa;
	padding: 40px 0;
	border-radius: 20px;
	font-size: 18px;
}
div.drawer-nav .menu li:last-of-type a {
	margin-bottom: 0;
}
div.drawer-nav .menu a span.name, div.drawer-nav .menu a span.name_sub {
	display: block;
}
div.drawer-nav .menu a span.name_sub {
	font-size: 14px;
}
div.drawer-nav label {
	display: block;
	margin: 0;
	line-height: 1;
	cursor : pointer;
	color: #fff;
}
div.drawer-nav input {
	display: none;
}
div.drawer-nav .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.drawer-nav .menu li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
}
div.drawer-nav #sp_gnav .sp_list #links01, div.drawer-nav #sp_gnav .sp_list #links02 {
	background-color: #fbfbfb;
	width: 100%;
}
div.drawer-nav #sp_gnav .sp_list #links01 span, div.drawer-nav #sp_gnav .sp_list #links02 span {
	font-size: 90%;
}
div.drawer-nav #sp_gnav .sp_list #links01 li:last-child a, div.drawer-nav #sp_gnav .sp_list #links02 li:last-child a {
	margin-bottom: 35px;
}
div.drawer-nav #sp_gnav .sp_list #links01 li:first-child a, div.drawer-nav #sp_gnav .sp_list #links02 li:first-child a {
	margin-top: 30px;
}
div.drawer-nav #sp_gnav .sp_list #links01 a, div.drawer-nav #sp_gnav .sp_list #links02 a {
	padding: 0;
	margin: 10px 0;
	display: block;
}
div.drawer-nav #menu_bar01:checked ~ #links01 li, div.drawer-nav #menu_bar02:checked ~ #links02 li {
	max-height: 130px;
	opacity: 1;
}
#sp_gnav .sp_list li .sp_nav_btn {
	font-size: 100%;
}
div.drawer-nav .btn_sp_icon .sp_nav_btn:before {
	width: 15px;
	height: 15px;
	color: #fff;
	display: inline-block;
	content: "\f107";
	font-family: fontawesome;
	margin-left: 5px;
}
div.drawer-nav .btn_sp_icon.btn_up span:before {
	width: 10px;
	height: 10px;
	color: #666;
	display: inline-block;
	content: "\f106";
	font-family: fontawesome;
}
#links01 li.product_img_01 a {
	background: url(../img/top/product_toplist01.jpg) center center no-repeat;
	background-size: cover;
}
#links01 li.product_img_02 a {
	background: url(../img/top/product_toplist02.jpg) center center no-repeat;
	background-size: cover;
}
#links01 li.product_img_03 a {
	background: url(../img/top/product_toplist03.jpg) center center no-repeat;
	background-size: cover;
}
#links01 li.product_img_04 a {
	background: url(../img/top/product_toplist04.jpg) center center no-repeat;
	background-size: cover;
}
.pushy ul li.product_img_01 a, .pushy ul li.product_img_02 a, .pushy ul li.product_img_03 a, .pushy ul li.product_img_04 a {
	padding: 50px 0;
	border-radius: 20px;
}
.pushy ul li.product_img_01 a {
	background: url(../img/top/product_toplist01.jpg) center center no-repeat;
	background-size: cover;
}
.pushy ul li.product_img_02 a {
	background: url(../img/top/product_toplist02.jpg) center center no-repeat;
	background-size: cover;
}
.pushy ul li.product_img_03 a {
	background: url(../img/top/product_toplist03.jpg) center center no-repeat;
	background-size: cover;
}
.pushy ul li.product_img_04 a {
	background: url(../img/top/product_toplist04.jpg) center center no-repeat;
	background-size: cover;
}
/*-----------SP_ドロワー--------*/
#sp_gnav {
	margin-top: 40px;
	margin-bottom: 80px;
}
.main_top {
	position: inherit !important;
	padding: 0;
	font-size: 28px;
	font-family: 'Noto Sans JP', sans-serif;
}
.top_text {
	text-align: center;
	width: 100%;
	max-width: 405px;
	margin: 0 auto;
	padding-top: 80px;
}
.top_point {
	text-align: center;
	margin-top: 20px;
}
.top_point img {
    width: auto;
    max-width: 130px;
    height: auto;
}
.top_text img {
	width: 100%;
}
#sp_gnav ul {
	width: 90%;
	margin: 0 auto;
}
#sp_gnav .sp_list > li {
	border-bottom: 1px #081488 solid;
}
#sp_gnav .sp_list li a, #sp_gnav .sp_list li .btn_company {
	text-decoration: none;
	color: #081488;
	display: block;
	padding: 10px 0;
}
#sp_gnav .sp_list li span {
	font-size: 80%;
}
#sp_gnav ul li.spnav_tel {
	color: #fff;
	border: 1px #081488 solid;
	background-color: #081488;
	width: 90%;
	margin: 20px auto;
	font-size: 90%;
}
#sp_gnav ul li.spnav_tel a {
	display: inline-block;
	color: #fff;
	padding: 10px 0;
	width: 100%;
	cursor: default;
}
#sp_gnav ul li.spnav_tel span {
	font-size: 80%;
}
/*追加*/
#sp_gnav .drawer_list {
	margin: 40px 0;
}
#sp_gnav .drawer_list:first-of-type {
	margin-top: 0;
}
#sp_gnav ul li {
	font-size: 20px;
}
#sp_gnav ul li a {
	color: #fff;
	display: block;
}
.menu_list {
	padding: 4% !important;
}
.matchHeight01 {
	padding: 4.7% 4% 4.7% 4% !important;
}
.info {
    width: calc(100% - 40px);
	max-width: 560px;
    margin: 40px auto 0 12vw;
}
@media all and (min-width:769px) {
    .info {
        width: calc(100% - 80px);
        max-width: 400px;
        margin: 40px auto 0;
    }
}
.info-sub {
    margin-left: 1%;
    padding-bottom: 15px;
}
@media all and (min-width:769px) {
    .info-sub {
        margin-left: 10%;
    }
}

.info-sub a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
@media all and (min-width:769px) {
    .info-sub a {
        font-size: 20px;
    }
}

.info-sub a .img-wrap {
    width: 40px;
    margin-right: 10px;
}

@media all and (min-width:769px) {
    .info-sub a .img-wrap {
        width: 80px;
        margin-right: 10px;
    }
}

.iphone .info,.android .info {
	margin: 30px auto 0 auto;
}
.under_menu {
	max-width: 900px;
	margin: 10px auto 0 auto;
	width: 100%;
	/* padding-bottom: 100px; */
}
.under_menu li {
	font-size: 28px;
	margin-bottom: 10px;
}
.menu-submenu .open_area li:first-child {
	padding-top: 0 !important;
}
.menu-submenu .open_area li:last-child {
	padding-bottom: 2%;
}
.menu-submenu button {
	font-size: 28px;
}
.menu-submenu ul li {
	border: none;
	padding: 3% 0 0 10%;
}
.menu-link {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}
@media all and (min-width:769px) {
    .menu-link {
        font-size: 28px;
    }
}

.menu-link a {
    color: #fff;
}
.menu-link a img {
    height: 21px;
}
@media screen and (max-width:450px) {
    .menu-link a img {
        height: 18px;
    }
}
div.next_animation {
	animation-duration: 1.5s; /* アニメーションの時間 */
	animation-delay: 0.1s; /* アニメーション開始時間 */
}

.menu-content {
    margin-top: 100px;
}

.iphone .menu-content,.android .menu-content {
    margin-top: 90px;
}

.choco_menu {
	display: none;
    transition: all .4s ease-in;
}


@media screen and (max-width:768px) {
.under_menu {
	max-width: 560px;
	margin-top: 30px;
	width: 80%;
}
.under_menu li {
	font-size: 24px;
}
.modal a.close-modal {
	background-image: url(../img/pc/tapclose.png) !important;
	top: 15px !important;
	right: 18px !important;
}
.top_text {
	width: 80%;
}
.top_point {
	width: 40%;
	margin: 20px auto 0;
}
.top_point img {
    width: 100%;
    max-width: 100px;
}
.menu_list {
	padding: 4% 0 4% 10% !important;
}
.pushy .open_area a {
	font-size: 16px !important;
	margin-left: 1em;
	text-indent: -1.7em;
	line-height: 24px;
}
.pushy .open_area a img {
	width: 8%;
	position: relative;
	top: 9px;
	margin-right: 5px;
}
.menu-submenu-open .open_area {
	width: 90%;
}
.main_top {
	font-size: 24px;
}
}

@media screen and (max-width:421px) {
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	content: "";
	position: absolute;
    top: -9px;
	left: 0;
}
.drawer-hamburger-icon:after {
    top: 9px;
}
.modal a.close-modal {
	background-size: 80% !important;
	top: 13px !important;
	right: 15px !important;
}
.menu-submenu-open .open_area {
	width: 90% !important;
}
.iphone .menu-content,.android .menu-content {
    margin-top: 120px;
}
}
/* =======movie======= */

.movie_bg {
	background-color: #44191f;
	padding: 0 0 130px;
}
.pro_foot img {
	vertical-align: middle;
}
#movie .title {
	padding-top: 30px;
}
.movie_area {
	position: relative;
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
	padding-top: 65%;
}
.movie_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    max-width: 500px;
    height: 100% !important;
    margin: auto;
}
.movie {
	display: flex;
	width: 100%;
    height: 428px;
    max-width: 600px;
    max-height: 428px;
    background-image: url(../img/pc/about_movie_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
    position: relative;
    /* z-index: 12; */
    z-index: 99;
}
.movie li {
	width: 45%;
	text-align: center;
}
.movie li:first-child {
	margin-right: 0;
}
.movie_txt {
    display: inline-block;
    margin: 15px auto 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.movie img.video  {
    width: 505px;
    height: 319px;
}
@media screen and (max-width:768px) {
    .movie img.video  {
        width: 70vw;
        height: auto;
    }
}

@media screen and (max-width:768px) {
.movie {
	display: flex;
	width: 80%;
    height: 58vw;
    background-image: url(../img/pc/about_movie_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
    position: relative;
    /* z-index: 12; */
    z-index: 99;
}
.movie li {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
#movie .title {
    width: 40%;
    margin: 0 auto;
}
.movie_bg {
    background-color: #44191f;
    padding: 80px 0 130px;
}
.movie_area {
    padding-top: 57%;
}
.movie_txt {
    margin: 5px auto 5px;
    font-size: 16px;
}
.pro_foot img {
    vertical-align: bottom;
}
}

@media screen and (max-width:420px) {
#movie .title {
    width: 50%;
    margin: 0 auto;
}
.movie_bg {
    background-color: #44191f;
    padding: 20px 0 80px;
}
.movie li {
    margin-top: 30px;
}
.movie_txt {
    margin: 15px auto 5px;
    font-size: 14px !important;
    width: 90%;
    line-height: 26px;
}
}
@media screen and (max-width:320px) {
.movie_txt {
    font-size: 12px !important;
}
}

/* =======make up look======= */
#makeup01 {
	background-color: #755341;
	padding: 0;
}
#makeup02 {
	/* background-color: #755341; */
    position: relative;
	padding: 0;
}
#makeup02::before {
    content: "";
    background-image: url(../img/sp/makeup_partition.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 52vw;
    max-width: 768px;
    top: -30px;
}
@media screen and (min-width:769px) {
    #makeup02::before {
        width: 1200px;
        max-width: 100%;
        height: 397px;
        background-image: url(../img/pc/makeup_partition.png);
        background-size: cover;
        top: -30px;
    }
}

#makeup03 {
	background-color: #755341;
	padding: 0;
}
#makeup01 .makeup_bg {
	background-color: #755341;
    /* padding: 0 0 130px; */
    padding: 0;
}
#makeup02 .makeup_bg {
	/* background-color: #755341; */
    position: relative;
    background-image: url(../img/pc/makeup_bg.png);
}
@media screen and (max-width:768px) {
    #makeup02 .makeup_bg {
        position: relative;
        background-image: url(../img/pc/makeup_bg.png);
        background-size: contain;
    }
}
#makeup03 .makeup_bg {
	background-color: #755341;
}
#makeup01 .makeup_bg .swiper-container .swiper-wrapper .swiper-slide img,
#makeup02 .makeup_bg .swiper-container .swiper-wrapper .swiper-slide img,
#makeup03 .makeup_bg .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 400px;
}
@media screen and (max-width:768px) {
    #makeup01 .makeup_bg .swiper-container .swiper-wrapper .swiper-slide img,
    #makeup02 .makeup_bg .swiper-container .swiper-wrapper .swiper-slide img,
    #makeup03 .makeup_bg .swiper-container .swiper-wrapper .swiper-slide img {
        max-width: 100%;
    }
}

.makeup_bg .title {
    /* margin-top: 110px; */
    margin-top: 50px;
}
.sec-title {
    z-index: 11;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 150px;
}
@media screen and (max-width:768px) {
    .sec-title {
        text-align: center;
        margin: 0 auto;
        padding-top: 19vw;
        padding-bottom: 16vw;
    }
}
@media screen and (max-width:400px) {
    .sec-title {
        text-align: center;
        margin: 0 auto;
        padding-top: 17vw;
        padding-bottom: 16vw;
    }
}

.look_fade06 {
	text-align: center;
    /* margin: 70px auto 0; */
    margin: 50px auto 0;
}
.look_fade07 {
    width: 90%;
}
.look_fade07 {
    text-align: center;
    margin: 50px auto 0;
}
.look_fade20 {
	text-align: center;
    /* margin: 70px auto 0; */
    margin: 50px auto 0;
}
.look01_btn, .look02_btn, .look03_btn {
	position: relative;
    /* top: -15px; */
    top: -10px;
    cursor: pointer;
    margin: 0 auto;
}
.makeup_image_btn_pc{
    display: block;
}
.makeup_image_btn_sp{
    display: none;
}
@media screen and (max-width:768px) {
    .makeup_image_btn_pc{
        display: none;
    }
    .makeup_image_btn_sp{
        display: block;
    }
}
.look01_btn img, .look02_btn img, .look03_btn img {
    width: 100%;
	max-width: 400px;
    margin: auto;
}
@media screen and (max-width:768px) {
    .look01_btn img, .look02_btn img, .look03_btn img {
        width: 100%;
        margin: auto;
    }
}
.look_fade06 .swiper-pagination, .look_fade07 .swiper-pagination, .look_fade20 .swiper-pagination {
	/* bottom: 150px !important;
    left: 170px !important; */
    bottom: 180px !important;
	left: 145px !important;
	width: 100% !important;
    /* 2022 02 26 */
    display: none;
}
.look01_bg {
	background-color: #f7f2d8;
	max-width: 890px;
	margin: 0 auto;
    /* padding: 200px 0 0; */
    padding: 160px 0 0;
	/* border-radius: 30px; */
	border: 3px solid #44191f;
}
.look02_bg {
	background-color: #dabda5;
	/* max-width: 890px; */
    max-width: 1000px;
	margin: 0 auto;
	padding: 200px 0 0;
	/* border-radius: 30px; */
	border: 3px solid #e0d9b6;
}
.look03_bg {
	background-color: #f7f2d8;
	max-width: 890px;
	margin: 0 auto;
	padding: 200px 0 0;
	/* border-radius: 30px; */
	border: 3px solid #d39187;
}
.look_point01, .look_point02, .look_point03 {
	position: relative;
    /* top: -180px; */
    top: -210px;
}
.look_point01 .movie_area, .look_point02 .movie_area {
	padding-top: 45%;
}
.look_palette {
	text-align: center;
}
.look01_btn_close, .look02_btn_close, .look03_btn_close {
	cursor: pointer;
	text-align: center;
	/* margin: 0 25px 15px 0; */
    margin: 30px auto;
}

.color_01 {
	color: #ff6b35;
}
.look_01_txt {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    margin: 50px auto 0;
    /* max-width: 610px; */
    max-width: 800px;
    width: 90%;
    color: #44191f;
}
.look_02_txt {
	margin: 50px auto 0;
	color: #44191f;
}
.look_03_txt {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    max-width: 800px;
    width: 90%;
    color: #44191f;
}
.look_01_txt ul, .look_02_txt ul, .look_03_txt ul {
	text-align: center;
}


.look_01_txt ul li.list.txt-c, .look_02_txt ul li.list.txt-c, .look_03_txt ul li.list.txt-c{
    text-align: center;
}
.look_01_txt ul li.list, .look_02_txt ul li.list, .look_03_txt ul li.list {
    margin-bottom: 30px;
    font-size: 13px;
    text-align: left;
}
.look_01_txt ul li:last-child, .look_02_txt ul li:last-child, .look_03_txt ul li:last-child {
    margin-bottom: 0;
}
/*色*/
.look_01_txt ul li.list p, .look_02_txt ul li.list p, .look_03_txt ul li.list p {
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-weight: bold;
}
@media screen and (max-width:768px) {
    .look_01_txt ul li.list p, .look_02_txt ul li.list p, .look_03_txt ul li.list p {
        line-height: 2;
    }
}
.look_01_txt ul li.list span, .look_02_txt ul li.list span, .look_03_txt ul li.list span {
    padding: 0 3px;
    border-radius: 3px;
}
.look_01_txt ul li.list .makeup_color01 {
    background-color: #f2b68d;
}
.look_01_txt ul li.list .makeup_color02 {
    background-color: #dfbfb9;
}
.look_01_txt ul li.list .makeup_color03 {
    background-color: #d9a57c;
}
.look_01_txt ul li.list .makeup_color04 {
    background-color: #9a6346;
    color: #fff;
}
.look_02_txt ul li.list .makeup_color01 {
    background-color: #eca77d;
}
.look_02_txt ul li.list .makeup_color02 {
    background-color: #df916e;
}
.look_03_txt ul li.list .makeup_color01 {
    background-color: #d09486;
}
.look_03_txt ul li.list .makeup_color02 {
    background-color: #dea69c;
}
.look_03_txt ul li.list .makeup_color03 {
    background-color: #a2654f;
    color: #fff;
}


.look_01_txt ul > li.img, .look_02_txt ul > li.img, .look_03_txt ul > li.img {
    display: flex;
    flex-flow: column nowrap;
    max-width: 300px;
}
@media screen and (max-width:768px) {
    .look_01_txt ul > li.img, .look_02_txt ul > li.img, .look_03_txt ul > li.img {
        display: block;
        max-width: 250px;
    }
}
.look_01_txt ul > li.img img, .look_02_txt ul > li.img img, .look_03_txt ul > li.img img {
    object-fit: contain;
}
.look_01_txt ul > li.title, .look_02_txt ul > li.title, .look_03_txt ul > li.title {
    font-weight: bold;
    /* margin-top: 60px;
    margin-bottom: 30px; */
    margin: 30px auto 15px;
    font-size: 16px;
}
@media screen and (max-width:768px) {
    .look_01_txt ul > li.title, .look_02_txt ul > li.title, .look_03_txt ul > li.title {
        font-weight: bold;
        font-size: 15px;
        line-height: 1.8;
    }
}
.look_01_txt .txt_left li:last-child .makeup_manner, .look_02_txt li:last-child .makeup_manner, .look_03_txt li:last-child .makeup_manner {
    display: block;
    margin: 30px auto 0;
    font-size: 14px;
}
.look_01_txt .txt_left li:nth-child(2), .look_02_txt li:nth-child(2), .look_03_txt li:nth-child(2) {
	font-weight: bold;
}
.look_01_txt .txt_left li:last-child, .look_02_txt li:last-child, .look_03_txt li:last-child {
	font-weight: bold;
}
@media screen and (min-width:769px) {
.look_02_txt li:last-child {
    text-align: center;
    width: 480px;
    position: relative;
    left: 10px;
    margin: 0 auto;
}
.look_02_txt li:last-child .makeup_manner {
    text-align: left;
}
}

.look_01_txt .txt_right li:last-child {
	font-weight: bold;
}
.look_01_txt li:nth-child(2), .look_02_txt li:nth-child(2), .look_03_txt li:nth-child(2) {
    /* margin: 30px auto 0; */
    margin: 20px auto 0;
}
.look_under {
    display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	/* max-width: 770px;
    margin: 90px auto 55px; */
    /* max-width: 800px; */
    max-width: 940px;
    margin: 0 auto 50px;
}
.look_under li {
    /* width: 33%; */
    width: 31%;
	text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
.look_over {
    display: flex;
    flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	/* max-width: 770px;
    margin: 90px auto 55px; */
    /* max-width: 800px; */
    max-width: 940px;
    margin: 0 auto 50px;
}
.look_over li {
    /* width: 33%; */
    width: 35%;
	text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
.look_over li:first-child {
    margin-right: 30px;
}

.look_items {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.look_items_name {
	color: #44191f;
	font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width:768px) {
    .look_items_name {
        font-size: 14px;
    }
}
.look_items img {
    margin: 0 auto;
}
.look_btn {
    width: 100%;
    height: 60px;
    background-color: #44191f;
    margin-top: 20px;
    border-radius: 10px;
}
@media screen and (max-width:768px) {
    .look_btn {
        width: 80%;
        margin: 20px auto 0;
    }
}
.look_btn a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all .3s ease-out;
}
.look_btn a:hover {
    opacity: .6;
    transition: all .3s ease-out;
}

.color_02 {
	color: #1d94cb;
}
.up {
	margin-top: -200px;
}
.up2 {
	margin-top: -80px;
}
.pro_footer img {
    vertical-align: bottom;
}

@media screen and (min-width:769px) {
.look_01_txt .txt_left li:last-child .makeup_manner {
    text-align: left;
}
	.look_01_txt .txt_left li:last-child .color_01 {
		margin-left: 1.4em;
	}
}

@media screen and (max-width:768px) {
.makeup_bg .title {
    /* width: 40%; */
    width: 100%;
    margin: 0 auto;
}
#makeup01 .makeup_bg {
    background-color: #755341;
    padding: 100px 0 0;
}
#makeup02 .makeup_bg {
    background-color: #755341;
    /* padding: 50px 0 0; */
}
.look_fade06, .look_fade07, .look_fade20 {
    text-align: center;
    /* margin: 70px auto 0; */
    margin: 70px auto 10px;
    width: 90%;
}
.look_fade06 .swiper-pagination, .look_fade07 .swiper-pagination, .look_fade20 .swiper-pagination {
    /* bottom: 225px !important; */
    bottom: 27% !important;
    text-align: right;
    left: -10px !important;
    width: 100% !important;
}
    .mac .look_fade06 .swiper-pagination, .mac .look_fade07 .swiper-pagination, .mac .look_fade20 .swiper-pagination {
        /* bottom: 225px !important; */
        bottom: 180px !important;
    }
    
.page8 .swiper-pagination-bullet,.page9 .swiper-pagination-bullet, .pag11 .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
}
.look_point01, .look_point02, .look_point03 {
    width: 90%;
    margin: 0 auto;
    top: -230px;
}
.look01_bg,.look02_bg,.look03_bg {
    /* padding: 250px 0 0; */
    padding: 210px 0 0;
}
.look_01_txt .img.title,.look_02_txt .img.title,.look_03_txt .img.title,
.look_items.title {
    /* width: 50%; */
    /* max-width: 200px; */
    width: 100%;
    max-width: 250px;
}
.look_items.title {
    /* margin-bottom: 30px; */
    margin-bottom: 15px;
}
.look_01_txt {
    display: block;
    justify-content: space-between;
    margin: 50px auto 0;
    max-width: 610px;
    width: 90%;
}
.look_02_txt {
    display: block;
    justify-content: space-between;
    /* margin: 50px auto 0; */
    margin: 25px auto 0;
    max-width: 610px;
    width: 90%;
}
.look_03_txt {
    display: block;
    justify-content: space-between;
    margin: 50px auto 0;
    max-width: 610px;
    width: 90%;
}
.look_01_txt ul,.look_03_txt ul {
    text-align: center;
    /* margin: 50px 0 0; */
    margin: 30px auto 0;
}
.look_under {
    display: block;
    /* margin: 50px auto; */
    margin: 50px auto 0;
}
.look_under li {
    width: 100%;
    display: block;
    margin: 0 auto 40px;
}
.look_over {
    display: block;
    /* margin: 50px auto; */
    margin: 50px auto 0;
}
.look_over li {
    width: 100%;
    display: block;
    margin: 0 auto 40px;
}
.look_under li.spb15 {
    margin-bottom: 15px;
}
.look_items img {
    /* width: 50%;
    max-width: 200px; */
    width: 100%;
    max-width: 350px;
}
.look_items {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
}
.look01_btn_close img,.look02_btn_close img,.look03_btn_close img {
    /* width: 60px; */
    width: 88px;
}
.look_point01 .movie_area, .look_point02 .movie_area {
    padding-top: 63%;
}

.look_palette {
    text-align: center;
    margin-top: 50px;
}

.look_01_txt .txt_left li:last-child .makeup_manner, .look_02_txt li:last-child .makeup_manner, .look_03_txt .txt_left li:last-child .makeup_manner {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin: 30px 0 0 10vw;
}
.look_01_txt .txt_left li:last-child, .look_02_txt li:last-child, .look_03_txt .txt_left li:last-child {
    text-align: center;
}
}
@media screen and (max-width:550px) {
    .look_fade06, .look_fade07, .look_fade20 {
        text-align: center;
        margin: 25px auto 10px;
        width: 90%;
    }
}
.look01_bg .movie_txt {
    margin: 15px auto 45px;
    font-size: 16px;
    text-align: center;
    color: #44191f;
    display: block;
}
.look02_bg .movie_txt {
    margin: 15px auto 45px;
    font-size: 16px;
    text-align: center;
    color: #44191f;
    display: block;
}
.down {
		margin-top: -200px;
    }
    
.look_fade06 .swiper-pagination-bullet, .look_fade07 .swiper-pagination-bullet, .look_fade20 .swiper-pagination-bullet {
    width: 15px!important;
    height: 15px!important;
}
.look_fade06 .swiper-pagination-bullet-active {
	opacity: 1;
	border: none !important;
	background: #ff6b35;
}
.look_fade07 .swiper-pagination-bullet-active {
	opacity: 1;
	border: none !important;
	background: #ff6b35;
}
.look_fade20 .swiper-pagination-bullet-active {
	opacity: 1;
	border: none !important;
	background: #ff6b35;
}

@media screen and (max-width:420px) {
.makeup_bg .title {
    /* width: 50%; */
    width: 100%;
}
#makeup01 .makeup_bg {
    padding: 60px 0 0;
}
.look_fade06, .look_fade07, .look_fade20 {
    margin: 15px auto 0;
}
.look_fade06 .swiper-pagination, .look_fade07 .swiper-pagination, .look_fade20 .swiper-pagination {
    /* bottom: 125px !important; */
    bottom: 27% !important;
}
.page8 .swiper-pagination-bullet, .page9 .swiper-pagination-bullet, .page11 .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
.look01_btn, .look02_btn {
    top: -10px;
}
.look_point01 .movie_area, .look_point02 .movie_area {
    width: 90%;
}
.up {
    margin-top: -180px;
}
.up2 {
    margin-top: -180px;
}
.look_01_txt .txt_left li:nth-child(2), .look_02_txt li:nth-child(2), .look_03_txt .txt_left li:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
}
.look_01_txt .txt_left li:last-child .makeup_manner, .look_02_txt li:last-child .makeup_manner, .look_03_txt .txt_left li:last-child .makeup_manner {
    font-size: 12px;
    line-height: 24px;
    margin: 15px 0 0 11vw;
}
.look_01_txt .txt_right li:last-child {
    font-size: 14px;
    line-height: 24px;
}
.look_02_txt {
    width: 95%;
}
.look_03_txt .txt_right li:last-child {
    font-size: 14px;
    line-height: 24px;
}
}

@media screen and (max-width:320px) {
.look_fade06 .swiper-pagination, .look_fade07 .swiper-pagination, .look_fade20 .swiper-pagination {
    bottom: 135px !important;
}
.look_01_txt .txt_left li:last-child .makeup_manner, .look_02_txt li:last-child .makeup_manner, .look_03_txt .txt_left li:last-child .makeup_manner {
    margin: 30px 0 0 3vw;
}
}

/* top_about
--------------------------------------------------*/
.about_area .btn-wrap {
    padding: 60px 0 110px;
}
@media screen and (min-width:769px) {
    .about_area .btn-wrap {
        padding: 80px 0 130px;
    }
}
.btn-wrap {
    padding: 0 15px;
    margin: 0 auto;
}
@media screen and (min-width:769px) {
    .btn-wrap {
        padding: 0;
    }
}
.btn-wrap .btn1 {
    max-width: 380px;
    width: 80%;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 12px 60px;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (min-width:769px) {
    .btn-wrap .btn1 {
        width: 100%;
        border: 5px solid #fff;
        padding: 15px 40px;
        font-size: 16px;
        font-weight: bold;
    }
}
.btn-wrap .btn2 {
    max-width: 380px;
    width: 80%;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 12px 80px;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (min-width:769px) {
    .btn-wrap .btn2 {
        width: 100%;
        border: 5px solid #fff;
        padding: 15px 40px;
        font-size: 16px;
        font-weight: bold;
    }
}
@media screen and (max-width:380px) {
    .btn-wrap .btn2 {
        padding: 15px 60px;
    }
}
.btn-wrap .btn_make{
    padding: 12px 20px;
}
@media screen and (min-width:769px) {
    .btn-wrap .btn_make {
        padding: 15px 40px;
    }
}
.btn-wrap .btn1.red {
    background-color: #d0181c;
}
.btn-wrap .btn1.red:hover {
    color: #d0181c;
    border: 5px solid #d0181c;
    background-color: #fff;
}
.btn-wrap .btn1.white {
    color: #d0181c;
    border: 5px solid #d0181c;
    background-color: #fff;
}
.btn-wrap .btn1.white:hover {
    color: #fff;
    border: 5px solid #fff;
    background-color: #d0181c;
}