@charset "utf-8";
body{
	padding: 0;
	margin: 0;
    background-color: #F4F4F4;
	margin: 0 auto;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
.contents{
    max-width: 570px;
    margin: 0 auto;
    word-wrap: break-word;
    font-size: 17px !important;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    color: #000000 !important;
    background-color: #fff;
    line-height: 1.8 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
p {
    text-align: center;
    line-height: 1.8;
    word-wrap: break-word;
}
.pc_ds{
    display: block;
}
.sp_ds{
    display: none;
}
img,video{
    width: 100%;
    margin: 0 auto;
}
.w93 {
    width: 93%;
    display: block;
    margin: 0 auto;
}
.photo{
    margin-top: 3%; 
}

/*テキスト*/
.teR{
    text-align: right;
}
.teL{
    text-align: left;
}
.teC{
    text-align: center;
}
.tyuu{
    font-size: .8em;
    text-align: right;
    line-height: 1.5;
    margin-bottom: 1em;
    margin: 0;
}
.y_line1{
background: rgba(0, 0, 0, 0)linear-gradient(transparent 70%, #fbf24b 0%)repeat scroll 0 0;
}
.y_line2{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
}
.b_line{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce0f5 0%) repeat scroll 0 0;
}
.r_line{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #facccc 0%) repeat scroll 0 0;
}
.co_r{
color: #e60000;
}
.co_r2{
    color: #ff0000;
}
.co_e{
    color: #fbf24b;
}
.co_p{
    color: #fe027b;
}
.co_b{
    color: #0047b2;
}
.co_o{
    color: #ff6600;
}
.co_gy{
    color: rgb(187, 187, 187);
}
.bg_y {
    background-color: #ffff00;
}
.fs7 {
    font-size: 7px;
}
.fs10 {
    font-size: 10px;
}
.fs13 {
    font-size: 13px;
}
.fs19 {
    font-size: 19px;
}
.fs21 {
    font-size: 21px;
}
.fs25 {
    font-size: 25px;
}

/*margin*/
.mt1{
margin-top: 1%; 
}
.mt2{
margin-top: 2%; 
}
.mt3{
margin-top: 3%; 
}
.mt4{
margin-top: 4%; 
}
.mt6{
    margin-top: 6%; 
}
.mt8{
    margin-top: 8%; 
}
.mt10{
    margin-top: 10%; 
}
.mb1{
margin-bottom: 1%; 
}
.mb2{
margin-bottom: 2%; 
}
.mb3{
margin-bottom: 3%; 
}
.mb4{
margin-bottom: 4%; 
}
.mb6{
    margin-bottom: 6%; 
}
.mb8{
    margin-bottom: 8%; 
}
.mb10{
    margin-bottom: 10%; 
}

/*アニメーション*/
.swaying{
    display: block;
    animation-name: swaying;
    animation-duration: .25s;
    animation-iteration-count: infinite;
    will-change: transform, animation;
}
@keyframes swaying {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    25% {
        transform: translate(2px, 2px) rotateZ(1deg)
    }
    50% {
        transform: translate(0px, 2px) rotateZ(0deg)
    }
    75% {
        transform: translate(2px, 0px) rotateZ(-1deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}

/*矢印*/
.arrowflow_area {
    width: 100%;
    height: auto;
}
.arrowflow_inner {
    padding-bottom: 200px;
    overflow-y: hidden;
    position: relative;
}
.arrowflow_before, .arrowflow_after {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    animation-name: arrowflow;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform: translate(-50%, -300%);
    position: absolute;
    top: 0;
    left: 50%;
}
.arrowflow_after {
    animation-delay: 1s;
}
.arrow {
    display: inline-block;
    vertical-align: middle;
    color: #ba0d0d;
    line-height: 1;
    position: relative;
    width: 40px;
    height: 60px !important;
    background: currentColor;
    margin: 0 30px;
}
.arrow:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #ba0d0d transparent transparent transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes arrowflow {
    0% {
        transform: translate(-50%, -300%);
    }
    60% {
        transform: translate(-50%, 100%);
    }
    100% {
        transform: translate(-50%, 400%);
    }
}
/*矢印２*/
.step_arr {
    position: relative;
    padding-top: 22vw;
    margin-top: -4vw;
  }
  
.step_arr span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10vw;
    height: 10vw;
    margin-left: -5vw;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
  }
  
.step_arr span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
.step_arr span:nth-of-type(2) {
    top: 4vw;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
  }
  
.step_arr span:nth-of-type(3) {
    top: 8vw;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  
  @-webkit-keyframes sdb {
    0% {
      opacity: 0;
    }
  
    50% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @keyframes sdb {
    0% {
      opacity: 0;
    }
  
    50% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @media (min-width: 620px) {
.step_arr {
      position: relative;
      padding-top: 136px;
      margin-top: -25px;
    }
  
.step_arr span {
      width: 62px;
      height: 62px;
      margin-left: -31px;
    }
  
.step_arr span:nth-of-type(2) {
      top: 24.8px;
    }
  
.step_arr span:nth-of-type(3) {
      top: 49.6px;
    }
  }

.point01 {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    background: #ffd0dd;
    margin: 0 auto 20px !important;
}

/*矢印３*/
.cp_arrows {
    position: relative;
    height: 50px;
    margin-top: 1em;
    margin-bottom: 1em;
}
/*一個目の矢印*/
.cp_arrows .cp_arrowfirst {
/*アニメーション設定。
    左からアニメーション名、動きの速さ（2s=2秒）、変化の度合い（ease-in-out=開始時と終了時は、緩やかに変化）、動きの回数（infinite=無限、3=3回など）*/
animation: arrow-move08 2s ease-in-out infinite;
}
/*二個目の矢印*/
.cp_arrows .cp_arrowsecond {
/*アニメーション設定。
    左からアニメーション名、動きの速さ（2s=2秒）、開始時間（1s=1秒後）、変化の度合い（ease-in-out=開始時と終了時は、緩やかに変化）、動きの回数（infinite=無限、3=3回など）*/
animation: arrow-move08 2s 1s ease-in-out infinite;
}
/*共通設定*/
.cp_arrows .cp_arrow {
    position: absolute;
    /*矢印の到着位置　（縦位置）*/
    top: 100%;
    /*矢印の到着位置　（横位置）*/
    left: 45%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    /*透明度（0=透明、1=不透明）*/
    opacity: 0;
}
.content :first-child {
    margin-top: 0;
}
@keyframes arrow-move08 {
    /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    0% {
        top: 40%;
        opacity: 0;
    }
    /*2sの70％（1.7秒）時に不透明になる*/
    70% {
        opacity: 1;
    }
    /*2s（2秒）時に透明になる*/
    100% {
        opacity: 0;
    }
}
.cp_arrows .cp_arrow:before {
    /*矢印左の棒の設定。1番目の値は棒の角度、2番目の値は棒のX方向の位置。*/
    transform: rotate(30deg) translateX(-39%);
    /*矢印左の棒の起点。（top left=左上）*/
    transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
    /*矢印右の棒の設定。1番目の値は棒の角度、2番目の値は棒のX方向の位置。*/
    transform: rotate(-30deg) translateX(39%);
    /*矢印右の棒の起点。（top right=右上）*/
    transform-origin: top right;
}
.cp_arrows .cp_arrow:before,.cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /*矢印の棒の横の長さ*/
    width: 40px;
    /*矢印の棒の縦の長さ*/
    height: 3px;
    content: '';
    /*矢印の色*/
    background: #E91E63;
}
.cp_arrows *,.cp_arrows *:before,.cp_arrows *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_arrows *,.cp_arrows *:before,.cp_arrows *:after {
    box-sizing: border-box;
}
.content div:after,.content p:after {
    clear: both;
}
.content div :after,.content p:after {
    display: block;
    content: "";
    clear: both;
}



/*矢印４*/
.downArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.downArrow>span {
    /* 矢印の大きさの設定 */
    width: 100px;
    height: 65px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.downArrow>span::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 40%;
    /* 矢印の色の設定 */
    background: #ffc8c8;
}
.downArrow>span::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    /* 矢印の色の設定 */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top left/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top right/50% 100% no-repeat;
    background: linear-gradient(to top right, transparent 49%, #ffc8c8 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #ffc8c8 50%) top right/50% 100% no-repeat;
}
.movebtn {
    -webkit-animation-name: btnAnime02;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: btnAnime02;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    align-items: flex-start;
    justify-content: center;
}
@-webkit-keyframes btnAnime02 {
/*初期位置*/
0% {
    /*1番目の値はX方向, 2番目の値はY方向*/
    -webkit-transform: translate(0, 0);
}
/*animation-durationで設定した値の半分の時間（50%）の時の位置*/
50% {
    -webkit-transform: translate(0, -8px);
}
/*animation-durationで設定した値になった（100%）時の位置*/
100% {
    -webkit-transform: translate(0, 0);
}
}
/*上記の「@-webkit-keyframes btnAnime02」と同様の値にしてください*/
@-moz-keyframes btnAnime02 {
0% {
    -moz-transform: translate(0, 0);
}
50% {
    -moz-transform: translate(0, -8px);
}
100% {
    -moz-transform: translate(0, 0);
}
}

/*口コミ*/
.comment_area{
    width: calc(100% - 20px);
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 3px 3px 2px #F4D2DE;
    padding: 10px 10px 15px;
    margin-top: 30px;
    position: relative;
}
.comment_area video, .comment_area img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.comment_area p{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-align: justify;
}
.comment_head{
    position: absolute;
    top: 0;
    left: 0;
    background: #ff80bf;
    border-radius: 5px;
    padding: 3px 5px;
    box-shadow: 2px 2px 2px #888;
}
.comment_head p{
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #888;
    margin: 0;
}
.comment_detail{
    font-size: 13px !important;
}
.comment_detail b {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffcc 0%) repeat scroll 0 0;
}
.comment_caption {
    font-size: 10px;
    text-align: right;
    margin-top: 10px;
}

/*タイトル*/
h2{
    background: #fff0ca;
    border-left: 8px solid #ffc739;
    padding: 15px;
    font-size: 20px;
    line-height: 1.3;
    margin: 3px 0 20px;
}
h3{
    margin-top: 7%;
    padding: 2% 3%;
    font-weight: bold;
    font-size: 23px;
    background-color: #000;
    color: #fff;
}

.cta{
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
}
/*ctaの横揺れアニメーション*/
.animate {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
.shuffling {
    animation-duration: 1.4s !important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s !important;
    -webkit-animation-name: shuffling;
    -moz-animation-name: shuffling;
    -o-animation-name: shuffling;
    animation-name: shuffling;
  }
  
  @-moz-keyframes shuffling {
    0% {
      -moz-transform: skewX(9deg);
    }
  
    10% {
      -moz-transform: skewX(-8deg);
    }
  
    20% {
      -moz-transform: skewX(7deg);
    }
  
    30% {
      -moz-transform: skewX(-6deg);
    }
  
    40% {
      -moz-transform: skewX(5deg);
    }
  
    50% {
      -moz-transform: skewX(-4deg);
    }
  
    60% {
      -moz-transform: skewX(3deg);
    }
  
    70% {
      -moz-transform: skewX(-2deg);
    }
  
    80% {
      -moz-transform: skewX(1deg);
    }
  
    90% {
      -moz-transform: skewX(0deg);
    }
  
    100% {
      -moz-transform: skewX(0deg);
    }
  }
  
  @-o-keyframes shuffling {
    0% {
      -o-transform: skewX(9deg);
    }
  
    10% {
      -o-transform: skewX(-8deg);
    }
  
    20% {
      -o-transform: skewX(7deg);
    }
  
    30% {
      -o-transform: skewX(-6deg);
    }
  
    40% {
      -o-transform: skewX(5deg);
    }
  
    50% {
      -o-transform: skewX(-4deg);
    }
  
    60% {
      -o-transform: skewX(3deg);
    }
  
    70% {
      -o-transform: skewX(-2deg);
    }
  
    80% {
      -o-transform: skewX(1deg);
    }
  
    90% {
      -o-transform: skewX(0deg);
    }
  
    100% {
      -o-transform: skewX(0deg);
    }
  }
  
  @-webkit-keyframes shuffling {
    0% {
      -webkit-transform: skewX(9deg);
    }
  
    10% {
      -webkit-transform: skewX(-8deg);
    }
  
    20% {
      -webkit-transform: skewX(7deg);
    }
  
    30% {
      -webkit-transform: skewX(-6deg);
    }
  
    40% {
      -webkit-transform: skewX(5deg);
    }
  
    50% {
      -webkit-transform: skewX(-4deg);
    }
  
    60% {
      -webkit-transform: skewX(3deg);
    }
  
    70% {
      -webkit-transform: skewX(-2deg);
    }
  
    80% {
      -webkit-transform: skewX(1deg);
    }
  
    90% {
      -webkit-transform: skewX(0deg);
    }
  
    100% {
      -webkit-transform: skewX(0deg);
    }
  }
  
  @keyframes shuffling {
    0% {
      transform: skewX(9deg);
    }
  
    10% {
      transform: skewX(-8deg);
    }
  
    20% {
      transform: skewX(7deg);
    }
  
    30% {
      transform: skewX(-6deg);
    }
  
    40% {
      transform: skewX(5deg);
    }
  
    50% {
      transform: skewX(-4deg);
    }
  
    60% {
      transform: skewX(3deg);
    }
  
    70% {
      transform: skewX(-2deg);
    }
  
    80% {
      transform: skewX(1deg);
    }
  
    90% {
      transform: skewX(0deg);
    }
  
    100% {
      transform: skewX(0deg);
    }
  }

footer{
    font-size: 13px;
    padding: 5%;
    background: #ECECEC;
    text-align: center;
}
footer a{
    text-decoration: underline;
    color: #4682b4 !important;
}

@media (max-width: 767px) {
    .w93 {
    width: 100%;
    }
}