@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;
}

ol {
  margin-bottom: 30px;
}

body {
  background: #fff8ee;
  font-family: "メイリオ", sans-serif;
  font-size: 62.5%;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	max-width: 100%;
}
p {
  letter-spacing: 1px;
  line-height: 1.75;
  margin-bottom: 30px;
/*  padding: 20px 0 0 0;*/
}
a {
	text-decoration: none;
}

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

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

/* header  */
.header {
  background: radial-gradient(#fff, #aaabab);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
  max-width: 100%;
  height: 100px;
}
@media screen and (max-width: 700px) {
  .header {
    padding: 0;
    height: 50px;
  }
}
.header .logo {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 700px) {
  .header .logo {
    width: 50px;
    height: 50px;
  }
  .header .logo > img {
    width: 50px;
    max-width: 50px;
  }
}

.header .gnav li {
  display: inline-block;
}
.header .gnav li:not(:last-child):after {
  content: '｜';
  margin: 0 0.5rem;
}
.header .gnav li > a {
  color: #333;
  font-size: 1rem;
}
@media screen and (max-width: 700px) {
  .header .gnav {
    display: none;
  }
}

.header .cbtn {
  background: #aa8f25;
  margin: 0 5px;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 60px;
}
.header .cbtn > a {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .header .cbtn {
    margin: 0;
    padding: 0 8px;
    font-size: 0.8rem;
    line-height: 50px;
  }
}

/* mv */
.mv {
  background: url("../img/mv_pc.jpg") 10% 0 no-repeat;
  height: 450px;
}
@media screen and (max-width: 700px) {
  .mv {
    background-position: 82% 0;
    background-size: cover;
    height: 250px;
  }
}
.mv .mv_lead {
  padding: 100px 0 0 22%;
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  text-shadow: #7F6A00 1px 0 10px;
}
@media screen and (max-width: 700px) {
  .mv .mv_lead {
    padding: 10vw 10px 0 0;
    color: #f39f89;
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: #fff 10px 0 15px;
    text-align: right;
  }
}

/* inner */
.c_sttl {
  font-size: 1.7rem;
  text-align: center;
}
.img {
  margin: 0 0 20px;
  text-align: center;
}
.img video {
  width: 100%;
}
.txt {
  margin: 0 10px 10px;
  font-size: 1.2rem;
  text-align: center;
}

/* sec_01 */
.sec_01 .wrap {
  border: 4px solid #f39f89;
  padding: 1rem;
}
.sec_01 .wrap .case {
  display: flex;
}
@media screen and (max-width: 700px) {
  .sec_01 .wrap .case {
    display: block;
  }
  .sec_01 .wrap .case li:not(:first-child) {
    display: none;
    margin: 15px 0 0;
    transition: ease .4s;
  }
  .sec_01 .wrap .case.active li:not(:first-child) {
    display: block;
  }
  .sec_01 .wrap {
    padding: 0.5rem;
  }
}

.lead {
  padding: 0 150px;
}

/* sec_02 */
.sec_02 {
  background: #f9cfd1;
}
.sec_02 .txt_wrap {
  border: 2px solid #aa8f25;
  background: #fff8ee;
  margin: 0 auto 2rem;
  padding: 1rem;
  font-size: 1.2rem;
  max-width: 800px;
}
.sec_02 .txt_wrap img {
  border-radius: 50vh;
  width: 120px;
  height: 120px;
}
.sec_02 .txt_wrap:nth-of-type(1) img {
  float: left;
  margin: 0 10px 10px 0;
}
.sec_02 .txt_wrap:nth-of-type(2) img {
  float: right;
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 700px) {
  .sec_02 {
    padding-top: 1rem;
  }
}

.txt_lead {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

/* sec_03 */
@media screen and (max-width: 700px) {
  .sec_03 img.pc_non {
    margin: 0 auto;
    width: 70%;
  }
}

/* btn */
.btn_more {
  margin: 15px 0;
  text-align: center;
}
.btn_more span {
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  padding: 5px 30px;
  border-radius: 50vh;
  background: #f29c9f;
  border: none;
  border: solid 2px #aa8f25;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  width: 15%;
}
.btn_more span:hover {
  opacity: .8;
}
@media screen and (max-width: 700px) {
  .btn_more {
    margin: 0;
  }
  .btn_more span {
    padding: 3px;
    font-size: 1.2rem;
    width: 40%;
  }
  .btn_more.active {
    display: none;
  }
}

.btn_01 {
  margin: 10px 0 0;
  text-align: center;
}
.btn_01 > a {
  text-align: center;
  padding: 25px 40px;
  border-radius: 50vh;
  background: #aa8f25;
  border: none;
  border-bottom: solid 3px rgba(0,0,0,.25);
  color: #ffffff;
  font-size: 1.4rem;
/*  font-weight: 700;*/
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .btn_01 > a {
    padding: 1.3rem;
    font-size: 1.4rem;
    width: 80%;
  }
}

/* ttl */
.ttl_01 {
  background: #ac9977;
  position: relative;
  padding: 0.6rem 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}
.ttl_01:after {
  content: '+';
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0.8rem;
  color: #fff;
  font-size: 2rem;
  width: 2rem;
  text-align: center;
}
.ttl_01.active:after {
  content: 'ー';
  top: 0.4rem;
  font-size: 1.6rem;
}
.ttl_01:hover {
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .ttl_01 {
    padding: 0.6rem;
    font-size: 1rem;
  }
  .ttl_01:after {
    right: 0.2rem;
    font-size: 1.6rem;
  }
  .ttl_01.active:after {
    top: 0.5rem;
    font-size: 1.3rem;
  }
}

/* ribbon */
.ttl_ribbon_01 {
  background: #aa8f25;
  position: relative;
  margin: 2em auto 1em;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.ttl_ribbon_01:before,
.ttl_ribbon_01:after {
  content: '';
  border: 30px solid #aa8f25;
  position: absolute;
  top: 0;
  display: block;
/*  height: 48px;*/
}
.ttl_ribbon_01:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.ttl_ribbon_01:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.ttl_ribbon_01 span {
  position: relative;
  display: block;
}
@media screen and (max-width: 700px) {
  .ttl_ribbon_01 {
    margin: 1rem auto;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
  }
  .ttl_ribbon_01:before,
  .ttl_ribbon_01:after {
    border-block-width: 20px;
  }
}

.about {
  margin: 0 auto 10px;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .about {
    width: 100%;
  }
}

/* アコーディオン */
.about_lead {
  border: 1px solid #ac9977;
  background-color: #fff8ee;
  display: none;
  padding: 1rem;
  font-size: 1.2rem;
  transition: ease .4s;
}
.about_lead.active {
  display: block;
/*  transform: translateX(0);*/
}

@media screen and (max-width: 700px) {
  .lead {
    padding: 0 10px;
  }
}
.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_yellow {
  color: #fed52b;
  font-size: 1.3em;
}
.e_orange {
  color: #f4ac92;
  font-size: 1.3em;
}
.e_blue {
  color: #35b5d2;
}

.e_pp {
  color: #a78ff5;
  font-size: 1.3em;
}
.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_yellow {
  background: linear-gradient(transparent 50%, #ffff94 0%);
  line-height: 1.3em;
}
.highlight_pink {
  background: linear-gradient(transparent 50%, #ffcccc 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;
}
.sub_ttl {
  text-align: center;
}
.sub_ttl span {
  display: inline-block;
  font-size: 250%;
  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(243,159,137);
  padding: 0.5em;
/*  border-bottom: solid 3px rgb(243,159,137);*/
  margin: 20px auto;
}
@media screen and (max-width: 700px) {
  .sub_ttl span {
    margin: 10px auto;
    padding: 0.5rem 0;
    font-size: 1.1rem;
    width: 100%;
  }
}

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%;
}
}

.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;
}

.pc_non {
  display: none;
}
.sp_non {
  display: block;
}
.ilb {
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .pc_non {
    display: block;
  }
  .sp_non,
  .ilb {
    display: none;
  }
}

.tc {
  margin: 0 auto;
}
