@charset "utf-8";

/* ------------------------------------------------------------------
* GENERAL
------------------------------------------------------------------ */
html {
	min-height: 100%;
  font-size: 100%;
}
body {
  background-color: #fff;
  font-size: calc((13 / 16 * 1rem));
  font-weight: 400;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #7e0017;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.container__under a {
  transition: opacity .3s ease-in-out;
}
.container__under a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
.font--notoserif { font-family: 'Noto Serif JP', serif!important; }
.letter__spacing--1 { letter-spacing: 0.1em;}
.letter__spacing--0 { letter-spacing: 0;}
.j-content {
  display: none;
}
#wrapper {
  overflow: hidden;
}
.container,
.container__under {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 25px;
}
.container__under02{
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 25px;
}
@media not all and (min-width: 768px) {
  .container__under,
  .container__under02 {
    padding: 0 12px;
  }
}

.text__right {text-align: right!important;}
.text__center {text-align: center!important;}
.text__underline {text-decoration: underline;}
.flex__middle_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex__center {
  display: flex;
  justify-content: center;
}
.icon--pdf,
.icon--pdf-s {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 14px;
  background: url(../img/common/ico_pdf.png) no-repeat 0 0 / 100% 100%;
  transform: translateY(-1px);
  margin-left: 4px;
}
.link__more {
  text-decoration: none;
  display: inline-block;
  line-height: 1.3;
  font-size: calc((12 / 16 * 1rem));
  color: #000;
  padding: 9px 18px 9px 0;
  position: relative;
}
.link__more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #840018;
  height: 2px;
  font-size: 0;
  -webkit-transform: scaleY(0.5) translateY(1px);
  transform: scaleY(0.5) translateY(1px);
}
.link__more::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/arrow04.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.button--default {
  text-decoration: none;
  font-size: calc((13 / 16 * 1rem));
  font-weight: 700;
  line-height: 1.3;
  color: #840018;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 14px 17px 15px 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-feature-settings: 'palt' 1;
  transition: opacity 0.3s ease;
}
.button--default::after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(../img/common/arrow06_red.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.button--default02,
.button--default03 {
  text-decoration: none;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.3;
  color: #840018;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 0 17px 0 8px;
  font-feature-settings: 'palt' 1;
  transition: opacity 0.3s ease;
}
.button--default02::after,
.button--default03::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.button--default02::after {
  width: 8px;
  height: 15px;
  background: url(/assets/img/common/ico_arrow.svg) no-repeat 0 0 / 100% 100%;
}
.button--default03::after {
  width: 18px;
  height: 18px;
  background: url(/assets/img/common/ico_window.svg) no-repeat 0 0 / 100% 100%;
}
.button--red {
  color: #FFF;
  background-color: #840018;
}
.button--orange {
  color: #FFF;
  background-color: #eb6100;
}
.button--orange::after,
.button--red::after {
  background-image: url(../img/common/arrow06_white.png);
}
.button--size-medium {
  font-size: calc((15 / 16 * 1rem));
  padding-top: 18px;
  padding-bottom: 19px;
}
.button--no-arrow {
  padding-left: 5px;
  padding-right: 5px;
}
.button--no-arrow::after {
  display: none;
}
.mb--0 {margin-bottom: 0!important;}
.mb--25 {margin-bottom: 25px!important;}
.mb--95 {margin-bottom: 95px!important;}
.mt--15 {margin-top: 15px!important;}
.mt--25 {margin-top: 25px!important;}
@media (max-width: 767px) {
  .pc {display: none!important;}
  .mt--sp-12 {margin-top: 12px!important;}
  .mt--sp-15 {margin-top: 15px!important;}
  .mb--sp-50 {margin-bottom: 50px!important;}
  .mb--sp-18 {margin-bottom: 18px!important;}
  .text__sp_center {text-align: center!important;}
}
@media (max-width: 374px) {
  .button--default,
  .button--default02,
  .button--default03 {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  body {
    font-size: calc((16 / 16 * 1rem));
    min-width: 1237px;
  }
  .sp {display: none!important;}
  .flex__middle_center_pc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mt--pc-16 {margin-top: 16px!important;}
  .mt--pc-20 {margin-top: 20px!important;}
  .mb--pc-95 {margin-bottom: 95px!important;}
  .mb--pc-40 {margin-bottom: 40px!important;}
  .w--pc-60p {width: 60%!important}
  .text__pc_right {text-align: right!important;}
  .icon--pdf {
    width: 20px;
    height: 28px;
  }
  .link__more {
    font-size: calc((14 / 16 * 1rem));
    padding: 12px 24px 12px 0;
    transition: color 0.3s ease;
  }
  .link__more::after {
    width: 14px;
    height: 14px;
    background-image: url(../img/common/arrow05.png);
  }
  .link__more:hover {
    color: #871c25;
  }
  .button--default {
    font-size: calc((18 / 16 * 1rem));
    border-radius: 10px;
    padding-top: 18px;
    padding-bottom: 19px;
    padding-right: 27px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .button--default02,
  .button--default03 {
    font-size: calc((18 / 16 * 1rem));
    border-radius: 10px;
    padding-right: 27px;
  }
  .button--default::after,
  .button--default02::after,
  .button--default03::after {
    right: 20px;
  }
  .button--default:hover,
  .button--default02:hover,
  .button--default03:hover {
    opacity: 0.7;
  }
  .button--no-arrow {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.fRed {
  color: #ad0011;
}
.fRed02 {
  color: #c00000;
}

/* ------------------------------------------------------------------
* HEADER
------------------------------------------------------------------ */
#header {
  background-color: #FFF;
  z-index: 15;
  position: relative;
}
#logo {
  font-size: 0;
  padding: 0 0 0 20px;
}
#logo img {
  width: 135px;
}
@media (max-width: 767px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: top 0.3s linear;
  }
  .header__top {
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    z-index: 5;
    position: relative;
  }
  #main {
    padding-top: 125px;
  }
  #header.hidden {
    top: -130px;
  }
}
@media (min-width: 768px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: top 0.3s linear;
    min-width: 1237px;
  }
  #header.hidden {
    top: -200px;
  }
  #main {
    /* padding-top: 180px; */
    padding-top: 120px;  
  }
  #logo img {
    width: 219px;
  }
  .header__top {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1390px;
    position: relative;
  }
  #logo {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Header icon List */
.header__icon_text {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  background-color: #FFF;
}
.header__icon_text > li {
  line-height: 1.2;
  text-align: center;
}
.header__icon_text > li > a {
  display: block;
  text-decoration: none;
  letter-spacing: -0.04em;
  font-size: calc((9 / 16 * 1rem));
  color: #000;
  padding: 8px 4px 7px;
}
.header__icon_text > li > a span {
  display: block;
  margin-top: 6px;
}
.header__icon_text > li > a img {
  height: 30px;
  width: auto;
  display: inline-block !important;
}
.navi_child--opened .header__icon_text {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .navi_child--opened,
  .nav--opened {
    overflow: hidden;
  }
  .header__navi_child {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    width: 100%;
    background-color: #FFF;
    padding: 126px 0 15px 0;
    opacity: 0;
    top: -130%;
    transition: all 0.5s ease;
  }
  .navi_child--opened .header__navi_child {
    opacity: 1;
    top: 0;
  }
  .header__navi_childTitle {
    cursor: pointer;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #7e0017;
    font-size: calc((13 / 16 * 1rem));
    font-weight: 700;
    padding: 20px 35px 20px 25px;
    position: relative;
    border-bottom: 2px solid #cecece;
  }
  .header__navi_childTitle::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/common/plus.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__navi_childTitle.opened::after {
    background-image: url(../img/common/divi.png);
  }
  .header__navi_menu {
    display: none;
  }
  .header__navi_menu > li {
    border-bottom: 2px solid #cecece;
  }
  .header__navi_menu.is-sp__simple > li {
    border-bottom: none;
  }
  .header__navi_menu.is-sp__simple > li:nth-of-type(2) {
    padding-top: 10px;
  }
  .header__navi_menu.is-sp__simple > li:last-child {
    padding-bottom: 10px;
  }
  .header__navi_menu > li > a {
    display: block;
    font-size: calc((13 / 16 * 1rem));
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #000;
    text-decoration: none;
    background-color: #f2f2f2;
    padding: 20px 35px 20px 25px;
    position: relative;
  }
  .header__navi_menu.is-sp__simple > li:not(:nth-of-type(1)) > a {
    background-color: #fff;
  }
  .header__navi_menu > li > a::after {
    content: "";
    width: 7px;
    height: 10px;
    background: url(../img/common/arrow07.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__navi_menu ul {
    padding: 10px 0;
  }
  .header__navi_menu ul li a {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #000;
    text-decoration: none;
    padding: 20px 35px 20px 25px;
    position: relative;
  }
  .header__navi_menu ul li a::after {
    content: "";
    width: 7px;
    height: 10px;
    background: url(../img/common/arrow07.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__navi_menu > li.has--child ul {
    display: none;
  }
  .header__navi_menu > li.has--child > a::after {
    width: 15px;
    height: 15px;
    background: url(../img/common/plus.png) no-repeat 0 0 / 100% 100%;
  }
  .header__navi_menu > li.has--child.opened > a::after {
    background-image: url(../img/common/divi.png);
  }
  .close__nav_child {
    text-decoration: none;
    font-size: 0;
    text-align: center;
    padding: 18px 0;
    display: block;
    background-color: #f2f2f2;
  }
  .close__nav_child img {
    width: 53px;
    margin: 0 auto;
  }
  .headerNavi__event {
    position: relative;
  }
  .headerNavi__event::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid #7e0017;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 2px;
    margin-left: -3px;
  }
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 62px;
  background-color: #FFF;
  font-size: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  line-height: 1;
}
.hamburger .hamburgerButton {
  position: relative;
  width: 25px;
  height: 16px;
  transition: all 0.4s;
  z-index: 10;
  display: block;
  margin: 0 auto;
}
.hamburger small {
  color: #840018;
  font-size: calc((10 / 16 * 1rem));
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 12px;
  font-weight: 500;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #840018;
  transition: all 0.4s;
  z-index: 10;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 7px;
}
.hamburger span:nth-child(3) {
  top: 14px;
}
.nav--opened .hamburger .hamburgerButton {
  transform: rotateX(360deg);
}
.nav--opened .hamburger span:nth-child(1) {
  top: 1px;
  transform: translateY(6px) rotate(-145deg);
}
.nav--opened .hamburger span:nth-child(3) {
  top: 13px;
  transform: translateY(-6px) rotate(145deg);
}
.nav--opened .hamburger span:nth-child(2) {
  opacity: 0;
}

/* Nav */
@media (max-width: 767px) {
  #nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    width: 100%;
    background-color: #f2f2f2;
    padding: 62px 0 15px 0;
    opacity: 0;
    top: -130%;
    transition: all 0.5s ease;
    z-index: 4;
  }
  .nav--opened #nav {
    opacity: 1;
    top: 0;
  }
  .header__link_in {
    display: flex;
  }
  .header__link_login {
    width: 64px;
  }
  .header__link_login > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1.2;
    background-color: #840018;
    color: #FFF;
    font-weight: 500;
    font-size: calc((10 / 16 * 1rem));
    letter-spacing: 0.1em;
    height: 62px;
  }
  .header__link_login > a span {
    display: block;
  }
  .header__link_login > a span::before {
    content: "";
    width: 23px;
    height: 28px;
    background: url(../img/common/ico_login_sp.png) no-repeat 0 0 / 100% 100%;
    margin: 0 auto 8px;
    display: block;
  }
  .header__search {
    width: 64px;
  }
  .search__event {
    display: block;
    width: 100%;
    height: 62px;
    background: url(../img/common/ico_search_sp.png) no-repeat center center / 28px auto;
    cursor: pointer;
  }
  #page .header__icon_text {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
  }
  .header__link_login .j-content {
    position: absolute;
    left: 25px;
    top: 62px;
    width: calc(100% - 50px);
    border-radius: 5px;
    background-color: #fff9ef;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    padding: 20px 25px 25px;
    z-index: 5;
  }
  .header__link_login .header__link_loginItem:not(:last-child) {
    margin-bottom: 25px;
  }
  .header__link_login .header__link_loginItem h3 {
    text-align: center;
    line-height: 1.3;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: calc((20 / 16 * 1rem));
    letter-spacing: 0.1em;
    padding: 0 0 9px;
    margin-bottom: 10px;
  }
  .header__link_login .header__link_loginItem:nth-child(1) h3 {
    color: #7e0017;
  }
  .header__link_login .header__link_loginItem:nth-child(2) h3 {
    color: #235c72;
  }
  .header__link_login .header__link_loginItem p {
    text-align: center;
    margin-bottom: 10px;
    font-size: calc((15 / 16 * 1rem));
  }
  .button__login2 a,
  .button__login1 a {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-color: #7e0017;
    border-radius: 5px;
    line-height: 1.2;
    width: 100%;
    padding: 0 5px 0 30px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .button__login2 a::before,
  .button__login1 a::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 30px;
    background: url(../img/common/ico_login02.png) no-repeat 0 0 / 100% 100%;
  }
  .button__login2 a {
    background-color: #235c72;
  }
  .button__login1 a small,
  .button__login2 a small {
    display: block;
    font-size: calc((13 / 16 * 1rem));
    letter-spacing: 0;
    margin-bottom: 3px;
  }
  .button__login1 a strong,
  .button__login2 a strong {
    font-size: calc((17 / 16 * 1rem));
    font-weight: 700;
  }
  .header__search .j-content {
    border-radius: 5px;
    background-color: #fff9ef;
    box-shadow: 20px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
    width: calc(100% - 50px);
    position: absolute;
    left: 25px;
    top: 62px;
    padding: 15px;
  }
  .header__search_popup {
    position: relative;
  }
  .header__search_popup input[type="text"] {
    border: none;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    height: 37px;
    border-radius: 11px;
    width: 100%;
    padding: 0 30px 0 13px;
    color: #797979;
    font-size: calc((12 / 16 * 1rem));
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    outline: none;
  }
  .header__search_popup .header__search_input {
    width: calc(100% - 50px);
    position: relative;
    line-height: 1.2;
  }
  .header__search_popup .header__search_input input[type="submit"] {
    width: 30px;
    height: 100%;
    border: none;
    outline: none;
    background: url(../img/common/ico_search.png) no-repeat left center / 16px auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header__search_btn {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__search_btn img {
    width: 36px;
  }
  .nav__log_box {
    padding: 40px 25px;
    margin: 0;
  }
  .nav__log_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .nav__log_box ul li {
    padding: 0 5px;
    width: 50%;
  }
  .nav__log_box ul li a {
    height: 100%;
    letter-spacing: 0.1em;
  }
  .nav__log_box_signup {
    margin-bottom: 10px;
  }
  .nav__log_box_signup .button--default {
    padding-left: 40px;
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: calc((20 / 16 * 1rem));
    line-height: 1.2;
    letter-spacing: 0.2em;
  }
  .nav__log_box_signup .button--default::before {
    content: "";
    width: 44px;
    height: 36px;
    background: url(../img/visual_icon_signup.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav__log_box_login {
    margin-bottom: 10px;
  }
  .nav__log_box_login .button--default {
    padding-left: 50px;
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav__log_box_login .button--default span {
    display: flex;
    align-items: center;
  }
  .nav__log_box_login .button--default small {
    font-size: calc((13 / 16 * 1rem));
    letter-spacing: 0;
    margin-right: 12px;
  }
  .nav__log_box_login .button--default strong {
    font-size: calc((20 / 16 * 1rem));
  }
  .nav__log_box_login .button--default::before {
    content: "";
    width: 26px;
    height: 36px;
    background: url(../img/visual_icon_login.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mainmenu > li {
    margin-bottom: 5px;
  }
  .mainmenu > li > a {
    display: block;
    text-decoration: none;
    color: #7e0017;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 700;
    padding: 20px 32px 20px 25px;
    line-height: 1.3;
    background-color: #FFF;
  }
  .mainmenu > li > a::after {
    content: "";
    width: 7px;
    height: 10px;
    background: url(../img/common/arrow07.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mainmenu > li > a.mainmenu__icon_win::after {
    width: 23px;
    height: 17px;
    background-image: url(../img/common/ico_pc.svg);
  }
  .mainmenu__sub {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 15px;
  }
  .mainmenu__sub li {
    width: 50%;
    padding: 0;
    margin-bottom: 5px;
  }
  .mainmenu__sub li:nth-child(odd) {
    padding-right: 2.5px;
  }
  .mainmenu__sub li:nth-child(even) {
    padding-left: 2.5px;
  }
  .mainmenu__sub a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #FFF;
    height: 55px;
    padding: 0 25px;
    line-height: 1.3;
    font-size: calc((13 / 16 * 1rem));
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000;
    position: relative;
  }
  .mainmenu__sub a span {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  .mainmenu__sub a::after {
    content: "";
    width: 7px;
    height: 10px;
    background: url(../img/common/arrow07.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mainmenu__sub a.mainmenu__icon_win::after {
    width: 23px;
    height: 17px;
    background-image: url(../img/common/ico_pc.svg);
  }
  .close__nav {
    font-size: 0;
    width: 53px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
  }
  .close__nav img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #nav {
    /* border-top: 1px solid #c9c9c9; */
    border-bottom: 1px solid #c9c9c9;
  }
  .nav__inner {
    margin: 0 auto;
    max-width: 1340px;
    position: relative;
  }
  .mainmenu {
    display: flex;
    justify-content: center;
  }
  .mainmenu > li {
    line-height: 1.2;
  }
  .mainmenu > li > a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000;
    font-size: calc((16 / 16 * 1rem));
    letter-spacing: 0.1em;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
    transition: color 0.3s ease;
  }
  .mainmenu > li > a:hover,
  .mainmenu > li > a.active {
    color: #840018;
  }
  .mainmenu > li > a span {
    display: inline-block;
    position: relative;
    padding-right: 17px;
  }
  .mainmenu > li > a span::after {
    content: "";
    width: 9px;
    height: 7px;
    background: url(../img/common/arrow02.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__link {
    padding: 20px 50px 20px 250px;
  }
  .header__link_l {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
  }
  .header__link_l li {
    margin-left: 8px;
    line-height: 1.2;
  }
  .header__link_l a {
    display: block;
    text-decoration: none;
    font-size: calc((16 / 16 * 1rem));
    font-weight: 700;
    color: #000;
    letter-spacing: 0.1em;
    position: relative;
    padding: 0 0 0 22px;
    transition: opacity 0.3s ease;
  }
  .header__link_l a:hover {
    opacity: 0.7;
  }
  .header__link_l a::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/common/arrow01.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__link_in {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .header__link_c {
    display: flex;
  }
  .header__link_c > li {
    margin-left: 25px;
    position: relative;
  }
  .header__link_c > li > a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: calc((12 / 16 * 1rem));
    letter-spacing: 0.1em;
    transition: opacity 0.3s ease;
  }
  .header__link_c > li > a:hover {
    opacity: 0.7;
  }
  .header__link_c .size__event span {
    display: inline-block;
  }
  .header__link_c .size__event span::after {
    content: "▼";
    font-size: 70%;
    color: #911c31;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 5px;
  }
  .header__link_c .j-content {
    width: 120px;
    position: absolute;
    left: 0;
    top: 28px;
    background-color: #fff9ef;
    border-radius: 10px;
    box-shadow: 20px 0 20px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    z-index: 5;
  }
  .header__link_c .j-content ul li:not(:last-child) {
    border-bottom: 1px solid #c9c9c9;
  }
  .header__link_c .j-content ul li a {
    display: block;
    text-decoration: none;
    font-size: calc((14 / 16 * 1rem));
    color: #000;
    text-align: center;
    padding: 7px 5px;
    transition: color 0.3s ease;
  }
  .header__link_c .j-content ul .textresizer-active a,
  .header__link_c .j-content ul li a:hover {
    color: #911c31;
  }
  .header__search {
    padding: 0 16px;
    position: relative;
  }
  .search__event {
    display: block;
    font-size: 0;
    width: 16px;
    height: 16px;
    background: url(../img/common/ico_search.png) no-repeat 0 0 / 100% 100%;
    cursor: pointer;
  }
  .header__link_login {
    position: relative;
  }
  .header__link_login > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    line-height: 1.2;
    background-color: #840018;
    font-size: calc((16 / 16 * 1rem));
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: 0.1em;
    width: 136px;
    height: 40px;
    padding: 0 5px;
    transition: opacity 0.3s ease;
  }
  .header__link_login > a:hover {
    opacity: 0.7;
  }
  .header__link_login > a > span {
    position: relative;
    display: inline-block;
    padding: 0 0 1px 30px;
  }
  .header__link_login > a > span::before {
    content: "";
    width: 16px;
    height: 21px;
    background: url(../img/common/ico_login.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
  }
  .header__link_login .j-content {
    position: absolute;
    right: 0;
    top: 42px;
    width: 620px;
    border-radius: 10px;
    background-color: #fff9ef;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 35px 40px 40px;
    z-index: 5;
  }
  .header__link_login .header__link_loginPopup {
    display: flex;
  }
  .header__link_login .header__link_loginItem {
    width: 50%;
  }
  .header__link_login .header__link_loginItem h3 {
    text-align: center;
    line-height: 1.3;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: calc((20 / 16 * 1rem));
    letter-spacing: 0.1em;
    padding: 0 0 12px;
    margin-bottom: 12px;
  }
  .header__link_login .header__link_loginItem:nth-child(1) {
    padding-right: 10px;
  }
  .header__link_login .header__link_loginItem:nth-child(1) h3 {
    color: #7e0017;
  }
  .header__link_login .header__link_loginItem:nth-child(2) {
    padding-left: 10px;
  }
  .header__link_login .header__link_loginItem:nth-child(2) h3 {
    color: #235c72;
  }
  .header__link_login .header__link_loginItem p {
    text-align: center;
    margin-bottom: 10px;
  }
  .button__login2 a,
  .button__login1 a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-color: #7e0017;
    border-radius: 10px;
    line-height: 1.2;
    width: 100%;
    padding: 0 5px 0 50px;
    position: relative;
    transition: opacity 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .button__login2 a:hover,
  .button__login1 a:hover {
    opacity: 0.7;
  }
  .button__login2 a::before,
  .button__login1 a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 36px;
    background: url(../img/common/ico_login02.png) no-repeat 0 0 / 100% 100%;
  }
  .button__login2 a {
    background-color: #235c72;
  }
  .button__login1 a small,
  .button__login2 a small {
    display: block;
    font-size: calc((14 / 16 * 1rem));
    letter-spacing: 0;
    margin-bottom: 3px;
  }
  .button__login1 a strong,
  .button__login2 a strong {
    font-size: calc((18 / 16 * 1rem));
    font-weight: 700;
  }
  .header__search .j-content {
    border-radius: 10px;
    background-color: #fff9ef;
    box-shadow: 20px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
    width: 392px;
    position: absolute;
    right: 0;
    top: 35px;
    padding: 20px;
  }
  .header__search_popup {
    position: relative;
  }
  .header__search_popup input[type="text"] {
    border: none;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    height: 45px;
    border-radius: 25px;
    width: 100%;
    padding: 0 45px 0 15px;
    color: #797979;
    font-size: calc((14 / 16 * 1rem));
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    outline: none;
  }
  .header__search_popup .header__search_input {
    width: 300px;
    position: relative;
    line-height: 1.2;
  }
  .header__search_popup .header__search_input input[type="submit"] {
    width: 36px;
    height: 100%;
    border: none;
    outline: none;
    background: url(../img/common/ico_search.png) no-repeat left center / 16px auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header__search_btn {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  /* menu child */
  .header__mainmenu__child {
    position: absolute;
    left: 0;
    /* top: 61px; */
    top: 120px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    z-index: 4;
    min-height: 388px;
    display: none;
  }
  .header__mainmenu__child_close {
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .header__mainmenu__child_close a:before {
    content: none;
  }
  .header__mainmenu__child_close a {
    display: block;
    background-color: #f2f2f2;
    padding: 12px 0;
  }
  .header__mainmenu__child_row {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 50px 35px;
  }
  .header__mainmenu__child_photo {
    width: 230px;
  }
  .header__mainmenu__child_photo figure {
    margin-bottom: 20px;
  }
  .header__mainmenu__child_photo figure img {
    display: block;
    width: 1005;
  }
  .header__mainmenu__child_photo h3 {
    font-size: calc((14 / 16 * 1rem));
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .header__mainmenu__child_photo h3 a::before {
    content: none;
  }
  .header__mainmenu__child_photo h3 a {
    text-decoration: none;
    display: block;
    padding-left: 0;
    position: relative;
  }
  .header__mainmenu__child_photo h3 a::after {
    content: "";
    width: 9px;
    height: 13px;
    background: url(../img/common/arrow08.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__mainmenu__child_photo p {
    font-size: calc((14 / 16 * 1rem));
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .header__mainmenu__child_link {
    width: calc(100% - 230px);
    padding: 0 0 0 20px;
  }
  .header__mainmenu__child_link h4 {
    text-align: center;
    line-height: 1.3;
    font-size: calc((14 / 16 * 1rem));
    border-bottom: 2px solid #840018;
    padding: 0 0 5px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .header__mainmenu__child_float {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
  .header__mainmenu__child_float .header__mainmenu__child_col {
    width: 25%;
    padding: 0 7px;
  }
  .header__mainmenu__child_float .header__mainmenu__child_col50 {
    width: 50%;
    padding: 0 7px;
  }
  .header__mainmenu__child_float .header__mainmenu__child_col75 {
    width: 75%;
    padding: 0 7px;
  }
  .header__mainmenu__child_float .header__mainmenu__child_col100 {
    width: 100%;
    padding: 0 7px;
  }
  .header__mainmenu__link_list li {
    margin-bottom: 15px;
  }
  .header__mainmenu__link_list.icn_arw li {
    margin-bottom: 0;
  }
  .header__mainmenu__link_list li ul {
    padding-left: 12px;
  }
  .header__mainmenu__link_list a:before {
    content: none;
  }
  .header__mainmenu__link_list a {
    text-decoration: none;
    font-size: calc((14 / 16 * 1rem));
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    height: 100%;
    position: relative;
  }
  .header__mainmenu__link_list a:hover {
    color: #840018;
  }
  .header__mainmenu__link_list .header__mainmenu__link_icon {
    font-size: 0;
    width: 50px;
    text-align: center;
  }
  .header__mainmenu__link_list .header__mainmenu__link_text {
    width: calc(100% - 50px);
    /* padding: 0 0 0 15px; */
    padding: 0;
    font-feature-settings: "palt";
  }
  .header__mainmenu__link_list .header__mainmenu__link_text small {
    font-size: calc((12 / 16 * 1rem));
  }
  .header__mainmenu__link_list.icn_arw .header__mainmenu__link_text::before {
    content: "";
    width: 9px;
    height: 13px;
    background: url(../img/common/arrow08.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__mainmenu__link_col2,
  .header__mainmenu__link_col3,
  .header__mainmenu__link_col4 {
    display: flex;
    flex-wrap: wrap;
  }
  .header__mainmenu__link_col2 > li,
  .header__mainmenu__link_col3 > li,
  .header__mainmenu__link_col4 > li {
    width: 25%;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .header__mainmenu__link_col2 > li {
    width: 50%;
  }
  .header__mainmenu__link_col3 > li {
    width: 33.3333%;
  }
  .header__mainmenu__link_col4 > li {
    width: 25%;
  }
  .header__mainmenu__child_float .header__mainmenu__child_col .header__mainmenu__link_list > li > a {
    height: 52px;
  }
  .header__mainmenu__child_float .header__mainmenu__child_col .header__mainmenu__link_list > li.haveLowerMenu > a {
    height: auto;
    min-height: 42px;
  }
  .header__mainmenu__child_float .header__mainmenu__child_col .header__mainmenu__link_list > li.haveLowerMenu li a {
    margin-bottom: 8px;
  }
  .header__mainmenu__child_float .header__mainmenu__child_col .header__mainmenu__link_list > li.haveLowerMenu li:last-child a {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header__navi_childItem,
  .mainmenu__sub.sp > li,
  .mainmenu.sp > li,
  .nav__log_box {
    opacity: 0;
    transform: translateY(-10%);
    transition: all 0.5s ease;
  }
  .header__navi_childItem:nth-child(1),
  .nav__log_box {
    transition-delay: 0.3s;
  }
  .header__navi_childItem:nth-child(2),.mainmenu.sp > li:nth-child(1) {transition-delay: 0.5s;}
  .header__navi_childItem:nth-child(3),.mainmenu.sp > li:nth-child(2) {transition-delay: 0.7s;}
  .header__navi_childItem:nth-child(4),.mainmenu.sp > li:nth-child(3) {transition-delay: 0.9s;}
  .header__navi_childItem:nth-child(5),.mainmenu.sp > li:nth-child(4) {transition-delay: 1.1s;}
  .header__navi_childItem:nth-child(6),.mainmenu.sp > li:nth-child(5) {transition-delay: 1.3s;}
  .header__navi_childItem:nth-child(7),.mainmenu.sp > li:nth-child(6) {transition-delay: 1.5s;}
  .header__navi_childItem:nth-child(8),.mainmenu.sp > li:nth-child(7) {transition-delay: 1.7s;}
  .header__navi_childItem:nth-child(9),.mainmenu.sp > li:nth-child(8) {transition-delay: 1.9s;}
  .header__navi_childItem:nth-child(10),.mainmenu.sp > li:nth-child(9) {transition-delay: 2.1s;}
  .header__navi_childItem:nth-child(11),.mainmenu.sp > li:nth-child(10) {transition-delay: 2.3s;}
  .header__navi_childItem:nth-child(12),.mainmenu.sp > li:nth-child(11) {transition-delay: 2.5s;}
  .mainmenu__sub.sp > li:nth-child(1),.mainmenu__sub.sp > li:nth-child(2) {transition-delay: 1.7s;}
  .mainmenu__sub.sp > li:nth-child(3),.mainmenu__sub.sp > li:nth-child(4) {transition-delay: 1.9s;}
  .mainmenu__sub.sp > li:nth-child(5),.mainmenu__sub.sp > li:nth-child(6) {transition-delay: 2.1s;}
  .navi_child--opened .header__navi_childItem,
  .nav--opened .mainmenu__sub.sp > li,
  .nav--opened .mainmenu.sp > li,
  .nav--opened .nav__log_box {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------------------------------------------------------
* FOOTER
------------------------------------------------------------------ */
#footer {
  color: #FFF;
  font-size: calc((12 / 16 * 1rem));
}
#footer a {
  text-decoration: none;
}
.footer__link {
  background-color: #f2f2f2;
  color: #000;
  padding: 38px 0 32px;
}
.footer__link a {
  color: #000;
}
.footer__company {
  background-color: #840018;
  color: #d9b3bf;
  border-top: solid 1px #ac334e;
  line-height: 1.6;
  padding: 40px 0;
}
.footer__social {
  background-color: #840018;
  padding: 22px 0;
}
.footer__social_title {
  line-height: 1.2;
  font-size: calc((16 / 16 * 1rem));
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}
.footer__social_title a {
  color: #fff;
  transition: opacity 0.3s ease;
}
.footer__social_list {
  display: flex;
  margin: 0 -15px;
  line-height: 1;
}
.footer__social_list li {
  padding: 0 15px;
}
.footer__social_list a {
  display: block;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.footer__social_list .footer__social_youtube {
  width: 52px;
  background-image: url(../img/common/social_youtube.png);
}
.footer__social_list .footer__social_line {
  background-image: url(../img/common/social_line.png);
}
.footer__social_list .footer__social_facebook {
  background-image: url(../img/common/social_facebook.png);
}
.footer__social_list .footer__social_x {
  background-image: url(../img/common/social_x.png);
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__column {
  margin-bottom: 30px;
}
.footer__link_list {
  line-height: 1.6;
  padding: 0 0 0 16px;
}
.footer__link_list li:not(:last-child) {
  margin-bottom: 5px;
}
.footer__link_list a {
  transition: opacity 0.3s ease;
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
}
.footer__link_list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #840018;
  position: absolute;
  left: 0;
  top: 7px;
}
.footer__link_title {
  line-height: 1.3;
  font-size: calc((16 / 16 * 1rem));
  font-weight: 700;
  margin-bottom: 14px;
}
.footer__link_title a {
  transition: opacity 0.3s ease;
  display: inline-block;
  position: relative;
  padding: 0 0 0 26px;
}
.footer__link_title a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 2px;
}
.footer__nav {
  text-align: center;
}
.footer__nav_menu {
  line-height: 1.5;
}
.footer__nav_menu a {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.footer__nav_menu a:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
.footer__nav_menu a:not(:last-child)::after {
  content: "";
  width: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 2px;
}
.footer__nav--special {
  margin-bottom: 10px;
}
.footer__nav--special a {
  color: #840018;
  font-size: calc((14 / 16 * 1rem));
}
.footer__nav--special a:not(:last-child) {
  padding-right: 13px;
  margin-right: 13px;
}
.footer__nav--special a:not(:last-child)::after {
  background-color: #840018;
}
.footer__nav_menu .no__seperate {
  padding-right: 0!important;
  margin-right: 0!important;
}
.footer__nav_menu .no__seperate::after {
  display: none;
}
.footer__top {
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  line-height: 1.2;
  font-size: calc((15 / 16 * 1rem));
}
.footer__top a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  text-align: center;
  color: #000;
}
.footer__top a span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-bottom: 1px;
}
.footer__top a span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/common/icn_pagetop.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.copyright,
.footer__info {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .footer__social_list {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__social_title a:hover,
  .footer__link_list a:hover,
  .footer__social_list li a:hover {
    opacity: 0.7;
  }
  .footer__nav_menu a:hover {
    text-decoration: underline!important;
  }
  .footer__nav_menu .no__seperate_pc {
    padding-right: 0!important;
    margin-right: 0!important;
  }
  .footer__nav_menu .no__seperate_pc::after {
    display: none;
  }
  .footer__social_title {
    font-size: calc((18 / 16 * 1rem));
    padding-right: 54px;
    margin-bottom: 0;
  }
  .footer__company_inner {
    display: flex;
    justify-content: space-between;
  }
  .footer__column {
    width: 16.6667%;
  }
}
@media (min-width: 768px) and (max-width: 1048px) {
  .footer__row {
    justify-content: flex-start;
  }
  .footer__column {
    width: 33.3333%;
  }
}
@media (min-width: 1049px) and (max-width: 1197px) {
  .footer__column {
    width: 16.6667%;
  }
}
@media (max-width: 767px) {
  #footer {
    font-size: calc((11 / 16 * 1rem));
  }
  .footer__link {
    padding: 21px 0;
  }
  .footer__company {
    padding-bottom: 50px;
    text-align: center;
  }
  .copyright {
    margin-top: 40px;
  }
  .footer__nav_menu a {
    margin-bottom: 3px;
  }
  .footer__nav--special {
    margin-bottom: 15px;
  }
  .footer__nav--special a {
    font-size: calc((13 / 16 * 1rem));
  }
  .footer__nav_menu .no__seperate_sp {
    padding-right: 0!important;
    margin-right: 0!important;
  }
  .footer__nav_menu .no__seperate_sp::after {
    display: none;
  }
  .footer__nav_menu .one__line_sp {
    width: 100%;
  }
  .footer__social {
    padding: 16px 0;
  }
  .footer__social_list a {
    width: 18px;
    height: 18px;
  }
  .footer__social_list .footer__social_youtube {
    width: 26px;
  }
}

/* breadcrumb */
.breadcrumb {
  color: #7d7d7d;
  line-height: 1.3;
  /*letter-spacing: 0.1em;*/
  font-size: calc((10 / 16 * 1rem));
  margin: 0 auto;
  padding: 13px 12px;
  max-width: 1210px;
}
.breadcrumb a {
  text-decoration: none;
  color: #7d7d7d;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb ul {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
.breadcrumb ul li {
  white-space: nowrap;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .breadcrumb {
    font-size: calc((12 / 16 * 1rem));
    padding: 20px 25px;
  }
  .breadcrumb ul li:not(:last-child)::after {
    margin: 0 13px;
  }
}

/* page head */
.page__head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
}
.page__head .container,
.page__head .container__under02 {
  height: 337px;
}
.page__head_inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.page__head_box {
  border-radius: 5px;
  padding: 20px 15px 22px;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 620px;
}
.page__haad h1 {
  line-height: 1.4;
  font-size: calc((25 / 16 * 1rem));
}
.page__head__under {
  background-color: #fef5f2;
  margin-bottom: 20px;
}
.page__head__under h1 {
  padding: 30px 0;
  text-align: center;
}
.page__head_box p,
.page__head_noBox p{
  margin-top: 15px;
}
@media (max-width: 767px) {
  .page__head {
    background: none!important;
    position: relative;
  }
  .page__head_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .page__head {
    margin-bottom: 80px;
  }
  .page__head .container,
  .page__head .container__under02 {
    height: 420px;
  }
  .page__head_box {
    padding: 45px 48px 45px;
    border-radius: 10px;
  }
  .page__head h1 {
    font-size: calc((40 / 16 * 1rem));
  }
  .page__head_box h1 {
    margin-bottom: 17px;
  }
  .page__head_box p,
  .page__head_noBox p {
    margin-top: 0;
  }
}

/* === link__list01 ====*/
.link__list01 li {
  padding: 10px 0 0;
}
.link__list01 a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  position: relative;
  padding: 0 0 0 10px;
}
.link__list01 a::before {
  content: "";
  background: url("/assets/img/common/arrow03_red.png") no-repeat 0 center / 80% 80%;
  width: 6px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 6px;
}

@media (min-width: 768px) {
  .link__list01 a {
    padding: 0 0 0 20px;
    transition: color 0.3s ease;
  }
  .link__list01 a::before {
    width: 12px;
    height: 14px;
  }
  .link__list01 a:hover {
    color: #840018;
  }
}

/* === nolink__list01 ====*/
.nolink__list01 li {
  position: relative;
  padding-left: 10px;
}
.nolink__list01 li::before {
  content: "";
  background: url("/assets/img/common/arrow03.png") no-repeat 0 center / 80% 80%;
  width: 6px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (min-width: 768px) {
  .nolink__list01 li {
    padding-left: 20px;
  }
  .nolink__list01 li::before {
    width: 12px;
    height: 14px;
  }
}

/* === .bgColor ====*/
main.bgColor {
  padding-bottom: 0;
}
main.bgColor .bgColorArea {
  background-color: #f7f7f7;
}
main.bgColor .page__head {
  margin-bottom: 0;
}
@media screen and (min-width: 768px){
  main.bgColor .bgColorArea {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media not screen and (min-width: 768px){
  main.bgColor .bgColorArea {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
