﻿/********** font **********/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');

:root{
    --font-jp: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
body, .font_sans-serif{
    font-family: var(--font-jp)!important;
}
.font_en, .font_shippori, a[href^="tel:"]{
    font-family: var(--font-jp)!important;
}
.font_bold, h1, h2, h3, h4, h5, h6{
    font-weight: inherit;
}

/********** color **********/

:root{
    --color1: #A1C4BA;
    --color2: #F9F9F4;
    --color3: #D5C379;
    --color3s: #CEA46E;
    --color4: #E5E5DC;
    --black: #4D6E64;
}

/********** all **********/

html{
    font-size: 16px;
}

body{
    line-height: 1.5!important;
}

#loading_logo{
	max-width: 150px;
}

#overlay .tel_bt{
    display: none;
}

#wrap{
    min-width: 1000px;
}

header #header{
    min-width: 1000px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}
#header #logo{
    padding: 0;
}
#header #logo a{
    width: 110px;
    height: 110px;
    /*background-color: #fff;*/
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
}
#header #logo a img{
    width: 60%;
}

#logo img{
    max-width: 100px!important;
}

.bottom_wrap{
    background-color: var(--color1);
}

#page-top i::before{
    color: var(--black);
}

.normal_img img, .rectangle_img, .square_img{
    border-radius: 10px;
}

.shadow-h{
    box-shadow: 20px 50px 30px rgba(0,0,0,0.1);
}

.shop_link{
    background-color: transparent!important;
}
.shop_link a{
    background-color: transparent!important;
    color: var(--black)!important;
}

/********** top **********/

/** modal **/

.modal .modal_bt{
    cursor: pointer;
}
.modal_box{
    top: 0;
    left: 0;
    z-index: 10000;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.modal_box.active{
    opacity: 1;
    pointer-events: auto;
}
.modal_box::-webkit-scrollbar{
    display:none;
}
.modal_box .modal_bg{
    top: 0;
    left: 0;
}
.modal_box .modal_close{
    cursor: pointer;
    top: -40px;
    right: 10px;
}

/** **/

.main_img_wrap{
    background-color: var(--black);
}
#main_img{
    opacity: 0.7;
    min-height: 800px;
}

#contents1{
    background-image: url('./Dup/img/bg_img1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 1;
}
#contents1::before, #contents1::after{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}
#contents1::before{
    width: 25%;
    max-width: 460px;
    height: 350px;
    background-image: url(./Dup/img/item10.png);
    right: -100px;
    top: 0;
}
#contents1::after{
    width: 380px;
    height: 480px;
    background-image: url('./Dup/img/item11.png');
    left: -100px;
    bottom: -260px;
}
#contents1 .con1_img{
    height: 40vw;
    border-radius: 1000px 1000px 60px 60px;
}
#contents1 .con_title{
    text-shadow: 0 0 5px #fff;
}

#contents2::before{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 300px;
    height: 460px;
    background-image: url(./Dup/img/item12.png);
    right: 13%;
    bottom: 35%;
    z-index: 1;
}
#contents2 .con_item{
    padding-left: 12%;
}
#contents2 .con1_img1{
    height: 22vw;
    position: relative;
    z-index: 1;
}
#contents2 .con1_img2{
    height: 20vw;
    margin-top: 5vw;
    position: relative;
    z-index: 1;
}
#contents2 .con1_img3{
    width: 14%;
    height: 16vw;
    left: 0;
    bottom: 10%;
    border-radius: 0 10px 10px 0;
}

#contents3{
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

#top_cms1 .top_cms_title h3, #top_cms2 .top_cms_title h3{
    display: none;
}
#top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p{
    font-size: 50px;
    opacity: 1;
    left: 0;
    transform: none;
    letter-spacing: 3px;
    position: static;
    color: var(--black);
}

#contents_links{
    background-image: url('./Dup/img/bg_img3.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
}
#contents_links .box_wrap .box a{
    background-color: var(--black);
    border-radius: 10px;
}
#contents_links .box_wrap .box a h4{
    background-color: transparent;
    padding: 0;
}
#contents_links .box_wrap .box a::after{
    opacity: 0.7;
}
#contents_links .box_wrap .box a:hover::after{
    opacity: 0.5;
}

.more_bt{
    width: 300px!important;
}
.more_bt:not(.bt_d) a, .more_bt span{
    cursor: pointer;
    border-bottom: none;
    background-color: var(--color1);
    color: #fff;
    padding: 15px;
    width: 100%!important;
    box-sizing: border-box;
}
.more_bt.bt_w a, .more_bt.bt_w span, #top_cms2 .top_cms_box:nth-of-type(even) .more_bt a{
    background-color: transparent;
    border: solid 1px #fff;
}
.more_bt:not(.bt_d) a:hover, .more_bt span:hover, .more_bt.bt_w a:hover, .more_bt.bt_w span:hover, #top_cms2 .top_cms_box:nth-of-type(even) .more_bt a:hover{
    opacity: 1;
    background-color: #fff!important;
    color: var(--color1);
    border-color: #fff;
    transform: none;
}

#top_cms2{
    overflow: hidden;
}
#top_cms2 .top_cms_box:nth-of-type(odd){
    background-color: var(--color2);
}
#top_cms2 .top_cms_box:nth-of-type(even){
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#top_cms2 .top_cms_box:nth-of-type(even) .top_cms_title p{
    color: #fff
}
#top_cms2 .top_cms_box:nth-of-type(2){
    position: relative;
}
#top_cms2 .top_cms_box:nth-of-type(2)::before{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 380px;
    height: 380px;
    background-image: url(./Dup/img/item13.png);
    right: -50px;
    bottom: -200px;
}

.cms_2-g .cate_box{
    height: inherit;
    min-height: inherit;
}

.cms_5-e .cate_box, #cms_5-e .cate_box, #cms_6-c .cate_box{
    cursor: pointer;
    border-radius: calc(20px + 1em);
}
.cms_5-e .cate_box::before, .cms_5-e .cate_box::after, #cms_5-e .cate_box::before, #cms_5-e .cate_box::after, #cms_6-c .cate_box::before, #cms_6-c .cate_box::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: currentColor;
    top: calc(20px + 0.8em);
    right: 20px;
}
.cms_5-e .cate_box::after, #cms_5-e .cate_box::after, #cms_6-c .cate_box::after{
    transition: transform 0.2s;
    transform: rotate(90deg);
}
.cms_5-e .cate_box.active::after, #cms_5-e .cate_box.active::after, #cms_6-c .cate_box.active::after{
    transform: rotate(00deg);
}
.cms_5-e .box_title1::before, #cms_5-e .box_title1::before{
    position: absolute;
    content: "Q";
    font-size: 30px;
    left: 0px;
    top: calc(20px - 0.2em);
    color: var(--color1);
    line-height: 1;
}
.cms_5-e .box_txt1::before, #cms_5-e .box_txt1::before{
    position: absolute;
    content: "A";
    font-size: 28px;
    left: 0px;
    top: calc(20px - 0.2em);
    color: var(--color3);
    line-height: 1;
}

#contents4 .con4_txt_item::before{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 328px;
    height: 384px;
    background-image: url(./Dup/img/item11.png);
    left: -220px;
    bottom: -120px;
}
#contents4 .con4_txt_wrap p:not(.etc){
    background-image: url(./Dup/img/check.png);
    background-position: left 0 top 0px;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 40px;
}

#contents_links span.bg_box{
    display: none;
}

#cms_1-a{
    margin-top: -100px;
}
#cms_1-a .box_link::before{
    position: absolute;
    content: "コピーしました";
    font-size: 12px;
    text-align: center;
    width: 120px;
    background-color: var(--black);
    color: #fff;
    display: block;
    padding: 5px 10px 7px;
    border-radius: 50px;
    left: calc(50% - 60px);
    box-sizing: border-box;
    top: -35px;
    opacity: 0;
    transition: opacity 0.3s;
}
#cms_1-a .box_link.copied::before{
    opacity: 1;
}

.cms_2-g .box_banner a, #cms_2-g .box_banner a{
    border-radius: 100px;
}
#cms_2-g.cms_2-g_h .cate_box{
    position: relative;
    border: solid 1px;
    border-image: linear-gradient(to right top, var(--color3) 60%, #FFEEB6 65%, var(--color3s)) 1;
}
.cms_2-g .box_txt{
    font-size: min(1vw, 18px);
}
/*#cms_2-g.cms_2-g_h .cate_box::before, #cms_2-g.cms_2-g_h .cate_box::after{
    background-size: contain;
    position: absolute;
    content: "";
    pointer-events: none;
}
#cms_2-g.cms_2-g_h .cate_box::before{
    background-image: url(./Dup/img/item16.png);
    width: 150px;
    height: 150px;
    top: -70px;
    left: -90px;
}
#cms_2-g.cms_2-g_h .cate_box::after {
    background-image: url(./Dup/img/item17.png);
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: -40px;
}*/
footer .more_bt {
    margin-left: 0;
}
footer .contact_bt a{
    border-radius: 100px;
}

/********** under_page **********/

#wrap:not(.index){
    background-image: url('./Dup/img/bg_img4.jpg');
    background-size: 100%;
}

#page_title{
    background-position: bottom!important;
}
#page_title::before{
    display: none;
    /*background-image: url(./Dup/img/item14.png), url(./Dup/img/item15.png); 
    background-repeat: no-repeat; 
    background-size: 25%; 
    background-position: right bottom, left bottom; 
    background-color: transparent!important;*/
}
#page_title h2 span.font_anim {
    height: 60px;
    overflow: hidden;
}


/********** mobile 750 **********/
@media screen and (max-width: 1180px){
footer .info_txt {
    padding: 30px 20px;
    margin-bottom: 0;
    font-size: 14px;
}
footer .info_txt .font_2up{
    font-size: 16px;
}
}

/********** tablet 780 **********/
@media screen and (max-width: 768px){
#wrap{
    min-width: 100%
}

header #header{
    min-width: 100%
}
#contents1 .con1_img{
    height: 110vw;
}
#contents1::before {
    width: 330px;
    right: -100px;
    top: -60px;
}
#contents1::after {
    width: 270px;
    left: -100px;
    bottom: -390px;
}
#contents2::before {
    width: 230px;
    right: 3%;
    bottom: 45%;
}
#contents2 .con_item{
    padding-left: 0;
}
#contents2 .con1_img1 {
    height: 62vw;
    position: relative;
}
#contents2 .con1_img2 {
    height: 60vw;
    margin-top: 14vw;
    position: relative;
}
#contents2 .con1_img3 {
    width: 80%;
    height: 40vw;
    border-radius: 10px;
    left: 20%;
    bottom: 0;
    margin-bottom: 15vw;
    position: relative;
}
#contents4 .con4_txt_item::before {
    width: 220px;
    left: -100px;
    bottom: -290px;
}
#top_cms2 .top_cms_box:nth-of-type(2)::before {
    width: 260px;
    right: -50px;
    bottom: -190px;
}
/*#page_title::before {
    background-size: 40%;
}*/
.cms_2-g .box_txt{
    font-size: min(4vw, 18px);
}
/*#cms_2-g.cms_2-g_h .cate_box::after {
    width: 80px;
    height: 80px;
    bottom: -40px;
    right: -30px;
}*/
footer #logo2{
    margin-left: auto;
    margin-right: auto;
}
footer .info_txt .font_2dw {
    font-size: calc(1rem - 4px);
}
}

/********** mobile 750 **********/
@media screen and (max-width: 667px){
#wrap:not(.index){
    background-image: url('./Dup/img/bg_img4_sp.jpg');
}
#loading_logo{
	max-width: 100px;
}
.overlay .menu_box{
    backdrop-filter: none;
}
.shadow-h {
    box-shadow: 10px 30px 20px rgba(0,0,0,0.1);
}
#header{
    background-color: transparent;
    align-items: flex-start;
}
#header #logo a {
    width: 70px;
    height: 70px;
    padding-top: 10px;
}
#logo img{
    max-width: 50px!important;
}
#main_img {
    min-height: 600px!important;
    margin-top: 0;
}
.more_bt{
    width: 180px!important;
    margin-left: auto;
    margin-right: auto;
}
#contents1::before {
    width: 200px;
    right: -80px;
    top: -50px;
}
#contents1::after {
    width: 180px;
    left: -30px;
    bottom: auto;
    top: 100%;
}
#contents2::before {
    width: 130px;
    height: 200px;
    right: 16%;
    bottom: auto;
    top: 43%;
    transform: rotate(15deg);
}
#contents4 .con4_txt_wrap p:not(.etc) {
    background-size: 22px;
    padding-left: 30px;
}
#contents4 .con4_txt_item::before {
    width: 170px;
    left: -50px;
    bottom: -330px;
}
#top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p{
    font-size: 40px;
}
#top_cms2 .top_cms_box:nth-of-type(2)::before {
    width: 150px;
    right: -50px;
    bottom: auto;
    top: 88%;
}
#contents_links .box_wrap .box{
    height: 90vw;
}
#page_title {
    padding-top: 100px;
    padding-bottom: 100px;
}
/*#page_title::before {
    background-size: 50%;
}*/
#cms_1-a{
    margin-top: -50px;
}
#cms_1-a .box_link{
    border-color: var(--color1)!important;
    color: var(--color1)!important;
    background-color: transparent!important;
}
.cms_5-e .cate_box .box_title1, #cms_5-e .cate_box .box_title1, #cms_6-c .cate_box .box_title1{
    min-height: 3em;
}
.cms_5-e .cate_box::before, .cms_5-e .cate_box::after, #cms_5-e .cate_box::before, #cms_5-e .cate_box::after, #cms_6-c .cate_box::before, #cms_6-c .cate_box::after{
    top: calc(20px + 1.5em);
}
.cms_5-e .box_title1::before, #cms_5-e .box_title1::before, #cms_6-c .box_title1::before {
    top: calc(20px + 0.1em);
}
.cms_5-e .cate_box, #cms_5-e .cate_box, #cms_6-c .cate_box {
    border-radius: calc(20px + 1.5em);
}
/*#cms_2-g.cms_2-g_h .cate_box::before {
    width: 120px;
    height: 120px;
    top: -70px;
    left: -70px;
}
#cms_2-g.cms_2-g_h .cate_box::after {
    width: 70px;
    height: 70px;
    bottom: -40px;
    right: -20px;
}*/
footer .bg_box{
    height: inherit;
}
footer .bg_box div{
    height: 50vw
}
footer .info_txt {
    padding: 30px 0;
}
}


/*--- scroll,pageTop ------------------------------------*/
.l-gh__scrollnav {
    left: 50%;
    bottom: 0;
    width: 10px;
    height: 85px;
	transform: translateX(-50%);
	z-index: 10;
}
.l-gh__scrollnav-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
}
.l-gh__scrollnav-scroll-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 0 20px;
    font-size: 13px;
    letter-spacing: .04em;
}
.l-gh__scrollnav-scroll-arr {
    overflow: hidden;
    position: relative;
    width: 9px;
    height: 6px;
}
.l-gh__scrollnav-scroll-arr .head {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 4.5px solid #333;
}
.l-gh__scrollnav.on .l-gh__scrollnav-pagetop {
    -webkit-transform: rotateY(0) translateX(0);
    transform: rotateY(0) translateX(0);
}
.l-gh__scrollnav-pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
    text-decoration: none;
    color: #333;
}
.l-gh__scrollnav-pagetop-arr {
    overflow: hidden;
    position: relative;
    width: 9px;
    height: 32px;
}
.l-gh__scrollnav-pagetop-arr::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 1px;
    height: 32px;
    background: #333;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.l-gh__scrollnav-pagetop-arr .head {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-bottom: 4.5px solid #333;
    -webkit-transform: translateY(27px);
    transform: translateY(27px);
}
.l-gh__scrollnav-pagetop-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 15px 0 0;
    font-size: 13px;
    letter-spacing: .04em;
}
@media (min-width: 768px){
.l-gh__scrollnav-pagetop-arr::before {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45,.05,.3,.93) .1s;
    transition: -webkit-transform .4s cubic-bezier(.45,.05,.3,.93) .1s;
    transition: transform .4s cubic-bezier(.45,.05,.3,.93) .1s;
    transition: transform .4s cubic-bezier(.45,.05,.3,.93) .1s,-webkit-transform .4s cubic-bezier(.45,.05,.3,.93) .1s;
}
.l-gh__scrollnav-pagetop-arr .head {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45,.05,.3,.93) .1s;
    transition: -webkit-transform .4s cubic-bezier(.45,.05,.3,.93) .1s;
    transition: transform .4s cubic-bezier(.45,.05,.3,.93) .1s;
    transition: transform .4s cubic-bezier(.45,.05,.3,.93) .1s,-webkit-transform .4s cubic-bezier(.45,.05,.3,.93) .1s;
}
}
@media screen and (max-width: 768px){
/* scrollnav */	
.l-gh__scrollnav{
	left: auto;
    right: 20px;
	bottom: 16px;
}
}
@media screen and (max-width: 667px){
.pagetop_active.pagetop_active .l-gh__scrollnav-pagetop-arr .head{
	border-bottom: 4.5px solid #fff;
}
.pagetop_active.pagetop_active .l-gh__scrollnav-pagetop-text{
	color: #fff;
}
/* scrollnav */
.l-gh__scrollnav{
	right: 11px;
}
.l-gh__scrollnav-pagetop-text{
	font-size: 12px;
	transition: color .3s;
}
.l-gh__scrollnav-pagetop-arr .head{
	transition: border-bottom .3s;
}
.pagetop_active.pagetop_active .l-gh__scrollnav-pagetop-arr .head{
	border-bottom: 4.5px solid #fff;
}
.pagetop_active.pagetop_active .l-gh__scrollnav-pagetop-text{
	color: #fff;
}
}