/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";
.pc{
    display:block;
}
.sp{
    display:none;
}
@media screen and (max-width:640px) {
    .pc{
    display:none;
}
.sp{
    display:block;
	width: 100%;
}
}

/*___________ common ___________ */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
body {
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    min-height: 100vh;
    background-color: #fcfcf7;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: bottom;
}
ul, ol, li {
    list-style: none;
}
table {
    border-spacing: 0;
    empty-cells: show;
}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.wrapper {
    padding: 0 10px;
}
#mask {
    background-color: #000;
    opacity: 0.3;
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.maskOn {
    display: block !important;
}
.mask-action {
    position: relative;
    z-index: 11;
}
#modal{
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}
#modal_content{
    width:320px;
    background:#fff;
    margin:15% auto;
    padding:20px;
    position:relative;
    -webkit-animation:animatetop 0.4s;
            animation:animatetop 0.4s;
    line-height: 1.7;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
}
#modal_content p {
    margin-bottom: 20px;
}
#modal_content button {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #ccc;
    color: #626262;
    border-style: none;
    border-radius: 10px;
    margin: 0 5px;
}
#modal_content button:hover {
    background-color: #f06072;
    color: #fff;
}
@-webkit-keyframes animatetop{
    from{top:-300px;opacity:0}
    to{top:0;opacity:1}
}
@keyframes animatetop{
    from{top:-300px;opacity:0}
    to{top:0;opacity:1}
}
@media screen and (min-width:630px) {
    #modal_content{
        font-size: 16px;
        padding: 30px;
        width: 500px;
    }
    #modal_content button {
        font-size: 16px;
    }
}
header {
    padding: 10px 15px;
	position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	z-index: 900;
}
main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.header-logo {
    width: 100%;
}
.header-logo img {
    width: 100%;
}

.header-right p {
    text-align: right;
}
.welfare-permission {
    font-size: 8px;
    color: #715a53;
}
.header-keyword img {
    margin-top: -6px;
    width: 180px;
}
.sp_fv{
	padding: 2% 0 1% 0;
	background: #fffdf5;
}
.sp_fv img {
    width: 100%;
}
.pc_fv {
    background: #fffdf5;
    padding: 2% 0;
}
.pc_fv img {
    max-width: 1200px;
    margin: auto;
    display: block;
    width: 100%;
}
.rank{
    padding: 4% 0;
    width: 100%;
    background-color: #fff;
    background-image: radial-gradient(#f9e8e5 10%, transparent 13%);
    background-size: 20px 20px;
}
.rank img {
    width: 700px;
    margin: auto;
}
.nayami img {
    max-width: 1000px;
    margin: auto;
    width: 100%;
}
.nayami {
    padding-top: 4%;
}
.btn img{
        width: 100%;
}
.bg_g{
    background: #f0ffe9;
}

.bg_b{
    background-color: #cdf1ef;
    background-image: linear-gradient(-90deg, #d9f4f3 50%, transparent 50%);
    background-size: 14px 14px;
}
.bg_p{
   background: #ffe8e9;
   padding: 0% 0 1% 0;
}
.bg_step{
    background: transparent url(../img/bg.png) 0 0 repeat;
}
.reason_pc{
background-color: #cdf1ef;
    background-image: linear-gradient(-90deg, #d9f4f3 50%, transparent 50%);
    background-size: 14px 14px;
    padding-bottom: 3%;
}
.reason_pc img {
    width: 700px;
    margin: auto;
    transform: translateY(-3px);
}
.review_pc img{
    width: 600px;
    margin: auto;
    transform: translateY(-6px);
}
.review_pc{
    background:#ffe8e9;
}
.step.pc.bg_step img {
    width: 700px;
    margin: auto;
    display: block;
    padding-bottom: 3%;
}
.footer_box.pc {
    position: relative;
    padding-top: 3%;
}
.footer_box.pc img {
    max-width: 100%;
}
.center {
    color: white;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    font-size: 13px;
    line-height: 2;
}
.center01 {
    color: white;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    font-size: 0.7vw;
    line-height: 2;
    white-space: nowrap;
}
p.center a {
    color: white;
}
.btn_area {
    padding-top: 2%;
   padding-bottom: 8%;
    max-width: 700px;
    width: 100%;
    margin: auto;
}
.btn.bg_g.shine.pb_6 {
    max-width: 600px;
    margin: auto;
    width: 100%;
}

@media screen and (min-width:370px) {
    .header-keyword img {
        width: 220px;
    }
}
.copyright {
    padding: 12px;
}
.copyright p {
    font-size: 11px;
    color: #ccc;
    text-align: center;
}
.footer-menu {
    background-color: #acabac;
    color: #626262;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    padding: 10px;
}
.footer-menu div {
    margin: 0 20px;
}

.footer-menu a {
    color: inherit;
}

/*___________ common ___________ */

/*___________ other ___________ */

.main-visual {
    background: url(../img/top_bg.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    z-index: 1;
}
.main-visual-container {
    text-align: center;
    max-width: 600px;
    position: relative;
    margin: auto;
}
.main-visual-container > img {
    width: 100%;
    margin-left: -50px;
}
.main-visual .zoo-box {
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 50%;
    max-width: 330px;
}
.zoo-party {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.zoo-party li img {
    max-width: 100%;
}
.section-banner {
    position: relative;
    z-index: 2;
}
.crowns-banner {
    text-align: center;
    margin-top: -5%;
    margin-bottom: 15px;
}
.crowns-banner img {
    width: 95%;
    max-width: 750px;
}

.shine{
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width:640px){
.reason_sp{
background-color: #cdf1ef;
    background-image: linear-gradient(-90deg, #d9f4f3 50%, transparent 50%);
    background-size: 14px 14px;
}
.reason_sp img{
    width: 88%;
    margin: auto;
    transform: translateY(-5px);
}
.bg_g{
    background: #f0ffe9;
    padding: 0% 0 3% 0;
}
.bg_b{
    background-color: #cdf1ef;
    background-image: linear-gradient(-90deg, #d9f4f3 50%, transparent 50%);
    background-size: 14px 14px;
    padding-bottom: 4%;
}
.bg_p{
   background: #ffe8e9;
   padding: 0% 0 3% 0;
}
.btn_area {
    padding: 8% 0 13% 0;
    max-width: 360px;
}
.review{
    background:#ffe8e9;
}
.review img{
    transform: translateY(-3px);
    width: 90%;
    margin-left: 3%;
}
.section-thanks figure img {
    max-width: 250px!important;
    margin: auto;
    display: block;
    width: 100%;
}
.step img{
    width:100%;
}
.step{
    background: transparent url(../img/bg.png) 0 0 repeat;
}

.btn.bg_step {
    padding: 8% 0 20% 0;
}
.footer_box{
  position: relative;
}
.footer_box img{
    width:100%;
}
.center {
  color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    font-size: 3vw;
    line-height: 1.4;
}
  
  .center01 {
  color: white;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.4;
    width: 95%;
}
  

.section-step {
    padding-bottom: 11%;
    background: #fffdf5;
}
}
.section-step .wrapper {
    width: 330px;
    margin: auto;
}
h2 {
    text-align: center;
}
h2 img {
    width: 90%;
    /* max-width: 600px; */
}
.section-thanks {
    text-align: center;
    line-height: 1.2;
    padding-top: 20px;
}
.section-thanks h1 {
    color: #ff8c73;
    display:inline-block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: dashed 3px #ff8c73;
    margin-bottom: 15px;
}
.section-thanks p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}
.section-thanks figure img {
    max-width: 280px;
    margin: auto;
    display: block;
    width: 100%;
}
.section-thanks .return-top a {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 16px 8px;
    border-radius: 10px;
    background-color: #82cddb;
    width: 300px;
    margin: auto;
    -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width:630px) {
    .section-step .wrapper {
        width: 630px;
        margin: auto;
    }
    .section-thanks {
        padding-top: 40px;
    }
    .section-thanks p {
        margin-bottom: 40px;
    }
}

@media screen and (min-width:630px) {
.pb_6{
    padding-bottom:6%;
}
}
@media screen and (min-width:896px) {
    .crowns-banner {
        margin-top: -40px;
    }
    header {
        width: 100%;
    }
    .copyright p {
        font-size: 14px;
    }
    .footer-menu {
        font-size: 16px;
        padding: 8px;
    }
    .footer-menu div {
        margin: 0 20px;
    }
    .section-thanks h1 {
        font-size: 37px;
        padding-bottom: 16px;
        margin-bottom: 20px;
    }
    .section-thanks p {
        font-size: 20px;
        margin-bottom: 26px;
    }
    .section-thanks .return-top a {
        font-size: 28px;
        padding: 22px 14px;
        width: 365px;
    }
}


@media screen and (min-width:700px) {

ul.slick01.slider.slick-initialized.slick-slider.slick-dotted {
    max-width: 700px;
    margin: auto;
    width: 100%;
}
.header-logo.pc {
    width: 100%;
    padding: 0 5%;
}
.header-logo.pc a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo.pc img {
    width: 41%;
}
    .section-step {
        margin-bottom: 60px;
    }
    .wrapper {
        width: 1020px;
        margin: auto;
    }
    .header-keyword img {
        width: 420px;
    }
    .welfare-permission {
        font-size: 14px;
    }


    .main-visual {
        background-repeat: repeat;
    }
    .main-visual-container {
        text-align: center;
        max-width: 660px;
        position: relative;
        margin: auto;
    }
    .main-visual-container > img {
        width: 100%;
        margin-left: -50px;
    }
    .main-visual .zoo-box {
        position: absolute;
        bottom: 0;
        left: 12%;
        width: 50%;
        max-width: 330px;
    }
    .zoo-party {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .zoo-party li img {
        max-width: 100%;
    }
    .section-thanks h1 {
        font-size: 42px;
    }
    .section-thanks p {
        font-size: 22px;
        margin-bottom: 80px;
    }
    .section-thanks .return-top a {
        font-size: 30px;
        width: 400px;
    }
}
/*お客様の声*/
.uservoice{
    text-align: center;
    padding: 3% 0 5% 0;
    background: #ffe8e9;
}
.uservoice img {
    width: 100%;
    padding: 4% 4% 1% 4%;
    background: white;
    margin: auto;
    display: block;
    border-radius: 15px 15px 0 0;
}

.uservoice h3{
    margin-bottom: 5%;    
}

/*スライダー部分*/
/*1*/
p.slide_icon {
    margin: 0 0 0% 4%!important;
}
.icon{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
p.fcP {
    margin: 0 0 0 2%!important;
    font-size: 1.2vw!important;
    font-weight: bold;
    color: #e9a0a0;
}
.pb{
	margin-bottom: 0!important;
    line-height: 1.6;
	color: #333333;
}
.slick01 .slick-slide img{
    display: inline;
}

.slick01 .slide_contents{
    border-radius:10px;
}

.slick01 .slide_contents p{
    text-align: left;
    margin: 2% 4%;
}

.slick01 .slide_icon{
    background-color: #e9a0a0;
    padding: 1%;
    color: #fff;
    display: table;
    font-weight: bold;
    border-radius:5px;
}

.slick01 .slick-prev:before, .slick01 .slick-next:before {
    color: #e9a0a0;
}

.slick01 .slick-next:before {
    content: '▶';
}

.slick01 .slick-prev:before {
    content: '◀';
}

.slick01 .slick-next {
    right: 1vw;
}

.slick01 .slick-prev{
    left: 1vw;
}

.slick01 .slick-prev, .slick01 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*スライダー共通*/
.comment{    
	padding: 1% 0 4% 0;
	     background: white;
	    border-radius: 0 0 10px 10px;
	    
}
li.slide_contents {
    width: 96%;
}
.slick-initialized .slick-slide {
    display: inline;
    margin: 0;
}
.slick-slide img {
  width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .1;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slick01 .slick-dots li button:before {
    font-size: 15px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #c2c2c2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick01 .slick-dots li.slick-active button:before {
    color: #a4a4a4;
}

.slick01 .slide_contents p.re{
    text-align: right;  
}

/*----------sp------------*/
@media (max-width: 767px) { 

/*スライダー*/
.uservoice {
    text-align: center;
    padding: 3% 0 1% 0;
    background: #ffe8e9;
}

.slick01 .slide_contents p{
    font-size: 3.6vw;
}

.section .slick-prev:before, .section .slick-next:before {
    font-size: 5vw;
}

.slick01 .slick-next {
    right: 1vw;
}

.slick01 .slick-prev{
    left: 1vw;
}

.section .slick-dots li button:before {
    font-size: 10px;
    line-height: 40px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}
p.fcP {
    margin: 0 0 0 2%!important;
    font-size: 3.8vw!important;
    font-weight: bold;
    color: #e9a0a0;
}
.slick01 .slide_icon{
    background-color: #e9a0a0;
    padding: 2%;
    color: #fff;
    display: table;
    font-weight: bold;
    border-radius:5px;
}
  }
