
html body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  /*font-family: 'M PLUS Rounded 1c';

font-family: 'Kosugi', sans-serif;*/
  background: #fff;
}

.main {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

header {
  width: 100%;
  height: 10%;
  background: #000;
  margin: 0;
  padding: 5px 0;
}

header h1 {
  color: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Lato';
}

header p {
  color: #FFF;
  text-align: left;
  margin: 0 0 0 150px;

}

header .inline-block_test {
  display: inline-block;
}

.tel {
  font-size: 1em;
}

.bangou {
  font-size: 1.5em;
}

/*#nav-drawer {
  position: absolute;
  text-align: right;
  top: 15px;
  right: 5%;
}

/*チェックボックス等は非表示に
.nav-unshown {
  display:none;
}

/*アイコンのスペース
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ
  width: 30px;/*長さ
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}*/

.top {
  background: repeating-linear-gradient(-45deg, #fcdc04 0.5px,  #fce404 0.5px, #f4d804 1px,  #fce004 13px);
}

.top p {
  margin: 0;
  font-weight: bold;
}

.top h2 {
  color: #DD0000;
  margin: 0;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.top h1 {
  font-size: 3.5em;
  text-align: left;
  text-indent: 0em;
  text-shadow: 3px 2px 3px #FFF;
}
.kan {
  font-size: 1em;
}

.muryou {
  font-size: 1.4em;
}

.box1 {
    width: 8%;
    position: absolute;
    padding: 4px 15px;
    margin: 0;
    font-weight: bold;
    border: solid 3px #000000;
    background: #fff;
    top: 4%;
    left: 80%;
    font-family: 'Lato';
}

.box2 {
    position: absolute;
    top: -4em;
  left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
    max-width: 100%;
    padding: 0.8em 2em 0.8em 3em;
    margin: 2em 0;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FF0000;
    border: solid 3px #000;/*線*/
    border-radius: 10px;/*角の丸み*/
    box-shadow: 3px 2px 0px #000;
}



hr {
  margin: 0;
  padding: 0;
}

.text-image {
  display: inline-block;
  width: 35%;
  padding-top: 80px;
}

.text-image img {
  width: 100%;
}

.text-image p {
  top: 18%;
  font-size: 1.2rem;
  left: 36.5%;
}

.text-image2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}



.text-image2 h1 {
  padding-top: 20px;
  margin: 0;
  font-family: YuGothic, "Yu Gothic", ヒラギノ角ゴシック, "Hiragino Sans", sans-serif;
}

.konwaku {
  position: relative;
}

.konwaku img {
  margin: 120px 0 100px;
  width: 60%;
}

h3 span {
 font-size: 1.5em;
 height: 250px;
 position: absolute;
 color:#000;
 width: 50px;
 left: 48%;
 top: 95%;
 transform-origin: bottom center;
 }
 .char1 { transform: rotate(-55deg); z-index: 10; }
 .char2 { transform: rotate(-48deg); z-index: 10; }
 .char3 { transform: rotate(-41deg); z-index: 10; }
 .char4 { transform: rotate(-34deg); z-index: 10; }
 .char5 { transform: rotate(-27deg); z-index: 10; }
 .char6 { transform: rotate(-20deg); z-index: 10; }
 .char7 { transform: rotate(-13deg); z-index: 10; }
 .char8 { transform: rotate(-6deg); z-index: 10; }
 .char9 { transform: rotate(1deg); z-index: 10; }
 .char10 { transform: rotate(8deg); z-index: 10; }
 .char11 { transform: rotate(15deg); z-index: 10; }
 .char12 { transform: rotate(22deg); z-index: 10; }
 .char13 { transform: rotate(29deg); z-index: 10; }
 .char14 { transform: rotate(36deg); z-index: 10; }
 .char15 { transform: rotate(43deg); z-index: 10; }
 .char16 { transform: rotate(50deg); z-index: 10; }
 .char17 { transform: rotate(57deg); z-index: 10; }

.kyokusen {
  margin-bottom: 80px;
}

.mizutama .yajirushi {
  margin-top: 20px;
  position: absolute;
  top: -7%;
  left: 45%;
  width: 10%;
}

.mizutama {
  position: relative;
  top: 160%;
  margin     : auto;
  max-width  : 100%;
  height     : 750px;
                                      /* ドット（水玉）模様のCSS */
  background-color   : #c2eeef;
  background-image   : radial-gradient(#fff 6%, transparent 14%),
                       radial-gradient(#fff 6%, transparent 14%);
  background-position: 0 0, 7px 7px;
  background-size    : 14px 14px;
}

.mizubox > span {
  text-align: center;
    position: absolute;
    display: inline-block;
    background: #ee0000;
    line-height: 1.8;
    padding: 0 30px;
    padding-left: 40px;
    border-radius: 20px;
    color: #ffff;
    font-size: 3rem;
    z-index: 9;
    letter-spacing: 10px;
    font-weight: bold;
}
.mizubox p {
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-weight: bold;
  line-height: 2;
  z-index: 9;
  white-space: pre-wrap;
  font-size: 1.8rem;
}
.mizubox > span:nth-of-type(1) {
    top: 10%;
    left: 10%;
    transform: rotate(-20deg);
}
.mizubox > span:nth-of-type(2) {
    top: 30%;
    right: 10%;
    transform: rotate(20deg);
}
.mizubox img {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 0 auto;
  width: 800px;
  max-width: 95%;
}

.otosiana {
  background: repeating-linear-gradient(-45deg, #fcdc04 0.5px,  #fce404 0.5px, #f4d804 1px,  #fce004 13px);
  position: relative;
}

.otosiana h2 {
  margin: 0;
  padding-top: 80px;
  font-size: 1.8rem;
  padding-bottom: 4px;
  display: inline-block;
}

.otosiana h1 {
  color: #DD0000;
  font-size: 1.5em;
  text-align: left;
}

.border-bottom {
  border-bottom: solid 4px black;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.reason {
  float: left;
  width: 33%;
  padding: 0 4% 10px 4%;
  margin: auto;
}

.reason img {
  width: 100%;
}

.reason p {
  font-weight: bold;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.riyuu {
  padding: 40px 8% 20px;
  margin: 20px 0px;
  flex-wrap: wrap;
}

.text-image3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

.text-image3 img {
  width: 15%;
  object-fit: contain;
}

.text-image3 h1 {
  float: left;
  padding-top: 20px;
  padding-right: 3%;
  margin: 0;
}

.otosiana .yaji {
  position: absolute;
  left: 48%;
  top: 93%;
}

.kaiketsu {
  position: relative;
  padding-top: 150px;
}

.box3 {
    display: inline-block;
    padding: 0.6em 6% 0.6em 6%;
    margin: 2em 0;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FFE000;
    border: solid 3px #000;/*線*/
    border-radius: 10px;/*角の丸み*/
    font-size: 1.5em;
    letter-spacing: 10px;
}

.kaiketsu img {
  width: 90%;
  padding-top: 10px;
}

.kaiketsu .box2 {
    position: static;
    top:100%;
    left: 39%;
    max-width: 100%;
    display: inline-block;
    padding: 0.8em 2em 0.8em 3em;
    margin: 2em 0;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FF0000;
    border: solid 3px #000;/*線*/
    border-radius: 10px;/*角の丸み*/
    box-shadow: 3px 2px 0px #000;
-webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.kaiketsu .box2 img {
  margin: 0;
  padding: 0 0 0 10%;
  width: auto;
}

.li {
  display: flex;
  margin: 20px 0 20px 0;
  padding: 30px 0 30px 0;
}

.list {
  padding: 10px 23% 10px 23%;
}

.list img {
  width: 15%;
  margin: 0 5% 0 0;
  padding: 0;
  object-fit: contain;
}

.list h3 {
  color: #E45826;
  margin: 0 0 30px 0;
  text-align: left;
  font-size: 1.4rem;
}

.list p {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}

.text {
  display: inline-block;
}

.sinrai {
  text-align: center;
  margin-top: 160px;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width  : 100%;
                                      /* ドット（水玉）模様のCSS */
  background-color   : #c2eeef;
  background-image   : radial-gradient(#fff 6%, transparent 14%),
                       radial-gradient(#fff 6%, transparent 14%);
  background-position: 0 0, 7px 7px;
  background-size    : 14px 14px;
}

.box4 {
  margin: 0 auto;
  display: inline-block;

  top: 15%;
  left: 38%;
    padding: 0.8em 2.5em;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 3px #000;/*線*/
    border-radius: 10px;/*角の丸み*/
    letter-spacing: 5px;
    font-size: 1.4em;
}

.sinrai p {
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.2rem;
}

.sinrai img {
  width: 2%;
  margin: 0 10px 5px 0;
}

.sinrai .list2 {
  padding-top: 50px;
  text-align: left;
  padding-left:20%;
}

.marker {
  background: linear-gradient(transparent 45%, #FFE000 45%);
  font-weight: bold;
}

.jirei {
  padding-top: 100px;
  background-color: #FFE000;
}

.hako {
  background-color: #fff;
  width: 80%;
  margin: 10px auto;
}

.box5 {
    width: 31%;
    left: 34.5%;
    padding: 0 5% 0 5%;
    margin: 0;
    position: relative;
    top: -30px;
    line-height: 1.7;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 3px #fff;/*線*/
    border-radius: 30px;/*角の丸み*/
    z-index: 3;
}

.hukibox {
  position: relative;
}

.hukibox img {
  position: absolute;
  top: 23%;
  left: 35%;
  width: 30%;
  z-index: 4;
}

.Asya {
  font-size: 1.5em;
}

.gyou {
  font-size: 1em;
}

.hikaku {
  display: flex;
  align-items: center;
  padding: 10px 5% 20px 5%;
}

.hikaku p {
  font-weight: bold;
  font-size: 0.8em;
  width: 28%;
  text-align: left;
  white-space: pre-wrap;
  font-size: 1.2rem;
  line-height: 1.5;
}

.icon {
  padding: 0px 3% 0 3%;
}

.icon h3 {
  font-size: 1.5em;
  margin-top: 0;
}

.icon img {
  width: 80%;
}

.yajirushi3 {
  width: 3%;
  padding-left: 4%;
}

.kekka {
  width: 75%;
  display: inline-block;
  padding-bottom: 30px;
}

.kekka h1 {
  background-color: #FFE000;
  padding: 10px 10%;
  border-top: solid 5px;
  border-bottom: solid 5px;
  border-color: #000;
}

.dounyuu {
  background-color: #FFE000;
}


.hukibox2 {
  position: relative;
  padding-top: 100px;
}
.hukibox2 h1 {
  margin: 0;
}

.hukibox2 img {
  position: absolute;
  top: 68%;
  left: 50%;
  width: 30%;
  z-index: 4;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}

.hukibox2 .box5 {
    padding: 0 5% 0 5%;
    margin: 0;
    position: relative;
    top: -30px;
    line-height: 2;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FFF;
    border-radius: 20px;/*角の丸み*/
    z-index: 3;
  left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}

.doutop {
  position: relative;
}

.doutop .pc2 {
  position: absolute;
  top: 10px;
  left: 70%;
  width: 150px;
  width: 12%;
}

.threebox{
  padding: 60px 10% 10px 10%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.onebox {
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 25%;
  margin: 0 1%;
  line-height: 1.5;
}

.onebox p {
  font-weight: bold;
  padding: 50px 10% 10px 10%;
  text-align: left;
  font-size: 1.2rem;
}

.onebox .one {
  position: absolute;
  top: -20%;
  left: 42%;
  font-size: 4em;
  color: #FFE000;
  font-family: 'Open Sans';
  text-shadow:0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.kabu {
  display: flex;
  align-items: center;
  padding: 30px 20% 80px 24.2%;
}

.kabu img {
  float: left;
  width: 18%;
}

.kabu p {
  font-weight: bold;
  text-align: left;
  width: 70%;
  font-size: 1.2rem;;
  margin-left: 30px;
  line-height: 1.5;
}

.last {
  padding: 150px 0 50px 0;
  background-color: white;
}

.last .box2 {
  position: static;
  display: inline-block;
  top:85%;
  left: 38.5%;
  max-width: 100%;
  padding: 0.8em 2em 0.8em 3em;
  margin: 2em 0;
  font-weight: bold;
  color: #000;/*文字色*/
  background: #FF0000;
  border: solid 3px #000;/*線*/
  border-radius: 10px;/*角の丸み*/
  box-shadow: 3px 2px 0px #000;
-webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.last img {
}

.last .box2 img {
  margin: 0;
  padding: 0 0 0 10%;
}

.footer {
  background-color: #000;
  color: #FFF;
}

.cool {
    font-family: Lato,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;}










.taihi {
  padding: 50px 0 90px;
  background: #fafafa;
}
.jeo-red {
  color: rgba(244, 67, 54,1);
}

#container {
  padding:60px 100px 20px;
  font-weight: bold;
  color:white;
}
#container hr {
  margin: auto;
}

#intro {
  margin-top:100px;
}
#intro, #intro>h2 {
  letter-spacing:1.5px;
  font-weight:700;
}
#intro>h2>span {
  font-weight:700;
}

#box-section {
  margin-top:100px;
  display:flex;
  justify-content: center;
}

.box {
  height:420px;
  width:320px;
  border: 2px solid #000;
  float:left;
  border-radius:8px;
  padding:20px;
  text-align:center;
  display:flex;
  flex-direction: column;
  transition: all 0.2s linear;
  cursor:pointer;
}
.bigger-font {
  font-size: 1.2em;
}
.box-header {
  display:flex;
  flex:1;
  flex-direction:column;
  justify-content: center;
  letter-spacing:1.5px;
  font-weight:700;
  font-size: 1.4rem;
}
.box-content {
  display:flex;
  flex:2;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  font-size:45px;
  letter-spacing:1px;
  margin-top:0px;
}
.box-footer {
  display:flex;
  flex:1;
  justify-content: center;
  align-items: center;
}

.price:first-letter {
  /*font-size:2.6rem;*/
}
.price {
  font-size:2.6rem;
  position:relative;
  line-height: 1.2;

}
.big-price {
  font-size:4rem;
}
.dollar {
  position:absolute;
  font-size:20px;
  font-weight:700;
  top:-20px;
  right:0;
  letter-spacing:0.5px;
}
.price-details {
  font-size:1.2rem;
  width:100%;
  font-weight:700;

}

.box.box-purple {
  background:#8893D3;
}
.box.box-pink {
  background:#FDD9D7;
  color: #000;
}
.box.box-white {
  background: #fff;
  color: #000;
}
.btn.btn-purple {
  color: #8893D3;
}
.box.box-blue {
  background:#73B7DE;
  z-index:2;
}
.box.box-red {
  background:#ee0000;
  z-index:2;
}
.btn.btn-blue {
  color: #73B7DE;
}
.box.box-darkpurple {
  background:#B697F5;
  z-index:1;
}
.btn.btn-darkpurple {
  color: #B697F5;
}
.box {
}
.box-blue , .box-red{
  transform: scale(1.05);
}
.box:hover {
}
.button {
  background: #fff;
    display: inline-block;
    line-height: 2.8;
    padding: 0 60px;
    padding-right: 30px;
    border: 2px solid #000;
    text-decoration: none;
    border-radius: 4rem;
    letter-spacing: 2px;
    font-weight: bold;
        color: #000;
}
.button:hover i , .button:hover svg{
}
.button i, .button svg {
    margin-left: 30px;
    transition: .3s;
}
ul.feature {
  padding: 0;
}
ul.feature li{
  line-height: 2.0;
  list-style-type: none; /*轤ｹ繧帝撼陦ｨ遉ｺ*/
  position: relative; /*蝓ｺ貅紋ｽ咲ｽｮ*/
  padding-left: 1rem;
}
ul.feature li:before {
    font-family: "Font Awesome 5 Free";
    content: "■";
    position: absolute;
    left: 1rem;
}

.balloon p{
  margin: 8px 0;
}
.balloon {
  background: #ee0000;
  line-height: 1.2;
  position: absolute;
  width: 100%;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-60%);
  text-align: center;
  display: inline-block;
  padding: 0px 25px;
  min-width: 120px;
  max-width: 100%;
  letter-spacing: 2px;
  font-weight: bold;
  border: solid 2px #000;
  border-radius: 10px;
  box-sizing: border-box;
}
.balloon:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -6px;
    border: 8px solid transparent;
    border-top: 8px solid #DD0000;
    z-index: 2;
}
.balloon:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -8px;
    border: 10px solid transparent;
    border-top: 10px solid #000;
    z-index: 1;
}

.table-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.table-section > div{
  width: 1200px;
  max-width: 95%;
  text-align: center;
  margin: 0 auto;
}
.responstable {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  color: #000;
  border-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.responstable tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.05);
}
.responstable tr:last-child {
}
.responstable th:nth-child(1) ,.responstable td:nth-child(1)  {
  border-right: 4px dotted #ccc;
}
.responstable th {
  display: none;
  background-color: rgba(244, 67, 54,1);
  color: #FFF;
  padding: 1em;
}
.responstable th:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
}
.responstable td:first-child {
  display: table-cell;
  text-align: center;
}
.responstable th, .responstable td {
}
  .responstable th, .responstable td {
    display: table-cell;
    padding: 1em;
  }


@media (max-width: 1059px) and (min-width: 450px)  {
  #container {
    padding: 0;
    width: 450px;
    margin: 0 auto;
  }
}

@media (max-width: 1059px) {
  #container {
    padding: 0 10px;
  }
  #box-section {
    flex-wrap: wrap;
  }
  #box-section {
    margin-top: 120px;
  }
  .box {
    margin-bottom: 20px;
  }
  .box-red {
    order: -1;
    transform: scale(1);
  }
  #box-section .box{
    width: 100%;
  }
  .table-section {
    overflow: auto;
  }
  .table-section > div
  {
    padding: 0 20px;
    width: 900px;
    max-width: 900px;
  }
}
.table-wrapper {
  width: 1000px;
  max-width: 98%;
  margin: 0 auto;
}
.table-wrapper div:nth-of-type(1) {
  overflow-x: auto;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
}

table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
  line-height: 2.5;
}

table th:nth-child(1){
  background-color:#ee0000;
  border-radius: 10px 0 0 0;
  color: white;
}

table th:nth-child(2){
  background-color:#ee0000;
  color: white;
}
table th:nth-child(3){
  background-color:#ee0000;
  color: white;
  border-radius: 0 10px 0px 0;
}

table tr:nth-child(2) td{
}

table th, table td{
}
table th, table td{
  width: 280px;
}
table td{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 155px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2.2;
}

table td a{
  background-color: #25b327;
  color: white;
  padding:5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

table .popular{
}

table th.popular{
  position: relative;
}

table th.popular span.no1{
  position: absolute;
  top: -10px;
  left:calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  padding: 10px 0;
}
.table-price {
  border-top: 2px solid #ccc;
}
.table-price td {
  line-height: 1.5;
    padding: 20px 0;
}
.table-price td span:nth-of-type(1) {
  text-decoration: line-through;
}
.table-price td:nth-of-type(1) span:nth-of-type(2) {
  color: #EE817B;
color: #ee0000;
}
.table-price td:nth-of-type(2) span:nth-of-type(2) {
  font-size: 2.6rem;
}
.table-price td span:nth-of-type(2) {
  font-size: 2.2rem;
  color: #ee0000;
  letter-spacing: 2px;
}
.bottom-table {
  padding: 15px 30px;
  border-bottom: #ee0000 2px solid;
  border-right: #ee0000 2px solid;
  border: #ee0000 3px dashed;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.2;
}
.h-p {
  font-size: 1.4rem; line-height: 2; letter-spacing: 2px; font-weight: bold;
}
.pack {
  font-size: 2rem;
}
.pack i {
  margin-right: 10px;
}
@media (max-width:768px) {
  .pc {
    display: none;
  }
  html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
  body .taihi {
    padding: 50px 15px;
  }

  .table-price td:nth-of-type(2) span:nth-of-type(2) {
    font-size: 2.0rem;
  }
  .table-price td span:nth-of-type(2) {
    font-size: 1.6rem;
    color: #ee0000;
    letter-spacing: 2px;
  }
  .top h1 {
    text-indent: 0;
    padding-left: 2%;
    font-size: 2.8rem;
    text-align: center;
    padding-top: 30px;
    line-height: 1.2;
}
  .big-price {
    font-size:2.8rem;
  }
  .text-image {
    width: 90%;
    padding: 30px 0 0;
  }
  .text-image p {
    font-size: 1.2em;
    padding: 0;
    line-height: 1.3;
  }

  .text-image2 {
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .box2 {
    width: 80%;
    padding: 0.7em 3%;
    top: -22%;
  }
  .konwaku .box2 img {
    padding-left: 5%;
  }
  .konwaku img {
    width: 90%;
    margin: 60px 0 50px;
  }
  h3 span {
    font-size: 1.2em;
    height: 200px;
    width: 20px;
  }
  hr {
    width: 99.5%;
  }
  .mizutama .yajirushi {
    width: 10%;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .mizutama {
    height: 400px;
  }
  .mizutama img {
    width: 100%;
    top: 48%;
  }
  .mizubox img {
  }
  .mizubox > span {
    line-height: 1.5;
    padding: 0 15px;
    padding-left: 25px;
    font-size: 1.8rem;
    border-radius: 10px;
  }

  .mizubox > p {
    width: 100%;
    padding: 0 20px;
    line-height: 1.5;
    width: 100%;
    font-size: 1.1rem;
    bottom: 0px;
  }
  .mizubox > p span {
  }
  .mizubox > span:nth-of-type(1) {
      top: 4%;
      left: 2%;
  }
  .mizubox > span:nth-of-type(2) {
      top: 20%;
      right: 2%;
  }
  .otosiana h2 {
    padding-top: 40px;
    font-size: 1.7em;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .otosiana h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
  }
  .riyuu {
    margin: 0;
    margin-left: 0%;
    padding: 10px 0 0;
    position: relative;
    display: flex;

  }
  .reason {
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .reason img {
    width: 60%;
  }
  .reason p {
    font-size: 1.2rem;
    line-height:1. 3;
    text-align: left;
  }
  .text-image3 {
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
  .text-image3 img {
    position: absolute;
    width: 42%;
    top: 440px;
    left: 54%;
  }
  .text-image3 h1 {
    font-size: 1.2em;
  }
  .otosiana .yaji img {
    width: 50%;
  }
  .otosiana .yaji {
    left: 44.5%;
    top: 97%;
  }
  .kaiketsu {
    padding-top: 50px;
  }
  .box3 {
    width: 80%;
    margin: 1em 0;
    font-size: 1.2em;
    letter-spacing: 3px;
  }
  .kaiketsu img {
    padding-top: 10px;
  }
  .li {
    flex-wrap: wrap;
    display: inline-block;
    margin: 0;
    padding: 10px 0;
  }
  .list {
    padding: 10px 15%;
  }
  .list img {
    width: 40%;
  }
  .list h3 {
    text-align: center;
    margin: 8px 0;
  }
  .list p {
    text-align: center;
    font-size: 1.2rem;
  }
  .kaiketsu .box2 {
    width: 80%;
    left: 8%;
    padding: 0.7em 2%;
  }
  .kaiketsu .box2 img {
    padding: 0 0 0 10%;
  }
  .sinrai {
  }
  .sinrai .box4 {
    width: 80%;
    top: 10%;
    left: 6%;
    letter-spacing: 2px;
    padding: 0.5em 3%;
  }
  .sinrai .list2 {
    padding-top: 130px;
  }
  .sinrai p {
    padding: 10px 6%;
    font-size: 1.2rem;
    text-align: left;
    text-indent: -2.1em;
    margin-left: 7%;
  }
  .sinrai img {
    width: 6%;
  }
  .jirei {
    padding-top: 80px;
    background-color: #FFE000;
  }
  .spa {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 20px; */
    margin-bottom: 40px;
}
  .hako {
    width: 90%;
    /* margin: 10px 5%; */
  }
  .box5 {
    width: 70%;
    left: 15%;
    font-size: 0.8em;
    letter-spacing: 3px;
  }
  .hukibox img {
    width: 70%;
    left: 15%;
    top: 13%;
  }
  .hukibox h1 {
    margin-bottom: 0;
  }
  .hako h2 {
    margin-top: 0;
    font-size: 1em;
  }
  .hikaku {
    flex-wrap: wrap;
    padding: 0;
    align-items: flex-start;
  }
  .icon {
    width: 25%;
    padding-top: 4px;
    padding-right: 0;
  }
  .icon img {
    width: 50%;
  }
  .icon h3 {
    font-size: 1.2em;
  }
  .hikaku p {
    margin-top: 0;
    width: 65%;
    font-size: 1.1rem;
    text-align: left;
  }
  .yajirushi3 {
    width: 10%;
    padding: 0;
    margin-bottom: 10px;
    display: inline !important;
    margin: 30px;
  }
  .kekka {
    width: 90%;
    padding-bottom: 20px;
  }
  .kekka h1 {
    font-size: 1.2em;
    padding: 15px 0;
  }
  .hukibox2 .box5 {
    width: 80%;
  }
  .hukibox2 {
    padding-top: 30px;
  }
  .hukibox2 img {
    top: 40%;
    width: 80%;
  }
  .onebox {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .threebox {
    padding-top: 0;
  }
  .onebox .one {
    top: -29%;
  }
  .onebox p {
    margin-left: 0;
    padding: 50px 8% 20px;
    font-size: 1.2rem;
  }
  .doutop .pc2 {
    top: 32%;
    left: 70%;
    width: 25%;
    z-index: 5;
  }
  .kabu {
    padding: 0 5% 30px;
    flex-wrap: wrap;
  }
  .kabu p {
    margin: 0;
    font-size: 1.2rem;
    width: 100%;
  }
  .kabu img {
    width: 42%;
    margin-bottom: 20px;
  }
  .last img {
    width: 92%;
    margin-bottom: 20px;
  }
  .last {
    padding: 40px 0 40px;
  }
  .last h1 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
  }
  .last .box2 {
    width: 80%;
    padding: 0.7em 2%;
    top: 70%;
    -webkit-transform: translateX(0%);
        transform: translateX(0%);
  }
  .last .box2 img {
    padding: 0 0 0 10%;
    width: auto;
  }
 .top h2 {
   font-size: 1.2rem;
   padding-top: 10px;
 }
 .otosiana {
   padding-right: 10px;
   padding-left: 10px;
 }
 .sinrai {
   margin-top: 50px;
   padding-bottom: 50px;
   padding-top: 60px;
 }
 .sinrai .list2 {
   padding-top: 50px;
   padding-left: 2%;

 }
  .h-p {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .pack {
    font-size: 1.7rem;
  }
  .balloon {
    padding: 2px 0px;
  }
  .feature {
  }
  .konwaku .box2 img {
    margin: 0;
    padding-left: 9%;
    width: 13%;
}
  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px !important;
    line-height: 1;
    opacity: .75;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -20px !important;
}
.slick-next {
  right: -20px !important;
}
.mizubox > h5 {
    font-size: 1.4rem;
    padding-top: 50px;
    margin: 0;
}
.text-image2 img {
  width: 60%;
    padding-left: 10%;
    object-fit: contain;
}

}

@media (min-width:769px) {
  .sp {
    display: none;
  }
  .konwaku .box2 img {
    margin: 0;
    padding-left: 10%;
    width: 14%;
  }
  .slick-prev {
      left: -30px !important;
  }
  .text-image2 img {
    width: 25%;
    object-fit: contain;
    padding-left: 5%;
}

  .slick-prev:before, .slick-next:before {
    font-family: 'slick';
      font-size: 30px !important;
      line-height: 1;
      opacity: .75;
      color: black !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .mizubox > h5 {
    font-size: 1.8rem;
    padding-top: 80px;
  }
  .spa {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * 以下、動画編集ページ用
 * */
.price-header {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 23px 0px;
  text-align: center;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.price-header h5 {
  text-transform: uppercase;
}

.price-header span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 5px;
}

.price-num {
  position: relative;
  width: 100%;
  text-align: center;
}

.price-num span {
  font-size: 3.8rem;
  font-weight: 300;
  position: relative;
  float: none;
  display: block;
  line-height: 48px;
  padding-bottom: 20px;
}

.price-num span small {
  font-size: 30px;
  font-weight: 300;
}

.price-num a {
  margin-bottom: 40px;
}

.price-num a:hover {
  background: #fff;
  color: #111;
}

.price-block:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  margin-top: -10px;
}

ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 70px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 16px - 2px);
  z-index: 10;}
.flow > li dl {
  background-color: #fff;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #3c3c3c;
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 23px;
  border-top-color:#3c3c3c;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 16px;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: #FF0000;
  padding: 5px 10px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  width: 160px;
  z-index: 100;
}
.flow > li dl dt .sp-icon {
  display: none;
}
.flow .flow-item {
  display: flex;
}
.flow .flow-item .flow-detail {
  color: #3c3c3c;
  font-size: 14px!important;
  margin: auto;
  width: 400px;
}

@media screen and (max-width: 1199px) {
  .flow .flow-item .flow-detail {
    width: 260px;
  }
}

@media screen and (max-width: 991px) {
  .page-subcaption {
    font-size: 12px!important;
  }
  .flow > li dl {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .flow .flow-item {
    display: block;
    margin-top: 10px;
  }
  .flow > li:not(:first-child)::before {
    content: none;
  }
  .flow > li dl dt .icon {
    display: none;
  }
  .flow > li dl dt .sp-icon {
    color: #fff;
    display: block;
    border-radius: 50%;
    font-size: 20px;
    margin: -52px 0 0 -56px;
    height: 60px;
    width: 60px;
    padding-top: 14px;
    background: #FF0000;
    z-index: 100;
  }
  .flow .flow-item .flow-detail {
    font-size: 12px!important;
    width: 324px;
  }
}
/**
 * 料金
**/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricecards{
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
      }
.pricecard{
flex: 0 0 33%;
text-align: center;
border: 1px solid #eee;
padding-bottom: 1rem;
box-sizing: border-box;
margin:0 auto 3em;
      }
      .pricecard h3{
          background: #999;
          color: #fff;
          padding: 10px;
          margin: 0;
      }
      .pricecard.premium{
          border: 3px solid #ea0606;
          padding-bottom: 3rem
      }
      .pricecard.premium h3{
          background: #ea0606;
          color: #fff;
          padding: 10px;
          margin: 0;
      }
      .pricecard h4{
          font-size: 300%;
          margin: 0 auto;
          padding: 1rem 0 0;
      }
      .pricecard.premium h4 {
          padding: 20px;
      }
      .pricecard p{
          margin: 0;
          padding: 1rem;
          text-align: left;
      }
      .pricecard a{
          padding: 10px 40px;
          background: #fb5859;
          color: #fff;
          text-decoration: none;
          border-radius: 3px;
          display: inline-block;
      }
@media screen and (max-width: 600px){
.profile_card, .pricecards, .profile_cards {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.pricecard, .card_photo {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.pricecard.premium {
  order: 1;
  -webkit-order: 1;
}
}

.contact-wrap {
  text-align: center;
}

a.contact-btn {
  color: #fff;
  background-color: #FF0000;
}

a.contact-btn:hover {
  color: #fff;
  background: #FF0000;
}

a.contact-btn.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.contact-btn.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

* {
  box-sizing: border-box;
}
/*  */
