@charset "UTF-8";
/*--- import -------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  word-break: break-word;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent; }

html, body {
  overflow-x: hidden; }

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

li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }
  blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none; }

a {
  text-decoration: none;
  color: inherit; }

img, picture {
  vertical-align: top;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*------------------------------------- import ---*/
.sub_ttl {
  font-family: 'Yusei Magic', sans-serif;
  font-weight: bold; }

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

.sub_ttl_ja {
  font-family: 'Mochiy Pop P One', sans-serif;
  font-weight: normal; }

.en_ttl {
  font-family: 'Josefin Sans', sans-serif; }

body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15rem; }
  @media screen and (max-width: 750px) {
    body {
      line-height: 1.6; } }

.none {
  display: none !important; }

a {
  opacity: 1;
  transition: opacity .3s; }
  a:hover {
    opacity: 0.8; }

.pc {
  display: block; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none; } }

.pc_480 {
  display: block; }
  @media screen and (max-width: 480px) {
    .pc_480 {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .sp {
      display: block; } }

.sp_480 {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_480 {
      display: block; } }

.box_in {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px; }
  @media screen and (max-width: 1040px) {
    .box_in {
      padding: 60px 0;
      width: 90%; } }
  @media screen and (max-width: 750px) {
    .box_in {
      padding: 8vw 0;
      width: 90%; } }

a[href^="tel:"] {
  pointer-events: none; }
  @media screen and (max-width: 640px) {
    a[href^="tel:"] {
      pointer-events: inherit; } }

/*-------------------------------------------------
	fade
--------------------------------------------------*/
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  background: #2eb2ff; }

body.fade::after {
  opacity: 1; }

.loading_area {
  display: none; }

body.fade .loading_area {
  display: block;
  position: fixed;
  z-index: 201;
  top: 42%;
  left: 50%;
  transform: translate(-50%); }
  body.fade .loading_area .load_logo {
    width: 100%;
    text-align: center; }
    body.fade .loading_area .load_logo img {
      width: 80px; }
  body.fade .loading_area .loader-inner {
    margin-top: 20px; }

/*END*/
header {
  width: 100%;
  position: fixed !important;
  z-index: 999;
  top: 0;
  left: 0; }
  header .right {
    display: flex;
    justify-content: flex-end; }
  header h1 {
    background: #fff; }
    header h1 a {
      display: block;
      padding: 20px; }
      header h1 a img {
        width: 75px; }
      header h1 a .h_on {
        display: block; }
      header h1 a .h_off {
        display: none; }
    @media screen and (max-width: 960px) {
      header h1 {
        background: #2eb2ff; }
        header h1 a .h_on {
          display: none; }
        header h1 a .h_off {
          display: block; } }
    @media screen and (max-width: 750px) {
      header h1 a .h_on {
        display: none; }
      header h1 a .h_off {
        display: none; } }
  header .contact_btn {
    display: block;
    background: #ccbb98;
    padding: 18px 15px 0 15px; }
    header .contact_btn img {
      width: 35px; }
    header .contact_btn .txt {
      color: #fff;
      letter-spacing: 0;
      line-height: 1;
      margin-top: 5px;
      text-align: center; }

@media screen and (max-width: 1200px) {
  header h1 a {
    padding: 1.6666666667vw; }
    header h1 a img {
      width: 6.25vw;
      min-width: 60px; }
  header .contact_btn {
    padding: 1.5vw 1.25vw 0 1.25vw; }
    header .contact_btn img {
      width: 2.9166666667vw;
      min-width: 27px; } }
@media screen and (max-width: 750px) {
  header h1 a {
    width: calc(100% - 64px);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.6666666667vw; }
    header h1 a img {
      width: 40.4vw;
      min-width: 234px; }
  header .contact_btn {
    display: none; } }
header.fixed h1 {
  background: #2eb2ff; }
  header.fixed h1 a .h_on {
    display: none; }
  header.fixed h1 a .h_off {
    display: block; }
@media screen and (max-width: 750px) {
  header.fixed h1 a .h_on {
    display: none; }
  header.fixed h1 a .h_off {
    display: none; } }

.shop_btn {
  text-align: center; }
  .shop_btn a {
    margin: 0 auto;
    background: #ccbb98;
    display: flex;
    color: #fff;
    margin-top: 40px;
    align-items: center;
    width: 90%;
    padding: 10px;
    justify-content: center; }
    .shop_btn a img {
      margin-right: 10px;
      width: 23px; }

.close {
  margin-top: 20px; }
  .close a {
    display: block;
    background: #fff;
    color: #2eb2ff;
    padding: 15px;
    width: 90%;
    margin: 0 auto; }

section + section {
  margin-top: 60px; }
  @media screen and (max-width: 750px) {
    section + section {
      margin-top: 8vw; } }

section .title {
  margin-bottom: 40px;
  display: inline-block; }
  section .title h2 {
    font-size: 61px;
    line-height: 1; }
  section .title .sub_ttl {
    font-size: 21px;
    line-height: 1;
    margin-top: 5px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    letter-spacing: 0.05rem; }
    section .title .sub_ttl:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 1px;
      background: #333333;
      position: absolute;
      top: 50%;
      left: -20px;
      transform: translateY(-50%); }
    section .title .sub_ttl:after {
      content: '';
      display: inline-block;
      width: 20px;
      height: 1px;
      background: #333333;
      position: absolute;
      top: 50%;
      right: -20px;
      transform: translateY(-50%); }

@media screen and (max-width: 750px) {
  section .title {
    margin-bottom: 5.3333333333vw; }
    section .title h2 {
      font-size: 8.1333333333vw; }
    section .title .sub_ttl {
      font-size: 2.8vw;
      padding: 0 10px; }
      section .title .sub_ttl:before {
        width: 20px;
        left: -20px; }
      section .title .sub_ttl:after {
        width: 20px;
        right: -20px; } }
@media screen and (max-width: 480px) {
  section .title {
    margin-bottom: 4.1666666667vw; }
    section .title h2 {
      font-size: 12.7083333333vw; }
    section .title .sub_ttl {
      font-size: 4.375vw;
      padding: 0 10px; }
      section .title .sub_ttl:before {
        width: 20px;
        left: -20px; }
      section .title .sub_ttl:after {
        width: 20px;
        right: -20px; } }
.sns_area {
  margin-top: 60px;
  background: #c2e7ff; }
  .sns_area .box_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .sns_area .box_in li {
      width: 30%; }
      .sns_area .box_in li a {
        display: block; }
  @media screen and (max-width: 480px) {
    .sns_area {
      margin-top: 8.3333333333vw; } }

footer {
  font-weight: normal;
  padding-top: 40px;
  padding-bottom: 20px;
  background: #2eb2ff;
  color: #fff; }
  footer .box_in {
    padding: 0; }
  footer .footer_nav {
    display: flex;
    justify-content: center; }
    footer .footer_nav li {
      width: 140px; }
      footer .footer_nav li:not(:last-child) {
        margin-right: 20px; }
  footer .company_area {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 40px; }
    footer .company_area .name {
      font-size: 21px; }
    footer .company_area .address {
      margin-top: 15px; }
      footer .company_area .address .address_area {
        margin-top: 5px; }
      footer .company_area .address .tel {
        margin-top: 20px; }
  footer .copyright {
    margin-top: 40px;
    font-size: 13px; }
  @media screen and (max-width: 640px) {
    footer {
      padding-top: 8vw;
      padding-bottom: 5.3333333333vw; }
      footer .footer_nav {
        line-height: 1;
        flex-wrap: wrap; }
        footer .footer_nav li {
          width: 50%; }
          footer .footer_nav li:not(:last-child) {
            margin-right: 0px; }
          footer .footer_nav li:nth-child(2n-1) {
            border-right: 2px solid; }
          footer .footer_nav li:not(:nth-last-child(2)) {
            margin-bottom: 5.3333333333vw; }
          footer .footer_nav li:not(:last-child) {
            margin-bottom: 5.3333333333vw; }
          footer .footer_nav li:last-child {
            border-right: none; }
      footer .company_area {
        font-size: 3.7333333333vw;
        margin-top: 2.666667vw; }
        footer .company_area .name {
          font-size: 4.6666666667vw; }
        footer .company_area .address {
          margin-top: 2vw; }
          footer .company_area .address .address_area {
            margin-top: 0.6666666667vw; }
          footer .company_area .address .tel {
            margin-top: 2.6666666667vw; }
      footer .copyright {
        margin-top: 5.3333333333vw;
        font-size: 4vw; } }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 76px;
  width: 64px;
  height: 58px;
  cursor: pointer;
  z-index: 101;
  transform: translateY(-50%);
  background: #333333;
  padding: 13px 10px;
  background: #fff;
  border: 4px solid #2eb2ff; }

#nav-toggle div {
  position: relative; }

@media (max-width: 750px) {
  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #2eb2ff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }

  #nav-toggle span:nth-child(1) {
    top: 0; }

  #nav-toggle span:nth-child(2) {
    top: 11px; }

  #nav-toggle span:nth-child(3) {
    top: 22px; }

  #nav-toggle.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  #nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%; }

  #nav-toggle.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); } }
@media (max-width: 750px) {
  #nav-toggle {
    top: 29px; } }
.no_scroll {
  overflow-y: hidden; }

#sp_page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 2; }

#sp_page_top a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background: #2eb2ff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  align-items: center; }
