@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%;
  /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

section {
  clear: both; }

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none; }

.inline li {
  display: inline; }

ol {
  margin-left: 1.8em; }

/* float --------------- */
.ib {
  display: inline-block; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

.clear {
  clear: both; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden; }

.clearfix {
  overflow: hidden; }

.overAuto {
  overflow: auto; }

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* alignment --------------- */
.tCenter {
  text-align: center; }

.tLeft {
  text-align: left !important; }

.tRight {
  text-align: right !important; }

.vTop {
  vertical-align: top; }

.vMid {
  vertical-align: middle; }

.vBtm {
  vertical-align: bottom; }

/* break --------------- */
.nowrap {
  white-space: nowrap; }

.brUrl {
  word-wrap: break-word; }

.brSp {
  display: block; }

@media screen and (min-width: 769px) {
  .brSp {
    display: none; } }
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top; }

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px; }

p.akari image img {
  width: 100%; }

/* space --------------- */
.mgR0 {
  margin-right: 0 !important; }

.mgR05 {
  margin-right: 5px; }

.mgR10 {
  margin-right: 10px; }

.mgR15 {
  margin-right: 15px; }

.mgR20 {
  margin-right: 20px; }

.mgR25 {
  margin-right: 25px; }

.mgR30 {
  margin-right: 30px; }

.mgB0 {
  margin-bottom: 0 !important; }

.mgB05 {
  margin-bottom: 5px; }

.mgB10 {
  margin-bottom: 10px; }

.mgB15 {
  margin-bottom: 15px; }

.mgB20 {
  margin-bottom: 20px; }

.mgB25 {
  margin-bottom: 25px; }

.mgB30 {
  margin-bottom: 30px; }

.mgB35 {
  margin-bottom: 35px; }

.mgB40 {
  margin-bottom: 40px; }

.mgB50 {
  margin-bottom: 50px; }

.mgL0 {
  margin-left: 0; }

.mgL05 {
  margin-left: 5px; }

.mgL10 {
  margin-left: 10px; }

.mgL15 {
  margin-left: 15px; }

.mgL20 {
  margin-left: 20px; }

.mgL25 {
  margin-left: 25px; }

.mgL30 {
  margin-left: 30px; }

.pdT0 {
  padding-top: 0; }

.pdT05 {
  padding-top: 5px; }

.pdT08 {
  padding-top: 8px; }

.pdT10 {
  padding-top: 10px !important; }

.pdT15 {
  padding-top: 15px !important; }

.pdT20 {
  padding-top: 20px !important; }

.pdT25 {
  padding-top: 25px !important; }

.pdT30 {
  padding-top: 30px; }

.pdR20 {
  padding-right: 20px; }

.pdR25 {
  padding-right: 25px; }

.pdR30 {
  padding-right: 30px; }

.pdB0 {
  padding-bottom: 0px !important; }

.pdB20 {
  padding-bottom: 20px; }

.indent {
  margin-left: 1em; }

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em; }

/* text --------------- */
.txt11 {
  font-size: 1.1rem; }

.txt12 {
  font-size: 1.2rem; }

.txt13 {
  font-size: 1.3rem; }

.txt14 {
  font-size: 1.4rem; }

.txt15 {
  font-size: 1.5rem; }

.txt16 {
  font-size: 1.6rem; }

.txt17 {
  font-size: 1.7rem; }

.txt18 {
  font-size: 1.8rem; }

.txt20 {
  font-size: 2rem !important; }

.txt16-20 {
  font-size: 1.6rem; }
  @media screen and (min-width: 767px) {
    .txt16-20 {
      font-size: 2rem; } }

.txt22 {
  font-size: 2.2rem; }

.txt24 {
  font-size: 2.4rem; }

.txt25 {
  font-size: 2.4rem; }

.txt26 {
  font-size: 2.6rem; }

.txt26-30 {
  font-size: 2.6rem; }
  @media screen and (min-width: 767px) {
    .txt26-30 {
      font-size: 3rem; } }

.txt28 {
  font-size: 2.8rem; }

.txt30 {
  font-size: 3rem; }

.txt36 {
  font-size: 3.6rem; }

.txtmin {
  font-family: serif; }

.lh10 {
  line-height: 1 !important; }

.lh12 {
  line-height: 1.2 !important; }

.lh13 {
  line-height: 1.3 !important; }

.b {
  font-weight: bold; }

.lh15 {
  line-height: 1.5; }

.normal {
  font-weight: normal; }

address {
  font-style: normal; }

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.txtCL {
  text-align: left; }

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center; } }
.br-sp {
  display: none; }

.br-pc {
  display: block; }

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

  .br-pc {
    display: none; } }
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none; }

.desktopHidden {
  display: block; }

.desktopHiddeni {
  display: inline; }

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none; }

  .desktopHiddeni {
    display: none; }

  .mobileHidden {
    display: inline; }

  .mobileHiddenB {
    display: block; } }
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%; }

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  scroll-behavior: smooth; }

body {
  min-width: 320px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }

.pc-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: url("../images/pc_bg.jpg") no-repeat center/cover;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .pc-bg {
      display: none; } }

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none; }

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.red {
  color: #f00; }

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
.header__logo {
  text-align: left; }

.header__logo img {
  width: 360px; }

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms; }

.fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

/* -----------------------------------------------------------
 =アニメーション
----------------------------------------------------------- */
img.animate01 {
  margin: 0 auto;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1; }

@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1); }
  50%,
  70% {
    transform: scale(0.95); } }
/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
.main-view {
  position: relative;
  overflow: hidden;
  width: 600px;
  background-color: #fff;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .main-view {
      width: 100%; } }

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: calc(100% - 40px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 1024px) {
    .inner {
      width: calc(100% - 40px);
      margin: 0 20px;
      padding: 0; } }

/*ボタン*/
.btn,
.wp-element-button,
.wpcf7-submit {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 567px;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 36px;
  background-color: #999;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .btn,
    .wp-element-button,
    .wpcf7-submit {
      height: 36px;
      border-radius: 18px;
      font-size: 13px;
      width: 90%;
      letter-spacing: 0.05em; } }

a.btn::before,
.wp-element-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff; }
  @media screen and (max-width: 767px) {
    a.btn::before,
    .wp-element-button::before {
      right: 20px;
      width: 4px;
      height: 4px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; } }

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s; } }
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999; }
  .js-aclink.js-ac {
    background: url(../images/icon-minus.png) no-repeat right 12px center;
    background-size: 26px;
    background-color: #999; }

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px; }
  @media screen and (min-width: 767px) {
    .pagetop {
      bottom: 30px;
      right: 30px;
      width: 45px; } }

.fix-b {
  position: fixed;
  bottom: 0;
  width: 600px;
  z-index: 10000;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
  will-change: transform; }
  @media screen and (max-width: 767px) {
    .fix-b {
      width: 100%; } }

.fix-b.is-shown {
  transform: translateY(0);
  opacity: 1; }

.fix-b__text {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  background-color: #fff; }

.fix-b__text span {
  color: #e40012; }

.fix-b__btn {
  height: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center; }

.fix-b__btn a {
  display: block;
  width: 100%;
  text-align: center;
  height: 23px;
  padding-block: 9px;
  animation: poyoyon3 2.5s infinite;
  opacity: 1; }

@keyframes poyoyon3 {
  0%,
  40% {
    transform: skew(0deg, 0deg); }
  5% {
    transform: skew(2.5deg, 2.5deg); }
  10% {
    transform: skew(-2deg, -2deg); }
  15% {
    transform: skew(1.5deg, 1.5deg); }
  20% {
    transform: skew(-1deg, -1deg); }
  25% {
    transform: skew(0.5deg, 0.5deg); }
  30% {
    transform: skew(-0.3deg, -0.3deg); }
  35% {
    transform: skew(0.1deg, 0.1deg); } }
.fix-b__btn a:hover {
  opacity: 1; }

.fix-b__tel {
  background-color: #000; }

.fix-b__map {
  background-color: #e40012; }

.fix-b__btn img {
  width: 117px; }

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
/*最下部エリア*/
.footer__copy {
  background: #231815;
  padding-block: 10px 80px; }

.footer__copy p {
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-size: 11px; }

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 600px;
  height: 60px;
  z-index: 10000;
  background-color: #fff;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
  will-change: transform; }
  @media screen and (max-width: 767px) {
    .fixed {
      width: 100%; } }

/* 表示時に上から降りる */
.fixed.is-shown {
  transform: translateY(0);
  opacity: 1; }

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

.nav-pc__lists {
  margin: 0 auto;
  display: flex;
  gap: 20px; }

.nav-pc__lists li {
  list-style-type: none; }

.nav-pc__lists li a {
  color: #000; }

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none; }

.nav-wrap.close {
  display: none; }

.content {
  padding: 20px; }

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #fff;
  width: 600px;
  left: 50%;
  transform: translate(-50%, -100%);
  /* 画面上に隠す（初期） */
  opacity: 1;
  /* フェードも併用 */
  transition: transform 0.5s ease, opacity 0.4s ease;
  will-change: transform, opacity;
  /* モバイルでも滑らかに */
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    .nav-wrap {
      width: 100%; } }

.nav-wrap.open {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto; }

.nav-wrap li a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.nav-wrap li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

.nav-wrap__head {
  height: 60px;
  background-color: #e40012;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.nav-wrap__btn {
  padding-block: 30px 20px;
  display: grid;
  grid-template-columns: 320px;
  gap: 20px;
  align-items: center;
  justify-content: center; }

/*メニューボタン*/
.nav-button-wrap {
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 15000; }

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer; }

.nav-button {
  z-index: 20000;
  position: relative;
  width: 26px;
  height: 16px; }

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000; }
  .nav-button span:nth-of-type(1) {
    top: 0; }
  .nav-button span:nth-of-type(2) {
    top: 8px; }
  .nav-button span:nth-of-type(3) {
    bottom: 0; }

.nav-button.active span {
  background-color: #fff; }
  .nav-button.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg); }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0; }
  .nav-button.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg); }

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
.fv__ticket {
  background-color: #8acce3;
  padding: 20px 13px 20px 20px; }

.ancher {
  padding-top: 80px;
  margin-top: -80px; }

.ninchi__inner {
  background-color: #e40012; }

.gaiyou {
  margin-top: 20px;
  position: relative; }

.gaiyou__num1 {
  position: absolute;
  bottom: 360px;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .gaiyou__num1 {
      bottom: 60vw; } }

.gaiyou__num2 {
  position: absolute;
  bottom: 136px;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .gaiyou__num2 {
      bottom: 22vw; } }

.gaiyou__anime {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1; }

@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1); }
  50%,
  70% {
    transform: scale(0.9); } }
.lineup__inner {
  margin-top: 15px;
  padding: 0 20px;
  text-align: center; }

.lineup__2 {
  margin-top: 30px; }

.price,
.shop {
  margin-top: 30px; }

.shop__inner {
  padding: 0 20px; }

.shop__name {
  margin-top: 15px; }

.shop__image {
  margin-top: 15px; }

.shop__tel {
  margin-top: 15px; }

.shop__link {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 11.5% 11.5% 11.5% 61.8%;
  align-items: center;
  justify-content: space-between; }

.shop__link_tsurugi {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .shop__link_tsurugi {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
	  } }

.shop__link_tsubata {
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  display: grid;
  grid-template-columns: 15% 18% 65%;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .shop__link_tsubata {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
	  } }

.shop__link_oono {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .shop__link_oono {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
	  } }

.shop__link_konishi {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .shop__link_konishi {
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
	  } }

.shop__link a:last-of-type {
  padding-left: 15px; }
  @media screen and (max-width: 767px) {
    .shop__link a:last-of-type {
      padding-left: 10px; } }

.shop__kouchin {
  margin-top: 30px; }

.shop__map {
  margin-top: 30px; }

.shop__map iframe {
  width: 100%;
  height: 300px; }
  @media screen and (max-width: 767px) {
    .shop__map iframe {
      height: 176px; } }

.shop__map p {
  margin-top: 10px;
  font-size: 12px;
  text-align: right; }

.shop__tenken {
  margin-top: 30px; }

.price__title {
	margin-bottom: 15px;
}

.notes {
	text-align: center;
	font-size: 16px;
}

/* 画面幅が 768px 以下の場合に適用 */
@media screen and (max-width: 768px) {
.notes {
    font-size: 13px; 
  }
}


/* -----------------------------------------------------------
modal
----------------------------------------------------------- */
.modal {
  display: none; }

.modaal-container {
  width: 600px;
  background-color: #e40012;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .modaal-container {
      width: 100%; } }

.modaal-content-container {
  padding: 0; }

.modaal-inner-wrapper {
  padding: 0; }

.modaal-wrapper {
  z-index: 30000; }

.modal__btn {
  text-align: center; }

.modal__btn button {
  display: inline-block; }

.modal__btn a:hover {
  opacity: 1; }

.modal__btn button img {
  width: 200px; }

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 タブ
----------------------------------------------------------- */
.top-tab__inner {
  margin-top: 20px;
  padding: 0 20px; }

/*tabの形状*/
.tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  overflow: hidden; }

.tab--konishi {
  grid-template-columns: repeat(3, 1fr); }

.tab li {
  list-style: none; }

.tab li a {
  display: block;
  transform: translateY(30px); }
  @media screen and (max-width: 767px) {
    .tab li a {
      transform: translateY(4.4vw); } }

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  transform: translateY(0); }

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff; }

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards; }

@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
