@charset "UTF-8";
/*===============================================================

  2015/7/17

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

img {
  vertical-align: top;
  border: 0;
}

ul, li {
  list-style: none;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul a, li a {
  zoom: 1;
}

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

/* iOS3.1のhtml5対応 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* body
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  -webkit-text-size-adjust: none;
  font-family: "futura-pt", sans-serif;
}

a {
  color: #36C;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}

a:hover {
  color: #36C;
}

img {
  width: 100%;
  height: 100%;
}

.cb {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* スムーススクロール
----------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/* ---------------------------------------------------------------
                        mixin
----------------------------------------------------------------*/
/* --------------------------------------------------------------

                        コンテンツスタート

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

.pc {
  display: block;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              ヘッダー
----------------------------------------------------------------*
----------------------------------------------------------------*/
.sb-open-right {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #002397;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #002397;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 300ms 0s ease;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 300ms 0s ease;
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #002397;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li ul {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 20px;
}
.menu-content ul li ul li a {
  font-weight: normal;
}
.menu-content ul li ul li:last-child {
  border-bottom: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 1.2em;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
  font-weight: bold;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #002397;
  transition: all 0.5s; /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

.header {
  width: 100%;
  background-color: #002397;
}
.header .header-logo {
  padding: 30px;
  padding-left: 10px;
  width: 500px;
  height: auto;
  margin-inline: auto;
}
.header .header-logo img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------

                        浮かび上がる

----------------------------------------------------------------*/
.floating-element {
  opacity: 0;
  transform: translateY(100px); /* 要素を下に隠す */
  transition: transform 2s ease-out, opacity 2s ease-out;
  position: relative;
  width: 100%;
}

.visible {
  opacity: 1;
  transform: translateY(0); /* 元の位置に移動 */
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              スクロール
----------------------------------------------------------------*
----------------------------------------------------------------*/
.scroll__top.show {
  opacity: 1; /* 表示状態では完全に不透明 */
  transform: translateY(0); /* 元の位置に戻る */
}

.scroll__top {
  display: block; /* デフォルトでblockだが、後で非表示にするため */
  opacity: 0; /* 初期状態では透明 */
  transform: translateY(20px); /* 初期状態で少し下に */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーション設定 */
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  padding: 20px;
}
.scroll__top:hover {
  display: inline-block;
  cursor: pointer;
}
.scroll__top a {
  text-decoration: none;
}
.scroll__top a p {
  line-height: 60px;
  font-size: 13px;
  color: #002397;
  text-align: center;
  font-weight: bold;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              mv
----------------------------------------------------------------*
----------------------------------------------------------------*/
section {
  width: 100%;
}
section .section__inner {
  width: 960px;
  margin: 0 auto;
}
section .section__inner h2 {
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  color: #002397;
  border-bottom: solid 1px #002397;
  padding-bottom: 30px;
}
section .section__inner h2 span {
  display: block;
  font-size: 0.5em;
  width: 400px;
  margin-inline: auto;
  position: relative;
}
section .section__inner h2 span::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #002397;
  position: absolute;
  top: 50%;
  left: 0;
}
section .section__inner h2 span::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #002397;
  position: absolute;
  top: 50%;
  right: 0;
}

.mainvisual {
  height: auto;
  background-color: #002397;
  padding-bottom: 60px;
}
.mainvisual .mainvisual__title {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: 0.5s;
  background-color: #fff;
  border-radius: 15px;
}
.mainvisual .mainvisual__title img {
  width: 100%;
  height: auto;
}
.mainvisual .mainvisual__title h1 {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              about
----------------------------------------------------------------*
----------------------------------------------------------------*/
.about {
  padding-top: 60px;
  background-color: #002397;
  color: #fff;
  padding-bottom: 60px;
}
.about .section__inner {
  width: 960px;
  margin: 0 auto;
}
.about .section__inner h2 {
  border-bottom: solid 1px #fff;
  color: #fff;
}
.about .section__inner h2 span::before {
  background-color: #fff;
}
.about .section__inner h2 span::after {
  background-color: #fff;
}
.about dl {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.about dl dt {
  font-size: 2em;
  font-weight: bold;
  border: solid 1px #fff;
  padding: 15px;
  width: 180px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.about dl dd {
  font-size: 3.8em;
  line-height: normal;
  font-weight: bold;
  margin-left: 15px;
  vertical-align: middle;
}
.about p {
  text-align: right;
  margin-top: 30px;
  font-size: 1em;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              lineup
----------------------------------------------------------------*
----------------------------------------------------------------*/
.lineup {
  background-color: #002397;
  padding-top: 60px;
  padding-bottom: 60px;
}
.lineup .section__inner {
  border-radius: 15px;
  width: 1200px;
}
.lineup .section__inner h2 {
  border-bottom: solid 1px #fff;
  color: #fff;
}
.lineup .section__inner h2 span::before {
  background-color: #fff;
}
.lineup .section__inner h2 span::after {
  background-color: #fff;
}
.lineup .section__inner .lineup__content h3 {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  position: relative;
  padding-left: 20px;
  line-height: 40px;
}
.lineup .section__inner .lineup__content h3::before {
  content: "";
  width: 5px;
  height: 40px;
  background-color: #fff;
  display: block;
  margin-bottom: 30px;
  position: absolute;
  left: 0;
}
.lineup .section__inner .lineup__content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.lineup .section__inner .lineup__content ul li {
  width: 555px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  background-color: #f2921c;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 10px 10px 0px 0px #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lineup .section__inner .lineup__content ul li a {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lineup .section__inner .lineup__content ul li a dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #fff;
  padding: 15px;
  height: 100%;
  transition: all 0.5s;
}
.lineup .section__inner .lineup__content ul li a dl dt {
  width: 40%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}
.lineup .section__inner .lineup__content ul li a dl dt img {
  width: 100%;
  height: auto;
}
.lineup .section__inner .lineup__content ul li a dl dd {
  width: 55%;
}
.lineup .section__inner .lineup__content ul li a dl dd h4 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--name {
  margin-bottom: 15px;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--name p {
  font-size: 1.2em;
  font-weight: bold;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--price {
  bottom: 10px;
  right: 10px;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--price p {
  font-size: 1.2em;
  font-weight: bold;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--price p span {
  font-size: 0.5em;
  font-weight: normal;
  line-height: 1em;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--comment {
  margin-top: 15px;
  margin-bottom: 120px;
  background-color: rgba(255, 255, 255, 0.1411764706);
  padding: 20px;
  border-radius: 15px;
  position: relative;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--comment .lineup__comment--annotation {
  position: absolute;
  bottom: -37px;
  left: 0px;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--comment .lineup__comment--annotation p {
  font-size: 0.8em;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--comment p {
  font-size: 1em;
  line-height: 1.3em;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--button {
  background-color: #002397;
  border-radius: 10px;
  bottom: 30px;
  right: 32px;
  position: absolute;
  display: block;
  width: 226px;
}
.lineup .section__inner .lineup__content ul li a dl dd .lineup__content--button p {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 15px;
  line-height: 30px;
}
.lineup .section__inner .lineup__content ul li a dl:hover {
  transition: all 0.5s;
  background-color: #fff;
  color: #002397;
  border-radius: 15px;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              caution
----------------------------------------------------------------*
----------------------------------------------------------------*/
.caution {
  padding-top: 60px;
  background-color: #fff;
  color: #002397;
  padding-bottom: 60px;
}
.caution .section__inner {
  width: 960px;
  margin: 0 auto;
}
.caution .section__inner h2 {
  border-bottom: solid 1px #002397;
  color: #002397;
}
.caution .section__inner h2 span::before {
  background-color: #002397;
}
.caution .section__inner h2 span::after {
  background-color: #002397;
}
.caution .section__inner .caution__content {
  margin-top: 30px;
}
.caution .section__inner .caution__content p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

/*----------------------------------------------------------------
----------------------------------------------------------------*
                              footer
----------------------------------------------------------------*
----------------------------------------------------------------*/
.footer {
  background-color: #002397;
}
.footer p {
  text-align: center;
  font-size: 1em;
  padding: 30px;
  color: #fff;
}/*# sourceMappingURL=common.css.map */