*,*::before,*::after{box-sizing:border-box}
html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}
ul[role='list'],ol[role='list']{list-style:none}
body{min-height:100vh;line-height:1.5}
h1,h2,h3,h4,button,input,label{line-height:1.1}
img,picture{max-width:100%;display:block}
html {
    font-size: 62.5%;
}
body {
        background: #C64C4A;
    font-family: "Sawarabi Gothic";
    font-size: 1.6rem;
    font-weight: 500; 
    color: #443B37;
    background-image:
    linear-gradient(45deg, rgba(190,200,206,0.3) 25%, rgba(190,200,206,0.3) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(190,200,206,0.3) 75%, rgba(190,200,206,0.3) 75% ),
    linear-gradient(-45deg, rgba(190,200,206,0.3) 25%, rgba(190,200,206,0.3) 25%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(190,200,206,0.3) 75%, rgba(190,200,206,0.3) 75%);
background-size: 40px 40px;
background-repeat: repeat-y;
background-attachment: fixed;
}
.sp {
	display:block;
}
.pc {
	display:none;
}


@media screen and (min-width:640px) {
.sp {
	display:none;
}
.pc {
	display:block;
}

}
a {
    transition: 0.1s;
    color: #C64C4A;
}
a:hover {
    text-decoration: none;
    color: #85302e;
}
.inner {
    padding: 0 20px;
}
.cnt-ttl {
    margin: 0 0 16px 0;
    font-size: 2.4rem;
    font-weight: bold;
}
.cnt-ttl::first-letter {
    color: #C64C4A;
    font-size: 3.0rem;
}
.cnt-subttl {
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (min-width:640px) {
    .l-wrap {
        max-width: 840px;
        min-width: 640px;
        margin: 0 auto;
    }
    .l-inner {
        width: 430px;
        margin: 0 0 0 auto
    }
}
.h-wrap {
    padding: 24px 0 0;
    background: #F5E5D1;
}
.h-wrap .inner {
    display: flex;
    padding: 0 8px;
    justify-content: center;
}
.copy-txt {
    font-family: "M PLUS Rounded 1c";
    font-size: 1.8rem;
    font-weight: 600;
}
.h-logo {
    margin: 4px auto 0;
    text-align: center;
}
.h-logo img {
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
}
.h-link-items {
    display: flex;
    justify-content: center;
    margin: 16px auto 0;
    padding: 0;
    list-style: none;
    gap: 0 16px;
}
.h-link-item {
    margin: 0;
    padding: 0;
}

.h-link-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: #C64C4A;
    transition: 0.1s;
}
.h-link-item a img {
    width: auto;
    height: 22px;
}

@media screen and (max-width:639px) {
    .h-img-box {
        width: 160px;
        height: 210px;
        flex-shrink: 0;
        overflow: hidden;
    }
    .h-img-box img {
        width: 340px;
        max-width: 340px;
        margin-left: -40px;
    }
}
@media screen and (min-width:640px) { 
    .h-wrap {
        padding: 24px 0;
    }
    
    .h-main {
        margin: 0 auto;
    }
    .h-logo img {
        max-width: 360px;
    }
    .copy-txt {
        font-size: 2.0rem;
        text-align: center;
    }
    .h-img-box {
        position: fixed;
        max-width: 350px;
        width: calc(100% - 435px);
        top: 24px;
        left: 0%;
    }
    .h-img-box img {
    	 filter:drop-shadow( 4px 4px 0px #fff );
    }
    
    .h-link-item a:hover {
        background: #85302e;
    }
}
@media screen and (min-width:750px) { 
    .h-img-box {
        left: 10%;
    }
}
@media screen and (min-width:960px) { 
    .h-img-box {
        left: 23%;
    }
}
.lead-box {
    padding: 24px 0;
    background: #F9EFE8;
}
.lead-txt-box {
    overflow: hidden;
}
.lead-txt-box p {
    line-height: 1.8;
}
.lead-txt-box p ~ p {
    margin-top: 1em;
}
.lead-txt-box p em {
    font-style: normal;
    background:linear-gradient(transparent 60%, rgb(255, 199, 202) 60%);
    font-weight: bold;
}
.lead-txt-large {
    font-size: 2.0rem;
    font-weight: bold;
}
.lead-img-box {
    float: right;
}
.lead-img {
width: 160px;
float: right;
border-radius: 100%;
shape-outside: ellipse();
}
.contents-wrap {
    position: relative;
    z-index: 10;
}
.profile-box {
    padding: 24px 0;
    background: #FFFFFF;
}

.profile-dl {
    display: flex;
    flex-flow: wrap;
    margin: 16px auto 0;
}
.profile-dl dt {
    width: 110px;
    padding: 8px 0;
    text-align: right;
    font-weight: bold;
    border-bottom: 1px dotted #9b7d70;
    color: #9b7d70;
}
.profile-dl dd {
    width: calc(100% - 116px);
    padding: 8px 0;
    padding-left: 16px;
    border-bottom: 1px dotted #9b7d70;
}
.profile-dl dd i {
    font-size: 1.2rem;
    font-style: normal;
}
.profile-mama {
    margin: 16px 0 0 0;
    text-align: right;
    font-size: 1.4rem;
}
.rule-box {
    padding: 24px 0;
    background: #F9EFE8;
}
.rule-img {
    width: 160px;
    float: right;
    shape-outside: ellipse();
}
.rule-items {
    gap: 16px 0;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}
.rule-item {
    margin: 16px 0 0 0;
    padding: 0;
}
.rule-item p {
    margin: 8px 0 0 0;
    line-height: 1.6;
}
a.three-views {
    display: inline-block;
    padding: 8px 16px;
    background: #C64C4A;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
}
a.three-views:hover {
    background: #85302e;
}
.support-box {
    padding: 24px 0;
    background: #fff;
}
.inquiry-box {
    padding: 24px 0;
    background: #F9EFE8;
}
.inquiry-items,
.link-items {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.inquiry-item,
.link-item {
    margin: 8px 0 0 0;
    padding: 0 0 0 28px;
    background: url(../images/ic_link.svg) no-repeat left center;
}
.inquiry-item a,
.link-item a {
    color: #5f3e30;
}

.link-box {
    padding: 24px 0;
    background: #fff;
}
.link-txt-box {
    display: flex;
    gap: 0 16px;
}
.link-img {
    width: 160px;
    shape-margin: 1rem;
    border-radius: 100%;
    shape-outside: ellipse();
}
.f-wrap {
    background: #85302e;
    padding: 4px;
    text-align: center;
}
.f-wrap small {
    color: #fff;
    font-size: 1.2rem;
}
