﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Fredoka&family=Kiwi+Maru:wght@500&family=Zen+Maru+Gothic:wght@500&display=swap');

:root{
    --font-jp: 'Fredoka', 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Kiwi Maru', 'Fredoka', 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_en{
    font-family: var(--font-jp);
}
.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #fc867c;
    --color2: #fedcd1;
    --color3: #f99f78;
    --color4: #d5e7eb;
    --black: #3f3c36;
    --base1: #fefaef;
    --base2: #fcf1e3
}

/**** cursor ****/

.cursor{
    position: fixed;
    width: 70px;
    height: 70px;
    z-index: 10001;
    transition: 0.3s;
    transform: scale(0.8);
    transition-property: opacity, transform;
    pointer-events: none;
}
.cursor.active{
    opacity: 1!important;
    transform: scale(1);
}

/** other **/

.square_img, .rectangle_img, .normal_img img{
    border-radius: 10px;
}

header{
    background-color: var(--base2)!important;
}
header .button{
    border-radius: 0;
    border-color: var(--color1);
}
header .head_banner a{
    background-color: #06c655!important;
}

#main_menu ul li a::before{
    background-color: var(--color1);
}
.fat-nav li:last-of-type a{
    padding: 10px 30px;
    background-color: var(--base2);
    border-radius: 50px;
}

.main_box{
    background-color: var(--base1)!important;
    overflow: hidden;
}

.button{
    border-radius: 50px;
}
.button:hover{
    color: var(--color1);
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em var(--color4);
}
.button2{
    background-color: var(--color4);
    color: var(--black);
    border-radius: 50px;
}
.button2:hover{
    box-shadow: none;
}

.con_no{
    font-family: var(--font-en);
    font-size: 24px;
    letter-spacing: 2px;
}

#main_img{
    background-image: url('./Dup/img/bg_img4.png'), url('./Dup/img/bg_img5.png');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    padding: 100px 100px 0;
    box-sizing: border-box;
    max-height: inherit;
    min-height: inherit;
    height: 800px;
    background-color: #fff;
    z-index: auto;
    overflow: inherit;
}
#main_img #video{
    height: 100%!important;
    border-radius: 50px 50px 0 0;
}
#main_img .catch{
    top: 50px;
    left: 50px;
}
#main_img .main_icon div{
    bottom: -70px;
    z-index: 2;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0,.71,.58,1.46);
}
#main_img .main_icon div.active{
    opacity: 1;
    transform: none;
}
#main_img .icon1{
    left: 2%;
}
#main_img .icon2{
    right: 1%;
}
#main_img .icon3{
    right: 8%;
    bottom: auto!important;
    top: 20px;
}

#contents1{
    position: relative;
}
#contents1::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    top: -49px;
    background-image: url(./Dup/img/bg_img3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
#contents1 h2{
    color: var(--black);
}

.top_banner img{
    filter: drop-shadow(0 0 10px rgba(247,129,124,0.4));
    transform: translateZ(0);
}

#attach{
    height: 400px;
}
#attach::before{
    position: absolute;
    content: "";
    top: -1px;
    bottom: -1px;
    width: 100%;
    left: 0;
    background-image: url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img3.png');
    background-size: 100% 50px;
    background-position: top, bottom;
    background-repeat: no-repeat;
}

#contents2{
    position: relative;
    padding: 100px 0 150px 10%;
}
#contents2::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url(./Dup/img/icon1.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 5%;
    top: -140px;
}
#contents2 .con2_img{
    margin-top: -170px;
    z-index: 1;
    width: calc(60% - 100px);
    border-radius: 10px 0 0 10px;
}
#contents2 h2{
    color: var(--black);
}

#contents3{
    background-image: url('./Dup/img/bg_img2.png'), url('./Dup/img/bg_img3.png');
    background-size: 100% 50px;
    background-position: top -1px left, bottom -1px left;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    position: relative;
}
#contents3::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url(./Dup/img/icon3.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 5%;
    bottom: -100px;
}
#contents3 .con_no{
    color: var(--color2);
    width: 100%;
    text-align: center;
    margin-top: 0;
    line-height: 1;
    top: -34px;
    font-size: 46px;
    margin-bottom: -10px;
    padding-right: 0;
}
#contents3 .con_no::before{
    display: none;
}
#contents3 figure{
    border-radius: 500px;
    border: solid 3px var(--color1);
}
#contents3 h3{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-repeat: no-repeat;
    background-size: 50px 1px;
    background-position: bottom;
    font-size: 22px;
}

#top_cms .cms_title h2, #page_title h2{
    font-size: 16px;
    letter-spacing: 4px;
    color: var(--black);
}
#top_cms .cms_title p, #page_title p{
    font-family: var(--font-en);
    font-size: 50px;
    letter-spacing: 4px;
    padding-bottom: 5px;
}
#top_cms .button{
    font-family: var(--font-en);
}

.cms_3-b{
    counter-reset: number 0;
}
.cms_3-b a:hover .cate_bg{
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.1;
}
.cms_3-b a p::before{
    counter-increment: number 1;
    content: "0" counter(number);
    font-family: var(--font-en);
    display: block;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    width: 50px;
    border-bottom: solid 2px;
    text-align: center;
}

#page_title .title_img{
    height: 400px;
}
#page_title .title_img::before{
    background-image: url(./Dup/img/bg_img1.png);
    background-size: 100% 50px;
    background-repeat: no-repeat;
    background-position: bottom;
}
#page_title .page_box{
    position: relative;
}
#page_title .page_box::before, #page_title .page_box::after{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -100px;
    z-index: 1;
}
#page_title .page_box::before{
    background-image: url(./Dup/img/icon4.png);
    left: 5%;
}
#page_title .page_box::after{
    background-image: url(./Dup/img/icon5.png);
    right: 5%;
}

.pager li a{
    border-radius: 50px;
    background-color: var(--base2);
}
.cate_list li a {
    border-radius: calc(1em + 10px);
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 20px!important;
	margin-bottom: 50px;
	color: var(--black);
	font-weight: normal;
	background-image: linear-gradient(to bottom, var(--color1), var(--color1)), linear-gradient(to bottom, var(--base2), var(--base2));
	background-size: 50px 2px, 100% 2px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#page8 #contact_tel, #page8 .contact_banner a{
    border-radius: 50px;
}

footer{
    border-top: none!important;
    background-color: #fff;
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 100% 50px;
    background-repeat: no-repeat;
    background-position: top;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
header #logo{
    max-width: 130px;
}
.hamburger {
    top: 25px;
}
.main_box {
    padding-top: 96px;
}
#main_img {
    padding: 130px 50px 0;
    height: calc(60vw + 130px);
}
#main_img .catch{
    top: 30px;
    left: 30px;
}
#main_img .icon1 {
    left: -30px;
}
#main_img .icon2 {
    right: -20px;
}
#main_img .icon3 {
    right: 5%;
    top: 0;
}
#contents1::before{
    height: 5vw;
    top: calc(-5vw + 1px);
}
#attach {
    height: 50vw;
}
#attach::before {
    background-size: 100% 5vw;
}
#contents2{
    padding: 100px 10% 150px
}
#contents2 .con2_img{
    margin-top: 0;
    background-image: none!important;
}
#contents3{
    background-size: 100% 5vw;
}
.cms_3-b a p::before{
    margin: 0 auto 20px;
}
#page_title .title_img{
    height: 30vw;
}
#page_title .title_img::before{
    background-size: 100% 5vw;
}
footer{
    background-size: 100% 5vw;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header #logo{
    max-width: 100px;
}
.hamburger {
    top: 15px;
}
.main_box {
    padding-top: 74px;
}
#main_img {
    padding: 200px 20px 0;
    height: calc(60vw + 200px);
    background-size: 150px;
}
#main_img .catch {
    top: 50px;
}
#main_img .icon3 {
    right: -20px;
    top: 0;
}
#main_img #video {
    border-radius: 20px 20px 0 0;
}
#contents2::before {
    width: 150px;
    height: 150px;
    top: -70px;
}
#contents3::before {
    width: 150px;
    height: 150px;
    bottom: -50px;
}
#top_cms .cms_title p, #page_title p {
    font-size: 32px;
    letter-spacing: 2px;
}
#page_title .page_box::before, #page_title .page_box::after {
    width: 100px;
    height: 100px;
    top: -40px;
}
.cate_title{
	font-size: 20px;
}
}