.top-logo {
  width: 70%;
  text-align: center;
  margin: 0 auto 20px;
}
.top-copy {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #adb1b6;
  margin-bottom: 20px;
}
.blue, .beige {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 0 20px;
}
.blue span, .beige span {
  margin-left: 15px;
}
.pd20 {
  padding: 0 20px;
}
.main-v {
  position: relative;
}
.mv {
  background: #f5f6f5;
  background-image: url("../images/main_bg.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.masktext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url("../images/main_txt-bg.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-clip: text;
  color: transparent;
  flex-direction: row-reverse;
}
.tt {
  width: 53.5%;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 1.7vw;
}
.tt span.topcopy {
  font-size: 4.5vw;
}

@media (max-width:767px) {
	
.masktext {
  top: 23%;
  background-image:none;
 background: #000;
  background-clip: text;

}
.tt {
  width: 100%;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	text-align: center;
  font-size: 3vw;
}
.tt span.topcopy {
  font-size: 7.5vw;
}	
}

/* ==============================
  コンテンツ
============================== */
#wrapper {
  padding: 150px 0 0;
  /*background: linear-gradient(90deg, rgb(245, 245, 245), rgb(212, 227, 234));*/
  background: #f5f6f5;
  box-sizing: border-box;
}
.bgw {
  background: #FFFFFF;
  padding: 100px 0;
}
.ltxt {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 24px;
  font-size: 2.4rem;
}
#wrapper article {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
body #interna {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  color: #131313;
}
body #spec {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h2.line {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0 0 35px;
  padding: 0 0 0 15px;
  border-left: 3px solid #ccc;
  line-height: 1.3;
}
h2.cbp {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h2.cbp span {
  font-size: 24px;
  font-size: 2.4rem;
}
.fb {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-fe {
  justify-content: flex-end;
}
.ac {
  align-items: center;
}
.w70 {
  width: 70%;
}
.w55 {
  width: 55%;
}
.w48 {
  width: 48%;
}
.w40 {
  width: 40%;
}
.w35 {
  width: 35%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w24 {
  width: 24%;
}

.pt {
  display: flex;
  align-items: center;
}
.pt .point {
  font-family: Arial, Helvetica, "sans-serif";
  background: #1ac0aa;
  color: #FFFFFF;
  text-align: center;
  margin-right: 20px;
  padding: 10px 12px 5px;
  font-size: 16px;
  line-height: 1;
}
.pt .point span {
  font-size: 32px;
  font-weight: bold;
}
.pt .title {
  padding: 0;
  font-size: 20px;
  font-size: 2.0rem;
}
.title .ls {
  font-size: 24px;
  line-height: 1;
}
.title .sb {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.stxt {
  font-size: 14px;
  font-size: 1.4rem;
}
.cbh4 {
  font-size: 20px;
  font-size: 2.0rem;
}
.spec-name {
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
a.btn {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 100vh;
  background-color: #8e989e;
  box-sizing: border-box;
}
a.btn:hover {
  color: #fff;
  background: #667076;
}
img.ds {
  border-radius: 10px;
  box-shadow: 0px 5px 10px 1px rgba(88, 97, 100, 0.5);
}
.movie-bg {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(90deg, rgb(245, 245, 245), rgb(212, 227, 234));
  text-align: center;
}
.movie-bg h4 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

p {
  font-size: 18px;
  font-size: 1.8rem;
}
.pc_none {
  display: none;
}
@media (max-width:767px) {
  .sp_txtAC {
    text-align: center;
    margin-top: 30px;
  }
  .spfd-c {
    flex-direction: column;
  }
  .spfd-cr {
    flex-direction: column-reverse;
  }
  #wrapper article {
    padding: 0 20px;
    margin: 0 auto;
  }
  .sptxtAC {
    text-align: center;
  }
  .spmb30 {
    margin-bottom: 30px;
  }
  .spw100 {
    width: 100%;
  }
  .txtAR {
    text-align: left;
  }
  
  h2.cbp {
    font-size: 2.4rem;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
/*固定ナビ系*/
.titlenav {
  width: 100%;
  /*margin-bottom: 20px;TOP絵100%用*/
  background: #f9f9f9;
  box-shadow: inset 0px -2px 6px 1px rgba(111, 111, 111, 0.08);
}
.titlenav .wrap {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.ol_sns div {
  margin: 0 10px;
}
.ol_subnav {
  background: #f4f4f4;
  padding: 10px 20px;
}
.sn div {
  padding: 0 25px;
}
.fg1 {
  flex-grow: 1;
}
.sn div a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #101010;
}
.sn div a:hover {
  color: #3774bf;
}
.sn {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.sn .led-btn, .led-btn {
  color: #ededed;
  margin-left: 10px;
  background: #033b7f;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
}
.sn div.led-btn a, .led-btn a {
  color: #fff;
}
@media (max-width:767px) {
  .fg1 {
    flex-grow: 0;
  }
  .ol_subnav {
    padding: 10px;
  }
  .ol_subnav div {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .ol_subnav .sn div {
    padding: 0 10px;
  }
}
/* 固定ヘッダー */
.titlenav.fixed {
  position: fixed; /* ←fixedで固定する*/
  top: 0;
  left: 0;
  margin-top: 44px;
  z-index: 15;
}
.sc300:before {
  content: "";
  display: block;
  height: 350px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -350px; /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}
.sc100:before {
  content: "";
  display: block;
  height: 50px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -50px; /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}
@media (max-width:767px) {
  .titlenav.fixed {
    margin-top: 0px;
  }
  .sc300:before, .sc100:before {
    height: 0px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: 0px; /* heightと同じ分のネガティブマージン */
  }
  .ol_subnav .led-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px;
    color: #222222;
  }
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_u:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #8c969c;
  border-right: solid 2px #8c969c;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 0;
  margin: auto;
}
.arrow_r {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.arrow_r:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #5393e0;
  border-right: solid 2px #5393e0;
  transform: rotate(315deg);
  position: absolute;
  top: 8px;
  right: 0;
  margin: auto;
}
.arrow_l {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_l:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #8c969c;
  border-right: solid 2px #8c969c;
  transform: rotate(315deg);
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
}
sup {
  font-size: 12px;
  font-size: 1.2rem;
}
/* コンテンツ内共通 SNSボタン */
.sns_wrap {
  margin: 0 0 40px;
  height: 22px;
}
.sns_wrap {
  margin: 0 0 20px;
  height: 22px;
}
.sns {
  /*float: right;*/
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.sns li {
  float: left;
  margin: 0 0 0 10px;
}
.sns li:first-child {
  margin: 0;
}
table.tbr tr th {
  width: auto;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb200 {
  margin-bottom: 100px;
}
.pt100 {
  padding-top: 100px;
}
.mt50 {
  margin-top: 50px;
}
.txtAC {
  text-align: center;
}
.txtAR {
  text-align: right;
}
p.pdf{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
