﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
.font_serif, #main_img .main_txt, #top_contents2 h3, #page_title h2{
    font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#top_contents2 h3 {
    font-weight: 600;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #141414;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #141414;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #9de7ea;} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #e2c43d;} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #9de7ea;} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: #9de7ea;} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #b5b5b5;} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #f1f1f1;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #141414;}
.border_color2, .hvr_border_color2:hover{border-color: #9de7ea;}
.border_color3, .hvr_border_color3:hover{border-color: #e2c43d;}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

#main_img img, #intro img, #top_contents1 img, #top_contents2 img, #page_title {filter: none;}
#wrap{overflow: hidden;}
#main_img img, #intro img {
    cursor: auto;
}

.banner_fixed {
    position: fixed;
    right: 70px;
    z-index: 99;
    max-width: 370px;
}
.banner_fixed a:hover{
    opacity: 0.7;
}

/* header */
h1 img {max-width: 170px;}
header #header{padding: 40px 50px;}
.sc_nav .logo img {max-width: 220px;}

.sc_nav .shop_link {display:none;}
/* top ----------------*/

/* main img */
#main_img{
    padding: 20px 30px 0 0;
    background-color: #9de7ea;
    position: relative;
}
#main_img figure {
    max-height: 590px;
}
#main_img::before{
    content: "";
    background-image: url('./Dup/img/shadow_main1.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translateY(-50%);
    z-index: 1;
}
#main_img .main_txt{
    bottom: 30px;
    right: -15%;
    font-size: 38px;
    font-weight: 600;
    z-index: 2;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

/* main */

/* intro */
#intro .intro_txt {
    width: 90%!important;
    background-color: transparent;
}
#intro{
    position: relative;
}
#intro::before{
    content: "";
    background-image: url('./Dup/img/shadow_intro.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 42%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -36%;
    transform: translateY(-50%);
    z-index: 1;
}
#intro .intro_txt h2 span br{
    display: none;
}

/* contents */
#top_contents1{
    background-image: url('./Dup/img/con_bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30%;
}
#top_contents1 .contents1_txt h3 {
    font-size: 42px;
    text-shadow: none;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* topcms */


/* footer */



/* under page */
#page_title {
    background-position: center top 20%;
}
.btn_container a{
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#loader .logo {
    max-width: 200px;
}
header #header {padding: 20px;}
h1 img {max-width: 150px;}
#main_img {padding: 20px 20px 0 0;margin-bottom: 130px;}
#main_img::before {
    width: 56%;
    top: 80%;
    right: -22%;
}
#main_img .main_txt {
    bottom: -60px;
    right: 0;
    font-size: 32px;
}
#intro::before {
    top: 28%;
    left: -8%;
}
#top_contents1 .contents1_txt h3 {
    font-size: 40px;
    margin-top: -100px;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.font_12_sp, .font_14 {font-size: 16px;}
#menu_wrap.active {z-index: 100;}
#menu_bt {z-index: 101;}
.banner_fixed {
    right: auto;
    left: 10px;
    max-width: 300px;
}
h1 img {max-width: 100px;}
#main_img::before {
    width: 57%;
    top: 90%;
}
#main_img .main_txt {
    bottom: -70px;
    font-size: 19px;
}
#intro .intro_txt h2 span br{
    display: block;
}
#top_contents1 .contents1_txt h3 {
    font-size: 33px;
    margin-top: 0;
}
#page_title {padding: 20px 20px 200px;background-position: left top 20%;}
.btn_container a {font-size: 15px;}

}


/*20221020再デ打ち後修正*/
/* color ---------------------------------------------------------------------------------------------*/
.txt_color1, .hvr_txt_color1:hover{color: #141414;}
.txt_color2, .hvr_txt_color2:hover{color: #e2eab8;}
.txt_color3, .hvr_txt_color3:hover{color: #e2c43d;}

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #e2eab8;}
.bg_color2, .hvr_bg_color2:hover{background-color: #e2eab8;}
.bg_color3, .hvr_bg_color3:hover{background-color: #b5b5b5;}
.bg_color4, .hvr_bg_color4:hover{background-color: #f1f1f1;}

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #141414;}
.border_color2, .hvr_border_color2:hover{border-color: #e2eab8;}
.border_color3, .hvr_border_color3:hover{border-color: #e2c43d;}

#main_img {
    background-color: #e2eab8;
    border-radius: 0 50px 0 50px;
}
#main_img figure {
    border-radius: 0 50px 0 50px;
}

#intro .intro_txt1{
    margin-bottom: 100px;
    text-align: center;
    background-color: #f3fbc8;
}
#intro .intro_txt1::before{
    content: "";
    background-image: url('./Dup/img/intro_bottom.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 300px;
    height: 100px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
#intro .intro_txt2 .list1, #intro .intro_txt2 .list2, #intro .intro_txt2 .list3{
    width: auto;
    height: 40px;
}

#top_contents1 figure {
    bottom: auto;
    top: 50px;
}
#top_contents1 .contents1_txt h3 {
    font-size: 30px;
}

/*page4男性*/
.page4_wrap{
    background-color: #e4f2ff;
    padding: 50px;
}
.page4_wrap .cms_wrap, .page5_wrap .cms_wrap{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.page4_wrap #cms_2-g .cate_title h3:first-letter{
    color: #1D57D3;
    font-size: 2em;
}
/*page5女性*/
.page5_wrap{
    background-color: #fff0f0;
    padding: 50px;
}
.page5_wrap #cms_2-g .cate_title h3:first-letter{
    color: #fd839f;
    font-size: 2em;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#intro::before {
    top: 20%;
    width: 35%;
}
#top_contents1 .contents1_txt {
    width: 100%!important;
    margin-left: 0;
}
#top_contents1 .contents1_txt h3 {
    margin-top: 0;
    transform: translateX(0px);
}
.page4_wrap, .page5_wrap {padding: 0 0 50px;}
.page4_wrap .cms_wrap, .page5_wrap .cms_wrap {
    padding: 10px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#intro .intro_txt2 .list1, #intro .intro_txt2 .list2, #intro .intro_txt2 .list3{
    height: 30px;
}
#intro::before {
    top: 13%;
}

}

/**/
.flow_type2 .cate_title {
    border-bottom: solid 3px #ccc;
    position: relative;
}
.flow_type2 .cate_title::after {
    content: '';
    display: block;
    background: #e2eab8;
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.flow_type2 .box_wrap {
	border: 3px solid #b3d269;
}
.flow_type2 .cate_box {
	padding: 30px;
	width: 100%!important;
}
.flow_type2 .box_txt1 {
    background-color: #f7f7f7;
    color: #b3d269;
    text-align: center;
}
.flow_type2 .cate_box:not(:last-child) {
	border-bottom: 3px solid #b3d269;
	position: relative;
}
.flow_type2 .cate_box:not(:last-child)::before,
.flow_type2 .cate_box:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow_type2 .cate_box:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #b3d269;
}
.flow_type2 .cate_box:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}
.flow_type2{counter-reset: number 0;}
.flow_type2 .box_txt1::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #b3d269;
    padding: 5px 10px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 0px auto 10px;
    width: 50%;
}
.flow_type2 .cate_box:nth-of-type(1) .box_txt1::before{
    counter-reset: number 0;
    counter-increment: number 0;
}

/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type2 .cate_box:first-child {
    padding: 20px 20px 30px 20px;
}
.flow_type2 .cate_box:not(:first-child) {
    padding: 40px 20px 20px 20px;
}
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {
    left: 50%;
}
}
/*-------- FireFox --------*/
@-moz-document url-prefix() {
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {top: 98% !important;}
}


/*20221107再デ打ち後修正*/
.header_wrap{
    height: 100vh;
    overflow: hidden;
}
#main_img{
    padding: 0;
    background-color: #fff;
}
.header_wrap .main_txt {
    bottom: 5%;
    left: 30px;
    font-size: 38px;
    font-weight: 600;
    z-index: 2;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #ffffff;
    filter: drop-shadow(2px 2px 0px #b3d269);
}
#main_img, #main_img figure{border-radius: 0;}
#main_img figure {max-height: 750px;}
header #header {padding: 20px 50px;}
#intro .intro_txt h2 {transform: none;}
#top_contents2 figure{max-height: 300px;}

.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/* レイアウトのためのスタイル */
.swiper {
  max-width: 650px;
  width: 100%;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #7c7c7c;
}

.BA_type3 .slide_img figure{
	position: relative;
	overflow: hidden;
	width: 100% !important;
	height: auto !important;
}
.BA_type3 .slide_img figure img{
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.BA_type3 .swiper-slide{
    opacity: 1!important;
}
.BA_type3 .slide_img .thumbnail .swiper-wrapper {
    margin-left: 0!important;
    transform: none!important;
}
/*--------タブレット--------*/
@media screen and (max-width:768px){
.BA_type3 .slide_img figure {
    height: 240px!important;
}
.header_wrap{
    height: auto;
}
.header_wrap .main_txt {
    font-size: 35px;
}
#main_img {
    margin-bottom: 0;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width:667px){
.BA_type3 .swiper_box {
    flex-direction: column;
}
.swiper-button-next, .swiper-button-prev {width: 0px!important;}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 30px;}

.header_wrap .main_txt {
    font-size: 18px;
    left: 10px;
    filter: drop-shadow(1px 1px 0px #b3d269);
}
}

/*20240326修正*/
#cms_2-g .cate_box:first-of-type {
    border-top: 1px solid #cccccc;
}
#cms_2-g .cate_box, #cms_2-g .cate_box .box_txt1, #cms_2-g .cate_box .box_txt2 {
    border-color: #cccccc;
    word-break: break-all;
}

