@charset "utf-8";

/* parts */
.fullWidth {
  color: #fff;
  font-size: 36px;
  text-align: center;
  box-shadow: none;
  position: relative;
  width: 100%;
  padding: 15px 0;
  margin: 0 0 30px;
  line-height: 1.3;
  border-bottom: none;
  background: #a00535;
  box-shadow: none;
  border: none;
}

.fullWidth span {
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.fullWidth span::before,
.fullWidth span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fullWidth span::before {
  content: "＼";
  left: -30px;
}

.fullWidth span::after {
  content: "／";
  right: -30px;
}

.fullWidth .enTxt {
  color: #ede61c;
  font-family: "Bahnschrift", sans-serif;
  font-size: 18px;
  display: block;
  font-variation-settings: "wght" 700, "wdth" 100;
}

.fullWidth .enTxt::before,
.fullWidth .enTxt::after {
  content: none;
}

.spblock {
  display: none;
}

.u-bg_wh {
  background: #fff;
}

.u-bg_red {
  background: #a00535;
  color: #fff;
}

.u-bg_red02 {
  background: #c43b65;
  color: #fff;
}

.u-bg_main {
  background: #c43b65;
}

.u-bg_yellow {
  background: #ede61c;
}

.u-bg_logoBgR,
.u-bg_logoBgL {
  position: relative;
}

.u-bg_logoBgR {
  background: linear-gradient(
    to left,
    rgba(196, 59, 101, 0.3) 0%,
    rgba(196, 59, 101, 0.2) 20%,
    rgba(196, 59, 101, 0) 50%,
    rgba(232, 58, 52, 0)
  );
}

.u-bg_logoBgL {
  background: linear-gradient(
    to right,
    rgba(196, 59, 101, 0.3) 0%,
    rgba(196, 59, 101, 0.2) 20%,
    rgba(196, 59, 101, 0) 50%,
    rgba(232, 58, 52, 0)
  );
}

.u-bg_logoBgR::before,
.u-bg_logoBgL::before {
  position: absolute;
  content: "";
  width: 198px;
  height: 173px;
  background: url(../img/common/logo_only_wh.png) no-repeat center center;
  bottom: 0;
  opacity: 1;
  z-index: 1;
}

.u-bg_logoBgR::before {
  right: 0;
}

.u-bg_logoBgL::before {
  left: 0;
}

.u-bg_menu {
  background: url(../img/common/bg_menu.png) no-repeat right bottom / cover;
}

.u-color_wh {
  color: #fff !important;
}

.u-color_main {
  color: #333;
}

.u-color_sub {
  color: #c43b65;
}

.u-color_yellow {
  color: #ede61c;
}

.u-color_red {
  color: #a00535;
}
.u-dblock {
  display: block;
}
.u-dblock_pc {
  display: block;
}
.u-dblock_sp {
  display: none;
}
.u-dflex {
  display: flex;
}

.u-dflex_row {
  flex-flow: row wrap;
}

.u-dflex_rown {
  flex-flow: row nowrap;
}

.u-dflex_col {
  flex-flow: column wrap;
}

.u-dflex_coln {
  flex-flow: column nowrap;
}

.u-dflex_justifyc {
  justify-content: center;
}

.u-dflex_justifya {
  justify-content: space-around;
}

.u-dflex_justifyb {
  justify-content: space-between;
}

.u-dflex_alignc {
  align-items: center;
}

.u-dflex_aligne {
  align-items: flex-end;
}

.u-dflex_aligns {
  align-items: flex-start;
}

.u-oneCol {
  width: 100%;
}

.u-twoCol {
  width: 49%;
  margin: 0 2% 0 0;
}

.u-twoCol:nth-of-type(2n) {
  margin-right: 0;
}

.u-twoCol:nth-of-type(n + 3) {
  margin-top: 20px;
}

.u-threeCol {
  width: 32%;
  margin: 0 2% 0 0;
}

.u-threeCol:nth-of-type(3n) {
  margin-right: 0;
}

.u-threeCol:nth-of-type(n + 4) {
  margin-top: 20px;
}

.u-fourCol {
  width: 23.5%;
  margin: 0 2% 0 0;
}

.u-fourCol:nth-of-type(4n) {
  margin-right: 0;
}

.u-fourCol:nth-of-type(n + 5) {
  margin-top: 20px;
}

.u-fiveCol {
  width: 18.4%;
  margin: 0 2% 0 0;
}

.u-fiveCol:nth-of-type(5n) {
  margin-right: 0;
}

.u-fiveCol:nth-of-type(n + 6) {
  margin-top: 20px;
}

.u-taCenter {
  text-align: center;
}

.u-taLeft {
  text-align: left;
}

.u-taRight {
  text-align: right;
}

.u-taJustify {
  text-align: justify;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt40_pc {
  margin-top: 40px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb40_pc {
  margin-bottom: 40px !important;
}

.u-my20 {
  margin: 20px auto !important;
}

.u-p0 {
  padding: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-header_margin {
  margin-top: -100px;
  padding-top: 100px;
}

.u-object_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u-coming_soon {
  font-size: 24px;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}

/* ========== article ========== */
.c-article {
  background: #fff;
  transition: ease 0.4s;
}

.c-article a {
  text-decoration: none;
  color: #000;
}

.c-article:hover {
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
}

.c-article:hover img {
  transform: scale(1.2);
}

.c-article .imgWrap {
  height: 250px;
  overflow: hidden;
}

.c-article .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.4s;
}

.c-article .txtWrap {
  padding: 20px;
}

.c-article .txtTtl {
  color: #a00535;
  font-size: 18px;
  line-height: 1.25;
  max-height: 45px;
  overflow: hidden;
}
.c-article .contTxt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.c-article .txtTtl::before,
.c-article .txtTtl::after {
  /* position: absolute;
  content: "";
  right: 0;
  bottom: 0; */
}

.c-article .txtTtl::before {
  /* width: 22.5px;
  height: 22.5px;
  background: #fff; */
}

.c-article .txtTtl::after {
  /* content: "…"; */
}

.c-article .txtDetails {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

/* ============================================================

	Btn

============================================================ */

.c-btnWrap {
  margin-top: 40px;
  text-align: center;
}

.c-btn01 a,
.c-btn_accordion {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
  padding: 15px 20px;
  background: #fff;
  color: #a00535;
  position: relative;
  border: 2.5px solid #a00535;
  border-radius: 32px;
  transition: ease 0.4s;
}

.c-btn01 a:hover,
.c-btn_accordion:hover {
  color: #fff;
  background: #a00535;
}

.c-btn01 a::before,
.c-btn_accordion::before {
  content: "＞";
  margin-right: 5px;
}

.c-heading_sub {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 20px;
  margin: 20px 0;
  position: relative;
}

.c-heading_sub::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #a00535;
  background: -moz-linear-gradient(left, #a00535 0%, #a00535 100%);
  background: -webkit-linear-gradient(left, #a00535 0%, #a00535 100%);
  background: linear-gradient(to right, #a00535 0%, #a00535 100%);
}

.c-heading_bgborder {
  border-left: 4px solid #a00535;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 20px;
}
.c-btn_accordion {
  padding: 5px 20px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}

/* --- sectionHeader01 --- */
.sectionHeader01 {
  text-align: center;
}

.sectionHeader01 h2 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  padding: 0 80px;
  line-height: 0.8;
  display: inline-block;
  margin-bottom: 40px;
  color: #000;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff,
    -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.sectionHeader01 h2::before,
.sectionHeader01 h2::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #a00535;
}

.sectionHeader01 h2::before {
  top: 4px;
  left: 0;
}

.sectionHeader01 h2::after {
  bottom: 0;
  right: 0;
}

.sectionHeader01 h2 span {
  font-size: 18px;
  margin-left: 20px;
  color: #a00535;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
    -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff,
    -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}

.sectionHeader01 h2 .medal {
  max-height: 70px;
  width: auto;
  margin-top: -20px;
  margin-right: 20px;
  float: left;
}

/* --- sectionTxt01 --- */
.sectionTxt01 {
  text-align: center;
  font-size: 18px;
  position: relative;
  line-height: 1;
  color: #333;
}

.sectionTxt01::before {
  content: "〜";
}

.sectionTxt01::after {
  content: "〜";
}

/* --- sectionTxt02 --- */
.sectionTxt02 {
  text-align: center;
  font-size: 18px;
  position: relative;
  line-height: 1;
}

/* --- sectionHeader01white --- */
.sectionHeader01white {
  text-align: center;
}

.sectionHeader01white h2 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0 80px;
  line-height: 0.8;
  display: inline-block;
  margin-bottom: 40px;
  color: white;
}

.sectionHeader01white h2:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #a00535;
}

.sectionHeader01white h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #a00535;
}

/* --- sectionHeader02 --- */
.sectionHeader02 {
  text-align: center;
}

.sectionHeader02 .reasonNum {
  display: inline-block;
  color: #a00535;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto Mono", monospace;
}

.sectionHeader02 h2,
.sectionHeader02 h3,
.sectionHeader02 h4 {
  line-height: 1.5;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #000;
}

.sectionHeader02 h2:before,
.sectionHeader02 h3:before,
.sectionHeader02 h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #a00535;
}

.sectionHeader02 h2 .txtLg,
.sectionHeader02 h3 .txtLg,
.sectionHeader02 h4 .txtLg {
  font-size: 1.25em;
}

/* --- sectionHeader03(contact用) --- */
.sectionHeader03 {
  text-align: center;
}

.sectionHeader03 h2,
.sectionHeader03 h3,
.sectionHeader03 h4 {
  background: #a00535;
  background: -moz-linear-gradient(left, #a00535 0%, #a00535 100%);
  background: -webkit-linear-gradient(left, #a00535 0%, #a00535 100%);
  background: linear-gradient(to right, #a00535 0%, #a00535 100%);
  color: #fff;
  font-size: 40px;
  padding: 20px 0;
  margin-bottom: 40px;
}

.sectionHeader03 h2 span,
.sectionHeader03 h3 span,
.sectionHeader03 h4 span {
  font-weight: bold;
}
