@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}
@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}
@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}
@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
  position: relative;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  padding: 100px 0 100px;
  overflow: hidden;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 1200px;
}
@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: inherit;
  }
}

#global_footer {
  min-width: inherit !important;
}

a {
  color: #333 !important;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
  opacity: 0.75;
}

.map {
  margin-bottom: 0;
}
.map iframe {
  vertical-align: bottom;
}

.scrollarea {
  overflow-y: scroll;
  padding-right: 5px;
  border: none;
}
.scrollarea::-webkit-scrollbar {
  width: 2px;
}
.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}
.scrollarea::-webkit-scrollbar-thumb {
  background: #ccc;
}

.news_list {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 30px;
}
.news_list dl {
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border: none !important;
}
.news_list dl:not(:last-child) {
  border-bottom: 1px solid #ccc !important;
}
.news_list dl dt {
  width: 100% !important;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
  margin-bottom: 5px;
}
.news_list dl dd {
  width: 100% !important;
  background: inherit !important;
  padding: 0 !important;
}
.news_list dl dd a {
  text-decoration: underline;
}
@media only screen and (max-width: 834px) {
  .news_list dl {
    flex-wrap: wrap;
  }
  .news_list dl dt {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .news_list dl dd {
    width: 100% !important;
  }
}

.qa_list dl {
  border: none !important;
  margin-bottom: 20px;
}
.qa_list dl .clickbox {
  width: 100%;
}
.qa_list dl .clickbox dt {
  width: 100% !important;
  padding: 15px !important;
  padding-left: 65px !important;
  position: relative;
  background: #f6f6f6 !important;
  color: #333;
}
.qa_list dl .clickbox dt::before {
  display: block;
  content: "Q";
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  line-height: 50px;
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #004692;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox dt::before {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox {
    cursor: auto;
    pointer-events: none !important;
  }
}
.qa_list dl .boxOpen {
  width: 100%;
}
.qa_list dl .boxOpen dd {
  width: 100% !important;
  padding: 20px 15px 20px 60px !important;
  position: relative;
}
.qa_list dl .boxOpen dd::before {
  display: block;
  content: "A";
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 34px;
  color: #004692;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen dd::before {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen {
    display: block !important;
  }
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0.85;
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  background: #274376;
}
#pagetop a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #fff !important;
  border: 1px solid #fff;
}

.nf_tx h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .nf_tx h2,
  .nf_tx div {
    text-align: left !important;
  }
}

.nf_btn a {
  width: 270px !important;
  margin: 0 auto;
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown .second-level {
  font-size: 15px;
  position: absolute;
  z-index: 99;
  padding: 17px 0 10px;
  top: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(180deg, transparent 7px, #f7f7f7 7px);
}
.dropdown .second-level li {
  width: 100%;
  line-height: 1.6 !important;
}
.dropdown .second-level li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.dropdown .second-level li a {
  white-space: nowrap;
}
.dropdown .second-level li a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f330";
  font-weight: 700;
  font-size: 13px;
  color: #004692;
  margin-right: 5px;
}
.dropdown .second-level li a::after {
  display: none;
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tbl_scroll table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tb_p10 table td {
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .tb_p10 table td {
    padding: 10px 5px !important;
  }
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  height: auto !important;
}

img.imgL {
  margin-right: 5%;
}
@media only screen and (max-width: 640px) {
  img.imgL {
    max-width: 100%;
  }
}

img.imgR {
  margin-left: 5%;
}
@media only screen and (max-width: 640px) {
  img.imgR {
    max-width: 100%;
  }
}

.ct_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img_w-auto img {
  width: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

form h2.mail {
  display: none;
}
form p.annot {
  display: none;
}
form .form_wrap {
  padding-top: 40px;
}
form .form_wrap dt {
  display: block !important;
}
form .form_wrap dt label {
  display: block;
  color: #dc143c !important;
}
form .form_wrap dd {
  padding: 15px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form .form_wrap dd > div {
  width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact_form dl dt {
    width: 30% !important;
  }
  .contact_form dl dd {
    width: 70% !important;
  }
}
@media only screen and (max-width: 640px) {
  .contact_form dl dt {
    flex-direction: row !important;
    align-items: center !important;
  }
  .contact_form dl dt label {
    margin-left: 10px;
  }
}
.contact_form dl.file {
  padding-top: 30px;
  border: none !important;
  width: 32%;
  display: inline-block !important;
}
.contact_form dl.file dt {
  font-size: 16px !important;
}
.contact_form dl.file dd div.drop {
  height: 160px;
}
.contact_form dl.file dd label {
  width: 100px;
  height: 28px;
}
@media only screen and (max-width: 834px) {
  .contact_form dl.file {
    width: 100%;
    display: block !important;
  }
  .contact_form dl.file dt,
  .contact_form dl.file dd {
    width: 100% !important;
  }
}

.submit {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}
.submit button {
  background: #fff;
  color: #666;
  border: 1px solid #274376;
  border-bottom: 4px solid #274376;
  border-radius: 0px;
  box-sizing: border-box;
  text-indent: inherit;
  font-weight: 600;
  color: #274376;
  margin: 30px 10px 0;
  padding: 10px 15px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}
.submit button:hover {
  opacity: 1;
}
.submit button:active {
  border-bottom: 1px solid #004692;
  top: 2px;
  margin-bottom: 3px;
}
.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.8125vw;
  }
}
.policy_link a {
  color: #ef0b22 !important;
  margin-right: 3px;
}

section div.form_wrap.message {
  background: #f7f7f7;
  border: none;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}
@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 540px;
    overflow-y: scroll;
  }
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
  background: url(../images/contents/bg_h1.jpg) center 10%/cover;
}

#local-keyvisual h1,
#local-keyvisual .blog_title {
  z-index: 1;
  position: relative;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 3.2em;
  font-weight: 600;
  color: #333;
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1,
  #local-keyvisual .blog_title {
    font-size: 2.5em;
  }
}

#local-keyvisual h1 span,
#local-keyvisual .blog_title span {
  display: block;
  width: 100%;
  letter-spacing: 0.01em;
  font-family: "Oswald", serif;
  font-size: 22px;
  font-weight: bold;
  color: #004692;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  margin-top: -80px;
  margin-bottom: 90px;
}
.pan1 .pankuzu {
  color: #666;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .pan1 .pankuzu {
    font-size: 15px;
  }
}
.pan1 .pankuzu a {
  text-decoration: underline;
  text-underline-position: under;
  color: #666 !important;
}
.pan1 .pankuzu::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: auto !important;
  z-index: 100;
  width: 100% !important;
  padding: 12px 10px 15px !important;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 0.4s;
  transform: translateY(-130%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-show {
  transform: translateY(0) !important;
}

body::before, body::after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}
body::before {
  z-index: 9999;
  transition: 0.6s;
  background: #004692;
}
body::after {
  z-index: 9998;
  transition: 0.8s ease-out;
  background: #004692;
  opacity: 0.7;
}

body.fo::before {
  left: -150vw;
}

body.fo::after {
  left: -150vw;
}

.hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #004692;
  color: #004692;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  z-index: 99;
}
.hover:hover {
  opacity: 1;
  color: #fff !important;
}
.hover:hover:after {
  left: 0;
  z-index: -1;
}
.hover:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #004692;
  content: "";
  transition-duration: 0.3s;
}

.top_bloglist {
  padding: 40px 20px 30px 40px;
}
@media only screen and (max-width: 640px) {
  .top_bloglist {
    padding: 20px;
    padding-right: 10px;
  }
}

.blog_list {
  max-height: 140px;
  overflow-y: auto;
  border: none !important;
  display: block !important;
  padding-right: 10px;
  flex-direction: row !important;
}
.blog_list::-webkit-scrollbar {
  width: 10px;
}
.blog_list::-webkit-scrollbar-track {
  background: inherit;
}
.blog_list::-webkit-scrollbar-thumb {
  background: #004692;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog_list > div {
  flex-direction: row !important;
  border: none !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_list > div {
    flex-direction: row;
  }
}
.blog_list > div .blog_photo,
.blog_list > div .detail {
  display: none;
}
.blog_list > div .blog_text {
  width: calc(100% - 20px) !important;
  padding: 0 !important;
  margin-bottom: 15px;
  position: relative;
  display: flex;
}
.blog_list > div .blog_text .blog_date {
  font-size: 16px;
  color: #004692 !important;
  font-weight: bold;
  margin-right: 40px;
}
.blog_list > div .blog_text h3 {
  margin-bottom: 0;
}
.blog_list > div .blog_text h3 a span {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #666;
}
@media only screen and (max-width: 640px) {
  .blog_list > div .blog_text {
    flex-wrap: wrap;
  }
  .blog_list > div .blog_text .blog_date {
    width: 100%;
    margin-right: 0;
  }
}

#blog {
  background: #fff;
}
#blog #nav_global {
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.blog {
  padding: 50px 0 80px;
  background: #f6f6f6 !important;
}
.blog .wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}
.blog a {
  color: #666 !important;
  text-decoration: underline !important;
}
.blog a:visited {
  color: #aaa !important;
}
.blog div.detail,
.blog div.detail2 {
  margin-top: 15px;
}
.blog aside {
  padding: 0;
  overflow: visible;
}
@media only screen and (max-width: 834px) {
  .blog aside {
    width: 80%;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
  }
}
.blog aside table td.blog {
  padding: 0;
  background: none !important;
}
.blog aside table td.blog label {
  background: none !important;
  width: auto !important;
  height: auto !important;
  line-height: initial !important;
}
@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}
.blog #contents {
  margin: 0;
  margin-left: 4%;
}
@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents article {
  font-size: 16px;
  line-height: 1.8;
}
.blog #contents article .date {
  color: #004692;
  font-size: 16px;
}
.blog #contents h1 {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.blog #contents h1 span {
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .blog #contents h1 {
    margin-bottom: 20px;
  }
}
.blog #contents img {
  margin: 20px 0 !important;
}
.blog #contents dt span.date {
  color: #aaa;
}
.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}
.blog #contents .flex_text {
  font-size: 16px;
}

.top_ig_list .sns_list {
  flex-direction: row !important;
  border: none !important;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    flex-direction: row;
  }
}
.top_ig_list .sns_list > div {
  width: 24%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  display: block;
  padding-bottom: 10px;
}
.top_ig_list .sns_list > div:not(:nth-child(4n)) {
  margin-right: 1.3333333333%;
}
.top_ig_list .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.top_ig_list .sns_list > div .sns_text {
  width: 100%;
  font-size: 15px;
  padding-bottom: 20px;
}
.top_ig_list .sns_list > div .sns_text .sns_date {
  color: #004692;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .top_ig_list .sns_list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_ig_list .sns_list > div {
    width: 49%;
    margin-bottom: 20px;
  }
  .top_ig_list .sns_list > div:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

.ct_instagram .sns_list {
  flex-direction: row !important;
  justify-content: space-between;
  flex-wrap: wrap;
  border: none !important;
  margin: 0 auto;
}
.ct_instagram .sns_list > div {
  border-bottom: none;
  margin-bottom: 30px;
  width: 32%;
}
.ct_instagram .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}
.ct_instagram .sns_list > div .sns_photo img {
  width: 100% !important;
}
.ct_instagram .sns_list > div .sns_text {
  display: none;
}
@media only screen and (max-width: 834px) {
  .ct_instagram .sns_list > div {
    flex-direction: row;
  }
}
@media only screen and (max-width: 640px) {
  .ct_instagram .sns_list {
    padding: 0 3%;
  }
  .ct_instagram .sns_list > div {
    flex-wrap: wrap;
    width: calc(50% - 15px);
  }
  .ct_instagram .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
}

.items {
  margin-left: -20px !important;
}
.items article {
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  align-items: flex-start !important;
}
@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}
.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}
.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}
.items article .photo::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}
.items article .price {
  color: #ff0000;
  font-weight: bold;
}

.search form input {
  padding: 10px 37px 10px 5px !important;
}
.search form select {
  height: 100% !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}
.search form :after {
  top: 15px !important;
}
@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}
@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  justify-content: space-between;
  flex-direction: row !important;
}
@media only screen and (max-width: 640px) {
  .i1 {
    flex-direction: column !important;
  }
}
.i1 .photo {
  flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.i1 .photo .large {
  margin-left: 0;
}
.i1 .photo .large img {
  width: 100%;
}
.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}
.i1 .photo .small ul {
  flex-direction: row;
  margin-left: -2%;
}
.i1 .photo .small ul li {
  flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}
.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.i1 .photo .small ul li::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}
.i1 .item_view h2 {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .i1 .item_view h2 {
    font-size: 26px;
  }
}
.i1 .item_view h2 span {
  display: none;
}
.i1 .item_view .struct {
  flex-direction: column;
  align-items: flex-start;
}
.i1 .item_view .struct .item_option {
  width: 100%;
}
.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}
.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}
.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}
.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}
.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f06a";
  margin-right: 5px;
}

.top_header {
  position: relative;
}
.top_header::after {
  display: block;
  content: "";
  width: 100%;
  height: 120% !important;
  background: #274376;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media only screen and (max-width: 834px) {
  .top_header::after {
    height: 104%;
  }
}

.header_container {
  width: 94%;
  padding: 12px 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header_container .h_info {
  font-size: 13.5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_container .h_info .h_tel {
  line-height: 1.5;
  text-align: right;
}
.header_container .h_info .h_tel span {
  font-weight: bold;
}
.header_container .h_info .h_tel em {
  font-size: 22px;
  font-weight: bold;
  margin-left: 5px;
}
@media screen and (max-width: 1440px) and (min-width: 1081px) {
  .header_container .h_info .h_tel em {
    font-size: 19px;
  }
}
@media only screen and (max-width: 640px) {
  .header_container .h_info .h_tel {
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #333;
  }
  .header_container .h_info .h_tel a {
    display: block;
  }
  .header_container .h_info .h_tel a::before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "\f879";
    font-weight: 400;
    font-size: 30px;
    color: #fff;
  }
  .header_container .h_info .h_tel span,
  .header_container .h_info .h_tel em,
  .header_container .h_info .h_tel p {
    display: none;
  }
}
.header_container .h_info .h_contact {
  width: 170px;
  height: 52px;
  margin: 0 auto;
  position: relative;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  background: #004692;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_container .h_info .h_contact .material-icons-outlined {
  margin-top: 2px;
  margin-right: 5px;
}
.header_container .h_info .h_contact:hover {
  opacity: 1;
  background: #333;
}
@media screen and (max-width: 1440px) {
  .header_container .h_info .h_contact {
    width: 155px;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .header_container .h_info .h_contact {
    width: 52px;
  }
  .header_container .h_info .h_contact .tabsp-dn {
    display: none;
  }
  .header_container .h_info .h_contact .material-icons-outlined {
    margin-right: 0;
    font-size: 32px;
  }
}
@media screen and (max-width: 1080px) {
  .header_container {
    width: 100%;
    padding: 12px 20px 15px;
  }
  .header_container .h_info {
    position: absolute;
    top: 50%;
    right: 77px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    width: 30%;
  }
  .header_container .h_logo > a > img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

#nav_global {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
#nav_global ul {
  display: flex;
  justify-content: center;
}
#nav_global ul li {
  line-height: 1.2;
  padding: 0 15px;
}
#nav_global ul li:not(:last-child) {
  border-right: 1px solid #333;
}
#nav_global ul li a {
  font-weight: 500;
  display: block;
  padding: 0 10px;
}
#nav_global ul li a:hover {
  color: #004692 !important;
}
@media screen and (max-width: 1440px) {
  #nav_global {
    position: static;
    transform: translate(0, 0);
  }
  #nav_global ul li {
    padding: 0 5px;
  }
  #nav_global ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1080px) {
  #nav_global {
    display: none;
  }
}

#mainArea {
  width: 94%;
  margin: 0 auto 50px;
  position: relative;
}
#mainArea ul {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  height: calc(100vh - 88px);
}
#mainArea ul li .main_copy {
  font-size: 42px;
  font-weight: bold;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8509803922) 15%, rgba(255, 255, 255, 0.8509803922) 84%, transparent);
  padding: 30px 8%;
  position: absolute;
  bottom: 15%;
  left: 3%;
}
#mainArea ul li:first-child img {
  -o-object-position: top;
     object-position: top;
}
#mainArea ul li:nth-child(2) .main_copy {
  font-size: 36px;
}
#mainArea ul .slick-list,
#mainArea ul .slick-track,
#mainArea ul .slick-slide {
  height: 100%;
}
#mainArea ul .slick-list img,
#mainArea ul .slick-track img,
#mainArea ul .slick-slide img {
  width: 101%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@keyframes h1_fIn {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#mainArea ul .main_logo {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 35%;
}
#mainArea ul #kv3.slick-active .main_logo {
  animation: h1_fIn 6s infinite;
}
@media screen and (max-width: 1080px) {
  #mainArea {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 834px) {
  #mainArea ul {
    height: 50vh;
  }
  #mainArea ul li .main_copy {
    font-size: 30px;
    padding: 20px 8%;
  }
  #mainArea ul li:nth-child(2) .main_copy {
    font-size: 25px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea ul li .main_copy {
    font-size: 28px;
    bottom: 50%;
    transform: translateY(50%);
  }
  #mainArea ul li:nth-child(2) .main_copy {
    font-size: 22px;
  }
  #mainArea ul li .main_logo {
    right: 7%;
    bottom: 8%;
    width: 60%;
  }
}

.inner_out.mv_wrapper {
  position: relative;
}
.inner_out.mv_wrapper:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #274376;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

#footer {
  background: #274376;
}
#footer .footer_container {
  color: #fff;
  text-align: left;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
#footer .footer_container .f_info {
  width: 40%;
}
#footer .footer_container .f_info .f_logo {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
#footer .footer_container .f_info a {
  color: #fff !important;
}
#footer .footer_container .f_info .mb10 {
  margin-bottom: 10px;
}
#footer .footer_container .f_map {
  width: 55%;
}
@media screen and (max-width: 950px) {
  #footer .footer_container .f_info {
    width: 50%;
  }
  #footer .footer_container .f_map {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .footer_container .f_info {
    width: 80%;
    margin-bottom: 40px;
  }
  #footer .footer_container .f_info .f_logo {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #footer .footer_container .f_map {
    width: 80%;
  }
}

#copyright {
  background: #333;
  color: #fff;
  font-weight: 500;
  line-height: 44px;
}

/* home */
h2 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 50px;
}

h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_title {
  position: relative;
}
.top_title h2 {
  font-size: 38px;
  font-family: "Oswald", serif;
  font-weight: bold;
  margin-bottom: 60px;
}
.top_title h2 span {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #004692;
}
@media only screen and (max-width: 834px) {
  .top_title h2 {
    margin-bottom: 40px;
  }
}

.ct_title h2 {
  position: relative;
}
.ct_title h2::after {
  display: block;
  content: "";
  width: 2em;
  height: 4px;
  background: #004692;
  margin: 10px auto 0;
}
.ct_title h3 {
  color: #004692;
  font-weight: bold;
}
.ct_title h3::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: #004692;
  margin-right: 10px;
  transform: translateY(2px);
}
@media only screen and (max-width: 640px) {
  .ct_title div {
    text-align: left !important;
  }
}

.ct_title02 h2 {
  color: #004692;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.tx01 em {
  font-size: 20px;
  margin-left: 15px;
}
.tx01 a {
  font-weight: 500;
  text-decoration: underline;
}

em,
.tx_em div {
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .sp_ta-l h3 {
    text-align: left !important;
  }
  .sp_ta-l div {
    text-align: left !important;
  }
  .sp_ta-l div br {
    display: none;
  }
}

.br_w800 h2 br {
  display: none;
}
@media screen and (max-width: 800px) {
  .br_w800 h2 br {
    display: block;
  }
}

.bg01 {
  background: #f6f6f6;
  padding: 30px 50px;
}
@media only screen and (max-width: 834px) {
  .bg01 {
    padding: 30px 20px;
  }
}

.df_box, .shop, .df01, .df_box02, .club01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df_box .ct_tx, .shop .ct_tx, .df01 .ct_tx, .df_box02 .ct_tx, .club01 .ct_tx {
  width: 50%;
}
.df_box .ct_img, .shop .ct_img, .df01 .ct_img, .df_box02 .ct_img, .club01 .ct_img {
  width: 48%;
}
@media only screen and (max-width: 834px) {
  .df_box .ct_tx, .shop .ct_tx, .df01 .ct_tx, .df_box02 .ct_tx, .club01 .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .df_box .ct_img, .shop .ct_img, .df01 .ct_img, .df_box02 .ct_img, .club01 .ct_img {
    width: 100%;
  }
  .df_box .ct_img img, .shop .ct_img img, .df01 .ct_img img, .df_box02 .ct_img img, .club01 .ct_img img {
    width: 100% !important;
  }
}

.df_box02 .ct_tx, .club01 .ct_tx {
  width: 40%;
}
.df_box02 .ct_img, .club01 .ct_img {
  width: 58%;
}
@media only screen and (max-width: 834px) {
  .df_box02 .ct_tx, .club01 .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .df_box02 .ct_img, .club01 .ct_img {
    width: 100%;
  }
}

.df_tx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.df_tx::after {
  display: none;
}
.df_tx div {
  width: 47%;
}
.df_tx img {
  width: 50% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 640px) {
  .df_tx div {
    width: 100%;
    margin-bottom: 20px;
  }
  .df_tx img {
    width: 100% !important;
    order: 2;
  }
}

.df01 {
  align-items: flex-start;
}
.df01 .ct_tx {
  width: 70%;
}
.df01 .ct_img {
  width: 27%;
}
@media only screen and (max-width: 834px) {
  .df01 .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .df01 .ct_img {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .df01 .ct_img {
    width: 100%;
  }
}

.fld-row {
  flex-direction: row;
}

.fld-rr {
  flex-direction: row-reverse;
}

.jc-center {
  justify-content: center;
}

.box_cont3 .box, .school02 .box {
  width: 32%;
  margin-bottom: 40px;
}
.box_cont3 .box:not(:nth-child(3n)), .school02 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}
.box_cont3 .box .imgwrap, .school02 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}
.box_cont3 .box .imgwrap::after, .school02 .box .imgwrap::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.box_cont3 .box .imgwrap img, .school02 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .box_cont3, .school02 {
    justify-content: center;
  }
  .box_cont3 .box, .school02 .box {
    width: 100%;
  }
  .box_cont3 .box:not(:nth-child(3n)), .school02 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.box_cont4 .box, .sports03 .box, .sports01 .box {
  width: 23%;
  text-align: center;
  margin-bottom: 40px;
}
.box_cont4 .box:not(:nth-child(4n)), .sports03 .box:not(:nth-child(4n)), .sports01 .box:not(:nth-child(4n)) {
  margin-right: 2.6666666667%;
}
.box_cont4 .box .imgwrap, .sports03 .box .imgwrap, .sports01 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}
.box_cont4 .box .imgwrap::after, .sports03 .box .imgwrap::after, .sports01 .box .imgwrap::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.box_cont4 .box .imgwrap img, .sports03 .box .imgwrap img, .sports01 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.box_cont4 .box h3, .sports03 .box h3, .sports01 .box h3 {
  font-size: 1.15em;
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  .box_cont4 .box, .sports03 .box, .sports01 .box {
    width: 49%;
  }
  .box_cont4 .box:not(:nth-child(2n)), .sports03 .box:not(:nth-child(2n)), .sports01 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .box_cont4 .box:nth-child(2n), .sports03 .box:nth-child(2n), .sports01 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.box_cont5 .box, .sports02 .box {
  width: 19%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.box_cont5 .box:not(:nth-child(5n)), .sports02 .box:not(:nth-child(5n)) {
  margin-right: 1.25%;
}
.box_cont5 .box .imgwrap, .sports02 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}
.box_cont5 .box .imgwrap::after, .sports02 .box .imgwrap::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.box_cont5 .box .imgwrap img, .sports02 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .box_cont5 .box, .sports02 .box {
    width: 23%;
  }
  .box_cont5 .box:not(:nth-child(5n)), .sports02 .box:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .box_cont5 .box:not(:nth-child(4n)), .sports02 .box:not(:nth-child(4n)) {
    margin-right: 2.6666666667%;
  }
}
@media only screen and (max-width: 834px) {
  .box_cont5 .box, .sports02 .box {
    width: 32%;
  }
  .box_cont5 .box:not(:nth-child(4n)), .sports02 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .box_cont5 .box:not(:nth-child(3n)), .sports02 .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.ul01 li, .li_check li, .li_circle li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
.ul01 li::before, .li_check li::before, .li_circle li::before {
  display: block;
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.li_circle {
  padding-left: 1em;
}
.li_circle li::before {
  content: "○";
}
@media only screen and (max-width: 640px) {
  .li_circle {
    padding-left: 0;
  }
}

.li_check li {
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}
.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  font-weight: 700;
  color: #004692;
  font-size: 24px;
  top: -2px;
}

.li_count01 li {
  padding: 5px 5px 5px 35px;
  position: relative;
}
.li_count01 li span {
  font-size: 26px;
  font-weight: 500;
  color: #004692;
  position: absolute;
  top: -5px;
  left: 5px;
}

.form01 dl dt {
  background: none !important;
  color: #004692;
}
.form01 dl em {
  font-size: 20px;
  color: #dc143c;
}

.link_btn a, .tel_link a, .link_btn02 a {
  display: block;
  width: 350px;
  line-height: 62px;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  background: #004692;
}
.link_btn a:hover, .tel_link a:hover, .link_btn02 a:hover {
  opacity: 1;
  background: #333;
}
@media only screen and (max-width: 640px) {
  .link_btn a, .tel_link a, .link_btn02 a {
    width: 85%;
    line-height: 62px;
    margin: 0 auto;
  }
}

.link_btn02 a {
  width: 80%;
  min-width: 400px;
  line-height: 1.8;
  padding: 10px;
  position: relative;
  background: #274376;
  color: #fff !important;
}
.link_btn02 a::after {
  position: absolute;
  content: "\f105";
  font-size: 30px;
  color: #fff;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.link_btn02 a em {
  display: block;
}
.link_btn02 a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .link_btn02 a {
    width: 90%;
  }
}

.tel_link a span {
  font-size: 30px;
}
.tel_link a span::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f879";
  margin-right: 10px;
}

.contact_link {
  justify-content: center;
}
.contact_link .box {
  text-align: center;
}
.contact_link .box:first-child {
  margin-right: 5%;
}
.contact_link .box p {
  margin-top: 10px;
}
.contact_link a {
  display: block;
  width: 340px;
  line-height: 62px;
  background: #004692;
  color: #fff !important;
  font-size: 21px;
  font-weight: 500;
}
.contact_link a:hover {
  opacity: 1;
  background: #333;
}
@media only screen and (max-width: 834px) {
  .contact_link .box {
    width: 100%;
  }
  .contact_link .box:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact_link .box a {
    width: 400px;
    line-height: 74px;
    margin: 0 auto;
  }
}

.dl01 dl, .dl02 dl {
  border-bottom: none !important;
  margin-bottom: 20px;
}
.dl01 dl:first-child, .dl02 dl:first-child {
  border-top: none !important;
}
.dl01 dl dt, .dl02 dl dt {
  width: 100% !important;
  color: #004692;
  font-size: 22px;
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 5px !important;
  display: block !important;
  background: none !important;
}
.dl01 dl dt::first-letter, .dl02 dl dt::first-letter {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .dl01 dl dt, .dl02 dl dt {
    font-size: 20px;
  }
  .dl01 dl dt::first-letter, .dl02 dl dt::first-letter {
    font-size: 28px;
  }
}
.dl01 dl dd, .dl02 dl dd {
  width: 100% !important;
}

.dl02 dl dt {
  font-size: 18px;
}
.dl02 dl dt::first-letter {
  font-size: 22px;
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .dl02 dl dt {
    font-size: 20px;
  }
  .dl02 dl dt::first-letter {
    font-size: 28px;
  }
}

.top01 {
  background: #274376;
  padding-top: 150px;
  padding-bottom: 250px;
  position: relative;
}
.top01::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 250px solid #fff;
  border-left: 100vw solid transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.top01 .inner {
  height: 450px;
  background: #fff;
  padding: 0 30px 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 50px;
  position: relative;
}
.top01 .inner .ct_tx {
  width: 50%;
}
.top01 .inner .ct_img {
  position: absolute;
  top: -50px;
  left: -10%;
  width: 57%;
}
@media only screen and (max-width: 834px) {
  .top01 {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .top01::after {
    border-bottom: 160px solid #fff;
  }
  .top01 .inner {
    flex-wrap: wrap;
    height: auto;
    padding: 50px 30px 0;
    margin: 0 auto 60px;
  }
  .top01 .inner .ct_tx {
    width: 100%;
  }
  .top01 .inner .ct_img {
    position: static;
    width: 100%;
    margin: 50px calc(-30px - 2.9%) -50px 0;
    transform: translateX(2.5%);
  }
}

.top02 {
  padding-bottom: 250px;
  position: relative;
}
.top02::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 250px solid #f6f6f6;
  border-right: 100vw solid transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.top02 .top_title {
  margin-top: -50px;
}
.top02 .img_box a {
  display: block;
  width: 32%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 50px;
}
.top02 .img_box a:not(:last-child) {
  margin-right: 2%;
}
.top02 .img_box a .box h3 {
  text-align: center;
  margin-bottom: 25px;
}
.top02 .img_box a .box div {
  padding: 0 4%;
}
.top02 .img_box a .box .imgwrap {
  overflow: hidden;
  padding: 0;
  margin-bottom: 50px;
}
.top02 .img_box a .box .imgwrap img {
  width: 100% !important;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .top02 .img_box a:hover .box .imgwrap img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 834px) {
  .top02 {
    padding-bottom: 160px;
  }
  .top02::after {
    border-bottom: 160px solid #f6f6f6;
  }
  .top02 .img_box {
    justify-content: center;
  }
  .top02 .img_box a {
    width: 49%;
  }
  .top02 .img_box a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .top02 .img_box a:first-child {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .top02 .img_box a {
    width: 80%;
    padding-bottom: 40px;
  }
  .top02 .img_box a:first-child {
    margin-right: 0;
  }
  .top02 .img_box a .box .imgwrap {
    margin-bottom: 30px;
  }
}

.top03 {
  padding-bottom: 100px;
}
.top03 .top_title {
  margin-top: -50px;
}
.top03 .scrollarea {
  max-height: 250px;
}
@media only screen and (max-width: 640px) {
  .top03 .scrollarea {
    max-height: 200px;
  }
}

.top04 {
  color: #1a1a1a;
  padding: 100px 0;
  margin-bottom: -100px;
  background: url(../images/contents/bg01.jpg) top center/cover;
}
@media only screen and (max-width: 640px) {
  .top04 .top_title div {
    text-align: left !important;
  }
}

.sports02 .box {
  position: relative;
  padding: 4px;
  background: #004692;
}
.sports02 .box .imgwrap {
  margin-top: 50px;
  margin-bottom: 0;
}
.sports02 .box article div:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 50px;
  background: #004692;
  color: #fff;
  font-weight: bold;
}

.sports03 .box {
  margin-bottom: 20px;
}
.sports03 .box a {
  display: block;
  line-height: 60px;
  font-size: 1.25em;
  color: #fff !important;
  font-weight: bold;
  background: #001489;
}
.sports03 .box:nth-child(2) a {
  background: #02c3e6;
}
.sports03 .box:nth-child(3) a {
  background: #080808;
}
.sports03 .box:nth-child(4) a {
  background: #e82c2c;
}
.sports03 .box:nth-child(5) a {
  background: #111;
}
.sports03 .box:nth-child(6) a {
  background: #009c41;
}
.sports03 .box:nth-child(7) a {
  background: #e2d61d;
}
.sports03 .box:nth-child(8) a {
  background: #df1e3b;
}

.club01 .box {
  width: 49%;
  text-align: center;
}
.club01 .box:first-child {
  margin-right: 2%;
}
.club01 .box div {
  color: #666;
  font-weight: bold;
}
.club01 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 0 25px rgba(73, 14, 14, 0.25);
}
.club01 .box .imgwrap::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.club01 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.club02 dl {
  border-bottom: none;
  align-items: flex-start !important;
}
.club02 dl:first-child {
  border-top: none;
}
.club02 dl:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}
.club02 dl:not(:last-child)::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 200;
  font-size: 50px;
  line-height: 15px;
  color: #ccc;
  position: absolute;
  bottom: -39px;
  left: 115px;
  transform: translateX(-50%);
}
.club02 dl dt {
  width: 230px !important;
  display: block !important;
  text-align: center;
  margin-right: 2%;
}
.club02 dl dt::before {
  display: block;
  content: "STEP 1";
  width: 100%;
  font-family: "Oswald", serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #004692;
  text-align: center;
}
.club02 dl dd {
  width: calc(98% - 230px) !important;
  padding: 0 !important;
}
.club02 dl:nth-child(2) dt::before {
  content: "STEP 2";
}
.club02 dl:nth-child(3) dt::before {
  content: "STEP 3";
}
.club02 dl:nth-child(4) dt::before {
  content: "STEP 4";
}
@media only screen and (max-width: 640px) {
  .club02 dl {
    border: 5px solid #f6f6f6;
  }
  .club02 dl:not(:last-child)::before {
    transform: translateX(0);
    width: 100%;
    left: 0;
    text-align: center;
  }
  .club02 dl dt {
    width: 100% !important;
    margin-right: 0;
    display: flex !important;
    align-items: center !important;
  }
  .club02 dl dt::before {
    width: auto;
    margin-right: 20px;
  }
  .club02 dl dd {
    width: 100% !important;
    padding: 10px !important;
  }
}

.club03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.club03 .box {
  width: 31%;
  border: 4px double #004692;
  padding: 20px;
}
.club03 .box ul {
  padding-left: 30px;
}
.club03 .box ul li a {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .club03 .box {
    width: 48.5%;
  }
  .club03 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .club03 .box ul {
    padding-left: 0;
  }
}

.school01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.school01 .box {
  width: 31%;
  border: 4px double #004692;
  padding: 20px;
}
.school01 .box ul {
  padding-left: 30px;
}
.school01 .box ul li a {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .school01 .box {
    width: 48.5%;
  }
  .school01 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .school01 .box:last-child {
    width: 100%;
  }
}

.school02 {
  margin-bottom: -40px;
}
.school02 .box {
  width: 30%;
}
.school02 .box:not(:nth-child(3n)) {
  margin-right: 5%;
}
.school02 .box:not(:last-child) {
  position: relative;
  overflow: visible !important;
}
.school02 .box:not(:last-child)::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-weight: 700;
  font-size: 50px;
  color: #ccc;
  position: absolute;
  width: 100%;
  top: 0;
  right: -106%;
  padding-top: 75%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 834px) {
  .school02 .box {
    width: 100%;
  }
  .school02 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .school02 .box:not(:last-child)::after {
    content: "\f0d7";
    line-height: 7px;
    width: auto;
    padding-top: 0;
    right: auto;
    left: 20%;
    top: auto;
    bottom: -17px;
    transform: translate(-50%, 0);
  }
  .school02 .box article {
    display: flex;
    flex-wrap: wrap;
  }
  .school02 .box article .imgwrap {
    width: 40%;
    margin-right: 2%;
  }
  .school02 .box article .imgwrap::after {
    display: none;
  }
  .school02 .box article .imgwrap img {
    position: static;
    height: auto !important;
  }
  .school02 .box article div:last-child {
    width: 58%;
  }
}
@media only screen and (max-width: 640px) {
  .school02 .box {
    margin-bottom: 60px;
  }
  .school02 .box:not(:last-child)::after {
    left: 50%;
    bottom: -33px;
    font-size: 80px;
  }
  .school02 .box article .imgwrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .school02 .box article div:last-child {
    width: 100%;
  }
}

.school03 .box .imgwrap {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.school03 .box div {
  text-align: center;
  font-size: 1.15em;
  color: #666;
  font-weight: 500;
}

#school01 {
  padding-top: 120px;
  margin-top: -120px;
}

.shop .ct_img {
  width: 32%;
}
.shop .ct_img img {
  height: auto !important;
}
.shop .ct_tx {
  width: 63%;
}
@media only screen and (max-width: 640px) {
  .shop {
    justify-content: center;
  }
  .shop .ct_img {
    width: 80%;
    margin-bottom: 30px;
    margin-left: -20px;
  }
  .shop .ct_tx {
    width: 100%;
  }
}

.shop02 {
  padding: 20px;
  border: 4px double #004692;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shop02 .ct_title02 {
  width: 100%;
}
.shop02 .ct_title02 h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .shop02 .ct_title02 h2 {
    text-align: left !important;
  }
}
.shop02 .ct_img {
  margin: 0 5%;
}
.shop02 .ct_img img {
  height: auto !important;
  width: 240px !important;
}
.shop02 .ul01 li, .shop02 .li_circle li, .shop02 .li_check li {
  font-size: 20px;
}
@media only screen and (max-width: 834px) {
  .shop02 .ct_img {
    margin-left: 0;
    width: 27%;
  }
  .shop02 .ct_img img {
    width: 100% !important;
  }
  .shop02 .ul01 li, .shop02 .li_circle li, .shop02 .li_check li {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 640px) {
  .shop02 {
    justify-content: center;
  }
  .shop02 .ct_title02 h2 {
    font-size: 22px;
  }
  .shop02 .ct_img {
    width: 45%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .shop02 .ul01, .shop02 .li_circle, .shop02 .li_check {
    width: 100%;
  }
}

.contact h2 {
  margin-bottom: 0;
  color: #004692;
  font-weight: bold;
}
.contact h2::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: #004692;
  margin-right: 10px;
  transform: translateY(2px);
}

/* title */
.page-top #mainArea2 {
  display: none;
}
.page-top #contents_wrap {
  padding: 0 0 100px;
}

.form_wrap.section_infoflex_news_content > dl:last-child > dt,
.form_wrap.section_infoflex_news_content > dl:last-child > dd {
  border-bottom: none;
}
.form_wrap.section_infoflex_news_content > dl > dt,
.form_wrap.section_infoflex_news_content > dl > dd {
  padding: 0;
  background-color: transparent;
  border: none;
}
.form_wrap.section_infoflex_news_content > dl > dt {
  justify-content: flex-start;
}

.section_infoflex .inner {
  display: flex;
}
@media screen and (max-width: 834px) {
  .section_infoflex .inner {
    flex-direction: column;
  }
}
.section_infoflex_news {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  background-color: #fff;
  padding: 60px 40px;
}
@media screen and (max-width: 834px) {
  .section_infoflex_news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.section_infoflex_news_content {
  max-height: 320px;
  overflow-y: auto;
  width: 100%;
}
.section_infoflex_news_content::-webkit-scrollbar {
  width: 3px;
  height: 30px;
  background-color: #004692;
}
.section_infoflex_news_content > dl {
  border-top: none !important;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #ccc;
}
.section_infoflex_news_content > dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.section_infoflex_news_content > dl > dt {
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: rems(16px);
  line-height: 1;
  font-weight: 500;
  color: #004692;
}
.section_infoflex_news_content > dl > dd {
  flex: 1 0 0;
  font-size: rems(16px);
  line-height: div(25.6, 16);
}
.section_infoflex_sns {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 60px 40px;
}
.section_infoflex_sns_content {
  max-height: 320px;
  overflow-y: auto;
}
.section_infoflex_sns_content::-webkit-scrollbar {
  width: 3px;
  height: 30px;
  background-color: #ddd;
}
.section_infoflex_sns_content::-webkit-scrollbar-thumb {
  background-color: #004692;
  border-radius: 5px;
}
.section_infoflex_sns_content .sns_list {
  border: none;
}
@media screen and (max-width: 834px) {
  .section_infoflex_sns_content .sns_list > div {
    flex-direction: row !important;
  }
}
.section_infoflex_sns_content .sns_text .sns_date {
  padding: 2px;
  background-color: #004692;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}
.section_infoflex_sns_content .sns_text ul {
  display: block;
}
.section_infoflex_sns_content .sns_text ul > li > a {
  color: #a9d2ff;
}

.section_sns_recommend {
  padding-bottom: 250px;
  position: relative;
}
.section_sns_recommend:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 250px solid #fff;
  border-left: 100vw solid transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.section_sns_recommend_content .sns_list {
  border: none !important;
  width: 100% !important;
}
.section_sns_recommend_content .sns_list > div {
  display: block;
  border-bottom: none;
}
.section_sns_recommend_content .sns_photo {
  width: 100% !important;
  margin-bottom: 20px;
}
.section_sns_recommend_content .sns_photo > a > img {
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_sns_recommend_content .slick-slide {
  width: 285px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .section_sns_recommend_content .slick-slide {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.section_sns_recommend_content .sns_text .sns_date {
  display: none;
}
.section_sns_recommend_content .sns_text .caption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.section_sns_recommend_content .sns_text ul {
  display: none;
}
.section_sns_recommend_content .slick-dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}
.section_sns_recommend_content .slick-dots > li > button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #eee;
  border-radius: 12px;
  position: relative;
  text-indent: -9999px;
}
.section_sns_recommend_content .slick-dots .slick-active > button {
  background-color: #004692;
}

.page-sports .sports_box .box {
  width: 19%;
  margin-bottom: 20px;
  margin-right: 1.25%;
}
.page-sports .sports_box .box:last-child, .page-sports .sports_box .box:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .page-sports .sports_box .box {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .page-sports .sports_box .box:nth-child(5n) {
    margin-right: 20px;
  }
  .page-sports .sports_box .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-sports .sports_box .box {
    width: calc((100% - 18px) / 3);
    margin-right: 9px;
  }
  .page-sports .sports_box .box:nth-child(5n) {
    margin-right: 9px;
  }
}
.page-sports .sports_box .box:last-child {
  margin-right: 0;
}
.page-sports .sports_box_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  background: #004692;
}
.page-sports .sports_box_link > h3 {
  width: 100%;
  line-height: 50px;
  background: #004692;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .page-sports .sports_box_link > h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.page-sports .sports_box_link .imgwrap > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.sports_sns .sns_list {
  border: none;
}
.sports_sns .sns_list__list {
  display: block;
  border-bottom: none;
  border: none;
}
.sports_sns .sns_list > div {
  border-bottom: none;
}
.sports_sns .sns_list .sns_photo {
  width: 100%;
  padding: 0;
}
.sports_sns .sns_list .sns_photo a {
  display: block;
}
.sports_sns .sns_list .sns_text {
  width: 100%;
  padding: 0;
  font-size: rems(16px);
}
.sports_sns .sns_list .sns_text .caption {
  word-break: break-all;
}
.sports_sns .sns_list .sns_text ul {
  display: none;
}

.sports_sns .sns_list {
  border: none;
  flex-direction: row;
  overflow: hidden;
}
.sports_sns .sns_list > div {
  display: block;
  overflow: hidden;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #ddd;
}
.sports_sns .sns_list > div:last-child {
  margin-right: 0;
}
.sports_sns .sns_list .sns_photo {
  margin-bottom: 16px;
}
.sports_sns .sns_list .sns_photo > a > img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.sports_sns .sns_date {
  display: none;
}
.sports_sns .caption {
  color: #333;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.flex_sports_link {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .flex_sports_link {
    flex-direction: column;
  }
}
.flex_sports_link_img {
  width: 35%;
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .flex_sports_link_img {
    width: 75%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.flex_sports_link_img > img {
  margin-right: 0;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex_sports_link_link {
  flex: 1 1 0;
}
.flex_sports_link_link .box {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.flex_sports_link_link .box:last-child, .flex_sports_link_link .box:nth-child(2n) {
  margin-right: 0;
}
.flex_sports_link_link_button {
  padding: 16px 20px;
  display: block;
  background-color: #004692;
  text-align: center;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flex_sports_link_link_button {
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
  }
}
.flex_sports_link_link_button:before {
  font-family: "Font Awesome 6 Free";
  content: "\f08e";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}/*# sourceMappingURL=assets.css.map */