@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Oswald:wght@200..700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
/* ==========================================================================
   コンテンツスタート
========================================================================== */
#special_contents {
  /* ==========================================================================
     Foundation
  ========================================================================== */
  /* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
  /* HTML5 display-role reset for older browsers */
  /* ==========================================================================
     Common
  ========================================================================== */
  /* Title関連
  ---------------------------------------------------------- */
  /* text関連
  ---------------------------------------------------------- */
  /* margin,padding関連
  ---------------------------------------------------------- */
  /* layout関連
  ---------------------------------------------------------- */
  /* btn関連
  ---------------------------------------------------------- */
  /* inview
  ---------------------------------------------------------------------------*/
  /* ==========================================================================
     Header
  ========================================================================== */
  /* ==========================================================================
    contents
  ========================================================================== */
  /* modal */
}
#special_contents.container {
  margin-top: 120px;
}
@media only screen and (max-width: 980px) {
  #special_contents.container {
    margin-top: 80px;
  }
}
#special_contents.container::after, #special_contents.container::before {
  display: none !important;
}
#special_contents html, #special_contents body, #special_contents div, #special_contents span, #special_contents applet, #special_contents object, #special_contents iframe, #special_contents h1, #special_contents h2, #special_contents h3, #special_contents h4, #special_contents h5, #special_contents h6, #special_contents p, #special_contents blockquote, #special_contents pre, #special_contents a, #special_contents abbr, #special_contents acronym, #special_contents address, #special_contents big, #special_contents cite, #special_contents code, #special_contents del, #special_contents dfn, #special_contents em, #special_contents img, #special_contents ins, #special_contents kbd, #special_contents q, #special_contents s, #special_contents samp, #special_contents small, #special_contents strike, #special_contents strong, #special_contents sub, #special_contents sup, #special_contents tt, #special_contents var, #special_contents b, #special_contents u, #special_contents i, #special_contents center, #special_contents dl, #special_contents dt, #special_contents dd, #special_contents ol, #special_contents ul, #special_contents li, #special_contents fieldset, #special_contents form, #special_contents label, #special_contents legend, #special_contents table, #special_contents caption, #special_contents tbody, #special_contents tfoot, #special_contents thead, #special_contents tr, #special_contents th, #special_contents td, #special_contents article, #special_contents aside, #special_contents canvas, #special_contents details, #special_contents embed, #special_contents figure, #special_contents figcaption, #special_contents footer, #special_contents header, #special_contents hgroup, #special_contents menu, #special_contents nav, #special_contents output, #special_contents ruby, #special_contents section, #special_contents summary, #special_contents time, #special_contents mark, #special_contents audio, #special_contents video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
#special_contents article, #special_contents aside, #special_contents details, #special_contents figcaption, #special_contents figure, #special_contents footer, #special_contents header, #special_contents hgroup, #special_contents menu, #special_contents nav, #special_contents section {
  display: block;
}
#special_contents body {
  line-height: 1;
}
#special_contents ol, #special_contents ul {
  list-style: none;
}
#special_contents blockquote, #special_contents q {
  quotes: none;
}
#special_contents blockquote:before, #special_contents blockquote:after {
  content: "";
  content: none;
}
#special_contents q:before, #special_contents q:after {
  content: "";
  content: none;
}
#special_contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
#special_contents select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}
#special_contents select::-ms-expand {
  display: none;
}
#special_contents em {
  font-style: normal;
}
#special_contents main {
  display: block;
}
#special_contents html, #special_contents body {
  height: 100%;
  width: 100%;
}
#special_contents html {
  font-size: 62.5%;
}
@media only screen and (max-width: 980px) {
  #special_contents html {
    font-size: 50%;
  }
}
#special_contents body {
  min-width: 980px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#special_contents a {
  word-break: break-all;
}
#special_contents a:hover {
  text-decoration: none;
}
#special_contents .is-hidden {
  display: none;
}
#special_contents .pc-hidden {
  display: none;
}
#special_contents * {
  box-sizing: border-box;
}
#special_contents img {
  vertical-align: bottom;
}
@media only screen and (max-width: 980px) {
  #special_contents .sp-hidden {
    display: none;
  }
  #special_contents .pc-hidden {
    display: block;
  }
  #special_contents body {
    min-width: 0;
  }
  #special_contents .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
#special_contents .section__title {
  text-align: center;
  margin: 50px auto 100px;
}
#special_contents .section__title h2 img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .section__title {
    margin: 30px auto;
    padding: 0 5%;
  }
}
#special_contents .cont_title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-bottom: 52px;
  white-space: nowrap;
}
@media only screen and (max-width: 980px) {
  #special_contents .cont_title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 32px;
  }
}
#special_contents .cont_middle {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 32px;
  white-space: nowrap;
}
@media only screen and (max-width: 980px) {
  #special_contents .cont_middle {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
#special_contents .sub_title {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  #special_contents .sub_title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
#special_contents .lead {
  font-size: 2rem;
  line-height: 2;
  padding: 0 0 50px;
  text-align: center;
  font-weight: bold;
  color: #bf9c46;
}
@media only screen and (max-width: 980px) {
  #special_contents .lead {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
  }
}
#special_contents .text {
  line-height: 2;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  #special_contents .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#special_contents .txtXxlarge {
  font-size: 3rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtXxlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#special_contents .txtXlarge {
  font-size: 2.4rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtXlarge {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#special_contents .txtLarge {
  font-size: 2rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtLarge {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#special_contents .txtNormal {
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtNormal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#special_contents .txtSmall {
  font-size: 1.4rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtSmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#special_contents .txtXsmall {
  font-size: 1.2rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtXsmall {
    font-size: 10px;
    font-size: 1rem;
  }
}
#special_contents .txtXxsmall {
  font-size: 1rem;
}
@media only screen and (max-width: 980px) {
  #special_contents .txtXxsmall {
    font-size: 10px;
    font-size: 1rem;
  }
}
#special_contents .txtBold {
  font-weight: bold;
}
#special_contents .mT_base {
  margin-top: 80px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .mT_base {
    margin-top: 40px !important;
  }
}
#special_contents .mB_base {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .mB_base {
    padding-bottom: 40px !important;
  }
}
#special_contents .mT_half {
  margin-top: 40px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .mT_half {
    margin-top: 24px !important;
  }
}
#special_contents .mB_half {
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  #special_contents .mB_half {
    margin-bottom: 24px;
  }
}
#special_contents .pT_base {
  padding-top: 80px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .pT_base {
    padding-top: 40px !important;
  }
}
#special_contents .pB_base {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .pB_base {
    padding-bottom: 40px !important;
  }
}
#special_contents .pT_half {
  padding-top: 40px !important;
}
@media only screen and (max-width: 980px) {
  #special_contents .pT_half {
    padding-top: 24px !important;
  }
}
#special_contents .pB_half {
  padding-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  #special_contents .pB_half {
    padding-bottom: 24px;
  }
}
#special_contents .container::after, #special_contents .container::before {
  display: none;
}
#special_contents .main {
  position: relative;
}
#special_contents .wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .wrapper {
    max-width: 100%;
  }
}
#special_contents .section__inner {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .section__inner {
    max-width: 90%;
  }
}
#special_contents .section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  #special_contents .section {
    margin-bottom: 50px;
  }
}
#special_contents .pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 999;
}
#special_contents .ticketBtn {
  transform: skew(-10deg);
  width: 630px;
  margin: 0 auto;
  background-image: -ms-linear-gradient(0deg, rgb(0, 180, 200) 0%, rgb(0, 210, 45) 100%);
  filter: drop-shadow(0 15px 15px rgba(157, 226, 209, 0.8));
  transition: background 0.2s linear;
  z-index: 99;
}
@media only screen and (max-width: 980px) {
  #special_contents .ticketBtn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#special_contents .ticketBtn a {
  transform: skew(10deg);
  padding: 30px 60px 30px 30px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.34em;
  font-style: italic;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  #special_contents .ticketBtn a {
    padding: 15px 30px 15px 15px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#special_contents .ticketBtn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.2s linear;
}
@media only screen and (max-width: 980px) {
  #special_contents .ticketBtn a::after {
    right: 10px;
  }
}
#special_contents .ticketBtn:hover {
  background-image: -ms-linear-gradient(0deg, rgb(0, 205, 228) 0%, rgb(1, 237, 52) 100%);
}
#special_contents .ticketBtn:hover a::after {
  right: 15px;
}
#special_contents .tweetBtn {
  width: 360px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  #special_contents .tweetBtn {
    width: 80%;
  }
}
#special_contents .tweetBtn a {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-image: -ms-linear-gradient(180deg, rgb(27, 154, 238) 0%, rgb(0, 70, 195) 100%);
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  transition: background 0.2s linear;
}
@media only screen and (max-width: 980px) {
  #special_contents .tweetBtn a {
    padding: 10px;
  }
}
#special_contents .tweetBtn a:hover {
  color: #1da1f2;
  background: #ccc;
  border-color: #1da1f2;
}
#special_contents .tweetBtn a::before {
  content: "";
  display: block;
  background: url("../images/icon_twitter.png") center center no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 19px;
  right: 19px;
}
@media only screen and (max-width: 980px) {
  #special_contents .tweetBtn a::before {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 7px;
    right: 7px;
  }
}
#special_contents .moreBtn {
  width: 360px;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  font-style: italic;
  font-family: "Girassol", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 980px) {
  #special_contents .moreBtn {
    width: 80%;
  }
}
#special_contents .moreBtn a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  transition: background 0.2s linear;
  font-style: italic;
}
@media only screen and (max-width: 980px) {
  #special_contents .moreBtn a {
    padding: 10px;
  }
}
#special_contents .moreBtn a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
#special_contents .facility_name {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  margin: 10px auto 0;
  display: inline-block;
  background: #c4d700;
  padding: 10px 40px;
  width: 300px;
  font-family: "Oswald", sans-serif;
  color: #000;
  transition: background 0.2s linear;
}
#special_contents .facility_name:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 980px) {
  #special_contents .facility_name {
    width: 100%;
    padding: 10px 20px;
    font-size: 2rem;
  }
}
#special_contents .fade-mv {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
#special_contents .mv {
  opacity: 1;
  transform: translateY(0px);
}
#special_contents .history .mv {
  transform: translateY(0px) !important;
}
#special_contents .fade-mv_x {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media only screen and (max-width: 980px) {
  #special_contents .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
#special_contents .mv_x {
  opacity: 1;
  transform: translateX(0px);
}
@media only screen and (max-width: 980px) {
  #special_contents .mv_x {
    transform: translateY(0px);
  }
}
#special_contents li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 980px) {
  #special_contents li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
#special_contents li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}
#special_contents .kv {
  width: 100%;
  background: #000;
  position: relative;
}
#special_contents .kv img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .kv {
    padding-top: 40px;
  }
}
#special_contents .section__content {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  #special_contents .section__content {
    margin-bottom: 50px;
  }
}
#special_contents .text_area {
  position: absolute;
  top: 10%;
  right: 80px;
  width: 35%;
  color: #fff;
}
#special_contents .text_area h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
#special_contents .text_area p {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 980px) {
  #special_contents .text_area {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 30px auto 0;
  }
  #special_contents .text_area h3 {
    font-size: 3.4rem;
    color: #000;
  }
  #special_contents .text_area p {
    font-size: 1.4rem;
    color: #000;
  }
}
#special_contents .clm2_img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  margin-top: 100px;
}
#special_contents .clm2_img li {
  width: 50%;
}
#special_contents .clm2_img li:nth-child(2) {
  width: calc(50% - 52px);
}
#special_contents .clm2_img li:nth-child(2) h3 {
  margin-bottom: 20px;
}
#special_contents .clm2_img li:nth-child(2) h3 img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .clm2_img {
    display: block;
    margin-top: 50px;
  }
  #special_contents .clm2_img li {
    width: 100%;
  }
  #special_contents .clm2_img li:nth-child(2) {
    margin: 30px auto 0;
    width: 100%;
  }
  #special_contents .clm2_img li:nth-child(2) h3 img {
    width: 80%;
    height: auto;
  }
}
#special_contents .clm2_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  margin-top: 50px;
}
#special_contents .clm2_list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  width: calc(50% - 50px);
}
#special_contents .clm2_list li:nth-child(2) {
  margin-left: 100px;
}
#special_contents .clm2_list li img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
#special_contents .clm2_list li .text_area {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 980px) {
  #special_contents .clm2_list {
    display: block;
    margin-top: 30px;
  }
  #special_contents .clm2_list li {
    width: 100%;
  }
  #special_contents .clm2_list li:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
  }
  #special_contents .clm2_list li img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 10px;
  }
  #special_contents .clm2_list .text_area {
    width: 100%;
  }
  #special_contents .clm2_list p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#special_contents .clm2_graph {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
#special_contents .clm2_graph li {
  width: 28%;
}
#special_contents .clm2_graph li:nth-child(2) {
  width: calc(72% - 100px);
}
@media only screen and (max-width: 980px) {
  #special_contents .clm2_graph {
    display: block;
  }
  #special_contents .clm2_graph li {
    width: 100%;
  }
  #special_contents .clm2_graph li:nth-child(2) {
    margin: 30px auto 0;
    width: 100%;
  }
  #special_contents .clm2_graph li:nth-child(2) img {
    width: 100%;
    height: auto;
  }
}
#special_contents .swing_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
#special_contents .swing_list > li {
  width: calc(50% - 25px);
  text-align: center;
}
#special_contents .swing_list > li:nth-child(2) {
  margin-left: 50px;
}
#special_contents .swing_list > li img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .swing_list {
    display: block;
  }
  #special_contents .swing_list > li {
    width: 100%;
  }
  #special_contents .swing_list > li:nth-child(2) {
    margin: 30px auto 0;
  }
}
#special_contents .swing_type_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  margin-top: 50px;
}
#special_contents .swing_type_list > li {
  width: 50%;
  padding: 20px;
  border: 1px solid #b3b3b3;
}
#special_contents .swing_type_list > li:nth-child(2) {
  border-left: none;
}
#special_contents .swing_type_list > li > a {
  display: block;
}
#special_contents .swing_type_list > li > a img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s linear;
}
#special_contents .swing_type_list > li > a:hover img {
  opacity: 0.7;
}
#special_contents .swing_type_list > li .target_player {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 10px auto;
}
#special_contents .swing_type_list > li .target_player span {
  font-size: 1.4rem;
  display: block;
}
#special_contents .swing_type_list > li .distance {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px auto;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
#special_contents .swing_type_list > li .Performance {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 10px auto;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
}
#special_contents .swing_type_list > li .text {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 10px auto;
  line-height: 1.5;
}
@media only screen and (max-width: 980px) {
  #special_contents .swing_type_list {
    display: block;
    margin-top: 30px;
  }
  #special_contents .swing_type_list > li {
    width: 100%;
  }
  #special_contents .swing_type_list > li:nth-child(2) {
    margin-left: 0;
    border-left: 1px solid #b3b3b3;
  }
}
#special_contents .go_fitting .section__title h2 img {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 980px) {
  #special_contents .go_fitting .section__title h2 img {
    width: 100%;
  }
}
#special_contents .go_fitting .fitting_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid #b3b3b3;
}
#special_contents .go_fitting .fitting_list > li {
  width: calc(60% - 30px);
  text-align: center;
}
#special_contents .go_fitting .fitting_list > li:nth-child(2) {
  width: 40%;
  border-left: 1px solid #b3b3b3;
  padding-left: 30px;
  margin-left: 30px;
}
#special_contents .go_fitting .fitting_list > li .facility_text {
  font-size: 2rem;
  font-weight: 900;
  margin: 10px auto;
  text-align: center;
  line-height: 1.5;
}
#special_contents .go_fitting .fitting_list > li .title_fitting {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
#special_contents .go_fitting .fitting_list > li .title_fitting span {
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  display: block;
  line-height: 1;
}
#special_contents .go_fitting .fitting_list > li .facility_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
#special_contents .go_fitting .fitting_list > li .facility_list li {
  width: calc(50% - 10px);
  text-align: center;
}
#special_contents .go_fitting .fitting_list > li .facility_list li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 980px) {
  #special_contents .go_fitting .fitting_list {
    display: block;
  }
  #special_contents .go_fitting .fitting_list > li {
    width: 100%;
  }
  #special_contents .go_fitting .fitting_list > li:nth-child(2) {
    margin-left: 0;
    border-left: none;
    padding: 30px 0 0;
    margin: 30px auto 0;
    width: 100%;
    border-top: 1px solid #b3b3b3;
  }
  #special_contents .go_fitting .fitting_list > li:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  #special_contents .go_fitting .fitting_list > li .facility_text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #special_contents .go_fitting .fitting_list > li .title_fitting {
    font-size: 20px;
    font-size: 2rem;
  }
}
#special_contents .report_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  margin: auto;
}
#special_contents .report_list li {
  width: 45%;
  text-align: center;
}
#special_contents .report_list li:nth-child(2) {
  width: 55%;
}
#special_contents .report_list li img {
  width: -moz-fit-content;
  width: fit-content;
  max-height: 340px;
}
@media only screen and (max-width: 980px) {
  #special_contents .report_list {
    display: block;
  }
  #special_contents .report_list li {
    width: 100%;
  }
  #special_contents .report_list li:nth-child(2) {
    margin: 30px auto 0;
    width: 100%;
  }
  #special_contents .report_list li img {
    width: 100%;
    height: auto;
  }
}
#special_contents .modalImg {
  background: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 980px) {
  #special_contents .modalImg {
    pointer-events: auto;
  }
}
#special_contents .modalImg img {
  transition: opacity 0.3s linear;
}
#special_contents .modalImg:hover img {
  opacity: 0.8;
}
#special_contents .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
#special_contents #modalClone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#special_contents #modalClone.is-active {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
}
#special_contents #modalClone.is-active img {
  width: auto;
  height: 100vh;
  max-width: none;
}
#special_contents .modalMenu {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 500;
}
#special_contents #modalSearch,
#special_contents #modalClose {
  padding: 10px;
  color: #fff;
  font-size: 16px;
}
#special_contents #modalSearch .fa-search-plus,
#special_contents #modalSearch .fa-search-minus {
  display: none;
}
#special_contents #modalSearch .fa-search-plus.is-active,
#special_contents #modalSearch .fa-search-minus.is-active {
  display: block;
}
#special_contents .pc-hidden {
  display: none;
}
@media only screen and (max-width: 980px) {
  #special_contents .pc-hidden {
    display: block !important;
  }
}
#special_contents .sp-hidden {
  display: block;
}
@media only screen and (max-width: 980px) {
  #special_contents .sp-hidden {
    display: none !important;
  }
}/*# sourceMappingURL=style_lp.css.map */