@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Serif JP", serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1320px;
  color: #000;
  font-size: 2rem;
  line-height: 2.25;
  background-color: #fff;
}
#container {
  text-align: left;
}
#main {
  display: block;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 13px 63px 0;
  border-bottom: 3px solid #000;
}
#gHeader .hBox {
  margin-bottom: -2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#gHeader .lBox {
  margin-top: -7px;
  display: flex;
}
#gHeader .link {
  margin-top: -11px;
}
#gHeader .link a {
  width: 112px;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: right;
  background: url(../img/common/icon09.png) no-repeat center bottom 3px / 103px
    auto;
}
#gHeader .link a:hover {
  color: #28abbc;
  background-image: url(../img/common/icon10.png);
}
#gHeader h1 {
  margin: -10px 0 0 83px;
  padding-left: 116px;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#gHeader h1::before {
  width: 89px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}
#gHeader h1 span {
  margin: 9px 0 0 35px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  vertical-align: top;
}
#gHeader h1 span::before {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}
#gHeader .logo {
  margin-top: 14px;
  width: 136px;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 69px 0 57px;
  background-color: #c1c1c1;
}
#gFooter .fBox {
  margin-left: auto;
  padding: 0 70px 0 102px;
  width: calc(50% + 570px);
  max-width: calc(100% - 70px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#gFooter.footer01 .fBox {
  padding: 0 147px;
  width: auto;
  max-width: inherit;
}
#gFooter .logo {
  margin-top: 8px;
  width: 136px;
}
#gFooter .copyright {
  margin-top: -9px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-style: normal;
}
@media all and (max-width: 1560px) {
  #gFooter.footer02 .fBox {
    max-width: calc(100% - 220px);
  }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox01 {
  margin-left: auto;
  width: calc(50% + 570px);
  max-width: calc(100% - 70px);
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox02 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 985px;
}
/*------------------------------------------------------------
	comMovie
------------------------------------------------------------*/
.comMovie {
  margin-bottom: 298px;
}
.comMovie .area {
  margin: 0 70px 79px 0;
}
.comMovie .titleDl {
  margin-bottom: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comMovie .titleDl dt {
  padding: 12px 10px 1px;
  width: 97px;
  height: 85px;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
}
.comMovie .titleDl dt span {
  margin-bottom: 7px;
  padding-bottom: 9px;
  display: block;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.comMovie .titleDl dt span::after {
  width: 19px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  content: "";
}
.comMovie .titleDl dd {
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  width: calc(100% - 150px);
}
.comMovie .titleDl dd .txt01 {
  vertical-align: -9px;
  width: 100%;
  max-width: 510px;
}
.comMovie .titleDl dd .txt02 {
  margin-left: 110px;
  max-width: 450px;
  padding: 9px 0 9px 26px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.67;
}
.comMovie .titleDl dd .txt02::after {
  width: 2px;
  height: calc(100% - 28px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c1c1c1;
  content: "";
}
.comMovie .movieList {
  margin: 0 -70px 24px 0;
}
.comMovie .movieList .slick-slide > div {
  margin-right: 70px;
  width: 457px;
}
.comMovie .movieList li {
  padding: 23px 29px 28px;
  display: inline-block;
  vertical-align: top;
  width: 457px;
  border-top: 4px solid #000;
  border-bottom: 13px solid #000;
  box-sizing: border-box;
}
.comMovie .movieList .pho {
  margin-bottom: 16px;
  height: 0;
  position: relative;
  padding-bottom: 69%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comMovie .movieList .pho iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.comMovie .movieList .pho p {
  padding-bottom: 6px;
  width: 70px;
  height: 70px;
  color: #fff;
  position: absolute;
  left: 22px;
  top: -27px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  background-color: #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.comMovie .movieList .pho p .num {
  margin: 0 34px 2px 0;
  font-size: 4.5rem;
  position: relative;
}
.comMovie .movieList .pho p .num::before {
  width: 28px;
  height: 28px;
  position: absolute;
  right: -27px;
  bottom: -15px;
  background: url(../img/common/line01.png) no-repeat center center / 100% 100%;
  content: "";
}
.comMovie .movieList .pho p .all {
  margin-right: 5px;
}
.comMovie .movieList .txtBox .ttl {
  margin-bottom: 49px;
  letter-spacing: 0.03em;
}
.comMovie .movieList .txtBox .btn a {
  padding: 10px 56px 10px 10px;
  display: block;
  color: #c1c1c1;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #c1c1c1;
  background: url(../img/common/icon02.jpg) no-repeat right center / auto 100%;
}
.comMovie .movieList .txtBox .btn a:hover {
  color: #fff;
  background-color: #c1c1c1;
}
.comMovie .link {
  margin-right: 135px;
  text-align: right;
}
.comMovie .link span {
  padding-right: 57px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: url(../img/common/icon03.png) no-repeat left bottom 6px / 103px auto;
  vertical-align: top;
  transition: 0.3s;
}
.comMovie .link a:hover {
  color: #c1c1c1;
  background-image: url(../img/common/icon12.png);
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 93px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: right;
  border-top: 3px solid #000;
}
.headLine01 span {
  padding-top: 99px;
  display: inline-block;
  position: relative;
  width: 320px;
  text-align: center;
  vertical-align: top;
}
.headLine01 span::before {
  width: 15px;
  height: 89px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #000;
  content: "";
}
.headLine01 em {
  margin-bottom: 14px;
  padding-bottom: 8px;
  display: block;
  position: relative;
  font-size: 3rem;
  font-style: normal;
}
.headLine01 em::after {
  width: 49px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #000;
  content: "";
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  padding-top: 156px;
  text-align: center;
  background: url(../img/common/icon04.png) no-repeat left calc(50% + 9px) top /
    20px auto;
}
.comBtn a {
  padding: 2px 45px 3px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #000;
  border-bottom-width: 5px;
}
.comBtn a:hover {
  background-color: #28abbc;
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
  margin-bottom: 88px;
  display: flex;
  justify-content: space-between;
}
.comImgBox .photoBox {
  width: 49.45%;
}
.comImgBox .textBox {
  margin-top: -25px;
  width: 43.33%;
}
.comImgBox .textBox h2,
.comImgBox .textBox h3 {
  margin-bottom: 202px;
  position: relative;
}
.comImgBox .textBox h2::after,
.comImgBox .textBox h3::after {
  width: 2px;
  height: 153px;
  position: absolute;
  left: 110px;
  top: calc(100% + 20px);
  background-color: #c1c1c1;
  content: "";
}
.comImgBox .textBox h2 img,
.comImgBox .textBox h3 img {
  width: 100%;
  max-width: 220px;
}
.comImgBox .textBox p {
  letter-spacing: 0.05em;
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
  margin: -70px 0 132px;
  display: flex;
  flex-wrap: wrap;
}
.comLinkList li {
  margin: 70px 68px 0 0;
  width: calc((100% - 204px) / 4);
}
.comLinkList li:nth-of-type(4n) {
  margin-right: 0;
}
.comLinkList .pho {
  margin: 0 31px 10px;
  height: 0;
  padding-top: 109.9%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comLinkList .pho p {
  padding: 50px 10px 2px;
  width: 83px;
  height: 83px;
  position: absolute;
  left: 14px;
  top: -20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  background: url(../img/common/icon05.png) no-repeat center top 10px / 35px auto;
  background-color: #c1c1c1;
}
.comLinkList .pho p span {
  padding: 4px 4px 0;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  border-top: 1px solid #fff;
}
.comLinkList .pho .new {
  display: block;
  width: 80px;
  position: absolute;
  right: -5px;
  top: -5px;
}
.comLinkList .txtBox .ttl {
  margin: 0 33px 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.comLinkList .txtBox .btn a {
  padding: 7px 56px 7px 10px;
  display: block;
  color: #c1c1c1;
  font-weight: 300;
  line-height: 1.5;
  border: 1px solid #c1c1c1;
  text-align: center;
  background: url(../img/common/icon13.jpg) no-repeat right center / auto 100%;
}
.comLinkList .txtBox .btn a:hover {
  color: #28abbc;
  border-color: #28abbc;
  background-image: url(../img/common/icon14.jpg);
}
@media all and (max-width: 1590px) {
  .comLinkList .txtBox .btn a {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm table {
  margin-bottom: 85px;
  width: 100%;
  border-collapse: collapse;
}
.mailForm table td,
.mailForm table th {
  padding: 13px 0;
  width: 27%;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
  vertical-align: middle;
}
.mailForm select,
.mailForm input,
.mailForm textarea {
  padding: 2px 20px;
  width: 100%;
  height: 44px;
  color: #c1c1c1;
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
}
.mailForm textarea {
  resize: none;
  height: 120px;
}
.mailForm table select {
  font-weight: 400;
  text-align: left;
  background: url(../img/common/icon11.png) no-repeat right 3px top
    calc(50% + 4px) / 24px auto;
}
.mailForm table th {
  padding: 13px 30px 13px 10px;
}
.mailForm table th::before {
  width: 3px;
  height: calc(100% - 28px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}
.mailForm table td {
  width: 73%;
  text-align: left;
}
.mailForm table tr:last-of-type th,
.mailForm table tr:last-of-type td {
  border-bottom: none;
}
.mailForm table span {
  padding-left: 20px;
}
.mailForm .mw_wp_form_confirm table td {
  padding-left: 20px;
}
.mailForm .submit {
  display: flex;
  justify-content: center;
}
.mailForm .submit li {
  width: 269px;
}
.mailForm .submit input {
  height: 60px;
  color: #000;
  font-size: 2.5rem;
  border: 1px solid #000;
  border-bottom-width: 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.mailForm .submit input:hover {
  background-color: #28abbc;
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top .mainVisual {
  margin-bottom: 317px;
  padding: 0 113px;
  min-height: 447px;
  box-sizing: border-box;
}
#top .mainVisual .inner {
  margin: 0 auto;
  max-width: 1694px;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: url(../img/index/main_bg01.jpg) no-repeat center center / cover;
}
#top .mainVisual .text {
  padding-right: 111px;
  position: absolute;
  right: 0;
  top: 6.64%;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#top .mainVisual .text::after {
  width: 80px;
  height: 2px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}
#top .mainVisual h2 {
  margin: 0 auto;
  padding-left: 3px;
  width: 172.24vh;
  max-width: 1634px;
  box-sizing: border-box;
  text-align: center;
}
#top .mainVisual h2 img {
  width: 100%;
  max-width: 1452px;
}
#top .mainVisual .linkList {
  width: 191px;
  position: fixed;
  left: 113px;
  bottom: 50px;
  z-index: 99;
}
#top .mainVisual .linkList.bg01 {
  background-color: #fff;
}
#top .mainVisual .linkList::before {
  width: 52px;
  height: 100%;
  position: absolute;
  left: -50px;
  top: 0;
  background-color: #fff;
  content: "";
  z-index: -1;
  opacity: 0;
}
#top .mainVisual .linkList.bg01::before {
  opacity: 1;
}
#top .mainVisual .linkList::after {
  width: 1px;
  height: calc(100% - 28px);
  position: absolute;
  right: 0;
  top: 12px;
  background-color: #000;
  content: "";
}
#top .mainVisual .linkList li:not(:last-of-type) {
  margin-bottom: 36px;
}
#top .mainVisual .linkList a {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#top .mainVisual .linkList a::before {
  width: 53px;
  height: 5px;
  position: absolute;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
  transition: 0.3s;
}
#top .mainVisual .pho {
  width: 64px;
  position: absolute;
  right: 41px;
  bottom: 3.2%;
}
#top .mainVisual .scroll {
  width: 36px;
  position: absolute;
  left: calc(50% + 9px);
  bottom: -53px;
  transform: translateX(-50%);
}
#top .mainVisual .scroll a {
  padding-left: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 255px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  writing-mode: vertical-lr;
  box-sizing: border-box;
  background: url(../img/common/icon01.png) no-repeat left top / 35.5px auto;
}
#top .mainVisual .linkList a:hover {
  color: #28abbc;
}
#top .mainVisual .linkList a:hover::before {
  background-color: #28abbc;
}
#top .mainVisual .scroll a:hover {
  opacity: 0.7;
}
#top .check {
  margin: 0 70px 292px 0;
}
#top .check .headLine01 {
  margin-bottom: 86px;
}
#top .check h3 {
  margin-bottom: 43px;
  text-align: center;
}
#top .check h3 span {
  padding-bottom: 9px;
  display: inline-block;
  font-size: 3rem;
  line-height: 1.1;
  vertical-align: top;
  border-bottom: 8px solid #000;
}
#top .check .text {
  margin-bottom: 73px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.3em;
  text-align: center;
}
#top .check .textList {
  margin: -40px 0 89px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#top .check .textList li {
  margin-top: 40px;
  width: 30%;
  text-align: center;
}
#top .check .textList .ttl {
  margin-bottom: 59px;
  color: #c1c1c1;
  font-size: 4.5rem;
  line-height: 1;
  position: relative;
}
#top .check .textList .ttl::after {
  width: 1px;
  height: 33px;
  position: absolute;
  left: 50%;
  bottom: -45px;
  background-color: #c1c1c1;
  content: "";
}
#top .check .textList .ttl span {
  margin-bottom: 5px;
  padding: 0 3px 5px;
  display: inline-block;
  font-size: 2rem;
  position: relative;
  line-height: 0.8;
  vertical-align: middle;
  border-bottom: 12px solid #c1c1c1;
}
#top .check .textList .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1600px) {
  #top .check .textList .txt {
    font-size: 2.4rem;
  }
}
#top .check .textList .txt01 {
  font-size: 4rem;
}
#top .check .comBtn a {
  padding: 7px 25px 8px;
  width: 269px;
  font-size: 2.5rem;
  line-height: 1.6;
}
#top .mas {
  margin: 0 70px 298px 0;
}
#top .mas .headLine01 {
  margin-bottom: 143px;
  line-height: 1.67;
}
#top .mas .headLine01 em {
  margin-bottom: 16px;
  padding-bottom: 12px;
  line-height: 2.25;
}
#top .mas .comBtn {
  padding-left: 70px;
  background-position: left calc(50% + 43px) top;
}
#top .btmBox {
  margin: 0 70px 298px 0;
}
#top .btmBox h2 {
  margin-bottom: 107px;
}
#top .comBox01 {
  max-width: calc(100% - 320px);
}
@media all and (max-width: 1560px) {
  #top .comLinkList li {
    margin-right: 40px;
    width: calc((100% - 120px) / 4);
  }
  #top .comLinkList li:nth-of-type(4n) {
    margin-right: 0;
  }
  #top .comLinkList .txtBox .btn a {
    padding: 7px 50px 7px 10px;
    font-size: 1.3rem;
  }
  #top .comLinkList .pho p {
    padding-top: 40px;
    width: 65px;
    height: 65px;
    left: 7px;
    font-size: 1.2rem;
    background-size: 26px auto;
  }
  #top .comLinkList .pho .new {
    width: 65px;
  }
}
@media all and (max-width: 1900px) {
  #top .mainVisual h2 {
    max-width: calc(100% - 330px);
  }
}
@media all and (max-height: 550px) {
  #top .mainVisual h2 {
    margin-top: -40px;
  }
}
/*------------------------------------------------------------
	login
------------------------------------------------------------*/
#login .topBox {
  padding: 188px 0;
}
#login .topBox .inner {
  margin: 0 auto;
  padding: 77px 0 81px;
  max-width: 705px;
  border-top: 10px solid #c1c1c1;
  border-bottom: 10px solid #c1c1c1;
}
#login .topBox h2 {
  margin-bottom: 110px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
#login .topBox h2 span {
  margin-bottom: 75px;
  padding-bottom: 4px;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  vertical-align: top;
  border-bottom: 1px solid #000;
}
#login .topBox h2 span::after {
  width: 1px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #000;
  content: "";
}
#login .topBox #wpmem_login {
  margin: 0 auto;
}
#login .topBox .inList {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #c1c1c1;
}
#login .topBox .inList:first-of-type {
  border-top: none;
}
#login .topBox .inList dt,
#login .topBox .inList dd {
  margin-bottom: 24px;
  padding-bottom: 21px;
  border-bottom: 1px solid #c1c1c1;
}
#login .topBox .inList dt:last-of-type,
#login .topBox .inList dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
#login .topBox .inList dt {
  width: 155px;
  font-size: 2.5rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
#login .topBox .inList dt:nth-of-type(2) {
  font-size: 2.3rem;
}
#login .topBox .inList dt::after {
  width: 3px;
  height: calc(100% - 56px);
  position: absolute;
  right: 0;
  top: 19px;
  background-color: #000;
  content: "";
}
#login .topBox .inList dd {
  width: calc(100% - 155px);
}
#login .topBox .inList label {
  width: 155px;
  font-size: 2.5rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
#login .topBox .inList .div_text {
  position: relative;
  margin: 0;
}
#login .topBox .inList .div_text::before {
  content: "";
  width: 3px;
  height: 21px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#login .topBox label[for="siteguard_captcha"] {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
}
#login .topBox input[name="siteguard_captcha"] {
  margin-top: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
}
#login .topBox legend,
#login .topBox .button_div label[for="rememberme"],
#login .topBox .button_div input[name="rememberme"] {
  display: none;
}
#login .topBox .div_text {
  width: calc(100% - 155px);
}
#login .topBox form input {
  padding: 2px 10px;
  width: 100%;
  height: 57px;
  font-size: 2rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}
#login .topBox .button_div {
  text-align: center;
  margin-top: 50px;
}
#login .topBox .button_div li:not(:last-of-type) {
  margin-bottom: 30px;
}
#login .topBox .button_div input {
  padding: 6px 10px;
  width: 215px;
  height: 52px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  background: url(../img/common/icon07.png) no-repeat center bottom / 100% auto;
  cursor: pointer;
  transition: 0.3s;
  color: #000;
}
#login .topBox .button_div input:hover {
  color: #c1c1c1;
  background-image: url(../img/common/icon08.png);
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .topBox {
  padding: 85px 0 100px;
}
#contact .topBox h2 {
  margin-bottom: 78px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#contact .topBox h2 span {
  padding-bottom: 12px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#contact .topBox h2 span::after {
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #000;
  content: "";
  z-index: -1;
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#contact.thanks .topBox {
  margin-bottom: 316px;
}
#contact.thanks h2 {
  margin-bottom: 370px;
}
#contact.thanks .text {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
/*------------------------------------------------------------
	movie
------------------------------------------------------------*/
#movie .comMovie {
  margin: 0 0 168px 70px;
  padding-top: 98px;
}
#movie .comMovie .movieList {
  margin-right: 0;
}
#movie .comMovie .titleDl {
  margin-bottom: 44px;
}
#movie .comMovie .titleDl dt {
  padding: 7px 5px 1px;
  width: 55px;
  height: 48px;
  font-size: 2rem;
}
#movie .comMovie .titleDl dt span {
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-size: 0.7rem;
}
#movie .comMovie .titleDl dt span::after {
  width: 11px;
}
#movie .comMovie .titleDl dd {
  margin-top: 0;
  width: calc(100% - 85px);
  font-size: 1.5rem;
}
#movie .comMovie .titleDl dd .txt01 {
  max-width: 280px;
}
#movie .comMovie .titleDl dd .txt02 {
  margin-left: 19px;
  padding: 0 0 0 18px;
  font-size: 0.8rem;
  line-height: 1.75;
}
#movie .comMovie .titleDl dd .txt02::after {
  height: calc(100% - 12px);
}
#movie .comMovie .movieList {
  margin-bottom: 15px;
}
#movie .comMovie .movieList .slick-slide > div {
  margin-right: 40px;
  width: 260px;
}
#movie .comMovie .movieList li {
  padding: 14px 16px 16px;
  width: 260px;
  border-top-width: 2px;
  border-bottom-width: 7px;
}
#movie .comMovie .movieList .pho {
  margin-bottom: 10px;
}
#movie .comMovie .movieList .pho p {
  padding-bottom: 2px;
  width: 40px;
  height: 40px;
  left: 13px;
  top: -16px;
  font-size: 0.7rem;
  box-sizing: border-box;
  align-items: flex-start;
}
#movie .comMovie .movieList .pho p .all {
  margin: 0 3px 0 auto;
}
#movie .comMovie .movieList .pho p .num {
  margin: 0 6px -8px;
  font-size: 2.5rem;
}
#movie .comMovie .movieList .pho p .num::before {
  width: 17px;
  height: 17px;
  right: -16px;
  bottom: -1px;
}
#movie .comMovie .movieList .list01 .pho p .num {
  margin: 0 2px 0;
  letter-spacing: -0.1em;
}
#movie .comMovie .movieList .txtBox .ttl {
  margin-bottom: 29px;
  font-size: 1rem;
}
#movie .comMovie .movieList .txtBox .btn a {
  padding: 5px 36px 5px 10px;
  font-size: 1.2rem;
}
#movie .comMovie .area {
  margin: 0 0 25px;
}
#movie .comMovie .area:last-of-type {
  margin-bottom: 0;
}
#movie .comMovie .area01 .movieList .pho {
  box-sizing: border-box;
}
#movie .comMovie .link {
  margin-right: 70px;
}
#movie .comMovie .link span {
  padding-right: 25px;
  font-size: 1rem;
  background-size: 57px auto;
  background-position: left bottom 6px;
}
/*------------------------------------------------------------
	deed
------------------------------------------------------------*/
#deed .topBox.comBox02 {
  max-width: 1551px;
  padding: 122px 20px 201px;
}
#deed .topBox .comImgBox {
  margin-bottom: 128px;
}
#deed .topBox .comImgBox .photoBox {
  margin-top: 18px;
  width: 33.14%;
}
#deed .topBox .comImgBox .textBox {
  width: 62.99%;
}
#deed .topBox .comImgBox .textBox h2 {
  margin-bottom: 137px;
}
#deed .topBox .comImgBox .textBox h2::after {
  height: 83px;
}
#deed .topBox .comImgBox .textBox h2 img {
  max-width: 235px;
}
#deed .topBox .comImgBox .textBox p {
  line-height: 2.75;
}
#deed .topBox h3 {
  margin-bottom: 12px;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
#deed .topBox h3::before {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}
#deed .topBox h3 span {
  padding: 0 65px;
  position: relative;
  background-color: #fff;
}
#deed .topBox h3 span::before,
#deed .topBox h3 span::after {
  width: 9px;
  height: 30px;
  position: absolute;
  left: 37px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}
#deed .topBox h3 span::after {
  left: auto;
  right: 37px;
}
#deed .topBox .textList {
  margin-bottom: 100px;
  padding-bottom: 41px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #000;
}
#deed .topBox .textList li {
  padding: 24px 35px 28px;
  width: 33.33%;
  box-sizing: border-box;
  border-right: 2px solid #000;
}
#deed .topBox .textList li:nth-of-type(3n) {
  border-right: none;
}
#deed .topBox .textList .ttl {
  margin-bottom: 67px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
#deed .topBox .textList .ttl::before {
  width: 1px;
  height: 27px;
  position: absolute;
  left: 50%;
  bottom: -46px;
  background-color: #000;
  content: "";
}
#deed .topBox .textList .ttl span {
  margin-bottom: 15px;
  display: block;
  position: relative;
  color: #28abbc;
  font-size: 3rem;
  font-weight: 400;
}
#deed .topBox .textList .ttl span::before {
  width: 35px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  background-color: #000;
  content: "";
}
#deed .topBox .textList p {
  font-size: 1.4rem;
  line-height: 1.79;
  letter-spacing: 0.05em;
}
#deed .topBox .comBtn {
  margin-bottom: 0;
  padding: 0;
  background-image: none;
}
#deed .topBox .comBtn a {
  padding: 0 45px;
  min-width: 268px;
  font-size: 2.5rem;
}
/*------------------------------------------------------------
	free
------------------------------------------------------------*/
#free .topBox {
  max-width: 1758px;
  min-height: 1303px;
  padding: 112px 0;
  box-sizing: border-box;
}
#free .topBox .comLinkList {
  margin: -47px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#free .topBox .comLinkList li {
  margin: 47px 47px 0 0;
  width: calc((100% - 282px) / 7);
}
#free .topBox .comLinkList li:nth-of-type(7n) {
  margin-right: 0;
}
#free .topBox .comLinkList .pho {
  margin: 0 22px 6px;
  padding-top: 108.06%;
}
#free .topBox .comLinkList .pho .new {
  width: 53px;
}
#free .topBox .comLinkList .pho p {
  padding: 34px 5px 2px;
  width: 55px;
  height: 56px;
  left: 9px;
  top: -15px;
  font-size: 1.2rem;
  background-size: 23px auto;
  background-position: top 7px center;
}
#free .topBox .comLinkList .pho p span {
  padding: 2px 2px 0;
}
#free .topBox .comLinkList .txtBox .ttl {
  margin: 0 22px 14px;
  font-size: 1.5rem;
  line-height: 1.33;
}
#free .topBox .comLinkList .txtBox .btn a {
  padding: 5px 40px 5px 10px;
  font-size: 1.3rem;
}
@media all and (max-width: 1640px) {
  #free .topBox .comLinkList .txtBox .btn a {
    font-size: 1.1rem;
  }
}
/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#notFound .comBox02 {
  max-width: 1551px;
  padding: 122px 20px 201px;
  text-align: center;
}
/*------------------------------------------------------------
	swiper
------------------------------------------------------------*/
.js-movieList .swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  left: 0;
}
.js-movieList .swiper-scrollbar {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: #28abbc;
}

/*------------------------------------------------------------
	動画修正
------------------------------------------------------------*/
.youtube_video_link img{
    object-fit: cover;
    aspect-ratio: 330 / 228;
    width: 100%;
    transition: .3s;
}
.youtube_video_link img:hover{
  opacity: .8;
}