@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}
html {
  font-size: 15px;
  /* for iPhone */
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  line-height: 1.5;
  font-family:
    "游ゴシック体",
    "Yu Gothic",
    YuGothic,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "MS Pゴシック",
    "MS PGothic",
    sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #000000;
}
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body {
  transition: opacity 0.5s,filter 1s ease-in-out 0.5s;
}
body:not(.loaded) {
  opacity: 0;
}
#pageHome:not(.loaded) {
  filter: blur(10px) sepia(80%);
}
body.loaded {
  opacity: 1;
}
iframe{ border-width: 0px; } 

ruby rt {
  font-size: 9px;
}

@media screen and (max-width: 750px) {
  html,
  body {
    height: auto;
    width: 100%;
    overflow-x: hidden;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  .forSPi {
    display: inline;
  }
  .forSPib {
    display: inline-block;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 18px;
  }
  html,
  body {
    height: 100%;
  }
  .forPC {
    display: block;
  }
  .forSP,
  .forSPi,
  .forSPib {
    display: none;
  }
}
img {
  max-width :100%;
  vertical-align: top;
}
img.keep {
  width: auto!important;
  max-width :100%!important;
}
a  {
  color: #FF0000;
  text-decoration: none;
}
a:hover {
  color: #C9A063;
  }
a img  {
  border: none;
  transition: all 0.3s;
}
@media screen and (min-width: 1201px) {
  a:hover img {
    opacity: 0.8;
  }
}
ul,ol,li {
  list-style-type: none;
}
input,label,select,textarea {
  vertical-align: middle;
}
.disp_bl {
  display: block;
}
.disp_ibl {
  display: inline-block;
}
/* 背景カラー */
.bg_white {
  background-color: #ffffff;
}
.bg_white85 {
  background-color: rgba(255,255,255,0.85);
}
.bg_line {
  border: 2px solid #FF0000;
}
.bg_off_white {
  background-color: rgba(241,233,216,0.85);
}
.color_red {
  color: #FF0000;
}
.color_brown {
  color: #C9A063;
}
.color_blue {
  color: #0050A0;
}
.indent {
  padding-left: 1em;
  box-sizing: border-box;
}
.bold {
  font-weight: bold;
}
.shadow {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.box_shadow.brown {
  box-shadow:  5px 5px 0 rgba(201,160,99,0.67);
}
@media screen and (min-width: 751px) {
  .box_shadow.brown {
    box-shadow:  10px 10px 0 rgba(201,160,99,0.67);
  }
}
.noMgnT {
  margin-top: 0 !important;
}
.noMgnB {
  margin-bottom: 0 !important;
}
.noPdgT {
  padding-top: 0 !important;
}
.noPdgB {
  padding-bottom: 0 !important;
}
.text {
  margin-top: 2em;
}
.underline {
  text-decoration: underline;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .sp_align_center {
    text-align: center;
  }
}

/* SP コピーガード */
#main img {
  pointer-events: none;
  -webkit-touch-callout: none; /* default or none */
  -webkit-user-select: none; /* auto or none */
  user-select: none;
}
#main .controller img,
#main .prev img,
#main .next img{
  pointer-events: auto;
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  user-select: auto;
}
/* mfp保存禁止 */
.mfp-figure figure {
  position: relative;
}
.mfp-figure figure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url(../images/dam.png) no-repeat;
  background-size: 100% 100%;
}
/*----------------------------------------------------
背景
----------------------------------------------------*/
.bg_fixed {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: 100vh;*/
  background-image: url(../img/common/bg_sp.jpg);
  background-size: cover;
  background-position: center center;
  z-index: -1;
  transition: all 0.5s;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .bg_fixed {
    background-image: url(../img/common/bg_pc.jpg);
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (min-width: 1921px) {
  .bg_fixed {
    width: 1920px;
    height: calc(100vh - 150px);
    top: 150px;
    left: 50%;
    margin-left: -960px;
  }
}

/*----------------------------------------------------
common
----------------------------------------------------*/
.font_mincho{
  font-family:
   "游明朝体",
   "Yu Mincho",
   YuMincho,
   "ヒラギノ明朝 Pro",
   "Hiragino Mincho Pro",
   "MS P明朝",
   "MS PMincho",
   serif;
}
.font_gothic{
  font-family:
    "游ゴシック体",
    "Yu Gothic",
    YuGothic,
    "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "MS Pゴシック",
    "MS PGothic",
    sans-serif;
}
/*----------------------------------------------------
main
----------------------------------------------------*/
#main{
  display: block;
  overflow: hidden;
}
/*----------------------------------------------------
inner
----------------------------------------------------*/
.inner,
.innerWide,
.innerSP{
  margin: 0 3.3333%;
}
.innerPC {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .inner,
  .innerWide,
  .innerPC{
    margin: 0 40px;
  }
  .innerSP {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1081px) {
  .inner,
  .innerPC {
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1231px) {
  .innerWide {
    margin: 0 auto;
    max-width: 1150px;
  }
}


/*----------------------------------------------------
section
----------------------------------------------------*/
.section {
  margin: 50px 0;
}
.section.s_mgn {
  margin: 30px 0;
}
.section.m_mgn {
  margin: 50px 0;
}
@media screen and (min-width: 751px) {
  .section {
    margin: 150px 0;
  }
  .section.s_mgn {
    margin: 40px 0;
  }
  .section.m_mgn {
    margin: 90px 0;
  }
}
/*----------------------------------------------------
sec_title
----------------------------------------------------*/
.sec_title {
  width: 100%;
  max-width: 332px;
  margin: 0 auto;
}
.sec_title img {
  width: 100%;
  width: auto;
}
@media screen and (min-width: 751px) {
  .sec_title {
    max-width: 662px;
  }
}

/*----------------------------------------------------
line_title
----------------------------------------------------*/
.line_title {
  text-align: center;
  font-family:
   "游明朝体",
   "Yu Mincho",
   YuMincho,
   "ヒラギノ明朝 Pro",
   "Hiragino Mincho Pro",
   "MS P明朝",
   "MS PMincho",
   serif;
}
.line_title.mgn {
  margin-left: 20%;
}
.line_title.mgt {
  margin-top: 15px;
}
.line_title.mgb {
  margin-bottom: 15px;
}
.line_title.center {
  text-align: center;
}
.line_title span {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  font-size: 17px;
  line-height: 1.2;
/*   padding-left: 0.5em; */
/*   border-left: solid 2px #ffffff; */
  text-align: center
}
#pageHome .line_title span,
#pageHighlight .line_title span,
.line_title.sp_big span {
  font-size: 25px;
}
.line_title.brown span {
  color: #C9A063;
  border-left-color: #C9A063;
}
.line_title.red span {
  color: #D0121B;
  border-left-color: #D0121B;
}
.line_title.blue span {
  color: #0050A0;
  border-left-color: #0050A0;
}
.line_title.gray span {
  color: #707070;
  border-left-color: #707070;
}
@media screen and (min-width: 751px) {
  .line_title.mgt {
    margin-top: 30px;
  }
  .line_title.mgb {
    margin-bottom: 30px;
  }
  .line_title span {
    font-size: 30px;
  }
  .line_title.pc_min span {
    font-size: 20px;
    line-height: 1.5;
  }
  #pageHome .line_title span,
  #pageHighlight .line_title span,
  .line_title.sp_big span {
    font-size: 38px;
  }
}
/*----------------------------------------------------
line_title
----------------------------------------------------*/
.com_text {
  margin-top: 1.2em;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
.com_text.center {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .com_text {
    margin-top: 1.4em;
    font-size: 20px;
    line-height: 2.2;
  }
}
/*----------------------------------------------------
more_detail
----------------------------------------------------*/
.more_detail {
  margin-top: 40px;
  text-align: center;
}
.more_detail.left {
  text-align: left;
}
.more_detail a {
  position: relative;
  background: #ffffff;
  display: inline-block;
  width: 196px;
  color: #C9A063;
  padding: 0 1.4em;
  font-size: 11px;
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: solid 2px #C9A063;
  box-sizing: border-box;
}
.more_detail a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  display: block;
  width: 50px;
  height: 10px;
  margin: -5px -18px 0 0;
  background: url(../img/common/arrow_detail.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  .more_detail {
    margin-top: 70px;
  }
  .more_detail a {
    width: 394px;
    font-size: 20px;
    line-height: 50px;
    transition: all 0.2s;
  }
  .more_detail a::after {
    width: 100px;
    height: 20px;
    margin: -10px -30px 0 0;
    transition: all 0.2s;
  }
  .more_detail a:hover {
    color: #ffffff;
    background: #C9A063;
  }
  .more_detail a:hover::after {
    margin-right: -45px;
  }
}
/*----------------------------------------------------
box
----------------------------------------------------*/
/*
.box {
  padding: 30px 3.3333%;
}
@media screen and (min-width: 751px) {
  .box {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1201px) {
  .box {
    padding: 60px 50px;
  }
}
.cols .box {
  padding: 30px 3.3333%;
}
*/
.box .waku {
  border: solid 1px #C9A063;
  padding: 45px 30px;
}
@media screen and (min-width: 1201px) {
  .box .waku {
    padding: 50px 40px;
  }
}


/*----------------------------------------------------
about_details
----------------------------------------------------*/
.table_list li {
  border-bottom: 1px solid #707070;
  min-height: 80px;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.table_list dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table_list dt {
  width: 65px;
  text-align: center;
  font-weight: bold;
}
.table_list dd {
  width: calc(100% - 85px);
  font-weight: bold;
}
.table_list_note {
  margin-top: 1.8em;
  font-size: 12px;
  line-height: 1.6;
}
.table_list_note p {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 751px) {
  .table_list {
    margin-top: 20px;
  }
  .table_list li {
    min-height: 115px;
  }
  .table_list dt {
    width: 30%;
    font-size: 20px;
  }
  .table_list dd {
    width: 70%;
    font-size: 20px;
  }
  .table_list_note {
    font-size: 15px;
  }
}
/*----------------------------------------------------
short_left_column
----------------------------------------------------*/
.short_left_column {
  font-size: 15px;
  line-height: 1.6;
}
.short_left_column a {
  color: #C9A062;
  text-decoration: none;
}
.short_left_column .r_side {
  margin-left: calc(65px + 1em);

}
.short_left_column .wrap {
  position: relative;
}
.short_left_column .wrap .l_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  margin-top: -0.6em;
  text-align: center;
  line-height: 1.2;
}
.short_left_column .note P {
  text-indent: -1em;
  padding-left: 1em;
}
.short_left_column .map {
  margin: 10px 0;
}
@media screen and (min-width: 751px) {
  .short_left_column {
    font-size: 20px;
  }
  .short_left_column a:hover {
    text-decoration: underline;
  }
  .short_left_column .r_side {
    margin-left: 30%;
    width: 70%;
  }
  .short_left_column .wrap .l_title {
    width: 30%;
  }
  .short_left_column .map {
    margin: 20px 0;
  }
}


/*----------------------------------------------------
カラム
----------------------------------------------------*/
.cols.is_wrap {
  flex-wrap: wrap;
}
.cols .col{
  margin-top: 50px;
}
.cols.is_min_mgn {
  margin-top: 40px;
}
.cols.is_min_mgn .col{
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .cols.sp_w450,
  .cols.sp_w480,
  .cols.sp_w485 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cols.sp_w485.sp_center {
    justify-content: center;
  }
  .cols.sp_w450 .col{
    width: 45%;
    margin-top: 30px;
  }
  .cols.sp_w480 .col{
    width: 48%;
    margin-top: 30px;
  }
  .cols.sp_w485 .col{
    width: 48.5%;
    margin-top: 30px;
  }
  .cols.sp_w485.sp_center .col:nth-child(odd){
    margin-right: 1.5%;
  }
  .cols.sp_w485.sp_center .col:nth-child(even){
    margin-left: 1.5%;
  }
}
@media screen and (min-width: 751px) {
  .cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cols.is_min_mgn .col{
    margin-top: 40px;
  }
  .cols.pc_w450 .col{
    width: 45%;
  }
  .cols.pc_w480 .col{
    width: 48%;
  }
  .cols.pc_w490 .col{
    width: 49%;
  }
  .cols.pc_w300 .col{
    width: 30%;
  }
  .cols.pc_w300::after {
    content: "";
    display: inline-block;
    width: 30%;
  }
  .cols.pc_w320 .col{
    width: 32%;
  }
  .cols.pc_w320::after {
    content: "";
    display: inline-block;
    width: 32%;
  }
  .cols.pc_w325 .col{
    width: 32.5%;
  }
  .cols.pc_w325::after {
    content: "";
    display: inline-block;
    width: 32.5%;
  }
  .cols.pc_w240 .col{
    width: 24%;
  }
  .cols.pc_w240::after {
    content: "";
    display: inline-block;
    width: 24%;
  }
  .cols.pc_w240::before {
    content: "";
    display: inline-block;
    width: 24%;
    order: 1;
  }
  .cols.pc_w245 .col{
    width: 24.5%;
  }
  .cols.pc_w245::after {
    content: "";
    display: inline-block;
    width: 24.5%;
  }
  .cols.pc_w245::before {
    content: "";
    display: inline-block;
    width: 24.5%;
    order: 1;
  }
  .cols.pc_w250 .col{
    width: 25%;
  }
  .cols.pc_w250::after {
    content: "";
    display: inline-block;
    width: 25%;
  }
  .cols.pc_w250::before {
    content: "";
    display: inline-block;
    width: 25%;
    order: 1;
  }
  .cols.pc_w220 .col{
    width: 22%;
  }
  .cols.pc_w220::after {
    content: "";
    display: inline-block;
    width: 22%;
  }
  .cols.pc_w220::before {
    content: "";
    display: inline-block;
    width: 22%;
    order: 1;
  }
  .cols.pc_w195 .col{
    width: 19.5%;
  }
  .cols.pc_w195::after {
    content: "";
    display: inline-block;
    width: 19.5%;
  }
  .cols.pc_w195::before {
    content: "";
    display: inline-block;
    width: 19.5%;
    order: 1;
  }


  .cols.pc_min_side .col:not(.min) {
    width: calc(100% - 256px);
  }
  .cols.pc_min_side .col.min {
    width: 216px;
  }
}

/*レイアウト調整*/
.article_inner {
  margin: 20px 0 0;
  padding: 0 3.333%;
}
.big_cross_title+.cols .col {
  margin-top: 20px;
}


@media screen and (min-width: 751px) {
  .cols.is_pc_reverse {
    flex-direction: row-reverse;
  }
  .article_inner {
    margin: 25px 0 0;
    padding: 0;
  }
  .article_inner.no_pc_mgn {
    margin: 0;
  }
  .big_cross_title+.cols .col {
    margin-top: 40px;
  }
}

/*----------------------------------------------------
動画埋め込み
----------------------------------------------------*/
.movie_frame.umekomi {
  position: relative;
  width: 100%;
}
.movie_frame.umekomi::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}
.movie_frame.umekomi iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------
hvr-line
----------------------------------------------------*/
@media screen and (min-width: 1201px) {
  .hvr-line {
    position: relative;
    display: inline-block;
  }
  .hvr-line::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #fff;
    transition: all 0.3s;
  }
  .hvr-line:hover::before {
    width: 100%;
  }
}
/*----------------------------------------------------
ヘッダー
----------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  z-index: 1002;
  padding: 18px 20px;
  transition: all 0.3s;
  box-sizing: border-box;
  height: 74px;
  transition: 0.5s all;
  background: #000000;
  border-bottom: solid 1px #C9A063;
}
#header .logo_h {
  display: inline-block;
  width: 94px;
}
#menu>ul {

}
#menu>ul>li span {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  color: #ffffff;
}
#menu>ul>li>a {
  text-decoration: none;
}
#menu>ul>li.wait a {
  cursor: default;
}
#menu>ul>li.wait span {
  color: #8d8d8d;
}
#menu>ul>li.current>a span{
  color: #C9A063;
}
#share {
  display: inline-block;
  text-align: center;
}
#share .box_share {
  color: #ffffff;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#share ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#share ul li {
  margin: 0 10px;
  width: 35px;
}
#share a {
  padding: 0;
}
#share ul li img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #header {
    height: 100px;
    padding: 20px 40px;
  }
  #header .logo_h {
    width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .gmenu li:last-child {
    text-align: center;
  }
  #menu {
    display: block;
    position: fixed;
    /*padding: 30px 0;*/
    top: -100vh;
    opacity: 0;
    left: 0%;
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s linear 0.5s;
  }
  #menu>ul {
    max-width: 500px;
    margin: 50px auto 0;
  }
  #menu>ul>li a span {
    position: relative;
  }
  #menu>ul>li:not(.wait) a span::after {
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    right: 50px;
    display: block;
    width: 19px;
    height: 13px;
    content: '';
    margin-top: -6px;
    background: url(../img/common/menu_arrow.svg);
    background-size: 100% 100%;
  }
  #menu>ul>li:not(.wait) a:hover span::after {
    right: 40px;
  }
  #share {
    margin-top: 40px;
  }
  body.open #header {
    height: 100vh;
  }
  body.open #menu {
    top: 80px;
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  #menu>ul {
    max-width: 500px;
    margin: 0 auto;
  }
  #menu>ul>li span {
    text-align: left;
    padding: 10px 50px;
  }
}
@media screen and (max-width: 374px) {
  body.open #header {
    height: 500px;
  }
  #menu>ul>li>span {
    padding: 6px 0;
  }
  #share {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1201px) {
  #header {
    height: 150px;
    padding: 34px 50px 26px;
    border-bottom-width: 2px;
  }
  #header .logo_h {
    width: 186px;
  }
  .gmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #menu>ul {
    display: flex;
  }
  #menu>ul>li span {
    font-size: 14px;
    padding: 15px 10px;
    line-height: 1.4;
    transition: all 0.3s;
    position: relative;
    text-align: left;
  }
  #menu>ul>li>a span::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    border-bottom: 8px solid #C9A063;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: calc(50% - 8px);
    transition: .6s;
    opacity: 0;
  }
  #menu>ul>li:not(.wait)>a:hover span{
    color: #C9A063;
  }
  #menu>ul>li:not(.wait)>a:hover span::after {
    opacity: 1;
    transform: rotateY(360deg);
  }
  #share {
    margin-top: 8px;
    font-size: 16px;
  }
  #share ul li {
    margin: 0 0 0 15px;
    width: 34px;
  }
  #share ul li:first-child {
    margin-left: 0;
  }
  #share .box_share {
    padding: 0 0 0 30px;
    border-left: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1401px) {
  #menu>ul>li span,
  #share { 
    font-size: 16px;
  }
  #menu>ul>li span {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1501px) {
  #menu>ul>li span {
    font-size: 18px;
    padding: 15px 8px;
  }
  #menu>ul>li:last-child {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1590px) {
  #menu>ul>li span {
    padding: 15px 15px;
  }
}
@media screen and (min-width: 1640px) {
  #menu>ul>li span {
    padding: 15px 20px;
  }
}
#pageHome:not(.open) #header {
  top: -152px;
}
#pageHome.is_menu_home_show #header {
  top: 0;
}
/*----------------------------------------------------
メニューボタン
----------------------------------------------------*/
#btnMenu {
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  top:5px;
  right: 20px;
  z-index: 1010;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}
#btnMenu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 35px;
  background: #ffffff;
  opacity: 1;
  right: 5px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#btnMenu span:nth-child(1) {
  top: 20px;
}
#btnMenu span:nth-child(2) {
  top: 30px;
}
#btnMenu span:nth-child(3) {
  top: 40px;
}
body.open #btnMenu span:nth-child(1) {
  top: 20px;
  right: 0;
  transform: rotate(45deg);

}
body.open #btnMenu span:nth-child(2) {
  top: 46%;
  width: 0%;
  right: 50%;
  display: none;
}
body.open #btnMenu span:nth-child(3) {
  top: 20px;
  right: 0;
  transform: rotate(-45deg);
}
@media screen and (min-width: 751px) {
  #btnMenu {
    top: 20px;
    right: 35px;
  }
}
@media screen and (min-width: 1201px) {
  #btnMenu {
    display: none;
  }
}
/*----------------------------------------------------
sponsorship
----------------------------------------------------*/
#sponsorship {
  padding-top: 40px;
  padding-bottom: 50px;
}
#sponsorship ul {
  text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#sponsorship li {
  margin-top: 30px;
  display: inline-block;
  padding: 0 28px;
}
#sponsorship li a {
  display: block;
  width: 100%;
}
#sponsorship li:nth-child(1) {
  max-width: 216px;
}
#sponsorship li:nth-child(2) {
  max-width: 68px;
}
#sponsorship li:nth-child(3) {
  max-width: 110px;
}
@media screen and (min-width: 751px) {
  #sponsorship {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  #sponsorship li {
    margin-top: 60px;
    padding: 0 45px;
  }
  #sponsorship li:nth-child(1) {
    max-width: 345px;
  }
  #sponsorship li:nth-child(2) {
    max-width: 109px;
  }
  #sponsorship li:nth-child(3) {
    max-width: 175px;
  }
}



/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
  background: #ffffff;
  padding: 50px 3.333% 40px;
  box-sizing: border-box;
  color: #000000;
  text-align: center;
}
#fMenu {
  display: flex;
  justify-content: center;
}
#fMenu li {
  padding: 0 20px;
}
#fMenu li+li {
  border-left: 1px solid #000000;
}
#fMenu li a { 
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
#fMenu li.wait a {
  color: #8d8d8d;
  cursor: default;
}
.f_bar {
  height: 2px;
  background-color: #000000;
  border: none;
  margin: 25px 0;
}
.copyright {
  font-size: 9px;
}
@media screen and (min-width: 751px) {
  #footer {
    padding: 110px 40px 70px;
    letter-spacing: 0.1em;
  }
  #fMenu li a {
    position: relative;
    font-size: 16px;
  }
  #fMenu li a::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    right: 50%;
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #000000;
    transition: all 0.2s;
  }
  #fMenu li a:hover::after {
    left: 0;
    right: 0;
    width: 100%;
  }
  #fMenu li.wait a::after {
    display: none;
  }
  .f_bar {
    margin: 70px auto;
    max-width: 1400px;
  }
  .copyright {
    font-size: 14px;
  }
}
/*----------------------------------------------------
footShare
----------------------------------------------------*/
#footShare {
  margin-bottom: 30px;
  text-align: center;
}
#footShare ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footShare ul li {
  margin: 0 8px;
  width: 50px;
}
#footShare a {
  display: block;
  padding: 0;
}
#footShare ul li img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #footShare {
    margin-bottom: 70px;
  }
  #footShare ul li {
    margin: 0 15px;
    width: 50px;
  }
  #footShare a {
    transition: all 0.2s;
  }
  #footShare a:hover {
    opacity: 0.8;
  }
}
/*----------------------------------------------------
go_top
----------------------------------------------------*/
#go_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin-bottom: -120px;
  z-index: 2;
  transition: all 0.2s;
}
#go_top a {
  position: relative;
  display: block;
  width: 35px;
  height: 92px;
}
#go_top a img {
  display: block;
}
@media screen and (min-width: 751px) {
  #go_top {
    margin-bottom: -240px;
  }
  #go_top a {
    width: 70px;
    height: 184px;
    padding: 10px 0 0;
    transition: all 0.2s;
  }
  #go_top a:hover {
    padding: 0 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  #go_top {
    bottom: 40px;
    right: 40px;
  }
}
body.scroll #go_top {
  margin-bottom: 0;
}
/*----------------------------------------------------
go_ticket
----------------------------------------------------*/
#go_ticket {
  position: fixed;
  right: 0;
  top: 90px;
  z-index: 5;
}
#go_ticket a {
  display: inline-block;
  width: 35px;
}
@media screen and (min-width: 751px) {
  #go_ticket {
    top: 200px;
  }
  #go_ticket a {
    width: 70px;
  }
}
/*----------------------------------------------------
slick
----------------------------------------------------*/
.slick-dots {
  bottom: 100% !important;
  margin-bottom: 10px !important;
  text-align: right!important;
}
.slick-dots li button::before {
  content: "●";
  font-family: sans-serif !important;
  font-size: 10px !important;
  opacity: 1 !important;
  color: #747474 !important;
}
.slick-dots li.slick-active button:before {
  color: #C9A063 !important;
}
.slick-prev::before,.slick-next::before {
  content: "" !important;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
}
.slick-prev::before {
  transform: rotate( 308deg ) skew( -15deg );
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  left: 0;
}
.slick-next::before {
  transform: rotate( 52deg ) skew( 15deg );
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 0;
}
@media screen and (max-width: 750px) {
  .slick-dots li {
    margin: 0 !important;
  }
}
@media screen and (min-width: 751px) {
  .slick-prev, .slick-next {
    width: 45px !important;
    height: 65px !important;
  }
  .slick-prev {
    left: -45px !important;
  }
  .slick-next {
    right: -45px !important;
  }
  .slick-prev::before,.slick-next::before {
    width: 35px;
    height: 35px;
    border-width: 2px;
    top: calc(50% - 18px);
  }
}
@media screen and (min-width: 1129px) {
  .slick-prev, .slick-next {
    width: 60px !important;
    height: 90px !important;
  }
  .slick-prev {
    left: -60px !important;
  }
  .slick-next {
    right: -60px !important;
  }
  .slick-prev::before,.slick-next::before {
    width: 47px;
    height: 47px;
    border-width: 2px;
    top: calc(50% - 25px);
    transition: 0.3s;
  }
  .slick-prev::before {
    left: 5px;
  }
  .slick-next::before {
    right: 5px;
  }
}
@media screen and (min-width: 1201px) {
  .slick-prev:hover::before,
  .slick-next:hover::before {
    border-color: #BF5353;
  }
}
/*----------------------------------------------------
下層共通・コンテンツ余白
----------------------------------------------------*/
body:not(#pageHome) #main{
  padding-top: 74px;
}
@media screen and (min-width: 751px) {
  body:not(#pageHome) #main{
    padding-top: 100px;
  }
}
@media screen and (min-width: 1201px) {
  body:not(#pageHome) #main{
    padding-top: 132px;
  }
}
/*----------------------------------------------------
下層共通・ヘッダー
----------------------------------------------------*/
.page_head {
  padding: 60px 0 30px;
}
.page_head.multi {
  padding-top: 80px;
}
@media screen and (min-width: 751px) {
  .page_head {
    padding: 100px 0 50px;
  }
  .page_head.multi {
    padding-top: 180px;
  }
}
/*----------------------------------------------------
下層共通・ホームに戻る
----------------------------------------------------*/
.box_gohome {
  padding: 40px 0 0;
  text-align: center;
}
#go_home {
  display: inline-block;
  width: 200px;
  position: relative;
  padding: 4px;
}
#go_home a {
  display: block;
  background :#C9A063;
  width: 100%;
  color: #ffffff;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#go_home .border{
    position:absolute;
    background:none;
    transition:all .3s ease-in-out;
}
#go_home>.border:nth-of-type(1){
  top:0;
  left:0;
  width: 100%;
  height:2px;
  border-top:2px solid #C9A063;
}
#go_home>.border:nth-of-type(2){
  top:0;
  right:0;
  width:2px;
  height: 58px;
  border-right:2px solid #C9A063;
}
#go_home>.border:nth-of-type(3){
  bottom:0;
  right:0;
  width:100%;
  height:2px;
  border-bottom:2px solid #C9A063;
}
#go_home>.border:nth-of-type(4){
  bottom:0;
  left:0;
  width:2px;
  height:58px;
  border-left:2px solid #C9A063;
}

@media screen and (min-width: 751px) {
  .box_gohome {
    padding: 80px 0 0;
  }
  #go_home {
    width: 400px;
    padding: 5px;
  }
  #go_home a {
    line-height: 70px;
    font-size: 16px;
    transition:all .3s;
  }
  #go_home a:hover {
    color :#C9A063;
    background :#ffffff;
  }
  #go_home>.border:nth-of-type(2),
  #go_home>.border:nth-of-type(4){
    height: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .box_gohome {
    padding: 120px 0 0;
  }
}
/*----------------------------------------------------
下層共通・タイトル(横棒あり)
----------------------------------------------------*/
.bar_title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.2;
}
.bar_title.mid_fontsize {
  font-size: 17px;
}
.bar_title::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2.5px;
  left: calc(50% - 20px);
  bottom: 0;
  z-index: 1;
  background: #000;
}
@media screen and (min-width: 751px) {
  .bar_title {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .bar_title.mid_fontsize {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .bar_title::after {
    width: 80px;
    height: 5px;
    left: calc(50% - 40px);
  }
}
/*----------------------------------------------------
共通・詳しく見るボタン
----------------------------------------------------*/
.btn_wrap {
  margin: 60px 0;
  text-align: center;
}
.btn_wrap.addPdg {
  padding: 0 20px;
}
.btn_arrow {
  display: inline-block;
  position: relative;
  border: 1px solid #D0121B;
  line-height: 38px;
  padding: 0 80px 0 20px;
  color: #D0121B;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: left;
  margin-right: 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  box-sizing: border-box;
}
.btn_arrow::before,
.btn_arrow::after {
  content: "";
  display: block;
  position: absolute;
  background: #D0121B;
  height: 1px;
  z-index: 1;
}
.btn_arrow::before {
  width: 73px;
  right: -20px;
  top: 50%;
}
.btn_arrow::after {
  width: 10px;
  right: -20px;
  top: calc(50% - 2px);
  transform: rotate(30deg);
}

@media screen and (min-width: 751px) {
  .btn_wrap.addPdg {
    padding: 0;
  }
  .btn_arrow {
    line-height: 50px;
    font-size: 20px;
    margin-right: 25px;
    padding: 0 75px 0 30px;
    border-width: 2px;
    transition: all 0.3s;
  }
  .btn_arrow::before,
  .btn_arrow::after {
    height: 2px;
    right: -30px;
    transition: all 0.3s;
  }
  .btn_arrow::before {
    width: 97px;
  }
  .btn_arrow::after {
    width: 13px;
    top: calc(50% - 3px);
  }
}
@media screen and (min-width: 1201px) {
  .btn_arrow:hover {
    background: #fff;
  }
  .btn_arrow:hover::before,
  .btn_arrow:hover::after {
    right: -40px;
  }
  .btn_arrow:hover::before {
    width: 107px;
  }
}
/*----------------------------------------------------
共通・セクション
----------------------------------------------------*/
.section.addPdgT {
  padding-top: 75px; 
}
.section.addPdgB {
  padding-bottom: 75px; 
}

.article {
  margin-top: 75px; 
}
@media screen and (min-width: 751px) {
  .section.addPdgT {
    padding-top: 120px; 
  }
  .section.addPdgB {
    padding-bottom: 120px; 
  }
  .article {
    margin-top: 165px;
  }
}

/*----------------------------------------------------
thumb_info
----------------------------------------------------*/
.thumb_info {
  color: #ffffff;
}
.thumb_info .title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 1.6em;
}
.thumb_info .title.brown {
  color: #C9A063;
}
.thumb_info .title.red {
  color: #D0121B;
}
.thumb_info .title.blue {
  color: #0050A0;
}
.thumb_info .title.gray {
  color: #707070;
}
.thumb_info p {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 1.2em;
}
@media screen and (min-width: 751px) {
  .thumb_info .title {
    font-size: 24px;
    margin-top: 1.2em;
  }
  .thumb_info p {
    font-size: 18px;
    line-height: 1.66;
    margin-top: 1.2em;
  }
  .cols.pc_w300 .thumb_info .title,
  .cols.pc_w220 .thumb_info .title {
    font-size: 20px;
  }
}

/*----------------------------------------------------
共通・タブコンテンツ
----------------------------------------------------*/
.tab_box {
  margin-top: 75px;
}
.tab_box.noMgnT {
  margin-top: 0;
}
.tab_box .tab_buttons {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.tab_box .tab_buttons li {
  min-height :75px;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 0;
  transition: 0.3s;
}
.tab_box .tab_buttons li span {
  display: inline-block;
  padding: 10px 5px;
  box-sizing: border-box;
  transition: 0.3s;
}
.tab_box .tab_buttons li.is_active span {
  color: #fff !important;
}
.tab_box.is_2 .tab_buttons li {
  width: 50%;
  font-size: 17px;
}
.tab_box.is_2 .tab_buttons li span,
.tab_box.is_3 .tab_buttons li span{
  padding: 10px 15px;
}
.tab_box.is_3 .tab_buttons li {
  width: 33.33333%;
  font-size: 16px;
}
.tab_box.is_4 .tab_buttons li {
  width: 25%;
}
.tab_box.is_5 .tab_buttons li {
  width: 20%;
}
.tab_buttons li:nth-of-type(1)  {
  color: #D0121B;
}
.tab_buttons li:nth-of-type(2)  {
  color: #C9A063;
}
.tab_buttons li:nth-of-type(3)  {
  color: #C9A063;
}
.tab_buttons li:nth-of-type(4)  {
  color: #C9A063;
}
.tab_buttons li:nth-of-type(5)  {
  color: #000000;
}
.tab_buttons li.is_wait {
  color: #707070;
  background: #909090;
  opacity: 1;
  position: relative;
}
.tab_buttons li.is_wait::after {
  content: '';
  display: block;
  position: absolute;
  background: transparent;
  text-align: center;

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tab_buttons li.is_active:nth-of-type(1)  {
  background: #D0121B;
}
.tab_buttons li.is_active:nth-of-type(2)  {
  background: #C9A063;
}
.tab_buttons li.is_active:nth-of-type(3)  {
  background: #C9A063;
}
.tab_buttons li.is_active:nth-of-type(4)  {
  background: #C9A063;
}
.tab_buttons li.is_active:nth-of-type(5)  {
  background: #000000;
}
.tab_contents li {
  display: none;
}
.tab_contents li.is_active {
  display: block;
}
.tab_contents li{
  border-top: 3px solid;
}
.tab_contents li:nth-of-type(1)  {
  border-top-color: #D0121B;
}
.tab_contents li:nth-of-type(2)  {
  border-top-color: #C9A063;
}
.tab_contents li:nth-of-type(3)  {
  border-top-color: #C9A063;
}
.tab_contents li:nth-of-type(4)  {
  border-top-color: #C9A063;
}
.tab_contents li:nth-of-type(5)  {
  border-top-color: #000000;
}

.tab_title,
.tab_content {
  padding: 25px 3.3333%;
  box-sizing: border-box;
}
.tab_title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.tab_title span {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  line-height: 1.2;
  padding-left: 0.5em;
  border-left: solid 2px #ffffff;
  text-align: left
}
.tab_contents li:nth-of-type(1) .tab_title span {
  border-left-color: #D0121B;
}
.tab_contents li:nth-of-type(2) .tab_title span {
  border-left-color: #C9A063;
}
.tab_contents li:nth-of-type(3) .tab_title span {
  border-left-color: #C9A063;
}
.tab_contents li:nth-of-type(4) .tab_title span {
  border-left-color: #707070;
}
.tab_contents li:nth-of-type(5) .tab_title span {
  border-left-color: #ffffff;
}
.border_cross {
  position: relative;
}
.border_cross::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background-size: 8px 8px;
}
.tab_title.border_cross.border_top,
.tab_content.border_cross.border_top {
  padding-top: 33px;
}
.tab_title.border_cross.border_bottom,
.tab_content.border_cross.border_bottom {
  padding-bottom: 33px;
}
.border_cross.border_top::after {
  top: 0;
}
.border_cross.border_bottom::after {
  bottom: 0;
}
.tab_contents li:nth-of-type(1) .tab_title {
  color: #D0121B;
}
.tab_contents li:nth-of-type(1) .tab_title.border_cross::after,
.tab_contents li:nth-of-type(1) .tab_content.border_cross::after {
  background-image:
  repeating-linear-gradient(45deg, #D0121B 0px, #D0121B 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
  repeating-linear-gradient(135deg, #D0121B 0px, #D0121B 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
}
.tab_contents li:nth-of-type(2) .tab_title {
  color: #C9A063;
}
.tab_contents li:nth-of-type(2) .tab_title.border_cross::after,
.tab_contents li:nth-of-type(2) .tab_content.border_cross::after {
  background-image:
  repeating-linear-gradient(45deg, #C9A063 0px, #C9A063 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
  repeating-linear-gradient(135deg, #C9A063 0px, #C9A063 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
}
.tab_contents li:nth-of-type(3) .tab_title {
  color: #C9A063;
}
.tab_contents li:nth-of-type(3) .tab_title.border_cross::after,
.tab_contents li:nth-of-type(3) .tab_content.border_cross::after {
  background-image:
  repeating-linear-gradient(45deg, #C9A063 0px, #C9A063 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
  repeating-linear-gradient(135deg, #C9A063 0px, #C9A063 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
}
.tab_contents li:nth-of-type(4) .tab_title {
  color: #707070;
}
.tab_contents li:nth-of-type(4) .tab_title.border_cross::after,
.tab_contents li:nth-of-type(4) .tab_content.border_cross::after {
  background-image:
  repeating-linear-gradient(45deg, #707070 0px, #707070 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
  repeating-linear-gradient(135deg, #707070 0px, #707070 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
}
.tab_contents li:nth-of-type(5) .tab_title {
  color: #ffffff;
}
.tab_contents li:nth-of-type(5) .tab_title.border_cross::after,
.tab_contents li:nth-of-type(5) .tab_content.border_cross::after {
  background-image:
  repeating-linear-gradient(45deg, #000000 0px, #000000 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
  repeating-linear-gradient(135deg, #000000 0px, #000000 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
}
@media screen and (min-width: 751px) {
  .tab_box {
    margin-top: 200px;
  }
  .tab_box .tab_buttons li,
  .tab_box.is_3 .tab_buttons li{
    font-size: 22px;
    min-height: 100px;
  }
  .tab_box.is_2 .tab_buttons li {
    font-size: 30px;
  }
  .tab_title {
    font-size: 30px;
    padding: 30px 0px;
  }
  .border_cross::after {
    height: 11px;
    background-size: 11px 11px;
  }
  .tab_buttons li.is_wait::after {
    line-height: 100px;
    font-size: 20px;
  }
  .tab_content {
    padding: 40px 0;
  }
  .tab_contents li{
    border-width: 5px;
  }
  .tab_title.border_cross.border_top {
    padding-top: 41px;
  }
  .tab_title.border_cross.border_bottom {
    padding-bottom: 41px;
  }
  .tab_content.border_cross.border_top {
    padding-top: 51px;
  }
  .tab_content.border_cross.border_bottom {
    padding-bottom: 51px;
  }
}
@media screen and (min-width: 1201px) {
  .tab_buttons li:not(.is_wait)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 5px;
    transition: 0.3s;
  }
  .tab_buttons li:not(.is_wait):nth-of-type(1)::after {
    background:#D0121B;
  }
  .tab_buttons li:not(.is_wait):nth-of-type(2)::after {
    background:#C9A063;
  }
  .tab_buttons li:not(.is_wait):nth-of-type(3)::after {
    background:#C9A063;
  }
  .tab_buttons li:not(.is_wait):nth-of-type(4)::after {
    background:#C9A063;
  }
  .tab_buttons li:not(.is_wait):nth-of-type(5)::after {
    background:#000000;
  }
  .tab_buttons li:not(.is_wait):hover {
    cursor: pointer;
  }
  .tab_buttons li:not(.is_wait):hover::after {
    width: 100%;
  }
  .tab_buttons li:not(.is_wait):hover span{
    opacity: 0.8;
  }

}
/*----------------------------------------------------
共通・タブコンテンツ
----------------------------------------------------*/
.caption {
  margin-top: 1em;
  font-size: 12px;
}
.mid_title {
  margin: 15px 0;
  font-size: 15px;
  font-weight: 600;
}
.mid_title+.text {
  margin-top: 0;
}
.text+.image {
  margin-top: 20px;
}
.text+.image.noMgnT {
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  .caption {
    margin-top: 1em;
    font-size: 14px;
    text-align: center;
  }
  .mid_title {
    margin: 30px 0;
    font-size: 20px;
  }
}
.tab_contents .cols .col {
  margin-top: 0px;
}
@media screen and (max-width: 750px) {
  .tab_contents .cols.is_pc3 .col:nth-child(n+2) {
    margin-top: 25px;
  } 
  .tab_contents .cols .col:nth-child(2) {
    margin-top: 25px;
  }
  .tab_contents .cols.is_sp2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tab_contents .cols.is_sp2 .col {
    width: 45%;
  }
  .tab_contents .cols.is_sp2 .col:nth-child(2) {
    margin-top: 0;
  }
  .tab_contents .cols.is_sp2 .col:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 751px) {
  .tab_contents .cols{
    display: flex;
    justify-content: space-between;
  }
  .tab_contents .cols .col {
    width: 48%;
  }
  .tab_contents .cols.is_pc3,
  .tab_contents .cols.is_pc4 {
    flex-wrap: wrap;
  }
  .tab_contents .cols.is_pc3 .col{
    width:  30%;
  }
  .tab_contents .cols.is_pc4 .col{
    width:  22%;
  }
  .tab_contents .cols.is_pc3::after {
    content: "";
    display: inline-block;
    width: 30%;
  }
  .tab_contents .cols.is_pc3::before {
    content: "";
    display: inline-block;
    width: 20%;
    order: 1;
  }
  .tab_contents .cols.is_pc3::after {
    content: "";
    display: inline-block;
    width: 20%;
  }
}
/*----------------------------------------------------
big_title
----------------------------------------------------*/
.big_title {
  font-family:
   "游明朝体",
   "Yu Mincho",
   YuMincho,
   "ヒラギノ明朝 Pro",
   "Hiragino Mincho Pro",
   "MS P明朝",
   "MS PMincho",
   serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.38em 1em;
  text-align: center;
  color: #000000;
  background: #ffffff;
  border: solid 2px #ffffff;
  box-sizing: border-box;
}
.big_title.mgt {
  margin-top: 15px;
}
.big_title.mgb {
  margin-bottom: 15px;
}
.big_title.left {
  text-align: left;
}
.big_title.brown {
  color: #ffffff;
  background: #C9A063;
  border-color: #C9A063;
}
.big_title.red {
  color: #ffffff;
  background: #D0121B;
  border-color: #D0121B;
}
.big_title.blue {
  color: #ffffff;
  background: #0050A0;
  border-color: #0050A0;
}
.big_title.gray {
  color: #ffffff;
  background: #707070;
  border-color: #707070;
}
.big_title.w_brown {
  color: #C9A063;
  background: #ffffff;
  border-color: #C9A063;
}
.big_title.w_red {
  color: #D0121B;
  background: #ffffff;
  border-color: #D0121B;
}
.big_title.w_blue {
  color: #0050A0;
  background: #ffffff;
  border-color: #0050A0;
}
.big_title.w_gray {
  color: #707070;
  background: #ffffff;
  border-color: #707070;
}
@media screen and (min-width: 751px) {
  .big_title {
    font-size: 30px;
    padding: 0.3em 0.6em;
  }
  .big_title.pc_min {
    font-size: 20px;
    line-height: 1.2;
    padding: 0.3em 0.6em;
  }


  .big_title.mgt {
    margin-top: 30px;
  }
  .big_title.mgb {
    margin-bottom: 30px;
  }
}
/*----------------------------------------------------
line_title2
----------------------------------------------------*/
.line_title2 {
  font-family:
   "游明朝体",
   "Yu Mincho",
   YuMincho,
   "ヒラギノ明朝 Pro",
   "Hiragino Mincho Pro",
   "MS P明朝",
   "MS PMincho",
   serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.38em 0em;
  text-align: center;
  color: #ffffff;
  border-bottom: solid 5px #ffffff;
  box-sizing: border-box;
}
.line_title2.mgt {
  margin-top: 15px;
}
.line_title2.mgb {
  margin-bottom: 15px;
}
.line_title2.nopT {
padding: 0em 0em 0.3em 0em;
}
.line_title2.left {
  text-align: left;
}
.line_title2.brown {
  color: #C9A063;
  border-color: #C9A063;
}
.line_title2.red {
  color:  #D0121B;
  border-color: #D0121B;
}
.line_title2.blue {
  color: #0050A0;
  border-color: #0050A0;
}
.line_title2.gray {
  color: #707070;
  border-color: #707070;
}
.line_title2.w_brown {
  color: #ffffff;
  border-color: #C9A063;
}
.line_title2.w_red {
  color: #ffffff;
  border-color: #D0121B;
}
.line_title2.w_blue {
  color: #ffffff;
  border-color: #0050A0;
}
.line_title2.w_gray {
  color: #ffffff;
  border-color: #707070;
}
.line_title2.cap {
  color: #707070;
  font-size: 12px;
  border-bottom: solid 0px;
  padding: 0em 0em 0em 0.5em;
}
@media screen and (min-width: 751px) {
  .line_title2 {
    font-size: 26px;
    padding: 0.3em 0em;
  }
  .line_title2.pc_min {
    font-size: 18px;
    line-height: 1.2;
    padding: 0.3em 0.6em;
  }


  .line_title2.mgt {
    margin-top: 30px;
  }
  .line_title2.mgb {
    margin-bottom: 30px;
  }
  .line_title2.nopT {
  padding: 0em 0em 0.3em 0em;
  }


.line_title2.cap {
  color: #707070;
  font-size: 20px;
  border-bottom: solid 0px;
  padding: 0em 0em 0em 0.5em;
}

}
/*----------------------------------------------------
normal_title
----------------------------------------------------*/
.normal_title {
  font-family:
   "游明朝体",
   "Yu Mincho",
   YuMincho,
   "ヒラギノ明朝 Pro",
   "Hiragino Mincho Pro",
   "MS P明朝",
   "MS PMincho",
   serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.38em 0em;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
}
.normal_title.mgt {
  margin-top: 15px;
}
.normal_title.mgb {
  margin-bottom: 15px;
}
.normal_title.nop {
  padding: 0em 0em;
}
.normal_title.left {
  text-align: left;
}
.normal_title.brown {
  color: #C9A063;
}
.normal_title.red {
  color:  #D0121B;
}
.normal_title.blue {
  color: #0050A0;
}
.normal_title.gray {
  color: #707070;
}
.normal_title.cap {
  color: #707070;
  font-size: 14px;
  border-bottom: solid 0px;
  padding: 0em 0em 0em 0.5em;
}
@media screen and (min-width: 751px) {
  .normal_title {
    font-size: 35px;
    padding: 0.3em 0em;
  }
  .normal_title.pc_min {
    font-size: 22px;
    line-height: 1.2;
    padding: 0.3em 0.6em;
  }


  .normal_title.mgt {
    margin-top: 30px;
  }
  .normal_title.mgb {
    margin-bottom: 30px;
  }
  .normal_title.nop {
    padding: 0em 0em;
  }


.normal_title.cap {
  color: #707070;
  font-size: 26px;
  border-bottom: solid 0px;
  padding: 0em 0em 0em 0.5em;
}

}


/*----------------------------------------------------
共通・動画
----------------------------------------------------*/
.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe,
.movie_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------
共通・ボタン（矢印中央ー＞）
----------------------------------------------------*/
.btn_grad {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 10px 35px 10px 10px;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
}
.btn_grad::before,.btn_grad::after {
  content: "";
  display: block;
  position: absolute;
}
.btn_grad::before {
  width: 15px;
  height: 1px;
  top: calc(50% - 1px);
  right: 13px;
  background: #fff;
}
.btn_grad::after {
  top: calc(50% - 6px);
  right: 13px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform-origin: center center;
  transform: rotate(-35deg) skew(20deg);
}
.btn_grad span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
}

.btn_grad.red {
  background: #D0121B;
  border-color: #D0121B;
}
.btn_grad.brown {
  background: #C9A063;
  border-color: #C9A063;
}
.btn_grad.blue {
  background: #0050A0;
  border-color: #0050A0;
}
.btn_grad.gray {
  background: #707070;
  border-color: #707070;
}
.btn_grad.w_red {
  background: #ffffff;
  border-color: #D0121B;
  color: #D0121B;
}
.btn_grad.w_brown {
  background: #ffffff;
  border-color: #C9A063;
  color: #C9A063;
}
.btn_grad.w_blue {
  background: #ffffff;
  border-color: #0050A0;
  color: #0050A0;
}
.btn_grad.w_gray {
  background: #ffffff;
  border-color: #707070;
  color: #707070;
}
.btn_grad.w_red::before {
  background: #D0121B;
}
.btn_grad.w_red::after {
  border-bottom-color: #D0121B;
  border-right-color: #D0121B;
}
.btn_grad.w_brown::before {
  background: #C9A063;
}
.btn_grad.w_brown::after {
  border-bottom-color: #C9A063;
  border-right-color: #C9A063;
}
.btn_grad.w_blue::before {
  background: #0050A0;
}
.btn_grad.w_blue::after {
  border-bottom-color: #0050A0;
  border-right-color: #0050A0;
}
.btn_grad.w_gray::before {
  background: #707070;
}
.btn_grad.w_gray::after {
  border-bottom-color: #707070;
  border-right-color: #707070;
}
.cols.pc_w195 .btn_grad {
  padding: 10px 20px;
}
.cols.pc_w195 .btn_grad span {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .btn_grad {
    padding: 10px 70px 10px 30px;
    min-height: 90px;
    font-size: 25px;
    transition: 0.3s;
  }
  .btn_grad::before {
    width: 28px;
    height: 3px;
    top: calc(50% - 2px);
    right: 18px;
    background: #fff;
    transition: 0.3s;
  }
  .btn_grad::after {
    top: calc(50% - 10px);
    right: 20px;
    width: 16px;
    height: 16px;
    border-bottom-width: 3px;
    border-right-width: 3px;
    transition: 0.3s;
  }
  .btn_grad.is_pc_center span {
    text-align: center;
  }
  .btn_grad span {
    font-size: 25px;
    justify-content: center;
  }

  .cols.pc_w325 .btn_grad,
  .cols.pc_w245 .btn_grad {
    min-height: 70px;
  }
  .cols.pc_w195 .btn_grad {
    min-height: 50px;
  }
  .cols.pc_w325 .btn_grad span {
    font-size: 20px;
  }
  .cols.pc_w245 .btn_grad span {
    font-size: 18px;
  }
  .cols.pc_w195 .btn_grad span {
    font-size: 20px;
  }

  .cols.pc_w195 .btn_grad {
    padding: 10px 30px;
  }

  .cols.pc_w195 .btn_grad::before {
    width: 16px;
    right: 8px;
  }
  .cols.pc_w195 .btn_grad::after {
    top: calc(50% - 6px);
    right: 8px;
    width: 8px;
    height: 8px;
  }

  .btn_grad:hover::before,
  .btn_grad:hover::after {
    margin-right: -10px;
  }
  .cols.pc_w195 .btn_grad:hover::before,
  .cols.pc_w195 .btn_grad:hover::after {
    margin-right: -5px;
  }

  .btn_grad.red:hover {
    background: #ffffff;
    color: #D0121B;
  }
  .btn_grad.red:hover::before {
    background: #D0121B;
  }
  .btn_grad.red:hover::after {
    border-right-color: #D0121B;
    border-bottom-color: #D0121B;
  }

  .btn_grad.brown:hover {
    background: #ffffff;
    color: #C9A063;
  }
  .btn_grad.brown:hover::before {
    background: #C9A063;
  }
  .btn_grad.brown:hover::after {
    border-right-color: #C9A063;
    border-bottom-color: #C9A063;
  }

  .btn_grad.blue:hover {
    background: #ffffff;
    color: #0050A0;
  }
  .btn_grad.blue:hover::before {
    background: #0050A0;
  }
  .btn_grad.blue:hover::after {
    border-right-color: #0050A0;
    border-bottom-color: #0050A0;
  }

  .btn_grad.gray:hover {
    background: #ffffff;
    color: #707070;
  }
  .btn_grad.gray:hover::before {
    background: #707070;
  }
  .btn_grad.gray:hover::after {
    border-right-color: #707070;
    border-bottom-color: #707070;
  }

  .btn_grad.w_red:hover {
    background: #D0121B;
    color: #ffffff;
  }
  .btn_grad.w_brown:hover {
    background: #C9A063;
    color: #ffffff;
  }
  .btn_grad.w_blue:hover {
    background: #0050A0;
    color: #ffffff;
  }
  .btn_grad.w_gray:hover {
    background: #707070;
    color: #ffffff;
  }
  .btn_grad.w_red:hover::before,
  .btn_grad.w_brown:hover::before,
  .btn_grad.w_blue:hover::before,
  .btn_grad.w_gray:hover::before {
    background: #ffffff;
  }
  .btn_grad.w_red:hover::after,
  .btn_grad.w_brown:hover::after,
  .btn_grad.w_blue:hover::after,
  .btn_grad.w_gray:hover::after {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
  }
}
/*----------------------------------------------------
共通・バナー
----------------------------------------------------*/
.banners {
  margin-top: 30px;
  text-align: center;
  font-size:0;
}
.banners .ban {
  display: inline-block;
  line-height: 0;
  background: #fff;
}
.banners .ban img {
  width: 100%;
}
.banners .ban img.nar {
  width: auto;
}
@media screen and (max-width: 750px) {
  .banners .ban+.ban {
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .banners {
    margin-top: 75px;
  }
  .banners.pc_w490 .ban {
    width: 49%;
  }
  .banners.pc_w490 .ban+.ban {
    margin-left: 2%;
  }
  .banners.pc_w320 .ban {
    width: 32%;
  }
  .banners.pc_w320 .ban+.ban {
    margin-left: 2%;
  }
  .banners.pc_w240 .ban {
    width: 24%;
  }
  .banners.pc_w240 .ban+.ban {
    margin-left: 1.3%;
  }
  .banners.pc_w195 .ban {
    width: 19.5%;
  }
  .banners.pc_w195 .ban+.ban {
    margin-left: 0.5%;
  }
}
/*----------------------------------------------------
共通・タイトル下にlineが入ったコンテンツ
----------------------------------------------------*/
.con_parts1 {
  overflow: hidden;
}
.con_parts1+.con_parts1 {
  margin-top: 50px;
}
.con_parts1.is_img_left .box_image {
  float: left;
}
.con_parts1.is_img_left .box_text {
  float: right;
}
.con_parts1.is_img_right .box_image {
  float: right;
}
.con_parts1.is_img_right .box_text {
  float: left;
}
.con_parts1 .box_under_line {
  border-bottom: 1px solid #D0121B;
  padding: 20px 0 10px;
}
.con_parts1.is_img_left .box_under_line,
.con_parts1.is_img_left .text {
  padding-left: 15px;
}
.con_parts1.is_img_right .box_under_line,
.con_parts1.is_img_right .text {
  padding-right: 15px;
}
.con_parts1 .box_text {
  width: 51.4285714%;
}
.con_parts1 .box_image {
  width: 48.5714286%;
}
.con_parts1_title {
  color: #D0121B;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.con_parts1_subtitle {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
}
.con_parts1 .text {
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  .con_parts1+.con_parts1 {
    margin-top: 80px;
  }
  .con_parts1 .box_text {
    width: 55%;
  }
  .con_parts1 .box_image {
    width: 45%;
  }
  .con_parts1 .box_under_line {
    border-bottom-width: 2px;
    padding: 12.3636% 0 20px;
  }
  .con_parts1.is_img_left .box_under_line,
  .con_parts1.is_img_left .text {
    padding-left: 18.1818%;
  }
  .con_parts1.is_img_right .box_under_line,
  .con_parts1.is_img_right .text {
    padding-right: 18.1818%;
  }

  .con_parts1_title {
    font-size: 25px;
  }
  .con_parts1_subtitle {
    font-size: 18px;
    margin-top: 20px;
  }
  .con_parts1 .text {
    margin-top: 20px;
  }
  .con_parts1 .box_text {
    line-height: 1.6;
  }
  .col .con_parts1 .box_text {
    width: 50%;
  }
  .col .con_parts1 .box_image {
    width: 50%;
  }
  .col .con_parts1.is_img_left .box_under_line,
  .col .con_parts1.is_img_left .text {
    padding-left: 15px;
  }
  .col .con_parts1.is_img_right .box_under_line,
  .col .con_parts1.is_img_right .text {
    padding-right: 15px;
  }

}

/*----------------------------------------------------
共通・ローマ数字のコンテンツ
----------------------------------------------------*/
.con_parts2 {
  padding: 45px 0;
  border-top: 1px solid #C9A063;
  border-bottom: 1px solid #C9A063;
}
.con_parts2+.con_parts2 {
  border-top: none;
}
.con_parts2 .roma_num,
.con_parts2 .num_box_title_big,
.con_parts2 .num_box_title_min {
  font-weight: 600;
  color: #C9A063;
}
.con_parts2 .roma_num {
  font-size: 25px;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1;
}
.con_parts2 .num_box_title_big {
  font-size: 17px;
}
.con_parts2 .num_box_title_min {
  font-size: 14px;
  margin-top: 1em;
}
.con_parts2 .text_min {
  font-size: 14px;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .con_parts2 .box_right {
    margin-top: 30px;
  }
  .con_parts2.sp_num_left .con_parts2_inner {
    width: calc(100% - 40px);
  }
  .con_parts2.sp_num_left {
    display: flex;
    justify-content: space-between;
  }
  .con_parts2.sp_num_left .roma_num {
    width: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .con_parts2 {
    display: flex;
    justify-content: space-between;
    padding: 95px 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .con_parts2 .roma_num {
    width: 90px;
    font-size: 50px;
    text-align: left;
    margin: auto 0;
  }
  .con_parts2_inner {
    width: calc(100% - 90px);
    display: flex;
    justify-content: space-between;
  }
  .con_parts2 .box_full {
    width: 100%;
  }
  .con_parts2 .box_left {
    width: 48%;
    max-width: 100%;
  }
  .con_parts2 .box_right {
    width: 48%;
    max-width: 440px;
  }
  .con_parts2 .num_box_title_big {
    font-size: 30px;
  }
  .con_parts2 .num_box_title_min {
    font-size: 20px;
    margin-top: 1em;
  }
  .con_parts2 .text_min {
    font-size: 16px;
  }
}
.gap {
    padding-top: 120px;
    margin-top: -120px;
}


