@charset "UTF-8";
/* 768/992/1200 */
/* line 29, ../scss/_assets.scss */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 9, ../scss/style.scss */
* {
  box-sizing: border-box;
}

/* line 12, ../scss/style.scss */
a {
  text-decoration: none;
  transition: 300ms;
  color: #141517;
}

/* line 17, ../scss/style.scss */
img {
  height: auto;
  vertical-align: bottom;
}

/* line 21, ../scss/style.scss */
html {
  color: #141517;
  letter-spacing: .6px;
}

/* line 28, ../scss/style.scss */
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Open Sans' , "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* line 35, ../scss/style.scss */
section {
  clear: both;
}

/* line 38, ../scss/style.scss */
p, h1, h2, h3, h4, h5, h6 {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

/* line 41, ../scss/style.scss */
.wrap {
  width: 100%;
}

/* line 51, ../scss/style.scss */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  z-index: 9999;
  /* inner-nav */
}
/* line 58, ../scss/style.scss */
nav .inner-nav {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  /* sp-menu */
  /* ul */
}
@media screen and (max-width: 970px) {
  /* line 58, ../scss/style.scss */
  nav .inner-nav {
    padding: 0 2%;
  }
}
/* line 67, ../scss/style.scss */
nav .inner-nav .sp-menu {
  display: none;
}
@media screen and (max-width: 970px) {
  /* line 67, ../scss/style.scss */
  nav .inner-nav .sp-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translate(0, -50%);
  }
}
/* line 76, ../scss/style.scss */
nav .inner-nav .sp-menu .nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
/* line 90, ../scss/style.scss */
nav .inner-nav .sp-menu .nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #141517;
  border-radius: 30px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* line 108, ../scss/style.scss */
nav .inner-nav .sp-menu .nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 115, ../scss/style.scss */
nav .inner-nav .sp-menu .nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 122, ../scss/style.scss */
nav .inner-nav .sp-menu .nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
/* line 129, ../scss/style.scss */
nav .inner-nav .sp-menu .nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 8px;
}
/* line 137, ../scss/style.scss */
nav .inner-nav .sp-menu .nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
/* line 141, ../scss/style.scss */
nav .inner-nav .sp-menu .nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 8px;
}
/* line 150, ../scss/style.scss */
nav .inner-nav h1 {
  float: left;
  max-width: 250px;
  width: 60%;
}
/* line 154, ../scss/style.scss */
nav .inner-nav h1 img {
  width: 100%;
  padding: 10px 40px;
}
@media screen and (max-width: 970px) {
  /* line 154, ../scss/style.scss */
  nav .inner-nav h1 img {
    padding: 6px 20% 6px 0px;
  }
}
/* line 162, ../scss/style.scss */
nav .inner-nav ul {
  float: right;
  /* li */
}
@media screen and (max-width: 970px) {
  /* line 162, ../scss/style.scss */
  nav .inner-nav ul {
    display: none;
  }
}
/* line 167, ../scss/style.scss */
nav .inner-nav ul li {
  float: left;
}
/* line 169, ../scss/style.scss */
nav .inner-nav ul li a {
  display: block;
  margin: 0;
  padding: 23px 15px;
  font-size: 13px;
  font-weight: bold;
}
/* line 175, ../scss/style.scss */
nav .inner-nav ul li a:hover {
  background: #ddd;
}

/* nav */
/* line 185, ../scss/style.scss */
.inner-spnav {
  display: none;
  text-align: center;
}
/* line 188, ../scss/style.scss */
.inner-spnav ul {
  border-bottom: 1px solid #f1f1f1;
}
/* line 191, ../scss/style.scss */
.inner-spnav ul li a {
  display: block;
  padding: 16px;
  font-size: 16px;
  letter-spacing: 2px;
  border-top: 1px solid #f1f1f1;
}

/* inner-spnav */
/* line 205, ../scss/style.scss */
.section {
  width: 100%;
  /* h2 */
  /* block */
  /* img-right */
  /* btn */
  /* center */
  /* list */
}
/* line 207, ../scss/style.scss */
.section .inner-section {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 375px) {
  /* line 207, ../scss/style.scss */
  .section .inner-section {
    padding: 20px 16px;
  }
}
/* line 217, ../scss/style.scss */
.section h2 {
  margin-bottom: 50px;
  padding-top: 46px;
  font-size: 48px;
  font-family: 'Open Sans Condensed';
  text-align: center;
  line-height: 1.3;
  letter-spacing: 4px;
}
@media screen and (max-width: 425px) {
  /* line 217, ../scss/style.scss */
  .section h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 320px) {
  /* line 217, ../scss/style.scss */
  .section h2 {
    font-size: 35px;
  }
}
/* line 231, ../scss/style.scss */
.section h2 span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: 'Open Sans';
}
@media screen and (max-width: 320px) {
  /* line 231, ../scss/style.scss */
  .section h2 span {
    font-size: 15px;
  }
}
/* line 241, ../scss/style.scss */
.section h2 .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-bottom: 0;
  background-color: #111;
}
/* line 249, ../scss/style.scss */
.section h3 {
  font-size: 26px;
  text-align: center;
}
/* line 253, ../scss/style.scss */
.section h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  /* line 253, ../scss/style.scss */
  .section h4 {
    font-size: 22px;
  }
}
/* line 259, ../scss/style.scss */
.section h4 .ornament {
  font-size: 12px;
  vertical-align: middle;
}
/* line 264, ../scss/style.scss */
.section .block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /* text */
}
/* line 269, ../scss/style.scss */
.section .block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 264, ../scss/style.scss */
  .section .block {
    display: block;
    margin-bottom: 30px;
  }
}
/* line 276, ../scss/style.scss */
.section .block .img {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 276, ../scss/style.scss */
  .section .block .img {
    width: 100%;
  }
}
/* line 282, ../scss/style.scss */
.section .block .img img {
  width: 100%;
  max-width: 500px;
  padding: 20px;
}
/* line 288, ../scss/style.scss */
.section .block .text {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 288, ../scss/style.scss */
  .section .block .text {
    width: 100%;
    padding: 20px 0;
  }
}
/* line 295, ../scss/style.scss */
.section .block .text.ta-left {
  text-align: left;
}
/* line 298, ../scss/style.scss */
.section .block .text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  /* line 298, ../scss/style.scss */
  .section .block .text p {
    font-size: 14px;
  }
}
/* line 306, ../scss/style.scss */
.section .block .mini {
  width: 35%;
}
@media screen and (max-width: 767px) {
  /* line 306, ../scss/style.scss */
  .section .block .mini {
    width: 100%;
  }
  /* line 310, ../scss/style.scss */
  .section .block .mini img {
    max-width: 300px;
  }
}
/* line 315, ../scss/style.scss */
.section .block .short {
  width: 45%;
}
@media screen and (max-width: 767px) {
  /* line 315, ../scss/style.scss */
  .section .block .short {
    width: 100%;
  }
}
/* line 322, ../scss/style.scss */
.section .img-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  /* line 325, ../scss/style.scss */
  .section .btn {
    text-align: center;
  }
}
/* line 329, ../scss/style.scss */
.section .btn a {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 50px;
  margin-top: 40px;
  line-height: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
/* line 342, ../scss/style.scss */
.section .btn a:hover {
  opacity: .9;
  box-shadow: none;
}
/* line 346, ../scss/style.scss */
.section .btn a:before {
  position: absolute;
  content: "";
  top: 26px;
  right: 16px;
  width: 28px;
  height: 1px;
  background: #fff;
}
/* line 355, ../scss/style.scss */
.section .btn a:after {
  position: absolute;
  content: "";
  top: 23px;
  right: 16px;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: rotate(30deg);
}
/* line 367, ../scss/style.scss */
.section .btn-kit {
  margin-top: 50px;
  text-align: center;
}
/* line 370, ../scss/style.scss */
.section .btn-kit img {
  width: 100px;
}
/* line 374, ../scss/style.scss */
.section .center {
  text-align: center;
}
/* line 377, ../scss/style.scss */
.section .ylw a {
  background: linear-gradient(120deg, #ffd348, #fabe00);
}
/* line 380, ../scss/style.scss */
.section .bk a {
  background: linear-gradient(120deg, #383a40, #141517);
}
/* line 383, ../scss/style.scss */
.section .hidden {
  visibility: hidden;
}
/* line 386, ../scss/style.scss */
.section .list {
  /* li */
}
/* line 387, ../scss/style.scss */
.section .list li {
  clear: both;
  margin-bottom: 35px;
}
/* line 390, ../scss/style.scss */
.section .list li dl {
  font-size: 13px;
  font-weight: bold;
}
/* line 393, ../scss/style.scss */
.section .list li dl dt {
  float: left;
  color: #555;
}
@media screen and (max-width: 767px) {
  /* line 393, ../scss/style.scss */
  .section .list li dl dt {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  /* line 393, ../scss/style.scss */
  .section .list li dl dt {
    float: none;
    margin-bottom: 10px;
  }
}
/* line 403, ../scss/style.scss */
.section .list li dl dt span {
  display: block;
  text-align: right;
}
@media screen and (max-width: 425px) {
  /* line 403, ../scss/style.scss */
  .section .list li dl dt span {
    display: inline;
  }
}
/* line 411, ../scss/style.scss */
.section .list li dl dd {
  margin-left: 130px;
}
@media screen and (max-width: 767px) {
  /* line 411, ../scss/style.scss */
  .section .list li dl dd {
    margin-left: 115px;
  }
}
@media screen and (max-width: 425px) {
  /* line 411, ../scss/style.scss */
  .section .list li dl dd {
    margin-left: 0;
  }
}
/* line 419, ../scss/style.scss */
.section .list li dl dd a {
  display: inline-block;
  color: #ff69b4;
  text-decoration: underline;
}
@media screen and (max-width: 425px) {
  /* line 419, ../scss/style.scss */
  .section .list li dl dd a {
    margin-top: 5px;
  }
}

/* section */
/* line 435, ../scss/style.scss */
.kv {
  padding-top: 66px;
  background-image: url(../img/kv-pc.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* inner-section */
}
@media screen and (max-width: 689px) {
  /* line 435, ../scss/style.scss */
  .kv {
    padding-top: 63px;
  }
}
@media screen and (max-width: 425px) {
  /* line 435, ../scss/style.scss */
  .kv {
    padding-top: 61px;
  }
}
@media screen and (max-width: 375px) {
  /* line 435, ../scss/style.scss */
  .kv {
    padding-top: 54px;
  }
}
@media screen and (max-width: 320px) {
  /* line 435, ../scss/style.scss */
  .kv {
    padding-top: 46px;
  }
}
/* line 455, ../scss/style.scss */
.kv .br {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 455, ../scss/style.scss */
  .kv .br {
    display: block;
  }
}
/* line 462, ../scss/style.scss */
.kv .inner-section h2 {
  padding: 14% 0;
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 50px black;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  /* line 462, ../scss/style.scss */
  .kv .inner-section h2 {
    padding: 24% 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 462, ../scss/style.scss */
  .kv .inner-section h2 {
    padding: 40% 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 374px) {
  /* line 462, ../scss/style.scss */
  .kv .inner-section h2 {
    font-size: 25px;
  }
}
/* line 482, ../scss/style.scss */
.kv .inner-section h2 .mini {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  /* line 482, ../scss/style.scss */
  .kv .inner-section h2 .mini {
    font-size: 22px;
  }
}
@media screen and (max-width: 425px) {
  /* line 482, ../scss/style.scss */
  .kv .inner-section h2 .mini {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  /* line 482, ../scss/style.scss */
  .kv .inner-section h2 .mini {
    font-size: 16px;
  }
}
/* line 494, ../scss/style.scss */
.kv .inner-section h2 .sub {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  /* line 494, ../scss/style.scss */
  .kv .inner-section h2 .sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  /* line 494, ../scss/style.scss */
  .kv .inner-section h2 .sub {
    font-size: 16px;
  }
}

/* kv */
/* line 508, ../scss/style.scss */
.present {
  background: linear-gradient(-120deg, white, #f8f8f8);
  /* inner-section */
}
/* line 510, ../scss/style.scss */
.present .inner-section {
  /* block */
}
/* line 511, ../scss/style.scss */
.present .inner-section .block {
  max-width: 850px;
  margin-bottom: 40px;
  /* text */
}
/* line 514, ../scss/style.scss */
.present .inner-section .block .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  /* line 514, ../scss/style.scss */
  .present .inner-section .block .img {
    width: 100%;
  }
}
/* line 519, ../scss/style.scss */
.present .inner-section .block .img img {
  padding: 0;
  max-width: 220px;
  border-radius: 30px;
}
/* line 525, ../scss/style.scss */
.present .inner-section .block .text {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 525, ../scss/style.scss */
  .present .inner-section .block .text {
    text-align: center;
  }
}
/* line 531, ../scss/style.scss */
.present .inner-section .block .text h4 {
  color: #5a5a5a;
  font-size: 20px;
  font-weight: bold;
}
/* line 536, ../scss/style.scss */
.present .inner-section .block .text p {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
}
/* line 541, ../scss/style.scss */
.present .inner-section .block .text .shop {
  display: inline-block;
  margin-top: 8px;
  line-height: 1.6;
  font-size: 11px;
  font-weight: normal;
}
/* line 548, ../scss/style.scss */
.present .inner-section .block .text .br {
  display: block;
}
@media screen and (max-width: 776px) {
  /* line 548, ../scss/style.scss */
  .present .inner-section .block .text .br {
    display: none;
  }
}

/* present */
/* line 560, ../scss/style.scss */
.about {
  /* inner-section */
}
/* line 561, ../scss/style.scss */
.about .inner-section {
  /* block */
}
/* line 563, ../scss/style.scss */
.about .inner-section .block .text {
  width: 55%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 563, ../scss/style.scss */
  .about .inner-section .block .text {
    width: 100%;
  }
}

/* about */
/* line 576, ../scss/style.scss */
.license {
  background-image: url(../img/photo02.jpg);
  background-size: cover;
  /* inner-section */
}
/* line 582, ../scss/style.scss */
.license .inner-section {
  background: rgba(250, 250, 255, 0.7);
  /* block */
}
/* line 584, ../scss/style.scss */
.license .inner-section .block {
  /* text */
}
/* line 586, ../scss/style.scss */
.license .inner-section .block .img img {
  border-radius: 50%;
}
/* line 591, ../scss/style.scss */
.license .inner-section .block .text p {
  line-height: 2.5;
}

/* license */
/* line 600, ../scss/style.scss */
.method {
  background: linear-gradient(120deg, white, #f8f8ff);
  /* inner-section */
}
/* line 602, ../scss/style.scss */
.method .inner-section {
  /* block */
}
/* line 603, ../scss/style.scss */
.method .inner-section .block {
  /* flex */
  /* text */
}
/* line 604, ../scss/style.scss */
.method .inner-section .block.flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  /* text */
}
@media screen and (max-width: 767px) {
  /* line 604, ../scss/style.scss */
  .method .inner-section .block.flex {
    display: block;
  }
}
/* line 611, ../scss/style.scss */
.method .inner-section .block.flex .text {
  width: 40%;
  margin: 0 20px;
  border: 4px dashed rgba(200, 200, 200, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  /* line 611, ../scss/style.scss */
  .method .inner-section .block.flex .text {
    width: 100%;
    margin: 0;
    border: none;
  }
}
/* line 621, ../scss/style.scss */
.method .inner-section .block.flex .text .btn {
  margin-bottom: 30px;
}
/* line 626, ../scss/style.scss */
.method .inner-section .block .text {
  /* description */
  /* mini */
}
/* line 627, ../scss/style.scss */
.method .inner-section .block .text .limit {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 627, ../scss/style.scss */
  .method .inner-section .block .text .limit {
    font-size: 20px;
  }
}
/* line 634, ../scss/style.scss */
.method .inner-section .block .text .limit .br {
  display: none;
}
@media screen and (max-width: 425px) {
  /* line 634, ../scss/style.scss */
  .method .inner-section .block .text .limit .br {
    display: block;
  }
}
/* line 641, ../scss/style.scss */
.method .inner-section .block .text .description {
  max-width: 670px;
}
@media screen and (max-width: 767px) {
  /* line 641, ../scss/style.scss */
  .method .inner-section .block .text .description {
    max-width: initial;
  }
}
/* line 647, ../scss/style.scss */
.method .inner-section .block .text .mini {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  /* line 647, ../scss/style.scss */
  .method .inner-section .block .text .mini {
    font-size: 13px;
  }
}

/* method */
/* line 659, ../scss/style.scss */
.notices {
  /* inner-section */
}
/* line 660, ../scss/style.scss */
.notices .inner-section {
  /* block */
}
/* line 661, ../scss/style.scss */
.notices .inner-section .block {
  /* text */
}
/* line 662, ../scss/style.scss */
.notices .inner-section .block .text {
  /* ul */
}
/* line 663, ../scss/style.scss */
.notices .inner-section .block .text ul {
  max-width: 670px;
  font-size: 13px;
  text-align: left;
  /* li */
}
@media screen and (max-width: 767px) {
  /* line 663, ../scss/style.scss */
  .notices .inner-section .block .text ul {
    max-width: initial;
    padding: 0 20px;
  }
}
/* line 671, ../scss/style.scss */
.notices .inner-section .block .text ul li {
  margin-bottom: 5px;
  list-style: disc;
}
/* line 677, ../scss/style.scss */
.notices .inner-section .block .btn {
  margin-bottom: 50px;
}

/* notices */
/* line 686, ../scss/style.scss */
.txt-line {
  background: linear-gradient(transparent 60%, #ff0 0%);
}

/* line 693, ../scss/style.scss */
footer {
  background: #242629;
  /* inner-footer */
}
/* line 695, ../scss/style.scss */
footer .inner-footer {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  /* sns-list */
}
/* line 700, ../scss/style.scss */
footer .inner-footer .sns-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0;
}
/* line 705, ../scss/style.scss */
footer .inner-footer .sns-list li {
  width: 30px;
  margin-right: 25px;
}
/* line 708, ../scss/style.scss */
footer .inner-footer .sns-list li:last-child {
  margin-right: 0;
}
/* line 711, ../scss/style.scss */
footer .inner-footer .sns-list li img {
  width: 100%;
}
/* line 716, ../scss/style.scss */
footer .inner-footer .copy {
  font-size: 11px;
  color: #fff;
  text-align: center;
}

/* footer */
/* line 726, ../scss/style.scss */
.ip6 {
  display: block;
}
@media screen and (max-width: 375px) {
  /* line 726, ../scss/style.scss */
  .ip6 {
    display: none;
  }
}
