@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: "FOT-筑紫明朝 Pr6 B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 13px; } }
  body img {
    width: 100%; }

main {
  overflow: hidden; }

.tit_com01 {
  font-size: 48px;
  text-align: center;
  font-family: "TimesNRMTPro", Times;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .tit_com01 {
      font-size: 34px; } }

.txt_com01 {
  text-align: center;
  font-size: 22px; }
  @media screen and (max-width: 768px) {
    .txt_com01 {
      font-size: 18px; } }
  .txt_com01 i {
    font-size: 26px; }
    @media screen and (max-width: 768px) {
      .txt_com01 i {
        font-size: 20px; } }

.btn_com {
  width: 190px;
  font-size: 17px;
  color: #000;
  text-align: center;
  padding: 10px 0px;
  line-height: 1;
  position: relative;
  border: 1px solid #707070;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .btn_com {
      font-size: 15px; } }
  .btn_com::after {
    content: "";
    width: 56px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    right: -28px;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 768px) {
      .btn_com::after {
        width: 40px;
        right: -28px; } }
  .btn_com:hover::after {
    right: -18px; }
    @media screen and (max-width: 768px) {
      .btn_com:hover::after {
        right: -18px; } }

.header_com {
  display: none; }
  @media screen and (max-width: 768px) {
    .header_com {
      width: 100%;
      height: 50px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .header_com h1 {
        width: 118px;
        margin: 0px auto;
        font-size: 0px; } }

.iframe_area {
  width: 62.5%;
  max-width: 900px;
  margin: 0px auto;
  margin-bottom: 120px; }
  .iframe_area.fadein {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .iframe_area.fadein.fade_on {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  @media screen and (max-width: 768px) {
    .iframe_area {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 25px;
      margin-bottom: 60px; } }
  .iframe_area .txt_com01 {
    margin-bottom: 25px; }
  /*.iframe_area iframe {
    width: 100%;
    min-height: 500px;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .iframe_area iframe {
        min-height: 120px;
        margin-bottom: 15px; } }*/
  .iframe_area .sns_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .iframe_area .sns_area li:nth-child(1), .iframe_area .sns_area li:nth-child(2) {
      width: 33px;
      margin-right: 15px; }
    .iframe_area .sns_area li:nth-child(3) {
      width: 84px; }

.pagetop {
  width: 70px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99; }

footer {
  width: 100%;
  padding: 250px 0px 40px;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 100px 0px 20px; } }
  footer h1 {
    width: 104px;
    margin: 0px auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      footer h1 {
        width: 80px;
        margin-bottom: 15px; } }
  footer small {
    text-align: center;
    font-family: "TimesNRMTPro", Times;
    font-size: 15px; }
    @media screen and (max-width: 768px) {
      footer small {
        font-size: 13px; } }

a {
  -webkit-transition: all 1.0s;
  transition: all 1.0s; }

a:hover {
  opacity: 0.8; }

/* 改行位置調整 */
.pc {
  display: block; }
  @media screen and (max-width: 800px) {
    .pc {
      display: none; } }

.pc_inline {
  display: inline-block; }
  @media screen and (max-width: 800px) {
    .pc_inline {
      display: none; } }

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

.sp_inline {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_inline {
      display: inline-block; } }

/* デバイス対応 */
.tab {
  display: none; }
  @media screen and (max-width: 800px) {
    .tab {
      display: block; } }
  @media screen and (max-width: 768px) {
    .tab {
      display: none; } }

.tabsp_inline {
  display: none; }
  @media screen and (max-width: 800px) {
    .tabsp_inline {
      display: inline-block; } }

/* youtube比率固定 */
.youtube_outer {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 25px; }
.youtube_outer iframe {
    width: 100%;
    height: 100%; }
@media screen and (max-width: 768px) {
  .youtube_outer {
    margin-bottom: 15px; } }

/* 終売・休売対応 */
.closedSale {
  color: #C70000; }