@charset "UTF-8";
/*
* {
	box-sizing: border-box;
}
*/
html {
  overflow-y: scroll;
}
/* html5doctor.com Reset Stylesheet v1.6.1
	Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul,li {
  list-style: none;
  text-align: center;
}

ol {
  margin-bottom: 30px;
}

body {
  font-family: "メイリオ", sans-serif;
  font-size: 16px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	max-width: 100%;
}
p {
  letter-spacing: 1px;
  line-height: 1.75;
  margin-bottom: 30px;
}

a {
	text-decoration: none;
}

#container{
  margin: 0 auto;
  padding: 0 2% 2%;
  max-width: 740px;
  width: 100%;
  box-sizing: border-box;
}
.main {
}

.sec {
  background: #fff;
  padding: 2%;
}

/*FV*/
.fv {
  text-align: center;
}
.fv h1 {
  /*background: radial-gradient(#fff, #cdbc90);*/
  padding: 15px 0;
  color: #333;
  font-size: 2.2rem;
  width: 100%;
  line-height: 1;
  font-weight: bold;
}
.fv h1 span {
  margin: 0 5px;
  font-size: 3rem;
}
.cmt{
  text-align: right;
}
.img {
  margin: 0 0 20px;
  text-align: center;
}
.img video {
  width: 100%;
}
.txt {
  margin: 0 10px 10px;
}
.txt2 {
  margin: 0px;
}
.txt3 {
  line-height: 1;
  margin-bottom: 30px;
}

.lead {
  padding: 0 150px;
}
.btn01 {
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 10px;
    background: #44C95A;
    border: none;
    border-bottom: solid 3px rgba(0,0,0,.25);
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}
.btn02 {
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    padding: 15px 15px;
    border-radius: 10px;
    background: #44C95A;
    border: none;
    border-bottom: solid 3px rgba(0,0,0,.25);
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}
.title_sp {
  display: none;
}
.title_pc {
  display: block;
}

.pc_hid{
  display: none;
}

h4 {
    position: relative;
    padding: 0.5em;
    background: #FFCD46;
    color: #000;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .lead {
    padding: 0 10px;
  }
.pc_hid{
  display: block;
}
}
.s_lead {
  border-top: 2px solid #fe7678;
  border-bottom: 2px solid #fe7678;
  padding: 10px;
}
.sttl {
  border-left: 7px solid #ce7650;
  background: #e4a68d;
  margin: 20px 0;
  padding: 15px 20px;
  color: #fff;
  font-size: 1.6em;
}
.txt_b {
  font-weight: bold;
}

.e_red {
  color: #cc0000;
  font-size: 1.3em;
}
.e_red2 {
  color: #cc0000;
  font-size: 1em;
}
.e_red3 {
  color: #cc0000;
  font-size: 2em;
}
.e_yellow {
  color: #fed52b;
  font-size: 1.3em;
}
.e_orange {
  color: #f4ac92;
  font-size: 1.3em;
}
.e_blue {
  color: #35b5d2;
}
.e_blue2 {
  color: #35b5d2;
  font-size: 1.3em;
}
.e_pp {
  color: #a78ff5;
  font-size: 1.3em;
}
.flow{
  background-color: #FBF7E7;
  padding-bottom: 10%;
}
.flow__box {
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 85px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px 17px 18px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

.sttl .e_red {
  -webkit-text-stroke: 1px #b15a35;
}
.txt_small {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  text-align: right;
}
.txt_small_2 {
  font-size: 0.8em;
  font-weight: normal;
}
.txt_middle {
  font-size: 1.5em;
}
.txt_large {
  font-size: 2.2em;
}
.bq_01 {
  position: relative;
  /*background: #ffe56d;/* #35b5d2 */
  /*padding: 10px;*/
  text-align: center;
}
.bq_02 {
  background: #74b5e4;
  padding: 5px 10px;
  color: #fff;
  /*-webkit-text-stroke: 1px #cc0000;*/
}
.price {
  display: flex;
  align-items: center;
}
.off {
  border-radius: 10px;
  background: #ffe56d;
  padding: 3px 10px;
  color: #74b5e4;
  font-size: 1.6em;
  text-align: center;
}
.off:after {
  content: "OFF";
  display: block;
  margin: -5px 0 0;
  font-size: 0.6em;
}
.usual {
  margin: 0 10px;
  color: #333;
  font-size: 1.2em;
}
.usual > span {
  display: block;
  font-size: 0.6em;
  text-align: center;
}
.arrow {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 48px;
  height: 48px;
  background-color: #1E88E5;
  clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
}
.grade0 {
  background-image: linear-gradient(blue 50px, gray 51px);
  /*width: 100px;*/
  /*height: 100px;*/
}
.grade {
  /*background-image: linear-gradient(-45deg, #f6bab2 25%, #ffe56d 25%, #ffe56d 50%, #f6bab2 50%, #f6bab2 75%, #ffe56d 75%);*/
  border: 4px solid #f6bab2;
  background-size: 10px 10px;
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
  width: 100%;
  height: 350px;
  box-sizing: border-box;
}
.grade:after {
  content: '';
  /*background: #f6bab2;*/
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40%;
}
.inner_wrap {
  width: 91%;
  z-index: 111;
}
.inner_1 {
  border: 3px solid #74b5e4;
  margin: 0 auto;
  padding: 8px 0;
  color: #333;
  font-size: 1.3em;
}
.bq_01 .item_01 {
  width: 65%;
}
.bq_01 .item_02 {
  width: 45%;
}
.item_0 {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 100px;
}


@media screen and (max-width: 700px) {
  .grade {
    padding: 10px 0;
    height: auto;
  }
  .item_0 {
    width: 60px;
  }
  .inner_wrap {
    width: 94%;
  }
  .inner_1 {
    padding: 0;
  }
  .bq_02 {
    padding: 5px 4px;
    font-size: 1em;
  }
  .off {
    padding: 3px 5px;
    font-size: 1.4em;
  }
  .usual {
    margin: 0 5px;
  }
  .arrow {
    display: none;
  }
  .bq_02 .txt_large {
    display: block;
    font-size: 1.8em;
  }
}
.item_01 {
  bottom: -12px;
}

.txt_mdl {
  font-size: 2em;
}

.txt_c {
  text-align: center;
}

.mb0 {
  margin-bottom: 0;
  font-size: 0;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}

.highlight {
    background: linear-gradient(transparent 50%, #ffff94 0%);
    line-height: 1.3em;
}

.hl_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}

.hl_01::before,
.hl_01::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #000;
}
.hl_01::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.hl_01::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

.img_place1{
  text-align: center;
}
.img_place2 {
  margin: 30px;
  text-align: center;
}
.img_place3 {
  margin: 20px 0px 20px;
  text-align: center;
}
.img_place4 {
  margin-bottom: 30px;
}
ol  {
  margin: 0;
  padding: 0
}
ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
h3 {
  font-size: 180%;
  font-weight: 700;
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
  text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
  text-align: center;
  color: rgb(0, 117, 194);
  padding: 0.5em 0;
  border-bottom: solid 3px rgb(0, 117, 194);
  margin: 20px auto;
  background-color: lemonchiffon;
}
h3 .e_red {
  color: #a78ff5;
  -webkit-text-stroke: 1px #a78ff5;
}
.img_g{
  text-align: center;
  margin: 30px auto;
}
.img_g2{
    margin-bottom: 50px;
}
.img_g3{
  text-align: center;
  margin: 10px auto;
}
.img_g4{
  text-align: center;
  margin: 50px auto 10px;
}
.img_g5{
  text-align: center;
  margin: 0 auto;
}
.poyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.ex-1{
  text-align: center;
  margin: 20px auto;
}
.ex-2{
  text-align: center;
  margin: 0 auto 10px;
}
.p2{
  margin-bottom: 10px;
}
.p3{
  margin: 0 auto 30px;
}
.p4{
  margin: 30px auto 0;
}
.p5{
  margin-bottom: 5px;
  line-height: 1.2;
}


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

.main{
    float: left;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    margin: 0;
}
img {
	width: 100%;
}
.title_pc{
  display: none;
}
.title_sp{
  display: block;
}
}

.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: kiran 1.5s linear infinite;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.footer_inner {
  /*background: radial-gradient(#fff, #cdbc90);*/
  padding: 30px 0;
  text-align: center;
  font-weight: normal;
}
.footer_inner > a {
  color: #333;
}
.footer_inner > a:first-child:after {
  content: '|';
  margin: 0 10px;
}
