@charset "utf-8";
@import "../css/lib/swiper.css";
@-webkit-keyframes xLoopScroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes xLoopScroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes xLoopScroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes xLoopScroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgLoopScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -200px;
  }
}
@keyframes bgLoopScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -200px;
  }
}
@-webkit-keyframes bgLoopScrollSP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -26.66667vw;
  }
}
@keyframes bgLoopScrollSP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -26.66667vw;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
  20% {
    -webkit-filter: brightness(140%);
            filter: brightness(140%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes flash {
  0% {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
  20% {
    -webkit-filter: brightness(140%);
            filter: brightness(140%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes tenmetsu {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.26;
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.26;
  }
}
@-webkit-keyframes tenmetsu2 {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes tenmetsu2 {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
input,
select,
textarea,
button {
  line-height: 1;
  vertical-align: baseline;
  font-family: inherit;
}
img {
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus {
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
sup {
  vertical-align: -0.2rem;
  font-size: 1.5rem;
  line-height: 1;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
em,
address {
  font-style: normal;
}
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background-color: #ddd;
}
select::-ms-expand {
  display: none;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  font-family: source-han-sans-japanese, "Helvetica Neue", Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
a {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
  img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html.desktop body {
    width: 100vw;
    overflow-x: hidden;
  }
}
/*
@media screen and (min-width:@breakpoint-pc){
	a[href^="tel:"]{
		pointer-events: none;
		text-decoration: none;
		cursor: auto;
		color:@text-color;
	}
}
*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
}
button {
  display: inline-block;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
label,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  outline: 0;
}
input[type=text],
input[type=email],
input[type=submit],
input[type=password],
input[type=tel],
textarea {
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.pc-inline,
.sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .sp,
  [id*="sp-"],
  [class*="sp-"] {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  [id*="pc-"],
  [class*="pc-"] {
    display: none;
  }
}
body [data-text="jp"],
body [data-text="en"],
body [data-block="jp"],
body [data-block="en"] {
  display: none;
}
body[data-language="jp"] [data-text="jp"] {
  display: inline-block;
}
body[data-language="en"] [data-text="en"] {
  display: inline-block;
}
body[data-language="jp"] [data-block="jp"] {
  display: block;
}
body[data-language="en"] [data-block="en"] {
  display: block;
}
.hBookmark-widget-counter {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
  display: none;
}
#guide {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 100000;
  opacity: 0.33;
  pointer-events: none;
}
#guide img {
  position: relative;
  left: -50%;
}
@media screen and (max-width: 767px) {
  #guide {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 100000;
    opacity: 0.33;
    pointer-events: none;
  }
  #guide img {
    left: 0%;
  }
}
@media screen and (min-width: 768px) {
  /**************************************************************
*
* ■ layout(pc)
*
**************************************************************/
  .contentWrapper {
    min-width: 1000px;
    margin-top: 90px;
  }
  .contentWrapper:before {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/bg_body.jpg") no-repeat center center / cover;
  }
  .contentWrapper.is-bgHidden.contentWrapper:before {
    background-image: none;
  }
  .contentWrapper .mainContent .anc:before {
    content: "";
    display: block;
    height: 50px;
    margin-top: -50px;
    visibility: hidden;
  }
  .contentWrapper .mainContent .anc#access-anc.anc:before {
    content: "";
    display: block;
    height: 15px;
    margin-top: -15px;
    visibility: hidden;
  }
  .contentWrapper .mainContent .heading-block {
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding-top: 142px;
    text-align: center;
  }
  .contentWrapper .mainContent .heading-block:before {
    content: "";
    position: absolute;
    left: 35px;
    top: 79px;
    z-index: auto;
    width: 180px;
    height: 36px;
    background-image: url("../img/parts/heading_fig_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .contentWrapper .mainContent .heading-block:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contentWrapper .mainContent .heading-block .en {
    font-family: urw-din;
    font-weight: 600;
    font-size: 47px;
    color: inherit;
    letter-spacing: 1px;
  }
  .contentWrapper .mainContent .heading-block .title {
    margin-top: 20px;
    font-size: 16px;
  }
  .contentWrapper .mainContent .heading-block.white:before {
    width: 180px;
    height: 36px;
    background-image: url("../img/parts/heading_fig_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .contentWrapper .mainContent .heading-block.white:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #pc-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 100%;
    min-width: 1200px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #pc-header .logo {
    position: absolute;
    left: 42px;
    top: 19px;
    z-index: auto;
    width: 96px;
    height: 51px;
    background-image: url("../img/parts/logo_roof_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  #pc-header .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #pc-header .logo:hover {
    opacity: 0.55;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #pc-header .menu-list {
    position: absolute;
    left: 177px;
    top: 26px;
    z-index: auto;
    width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pc-header .menu-list > li {
    min-width: 85px;
    margin-right: 24px;
    text-align: center;
  }
  #pc-header .menu-list > li:last-of-type {
    margin-right: 0px;
  }
  #pc-header .menu-list > li a {
    text-decoration: none;
    color: #000;
  }
  #pc-header .menu-list > li a .en {
    font-family: urw-din;
    font-weight: 500;
    font-size: 20px;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pc-header .menu-list > li a .jp {
    font-size: 12px;
    margin-top: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #pc-header .menu-list > li:hover a .en {
    color: #51C814;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  #pc-header .menu-list > li:hover a .jp {
    color: #51C814;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  #pc-header .subMenu-list {
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 470px;
  }
  #pc-header .subMenu-list > li.booking {
    width: 210px;
    height: 40px;
    margin-right: 15px;
  }
  #pc-header .subMenu-list > li.booking a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    padding-left: 40px;
    background-color: #000;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #pc-header .subMenu-list > li.booking a i {
    position: absolute;
    left: 58px;
    top: 6px;
    z-index: auto;
    width: 26.4px;
    height: 26.4px;
    background-image: url("../img/parts/ico_booking.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  #pc-header .subMenu-list > li.booking a i a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #pc-header .subMenu-list > li.booking a:hover {
    background-color: #51C814;
    -webkit-transition: all 0.07s ease-out;
    transition: all 0.07s ease-out;
  }
  #pc-header .subMenu-list > li.line {
    width: 210px;
    height: 40px;
  }
  #pc-header .subMenu-list > li.line a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    padding-left: 37px;
    background-color: #000;
    border-radius: 50px;
    font-family: urw-din;
    font-weight: 400;
    font-size: 17.5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #pc-header .subMenu-list > li.line a i {
    position: absolute;
    left: 17px;
    top: 5px;
    z-index: auto;
    width: 32px;
    height: 30.4px;
    background-image: url("../img/parts/ico_line_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  #pc-header .subMenu-list > li.line a i a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #pc-header .subMenu-list > li.line a:hover {
    background-color: #51C814;
    -webkit-transition: all 0.07s ease-out;
    transition: all 0.07s ease-out;
  }
  #pc-header .subMenu-list > li.time {
    position: absolute;
    right: 42px;
    top: 45px;
    z-index: auto;
    font-size: 11px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0em;
  }
  #footer {
    width: 100%;
    min-width: 1000px;
    padding: 80px 0 55px;
    background-color: #51C814;
    text-align: center;
  }
  #footer .logo {
    margin: 0 auto;
    width: 74.4px;
    height: 125.6px;
    background-image: url("../img/parts/logo_bak.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  #footer .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .logo:hover {
    opacity: 0.55;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #footer .copyright {
    margin-top: 45px;
    text-align: center;
    font-family: urw-din;
    font-weight: 500;
    font-size: 11px;
    color: inherit;
    letter-spacing: -0.5px;
  }
  /**************************************************************
*
* ■ home(pc)
*
**************************************************************/
  .home .mainContent .pageTitle {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }
  .home .mainContent .hero-area .kv-block {
    position: relative;
    width: 100%;
    height: 700px;
  }
  .home .mainContent .hero-area .kv-block .swiper-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .home .mainContent .hero-area .kv-block .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
  }
  .home .mainContent .hero-area .kv-block .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img,
  .home .mainContent .hero-area .kv-block .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active img,
  .home .mainContent .hero-area .kv-block .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev img {
    -webkit-animation: zoomIn 10s linear 0s 1 normal both;
            animation: zoomIn 10s linear 0s 1 normal both;
  }
  .home .mainContent .hero-area .kv-block .front-container {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-300px, -220px);
            transform: translate(-300px, -220px);
    width: 600PX;
    height: 500PX;
    text-align: center;
  }
  .home .mainContent .hero-area .kv-block .front-container .logo {
    opacity: 0;
    margin: 0px auto;
    width: 388.5px;
    height: 207.9px;
    background-image: url("../img/parts/logo_roof_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .hero-area .kv-block .front-container .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .hero-area .kv-block .front-container .name {
    opacity: 0;
    margin-top: 40px;
    font-size: 22px;
    font-weight: inherit;
    color: #fff;
  }
  .home .mainContent .hero-area .kv-block .front-container .name:before {
    content: "[ ";
  }
  .home .mainContent .hero-area .kv-block .front-container .name:after {
    content: " ]";
  }
  .home .mainContent .hero-area .kv-block .front-container .summary {
    opacity: 0;
    margin-top: 45px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .hero-area .kv-block .front-container .summary p:nth-child(2) {
    letter-spacing: -1px;
  }
  .home .mainContent .hero-area .kv-block .front-container .summary strong {
    font-size: 60px;
  }
  .home .mainContent .hero-area .kv-block .front-container .summary .num {
    font-family: urw-din;
    font-weight: 500;
    font-size: 95px;
    color: inherit;
  }
  .home .mainContent .about-area {
    position: relative;
    padding-top: 20px;
    padding-bottom: 285px;
    background-color: #fff;
  }
  .home .mainContent .about-area .aboutHeading-block {
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding-top: 125px;
    padding-bottom: 20px;
    text-align: center;
  }
  .home .mainContent .about-area .aboutHeading-block .title {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .home .mainContent .about-area .aboutHeading-block .title strong {
    font-family: urw-din;
    font-weight: 600;
    font-size: 46px;
    color: inherit;
  }
  .home .mainContent .about-area .aboutHeading-block .marker {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: auto;
    display: block;
    border-bottom: 8px solid #51C814;
    width: 0;
  }
  .home .mainContent .about-area .aboutHeading-block.is-animated .marker {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .home .mainContent .about-area .feature-block {
    width: 1000px;
    margin: 55px auto 0;
    text-align: center;
  }
  .home .mainContent .about-area .feature-block .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .about-area .feature-block .feature-list > li {
    width: 320px;
    text-align: center;
  }
  .home .mainContent .about-area .feature-block .feature-list > li .icon {
    margin: 0 auto;
  }
  .home .mainContent .about-area .feature-block .feature-list > li .title {
    margin-top: 8px;
    font-size: 46px;
    font-weight: 700;
  }
  .home .mainContent .about-area .feature-block .feature-list > li .description {
    margin-top: 27px;
    line-height: 1.8;
    font-size: 18px;
  }
  .home .mainContent .about-area .feature-block .introduction {
    width: 900px;
    margin: 90px auto 0;
    line-height: 2;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
  }
  .home .mainContent .about-area .feature-block .introduction .marker {
    display: inline;
    padding-bottom: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #51C814)) no-repeat;
    background: linear-gradient(transparent 90%, #51C814 90%) no-repeat;
    background-size: 0% 100%;
  }
  .home .mainContent .about-area .feature-block .introduction.is-animated .marker {
    background-size: 100% 100%;
    -webkit-transition: all 1.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .home .mainContent .plan-area {
    position: relative;
    padding-bottom: 310px;
    background-color: #51C814;
  }
  .home .mainContent .plan-area .naname-block {
    position: absolute;
    left: 0;
    top: -119px;
    z-index: 10;
  }
  .home .mainContent .plan-area .naname-block .naname {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 50vw 120px 50vw;
    border-color: transparent transparent #51C814 transparent;
  }
  .home .mainContent .plan-area .intro-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1000px;
    margin: 100px auto 0;
    text-align: center;
  }
  .home .mainContent .plan-area .intro-block:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 275px;
    z-index: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-image: url("../img/parts/ico_plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .plan-area .intro-block:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .plan-area .intro-block .sec {
    width: 450px;
    padding: 45px 55px 40px;
  }
  .home .mainContent .plan-area .intro-block .sec .subject-container {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .plan-area .intro-block .sec .subject-container .topic {
    font-size: 35px;
    font-weight: 700;
  }
  .home .mainContent .plan-area .intro-block .sec .subject-container .sub {
    margin-top: 58px;
    font-size: 30px;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container {
    margin-left: auto;
    margin-right: auto;
    line-height: 46px;
    width: 283px;
    height: 55px;
    background-image: url("../img/parts/btnbase_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 0;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container:hover {
    width: 283px;
    height: 55px;
    background-image: url("../img/parts/btnbase_02_o.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 0;
    color: #fff;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container:hover a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container:hover a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec {
    background-color: #fff;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container {
    margin-top: 16px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .main {
    padding-bottom: 10px;
    border-bottom: 8px solid #51C814;
    font-size: 32px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .main strong {
    font-family: urw-din;
    font-weight: 600;
    font-size: 58px;
    color: inherit;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub {
    margin-top: 30px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl > dt {
    width: 170px;
    padding-left: 30px;
    line-height: 27px;
    font-size: 18px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl > dt:before {
    content: "◯ ";
    font-size: 15px;
    font-weight: inherit;
    color: #51C814;
    vertical-align: 1px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl > dd {
    width: 170px;
    text-align: left;
    font-size: 20px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl > dd strong {
    font-family: urw-din;
    font-weight: 500;
    font-size: 26px;
    color: inherit;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .caution-list {
    margin-top: 15px;
    text-align: left;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .caution-list > li {
    margin-top: 0px;
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .caution-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .caution-list > li:before {
    content: "※";
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .button-container {
    margin-top: 25px;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec {
    background-color: #C2ECAD;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec .caution-container {
    margin-top: 37px;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec .caution-container .main {
    padding-bottom: 10px;
    border-bottom: 8px solid #51C814;
    font-family: urw-din;
    font-weight: 600;
    font-size: 35px;
    color: inherit;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec .caution-container .sub {
    width: 300px;
    height: 80px;
    margin: 45px auto 0;
    line-height: 80px;
    background-color: #51C814;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec .button-container {
    margin-top: 125px;
  }
  .home .mainContent .plan-area .equipment-block {
    width: 960px;
    margin: 100px auto 0;
    padding-bottom: 100px;
  }
  .home .mainContent .plan-area .equipment-block .sec {
    margin: 60px auto 0;
    text-align: center;
    font-size: 17px;
  }
  .home .mainContent .plan-area .equipment-block .sec:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .equipment-block .sec .topic {
    font-size: 20px;
    font-weight: 700;
  }
  .home .mainContent .plan-area .equipment-block .sec .topic:before {
    content: "[ ";
  }
  .home .mainContent .plan-area .equipment-block .sec .topic:after {
    content: " ]";
  }
  .home .mainContent .plan-area .equipment-block .sec.caution-sec .point-list {
    margin-top: 15px;
  }
  .home .mainContent .plan-area .equipment-block .sec.caution-sec .point-list > li {
    margin-top: 10px;
    line-height: 1.5;
  }
  .home .mainContent .plan-area .equipment-block .sec.caution-sec .point-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .equipment-block .sec.caution-sec .point-list > li:before {
    content: "◯ ";
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .item-list,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    line-height: 1.9;
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .item-list > li:after,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .item-list > li:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .item-list > li:last-of-type:after,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .item-list > li:last-of-type:after {
    content: "";
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .caution,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .caution {
    margin-top: 10px;
    font-size: 14px;
  }
  .home .mainContent .plan-area .food-block {
    width: 1000px;
    margin: 80px auto 0;
    padding-bottom: 100px;
  }
  .home .mainContent .plan-area .food-block .subject-container {
    text-align: center;
  }
  .home .mainContent .plan-area .food-block .subject-container .topic {
    font-size: 33px;
    font-weight: 700;
  }
  .home .mainContent .plan-area .food-block .product-container {
    margin-top: 60px;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list {
    margin-top: 30px;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 18px;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .name {
    font-size: 17px;
    font-weight: 700;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .name:before {
    content: "[ ";
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .name:after {
    content: " ]";
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .menu {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .price {
    font-size: 14px;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .price strong {
    font-family: urw-din;
    font-weight: 600;
    font-size: 22px;
    color: inherit;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .caution {
    margin-top: 20px;
    text-align: center;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec {
    margin-top: 130px;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li {
    margin-top: 80px;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li:nth-child(1),
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li:nth-child(2),
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li:nth-child(3) {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .image img {
    width: 333px;
    height: auto;
    font-family: 'object-fit: cover';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .text {
    margin-top: 35px;
    text-align: center;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .text .name {
    font-size: 18px;
    font-weight: 700;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .text .price {
    margin-top: 10px;
    font-size: 16px;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .text .price strong {
    font-family: urw-din;
    font-weight: 600;
    font-size: 22px;
    color: inherit;
  }
  .home .mainContent .plan-area .drink-block {
    width: 1000px;
    margin: 80px auto 0;
  }
  .home .mainContent .plan-area .drink-block .subject-container {
    text-align: center;
  }
  .home .mainContent .plan-area .drink-block .subject-container .topic {
    font-size: 33px;
    font-weight: 700;
  }
  .home .mainContent .plan-area .drink-block .product-container {
    margin-top: 55px;
    text-align: center;
  }
  .home .mainContent .plan-area .drink-block .product-container .topic {
    margin-top: 32px;
    font-size: 17px;
    font-weight: 700;
  }
  .home .mainContent .plan-area .drink-block .product-container .topic:before {
    content: "[ ";
  }
  .home .mainContent .plan-area .drink-block .product-container .topic:after {
    content: " ]";
  }
  .home .mainContent .plan-area .drink-block .product-container .item-list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .plan-area .drink-block .product-container .item-list > li {
    font-size: 18px;
    font-weight: 700;
    margin: 0 2px;
  }
  .home .mainContent .plan-area .drink-block .product-container .item-list > li:after {
    content: " / ";
  }
  .home .mainContent .plan-area .drink-block .product-container .item-list > li:last-of-type:after {
    content: "";
  }
  .home .mainContent .plan-area .drink-block .product-container .caution {
    margin-top: 20px;
    text-align: center;
  }
  .home .mainContent .faq-area {
    position: relative;
    padding-bottom: 300px;
    background-color: #fff;
  }
  .home .mainContent .faq-area .naname-block {
    position: absolute;
    left: 0;
    top: -119px;
    z-index: 10;
  }
  .home .mainContent .faq-area .naname-block .naname {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 50vw 120px 50vw;
    border-color: transparent transparent #fff transparent;
  }
  .home .mainContent .faq-area .faq-block {
    width: 840px;
    margin: 90px auto 0;
  }
  .home .mainContent .faq-area .faq-block .faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li {
    width: 360px;
    margin-top: 50px;
    margin-right: 120px;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li:nth-child(2n) {
    margin-right: 0px;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li:nth-child(1),
  .home .mainContent .faq-area .faq-block .faq-list > li:nth-child(2) {
    margin-top: 0px;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li dl {
    text-align: center;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li dl dt {
    font-size: 22px;
    font-weight: 700;
    color: #000;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li dl dt:before {
    content: "Q";
    font-family: urw-din;
    font-weight: 500;
    font-size: 43px;
    color: #51C814;
    margin-right: 5px;
    vertical-align: -7px;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li dl dd {
    margin-top: 15px;
    line-height: 1.7;
    font-size: 17px;
  }
  .home .mainContent .faq-area .faq-block .memo {
    margin-top: 70px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .home .mainContent .contact-area {
    position: relative;
    padding-bottom: 150px;
    background-color: #51C814;
  }
  .home .mainContent .contact-area .nanameTop-block {
    position: absolute;
    left: 0;
    top: -119px;
    z-index: 10;
  }
  .home .mainContent .contact-area .nanameTop-block .naname {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 50vw 120px 50vw;
    border-color: transparent transparent #51C814 transparent;
  }
  .home .mainContent .contact-area .info-block {
    width: 600px;
    margin: 100px auto 0;
    text-align: center;
  }
  .home .mainContent .contact-area .info-block .sec .topic {
    font-size: 18px;
  }
  .home .mainContent .contact-area .info-block .sec .topic:before {
    content: "[ ";
  }
  .home .mainContent .contact-area .info-block .sec .topic:after {
    content: " ]";
  }
  .home .mainContent .contact-area .info-block .sec.open-sec .time {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec {
    margin-top: 60px;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn {
    width: 283px;
    height: 55px;
    margin: 30px auto 0;
    background: url("../img/parts/btnbase_02.svg") no-repeat center center;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 49px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.3em;
    text-decoration: none;
    text-align: center;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn a i {
    position: absolute;
    left: 75px;
    top: 9px;
    z-index: auto;
    width: 31.2px;
    height: 31.2px;
    background-image: url("../img/parts/ico_booking_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn a i a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn:hover {
    background-image: url("../img/parts/btnbase_03.svg");
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn:hover a {
    color: #fff;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn:hover a i {
    background-image: url("../img/parts/ico_booking.svg");
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn {
    width: 283px;
    height: 55px;
    margin: 20px auto 0;
    background: url("../img/parts/btnbase_02.svg") no-repeat center center;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 49px;
    padding-left: 40px;
    font-family: urw-din;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    text-align: center;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn a i {
    position: absolute;
    left: 36px;
    top: 8px;
    z-index: auto;
    width: 36px;
    height: 34.2px;
    background-image: url("../img/parts/ico_line_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn a i a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn:hover {
    background-image: url("../img/parts/btnbase_03.svg");
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn:hover a {
    color: #fff;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn:hover a i {
    background-image: url("../img/parts/ico_line_white.svg");
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .logo {
    margin: 50px auto 0;
    width: 65.1px;
    height: 109.9px;
    background-image: url("../img/parts/logo_bak.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .logo:hover {
    opacity: 0.6;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home .mainContent .contact-area .nanameBottom-block {
    position: absolute;
    left: 0px;
    bottom: -320px;
    z-index: 20;
    width: 100%;
  }
  .home .mainContent .contact-area .nanameBottom-block .naname {
    width: 100%;
    height: 320px;
    background: url("../img/parts/pc_naname.png") no-repeat center top;
  }
  .home .mainContent .access-area {
    position: relative;
    margin-top: 830px;
    background-color: #fff;
  }
  .home .mainContent .access-area .naname-block {
    position: absolute;
    left: 0;
    top: -119px;
    z-index: 10;
  }
  .home .mainContent .access-area .naname-block .naname {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 50vw 120px 50vw;
    border-color: transparent transparent #fff transparent;
  }
  .home .mainContent .access-area .address-block {
    width: 800px;
    margin: 105px auto 0;
    text-align: center;
  }
  .home .mainContent .access-area .address-block .address {
    font-size: 16px;
  }
  .home .mainContent .access-area .address-block .station-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2px;
  }
  .home .mainContent .access-area .address-block .station-list > li {
    margin: 12px 7px 0;
    font-size: 16px;
  }
  .home .mainContent .access-area .address-block .station-list > li:before {
    content: "◯";
    margin-right: 3px;
    font-size: 15px;
    font-weight: 500;
    color: #51C814;
  }
  .home .mainContent .access-area .map-block {
    margin-top: 40px;
  }
  .home .mainContent .access-area .map-block .embed {
    text-align: center;
  }
  .home .mainContent .access-area .map-block .embed iframe {
    width: 1000px;
    height: 580px;
    margin: 0 auto;
  }
  .home .mainContent .instagram-area {
    padding-top: 180px;
    background-color: #fff;
  }
  .home .mainContent .instagram-area .subject-container {
    width: 400px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
  }
  .home .mainContent .instagram-area .subject-container .title {
    font-family: urw-din;
    font-weight: 600;
    font-size: 28px;
    color: inherit;
    line-height: 145px;
  }
  .home .mainContent .instagram-area .subject-container .title .ico {
    position: relative;
    margin-right: 170px;
  }
  .home .mainContent .instagram-area .subject-container .title .ico:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -55px;
    z-index: auto;
    display: inline-block;
    width: 150px;
    height: 150px;
    background-image: url("../img/parts/ico_roof.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .instagram-area .subject-container .title .ico:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .instagram-area .embed-container {
    width: 1000px;
    margin: 30px auto 0;
    pointer-events: none;
  }
  .home .mainContent .instagram-area .button-container {
    margin-top: 51px;
    text-align: center;
    background-color: #fff;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn {
    display: block;
    margin: 0 auto;
    width: 339px;
    height: 65px;
    background-image: url("../img/parts/btnbase_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    text-indent: 0px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn a .ico {
    position: absolute;
    left: 110px;
    top: 16px;
    z-index: auto;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../img/parts/ico_insta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn a .ico a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn:hover {
    width: 339px;
    height: 65px;
    background-image: url("../img/parts/btnbase_01_o.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn:hover a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn:hover a {
    color: #fff;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn:hover a .ico {
    width: 30px;
    height: 30px;
    background-image: url("../img/parts/ico_insta_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn:hover a .ico a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .term-area {
    padding-top: 170px;
    padding-bottom: 170px;
    background-color: #fff;
  }
  .home .mainContent .term-area .button-container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .home .mainContent .term-area .button-container .term-btn {
    width: 100%;
    padding: 30px 0px;
    border: 1px solid #999;
    background: url("../img/parts/arrow_01_down.svg") no-repeat right 40px center;
    background-size: 25px 15px;
  }
  .home .mainContent .term-area .button-container .term-btn .label {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home .mainContent .term-area .button-container .term-btn .sub {
    margin-top: 10px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home .mainContent .term-area .button-container .term-btn:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home .mainContent .term-area .button-container .term-btn:hover .label {
    color: #51C814;
  }
  .home .mainContent .term-area .button-container .term-btn:hover .sub {
    color: #51C814;
  }
  .home .mainContent .term-area .button-container .term-btn.is-opened {
    background: url("../img/parts/arrow_01_up.svg") no-repeat right 40px center;
    background-size: 25px 15px;
  }
  .home .mainContent .term-area .document-block {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 50px;
    font-size: 12px;
    font-weight: inherit;
    color: #666;
    background-color: #f3f3f3;
  }
  .home .mainContent .term-area .document-block p {
    margin-top: 15px;
    line-height: 1.7;
  }
  .home .mainContent .term-area .document-block p:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .term-area .document-block ul {
    margin-top: 10px;
  }
  .home .mainContent .term-area .document-block ul > li {
    margin-top: 4px;
    line-height: 1.5;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .home .mainContent .term-area .document-block ul > li:first-of-type {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  /**************************************************************
*
* ■ layout(sp)
*
**************************************************************/
  .contentWrapper {
    position: relative;
    width: 100%;
    margin-top: 16vw;
  }
  .contentWrapper:before {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/bg_body.jpg") no-repeat center center / cover;
  }
  .contentWrapper.is-bgHidden.contentWrapper:before {
    background-image: none;
  }
  .contentWrapper .mainContent .anc:before {
    content: "";
    display: block;
    height: 9.33333vw;
    margin-top: -9.33333vw;
    visibility: hidden;
  }
  .contentWrapper .mainContent .anc#access-anc.anc:before {
    content: "";
    display: block;
    height: 4vw;
    margin-top: -4vw;
    visibility: hidden;
  }
  .contentWrapper .mainContent .heading-block {
    position: relative;
    width: 66.66667vw;
    margin: 0 auto;
    padding-top: 21.33333vw;
    text-align: center;
  }
  .contentWrapper .mainContent .heading-block:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12vw;
    z-index: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 28.8vw;
    height: 5.76vw;
    background-image: url("../img/parts/heading_fig_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .contentWrapper .mainContent .heading-block:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contentWrapper .mainContent .heading-block .en {
    font-family: urw-din;
    font-weight: 600;
    font-size: 7.46667vw;
    color: inherit;
  }
  .contentWrapper .mainContent .heading-block .title {
    margin-top: 2.93333vw;
    font-size: 2.93333vw;
  }
  .contentWrapper .mainContent .heading-block.white:before {
    width: 28.8vw;
    height: 5.76vw;
    background-image: url("../img/parts/heading_fig_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .contentWrapper .mainContent .heading-block.white:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #pc-header {
    display: none;
  }
  #footer {
    padding: 10.66667vw 0 24vw;
    background-color: #51C814;
    text-align: center;
  }
  #footer .logo {
    margin: 0 auto;
    width: 12.4vw;
    height: 20.933vw;
    background-image: url("../img/parts/logo_bak.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  #footer .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .logo:hover {
    opacity: 0.55;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #footer .copyright {
    margin-top: 9.33333vw;
    text-align: center;
    font-family: urw-din;
    font-weight: 500;
    font-size: 2.66667vw;
    color: inherit;
    letter-spacing: -0.5px;
  }
  /**************************************************************
*
* ■ home(sp)
*
**************************************************************/
  .home .mainContent .pageTitle {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }
  .home .mainContent .hero-area .kv-block {
    position: relative;
    width: 100%;
    height: 112vw;
  }
  .home .mainContent .hero-area .kv-block .swiper-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .home .mainContent .hero-area .kv-block .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
  }
  .home .mainContent .hero-area .kv-block .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img,
  .home .mainContent .hero-area .kv-block .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active img,
  .home .mainContent .hero-area .kv-block .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev img {
    -webkit-animation: zoomIn 10s linear 0s 1 normal both;
            animation: zoomIn 10s linear 0s 1 normal both;
  }
  .home .mainContent .hero-area .kv-block .front-container {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80vw;
    height: 80vw;
    padding-top: 8vw;
    text-align: center;
  }
  .home .mainContent .hero-area .kv-block .front-container .logo {
    opacity: 0;
    margin: 0px auto;
    width: 59.2vw;
    height: 31.68vw;
    background-image: url("../img/parts/logo_roof_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform: translateX(1.86667vw);
            transform: translateX(1.86667vw);
  }
  .home .mainContent .hero-area .kv-block .front-container .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .hero-area .kv-block .front-container .name {
    opacity: 0;
    margin-top: 5.33333vw;
    font-size: 3.2vw;
    font-weight: inherit;
    color: #fff;
  }
  .home .mainContent .hero-area .kv-block .front-container .name:before {
    content: "[ ";
  }
  .home .mainContent .hero-area .kv-block .front-container .name:after {
    content: " ]";
  }
  .home .mainContent .hero-area .kv-block .front-container .summary {
    opacity: 0;
    margin-top: 5.33333vw;
    font-size: 4.8vw;
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .hero-area .kv-block .front-container .summary strong {
    font-size: 8vw;
  }
  .home .mainContent .hero-area .kv-block .front-container .summary .num {
    font-family: urw-din;
    font-weight: 500;
    font-size: 12.8vw;
    color: inherit;
  }
  .home .mainContent .about-area {
    position: relative;
    padding-top: 5.33333vw;
    padding-bottom: 34.66667vw;
    background-color: #fff;
  }
  .home .mainContent .about-area .aboutHeading-block {
    position: relative;
    width: 67%;
    margin: 0 auto;
    padding-top: 6.66667vw;
    padding-bottom: 2.66667vw;
    text-align: center;
  }
  .home .mainContent .about-area .aboutHeading-block .title {
    font-size: 5.06667vw;
    font-weight: bold;
  }
  .home .mainContent .about-area .aboutHeading-block .title strong {
    font-family: urw-din;
    font-weight: 600;
    font-size: 8.26667vw;
    color: inherit;
  }
  .home .mainContent .about-area .aboutHeading-block .marker {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: auto;
    display: block;
    border-bottom: 1.06667vw solid #51C814;
    width: 0;
  }
  .home .mainContent .about-area .aboutHeading-block.is-animated .marker {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .home .mainContent .about-area .feature-block {
    margin: 8vw auto 0;
    text-align: center;
  }
  .home .mainContent .about-area .feature-block .feature-list > li {
    width: 85.33333vw;
    margin-top: 9.86667vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .home .mainContent .about-area .feature-block .feature-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .about-area .feature-block .feature-list > li .icon {
    margin: 0 auto;
    width: 48vw;
  }
  .home .mainContent .about-area .feature-block .feature-list > li .title {
    margin-top: 2.66667vw;
    font-size: 6.93333vw;
    font-weight: 700;
  }
  .home .mainContent .about-area .feature-block .feature-list > li .description {
    margin-top: 4vw;
    line-height: 1.4;
    font-size: 3.73333vw;
  }
  .home .mainContent .about-area .feature-block .introduction {
    margin-top: 13.33333vw;
    line-height: 1.8;
    font-size: 3.46667vw;
    font-weight: 700;
    text-align: center;
  }
  .home .mainContent .about-area .feature-block .introduction .marker {
    display: inline;
    padding-bottom: 0.53333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #51C814)) no-repeat;
    background: linear-gradient(transparent 90%, #51C814 90%) no-repeat;
    background-size: 0% 100%;
  }
  .home .mainContent .about-area .feature-block .introduction.is-animated .marker {
    background-size: 100% 100%;
    -webkit-transition: all 1.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .home .mainContent .plan-area {
    position: relative;
    padding-bottom: 32vw;
    background-color: #51C814;
  }
  .home .mainContent .plan-area .naname-block {
    position: absolute;
    left: 0;
    top: -13.06667vw;
    z-index: 10;
  }
  .home .mainContent .plan-area .naname-block .naname {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 50vw 13.33333vw 50vw;
    border-color: transparent transparent #51C814 transparent;
  }
  .home .mainContent .plan-area .intro-block {
    position: relative;
    margin-top: 14.66667vw;
    padding: 0 6.66667vw;
    text-align: center;
  }
  .home .mainContent .plan-area .intro-block .sec {
    padding: 8vw 8vw 8vw;
  }
  .home .mainContent .plan-area .intro-block .sec .subject-container {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .plan-area .intro-block .sec .subject-container .topic {
    font-size: 6.4vw;
    font-weight: 700;
  }
  .home .mainContent .plan-area .intro-block .sec .subject-container .sub {
    margin-top: 8.8vw;
    font-size: 4vw;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container {
    margin-left: auto;
    margin-right: auto;
    line-height: 12.26667vw;
    width: 67.92vw;
    height: 13.2vw;
    background-image: url("../img/parts/btnbase_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 0;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .plan-area .intro-block .sec .button-container a {
    font-size: 4vw;
    font-weight: 700;
    text-decoration: none;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec {
    position: relative;
    background-color: #fff;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13.33333vw;
    z-index: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7.333vw;
    height: 7.333vw;
    background-image: url("../img/parts/ico_plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container {
    margin-top: 2.66667vw;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .main {
    width: 53.33333vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.33333vw;
    border-bottom: 0.8vw solid #51C814;
    font-size: 5.33333vw;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .main strong {
    font-family: urw-din;
    font-weight: 600;
    font-size: 9.33333vw;
    color: inherit;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub {
    margin-top: 5.33333vw;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.33333vw;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl > dt {
    width: 32vw;
    padding-left: 5.33333vw;
    line-height: 5.33333vw;
    font-size: 3.73333vw;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl > dt:before {
    content: "◯ ";
    font-size: 3.73333vw;
    font-weight: inherit;
    color: #51C814;
    vertical-align: 0.26667vw;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl > dd {
    width: 37.33333vw;
    text-align: left;
    font-size: 3.73333vw;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .price-container .sub > dl > dd strong {
    font-family: urw-din;
    font-weight: 500;
    font-size: 5.86667vw;
    color: inherit;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .caution-list {
    margin-top: 2.66667vw;
    text-align: left;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .caution-list > li {
    margin-top: 1.33333vw;
    line-height: 1.3;
    font-size: 3.2vw;
    padding-left: 1em;
    text-indent: -1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .caution-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .caution-list > li:before {
    content: "※";
  }
  .home .mainContent .plan-area .intro-block .sec.basePlan-sec .button-container {
    margin-top: 6.66667vw;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec {
    margin-top: 20vw;
    background-color: #C2ECAD;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec .caution-container {
    margin-top: 5.33333vw;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec .caution-container .main {
    width: 45.33333vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.33333vw;
    border-bottom: 1.06667vw solid #51C814;
    font-family: urw-din;
    font-weight: 600;
    font-size: 5.33333vw;
    color: inherit;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec .caution-container .sub {
    width: 64vw;
    height: 13.33333vw;
    margin: 6.66667vw auto 0;
    line-height: 13.33333vw;
    background-color: #51C814;
    font-size: 4.8vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.53333vw;
  }
  .home .mainContent .plan-area .intro-block .sec.option-sec .button-container {
    margin-top: 6.66667vw;
  }
  .home .mainContent .plan-area .equipment-block {
    margin: 16vw auto 0;
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
    padding-bottom: 5.33333vw;
  }
  .home .mainContent .plan-area .equipment-block .sec {
    margin: 6.66667vw auto 0;
  }
  .home .mainContent .plan-area .equipment-block .sec:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .equipment-block .sec .topic {
    font-size: 4.26667vw;
    font-weight: 700;
  }
  .home .mainContent .plan-area .equipment-block .sec .topic:before {
    content: "[ ";
  }
  .home .mainContent .plan-area .equipment-block .sec .topic:after {
    content: " ]";
  }
  .home .mainContent .plan-area .equipment-block .sec.caution-sec .point-list {
    margin-top: 2.66667vw;
  }
  .home .mainContent .plan-area .equipment-block .sec.caution-sec .point-list > li {
    margin-top: 1.86667vw;
    line-height: 1.4;
    font-size: 3.46667vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .home .mainContent .plan-area .equipment-block .sec.caution-sec .point-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .equipment-block .sec.caution-sec .point-list > li:before {
    content: "◯";
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .item-list,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.66667vw;
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .item-list > li,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .item-list > li {
    line-height: 1.5;
    font-size: 3.46667vw;
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .item-list > li:after,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .item-list > li:after {
    content: "/";
    margin-left: 1.33333vw;
    margin-right: 1.33333vw;
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .item-list > li:last-of-type:after,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .item-list > li:last-of-type:after {
    content: "";
  }
  .home .mainContent .plan-area .equipment-block .sec.equipment-sec .caution,
  .home .mainContent .plan-area .equipment-block .sec.spice-sec .caution {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .home .mainContent .plan-area .food-block {
    margin-top: 13.33333vw;
    padding-bottom: 5.33333vw;
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }
  .home .mainContent .plan-area .food-block .subject-container {
    text-align: center;
  }
  .home .mainContent .plan-area .food-block .subject-container .topic {
    font-size: 5.86667vw;
    font-weight: 700;
  }
  .home .mainContent .plan-area .food-block .product-container {
    margin-top: 8vw;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list {
    margin-top: 5.33333vw;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .name {
    width: 100%;
    font-size: 3.73333vw;
    font-weight: 700;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .name:before {
    content: "[ ";
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .name:after {
    content: " ]";
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .menu {
    font-size: 3.73333vw;
    font-weight: 700;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .price {
    font-size: 3.2vw;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .item-list > li .price strong {
    font-family: urw-din;
    font-weight: 600;
    font-size: 4vw;
    color: inherit;
  }
  .home .mainContent .plan-area .food-block .product-container .set-sec .caution {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec {
    margin-top: 13.33333vw;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li {
    width: 42.66667vw;
    margin-top: 8vw;
    margin-right: 1.33333vw;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li:nth-child(1),
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li:nth-child(2) {
    margin-top: 0px;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li:nth-child(2n) {
    margin-right: 0px;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .text {
    margin-top: 4vw;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .text .name {
    font-size: 3.73333vw;
    font-weight: 700;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .text .price {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li .text .price strong {
    font-family: urw-din;
    font-weight: 600;
    font-size: 4vw;
    color: inherit;
  }
  .home .mainContent .plan-area .food-block .product-container .beef-sec .item-list > li:nth-child(2) .text .price {
    letter-spacing: -0.5px;
  }
  .home .mainContent .plan-area .drink-block {
    margin-top: 13.33333vw;
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }
  .home .mainContent .plan-area .drink-block .subject-container {
    text-align: center;
  }
  .home .mainContent .plan-area .drink-block .subject-container .topic {
    font-size: 5.86667vw;
    font-weight: 700;
  }
  .home .mainContent .plan-area .drink-block .product-container {
    margin-top: 8vw;
  }
  .home .mainContent .plan-area .drink-block .product-container .topic {
    margin-top: 6.66667vw;
    font-size: 3.73333vw;
    font-weight: 700;
  }
  .home .mainContent .plan-area .drink-block .product-container .topic:before {
    content: "[ ";
  }
  .home .mainContent .plan-area .drink-block .product-container .topic:after {
    content: " ]";
  }
  .home .mainContent .plan-area .drink-block .product-container .item-list {
    margin-top: 2.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .plan-area .drink-block .product-container .item-list > li {
    font-size: 3.46667vw;
    font-weight: 700;
    margin: 0 0.53333vw;
    line-height: 1.5;
  }
  .home .mainContent .plan-area .drink-block .product-container .item-list > li:after {
    content: " / ";
  }
  .home .mainContent .plan-area .drink-block .product-container .item-list > li:last-of-type:after {
    content: "";
  }
  .home .mainContent .plan-area .drink-block .product-container .caution {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
    line-height: 1.4;
  }
  .home .mainContent .faq-area {
    position: relative;
    padding-bottom: 40vw;
    background-color: #fff;
  }
  .home .mainContent .faq-area .naname-block {
    position: absolute;
    left: 0;
    top: -13.06667vw;
    z-index: 10;
  }
  .home .mainContent .faq-area .naname-block .naname {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 50vw 13.33333vw 50vw;
    border-color: transparent transparent #fff transparent;
  }
  .home .mainContent .faq-area .faq-block {
    margin: 9.33333vw auto 0;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li {
    margin-top: 8vw;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li dl {
    text-align: center;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li dl dt {
    font-size: 3.73333vw;
    font-weight: 700;
    color: #000;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li dl dt:before {
    content: "Q";
    font-family: urw-din;
    font-weight: 500;
    font-size: 7.46667vw;
    color: #51C814;
    margin-right: 1.06667vw;
    vertical-align: -0.8vw;
  }
  .home .mainContent .faq-area .faq-block .faq-list > li dl dd {
    margin-top: 1.33333vw;
    line-height: 1.5;
    font-size: 3.73333vw;
  }
  .home .mainContent .faq-area .faq-block .memo {
    margin-top: 10.66667vw;
    font-size: 3.46667vw;
    text-align: center;
  }
  .home .mainContent .contact-area {
    position: relative;
    padding-bottom: 24vw;
    background-color: #51C814;
  }
  .home .mainContent .contact-area .nanameTop-block {
    position: absolute;
    left: 0;
    top: -13.06667vw;
    z-index: 10;
  }
  .home .mainContent .contact-area .nanameTop-block .naname {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 50vw 13.33333vw 50vw;
    border-color: transparent transparent #51C814 transparent;
  }
  .home .mainContent .contact-area .info-block {
    margin: 13.33333vw auto 0;
    text-align: center;
  }
  .home .mainContent .contact-area .info-block .sec .topic {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .home .mainContent .contact-area .info-block .sec .topic:before {
    content: "[ ";
  }
  .home .mainContent .contact-area .info-block .sec .topic:after {
    content: " ]";
  }
  .home .mainContent .contact-area .info-block .sec.open-sec .time {
    margin-top: 4vw;
    font-size: 4vw;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec {
    margin-top: 13.33333vw;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn {
    width: 73.33333vw;
    height: 13.86667vw;
    margin: 5.86667vw auto 0;
    background: url("../img/parts/btnbase_02.svg") no-repeat center center;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 12.53333vw;
    padding-left: 8vw;
    font-size: 5.33333vw;
    font-weight: 600;
    color: #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.3em;
    text-decoration: none;
    text-align: center;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn a i {
    position: absolute;
    left: 20vw;
    top: 2.66667vw;
    z-index: auto;
    width: 7.44vw;
    height: 7.44vw;
    background-image: url("../img/parts/ico_booking_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .booking-btn a i a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn {
    width: 73.33333vw;
    height: 13.86667vw;
    margin: 5.33333vw auto 0;
    background: url("../img/parts/btnbase_02.svg") no-repeat center center;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 12.53333vw;
    padding-left: 10.66667vw;
    font-family: urw-din;
    font-weight: 600;
    font-size: 5.33333vw;
    color: #000;
    text-decoration: none;
    text-align: center;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn a i {
    position: absolute;
    left: 10.13333vw;
    top: 2.4vw;
    z-index: auto;
    width: 8.533vw;
    height: 8.107vw;
    background-image: url("../img/parts/ico_line_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .line-btn a i a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .logo {
    margin: 12vw auto 0;
    width: 14.88vw;
    height: 25.12vw;
    background-image: url("../img/parts/logo_bak.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .contact-area .info-block .sec.tel-sec .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .contact-area .nanameBottom-block {
    position: absolute;
    left: 0px;
    bottom: -12vw;
    z-index: 20;
    width: 100vw;
    height: 12vw;
    background-image: url("../img/parts/sp_naname.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .contact-area .nanameBottom-block a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .access-area {
    position: relative;
    margin-top: 136vw;
    background-color: #fff;
  }
  .home .mainContent .access-area .naname-block {
    position: absolute;
    left: 0;
    top: -13.06667vw;
    z-index: 10;
  }
  .home .mainContent .access-area .naname-block .naname {
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 50vw 13.33333vw 50vw;
    border-color: transparent transparent #fff transparent;
  }
  .home .mainContent .access-area .address-block {
    margin: 12vw auto 0;
    text-align: center;
  }
  .home .mainContent .access-area .address-block .address {
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .home .mainContent .access-area .address-block .station-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.66667vw;
  }
  .home .mainContent .access-area .address-block .station-list > li {
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .home .mainContent .access-area .address-block .station-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .access-area .address-block .station-list > li:before {
    content: "◯";
    margin-right: 0.53333vw;
    font-size: 4vw;
    font-weight: 500;
    color: #51C814;
  }
  .home .mainContent .access-area .map-block {
    margin-top: 8vw;
    padding: 0 1.86667vw 0;
  }
  .home .mainContent .access-area .map-block .embed iframe {
    width: 100%;
    height: 93.33333vw;
    margin: 0 auto;
  }
  .home .mainContent .instagram-area {
    padding-top: 21.33333vw;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
    background-color: #fff;
  }
  .home .mainContent .instagram-area .subject-container {
    height: 21.33333vw;
    padding-right: 2.66667vw;
    text-align: center;
  }
  .home .mainContent .instagram-area .subject-container .title {
    font-family: urw-din;
    font-weight: 500;
    font-size: 4.53333vw;
    color: inherit;
    line-height: 21.33333vw;
  }
  .home .mainContent .instagram-area .subject-container .title .ico {
    position: relative;
    margin-right: 24vw;
  }
  .home .mainContent .instagram-area .subject-container .title .ico:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -8vw;
    z-index: auto;
    display: inline-block;
    width: 22vw;
    height: 22vw;
    background-image: url("../img/parts/ico_roof.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .instagram-area .subject-container .title .ico:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .instagram-area .embed-container {
    margin: 5.33333vw auto 0;
    pointer-events: none;
  }
  .home .mainContent .instagram-area .button-container {
    margin-top: 8vw;
    text-align: center;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn {
    display: block;
    margin: 0 auto;
    width: 72.32vw;
    height: 13.867vw;
    background-image: url("../img/parts/btnbase_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10.66667vw;
    text-indent: 0px;
    line-height: 13.33333vw;
    font-size: 4.26667vw;
    font-weight: 700;
    text-decoration: none;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn a .ico {
    position: absolute;
    left: 21.33333vw;
    top: 3.46667vw;
    z-index: auto;
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    background-image: url("../img/parts/ico_insta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .instagram-area .button-container .instagram-btn a .ico a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .term-area {
    padding-top: 18.66667vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    padding-bottom: 16vw;
    background-color: #fff;
  }
  .home .mainContent .term-area .button-container {
    text-align: center;
  }
  .home .mainContent .term-area .button-container .term-btn {
    width: 100%;
    padding: 4vw 0px;
    border: 1px solid #999;
    background: url("../img/parts/arrow_01_down.svg") no-repeat right 5.33333vw center;
    background-size: 4.53333vw 3.2vw;
  }
  .home .mainContent .term-area .button-container .term-btn .label {
    font-size: 4.26667vw;
    font-weight: inherit;
    color: #000;
    letter-spacing: 2.66667vw;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home .mainContent .term-area .button-container .term-btn .sub {
    margin-top: 1.33333vw;
    font-size: 2.93333vw;
    font-weight: inherit;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .home .mainContent .term-area .button-container .term-btn.is-opened {
    background: url("../img/parts/arrow_01_up.svg") no-repeat right 5.33333vw center;
    background-size: 4.53333vw 3.2vw;
  }
  .home .mainContent .term-area .document-block {
    margin-left: auto;
    margin-right: auto;
    padding: 5.33333vw 5.33333vw;
    font-size: 2.93333vw;
    font-weight: inherit;
    color: #666;
    background-color: #f3f3f3;
  }
  .home .mainContent .term-area .document-block p {
    margin-top: 2.66667vw;
    line-height: 1.7;
  }
  .home .mainContent .term-area .document-block p:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .term-area .document-block ul {
    margin-top: 2.66667vw;
  }
  .home .mainContent .term-area .document-block ul > li {
    margin-top: 1.06667vw;
    line-height: 1.5;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .home .mainContent .term-area .document-block ul > li:first-of-type {
    margin-top: 0px;
  }
}
