@charset eUTF-8;

/* reset */
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    color:#333;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

/* ini */
img{width:100%;}

body{
    font-family: "?????", YuGothic, "?????? Pro W3", "Hiragino Kaku Gothic Pro", "????", Meiryo, Verdana, sans-serif;
    font-size:1.15em;
}
hr{background-color:#000000;border:none;height:1px;}

/* common */
.bold{
    font-weight: bold;
}

.f-l {
    font-size:1.2em;
    color:#FA5D74;
}
.f-ll{font-size:1.4em;
    color:#FA5D74;}
.f-lll{font-size:1.8em;
    color:#FA5D74;}

.f-s{font-size:0.9em;}
.f-ss{font-size:0.7em;}
.f-sss{font-size:0.6em;}

.t-c{text-align: center;}
.t-l{text-align: left;}
.t-r{text-align: right;}
.t-j{text-align: justify;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}

.rec-pink{color: #FA5D74;}
.rec-pink-light1{color:#ffb5bd;}
.rec-pink-light2{color:#FBDFD8;}
.aca-red{color:#942535;}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* layout */

#header-wrap{
    width:100%;
    text-align: center;
    background:#ffb5bd;
    background:#fff;    
/*     background: url("../images/main-visual.jpg") no-repeat; */
}
#header-wrap-top{
    background:#FA5D74;
    color:#fff;
    padding:5px 0 5px 0;
/*    font-weight: bold;*/
    font-size:0.7em;
    letter-spacing: 0.05rem;
}

header{
    max-width:900px;
    margin: 0 auto;
}
.header-img{
    position:relative;
}
header img{
    max-width:100%;
    height: auto;
}
.header-img h1{
  margin:0;
  padding:25px 0 30px;
    width:100%;
    font-size:1.8em;
}



h1{
    font-weight: bold;
}
h2{
    font-weight:bold;
    font-size:2em;
    line-height: 1.4em;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.1em;
}
h3{
    font-size:1.3em;
    margin:80px 0 10px;
    text-align: center;
    color:#FA5D74;
    letter-spacing: 0.1em;
}

h4{
    font-size:1.1em;
    text-align: center;
    background: #fff;
    margin: 30px 0 20px 0;
    padding:10px 0 10px;
}

h5{
    font-size:1.3em;
    text-align: center;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.container{
    max-width:900px;
    margin: 0 auto;
}

.section2,.section4 {
    background-color: #fff8f8;
    padding: 80px 0;
}

.section3 {
    padding: 80px 0;
}

.section5 {
    padding: 40px 0;
}

.section1 {
    padding: 40px 0 80px;
}

.bodycopy {
    line-height: 1.7;
    text-align: justify;
}


.copy-l{
    font-weight:bold;
    font-size:3.2em;
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    color:#942535;
    filter: drop-shadow(0px 0px 6px #ff8f9b);
}


.h-icon{
  color: #942535;
/*    opacity: 0.5;*/
}

.posi-re{
    position: relative;
}

.posi-top{
    position: relative;
    top:-50px;
}


/*********** flexbox ************/
.c-wrap{
    display:flex;
    justify-content: space-between;
}

/* ?2?? */
.c2-1{
    width:100%;
    margin: 40px 0 0 0;
}

/* ?3?? */
.c3-1{width:33%;}
.c3-2{width:66%;
list-style: none;}

.c3-2 li {
    margin-bottom: 5px;
}

/* ?4?? */
.c4-1{width:24%;}
.c4-2{width:78%;}
.c4-3{width:74%;}

/*********** /flexbox ************/





/* box */
.box-blue {
    margin:40px 0;
    font-size:1.1em;
    color:#fff;
    border: 2px solid #FA5D74;
    border-radius: 4px;
}

.box-blue p {
    padding: 30px;
}

.box-white{
    font-size:1.1em;
    background:#fff;
    padding:20px;
    margin: 0 30px 30px 30px;
    border-radius: 4px;
}

.box-h1{
    font-size: 1.6em;
    padding:10px;
    background: #FA5D74;
    color:#fff;
    letter-spacing: 1rem;
}

.copy_box{
    margin:20px 0 0;
    font-size:1.1em;
    background:#FFE67A;
    padding:20px;
}
.tri-b{
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #FFE67A;
    margin:0 auto 30px;
}

.links img{
    transition : all 0.5s ease 0s;
}
.links img:hover{
    opacity: 0.5;
}

.sns i{
    font-size:4em;
    color:#ddd !important;
    margin:0 15px;
    position:relative;
    top:10px;
    transition : all 0.5s ease 0s;
}
.sns-fb:hover{color:#3C599D !important;}
.sns-twi:hover{color:#1DA1F3 !important;}

/* btn */

/*.btn-push {
  display: block;
  max-width: 100%;
  text-align: left;
  background-color: #ffa300;
  font-size: 1.6em;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 30px 24px;
  border-radius: 6px;
  border-bottom: 6px solid #d37800;
  transition: .4s;
}*/
.btn-push:hover{
  opacity:0.5;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}



#footer-wrap{
    background:#eee;
    padding:30px 0 100px;
    margin:50px 0 0 0;
}
footer{
    max-width:900px;
    margin: 0 auto;
    text-align: center;
    font-size:0.8em;
}

.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  padding:20px 0;
  text-align:center;
  background:#FA5D74;
  font-size:30px;
  color:#fff; 
  text-decoration:none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}









@media screen and (max-width:750px){
    .c-wrap{flex-wrap:wrap;}
    .c2-1,c3-1{
        width:100%;
        margin-bottom:10px;
    }
    h1{
        font-size:1.6em !important;
    }
    h2{
        font-size:1.4em;
        margin:0 auto 20px !important;
    }
    .br-pc{display:none;}
    
    .f-lll {
        font-size:1.4em;
        line-height: 1.2;
    }
    
    .sp {
    display: block;
    }

    .pc {
        display: none;
    }
    .container{
    max-width:80%;
    }
    
    .f-ll {
    font-size: 1.1em;
    text-align: justify;
    }
    
    .section1 {
    padding: 40px 0 40px;
    }
    
    .section2, .section4 {
    padding: 40px 0;
    }
    .section3 {
    padding: 40px 0;
    }
    .box-white {
    font-size: 0.9em;
    margin: 0 20px 20px 20px;  
    }
    .box-h1 {
    font-size: 1.3em;
    letter-spacing: 0.2rem;
    }
    .box-blue p {
    padding: 20px;
        font-size: 18px;
        letter-spacing: 0.1rem;
        text-align: justify;
    }
    .c-wrap {
    display: block;
    }
    .c3-1 {
    width: 100%;
    }
    .c3-2 {
    width: 100%;
    text-align: justify;
    text-indent: -1em;
    padding:1em 0 1em 1em;
    }
    footer {
    font-size: 0.5em;
    letter-spacing: 0.4px;
    }
    #footer-wrap {
    background: #eee;
    padding: 20px 0 105px;
    margin: 40px 0 0 0;
    }
    .c2-1 {
    margin: 0;
    }
    h4 {
    margin: 30px 0 0;
    }
    .sp_button {
        text-align: center;
        background-color: #FA5D74;
        font-size: 24px;
        padding: 20px 0;
        width:100%;
        border-radius: 4px;
        margin-top: 30px;
    }
    .sp_button a {
        text-decoration: none;
        color:#fff;
    }
    .section5 {
    padding: 20px 0;
    }
}



