@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

30thmessage.scss

------------------------------------*/
a {
  color: #e70012;
  text-decoration: none;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 100%;
  overflow: hidden;
  background: #f5f3f3;
  color: #000;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #e70012;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%;
}
.btn::after {
  font-size: 5vw;
}

.commonTable {
  border: 1px solid #CCC;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 3.5vw;
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.sec {
  text-align: center;
}
.sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

.kome {
  display: block;
}

.headerArea__left__jleaguejp {
  left: 15px;
}

/* ==========================================================================
   KV
========================================================================== */
.kvArea {
  height: 120vw;
}
.kvArea #slick-main {
  height: 120vw;
}
.kvArea__title {
  width: 90%;
  bottom: -50px;
  top: unset;
}
.kvArea .slideobject {
  height: 120vw;
}

/* ==========================================================================
   header
========================================================================== */
.menuWrap #panel {
  min-width: 100%;
}
.menuWrap #panel > ul {
  width: 90%;
}
.menuWrap #panel > ul li a {
  font-size: 5vw;
}
.menuWrap #panel-btn {
  height: 60px;
  width: 60px;
}
.menuWrap #panel-btn-icon {
  width: 35px;
}
.menuWrap #panel-btn-icon:before, .menuWrap #panel-btn-icon:after {
  width: 35px;
}
.menuWrap #panel-btn-icon.close {
  top: 25%;
  left: 32%;
}

/* ==========================================================================
  leadArea
========================================================================== */
.leadArea__ttl img:nth-child(2) {
  width: 65%;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  margin-top: 50px;
}
.leadArea__ttl img:nth-child(3) {
  top: -37%;
  right: 53%;
  transform: rotate(-20deg);
  width: 12%;
}
.leadArea__ttl img:nth-child(4) {
  transform: rotate(-2deg);
  top: -25%;
  left: 50%;
  width: 17% !important;
}
.leadArea__ttl img:nth-child(5) {
  transform: rotate(10deg);
  top: -34%;
  left: 72%;
  width: 10% !important;
}
.leadArea__ttl img:nth-child(6) {
  top: -32%;
  right: 70%;
  transform: rotate(0deg);
  width: 13%;
}
.leadArea__txt {
  text-align: left;
}
.leadArea__txt .underline__dot {
  display: inline;
}

/* ==========================================================================
  outlineArea
========================================================================== */
.outlineArea .outline__ttl img {
  height: 35px;
  padding: 5px;
}
.outlineArea .outline__wrap {
  padding: 10% 5%;
}
.outlineArea .outline__wrap > p {
  margin: 0;
  line-height: 2;
}
.outlineArea .outline__wrap > p:nth-child(1) {
  text-align: left;
  margin-bottom: 20px;
}
.outlineArea .outline__wrap > p:nth-child(5) {
  margin: 20px 0;
}
.outlineArea .outline__wrap > p:nth-child(8) {
  margin: 20px 0;
}
.outlineArea .outline__wrap .btn {
  margin-bottom: 30px;
}
.outlineArea .outline__subttl img {
  height: 30px;
}
.outlineArea .outline__snsttl {
  font-size: 18px;
  font-size: 1.8rem;
}
.outlineArea .outline__kikan {
  margin: 20px 0 !important;
  line-height: 1.3 !important;
  font-size: 24px;
  font-size: 2.4rem;
}
.outlineArea .outline__sns--wrap {
  -moz-columns: red;
       columns: red;
}
.outlineArea .outline__sns--wrap li {
  width: 48%;
  margin-bottom: 2%;
}
.outlineArea .outline__sns--wrap li:nth-child(even) {
  margin-right: 0;
}
.outlineArea .outline__sns--wrap li i {
  font-size: 40px;
  font-size: 4rem;
}
.outlineArea .outline__sns--wrap li i img {
  height: 30px;
}
.outlineArea .outline__sns--wrap li a {
  padding: 10px 0 30px;
}
.outlineArea .outline__sns--wrap li a:after {
  font-size: 20px;
  font-size: 2rem;
  bottom: 5px;
}
.outlineArea .outline__sns--wrap li p {
  font-size: 16px;
  font-size: 1.6rem;
}
.outlineArea .outline__sns--wrap li p span {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
}

/* ==========================================================================
   ankrArea
========================================================================== */
.ankrArea ul li a {
  font-size: 4vw;
}

.heading__sns img {
  height: 30px;
}

.twitterArea, .instagramArea {
  background: #fff;
}

.facebookArea {
  background: #f5f3f3;
}

/* ==========================================================================
   snsArea
========================================================================== */
.snsArea .morewrap .CLM__three {
  display: block;
}
.snsArea .morewrap .CLM__three > article {
  width: 100%;
}
.snsArea .morewrap .CLM__three > article + article {
  margin-top: 10px;
}

.mfp-inline-holder .mfp-content {
  width: 90%;
  box-sizing: border-box;
  padding: 30px 5%;
  margin: 50px 0;
}
.mfp-inline-holder .mfp-content .img_wrap {
  height: auto;
}
.mfp-inline-holder .mfp-content .img_wrap img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: none !important;
}

.spDISP {
  display: block !important;
}

.mfp-bg {
  opacity: 0.95;
}

.snsBtnWrap {
  height: 50px;
  background: #FFF;
}

.bottomArea .snsNav li a:before {
  line-height: 1;
}

.specialArea {
  background: #FFF;
}

.floatingBnr {
  z-index: 1111111111111111200;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}

.fade-up,
.fade-from-left,
.fade-from-right,
.fade-here {
  transition: opacity 0.7s;
  transition: transform 1s;
}