@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v6.5.1/css/all.css");
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
.roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.alfaslabone {
  font-family: "Alfa Slab One", sans-serif;
}

.teko {
  font-family: "Teko", sans-serif;
}

.bebas {
  font-family: "Bebas Neue", sans-serif;
}

.ryumin {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
}

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  object-fit: cover;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: "";
}

a,
input,
select,
textarea,
button {
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/*common*/
a {
  color: #231815;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}

.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #231815;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.enFt {
  font-family: "Bebas Neue", cursive;
}

.eng {
  font-family: "Teko", sans-serif;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
/* !ページ内アンカー設定
---------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #yokohama_lp_member::before,
  #yokohama_lp_join::before,
  #yokohama_lp_value::before,
  #yokohama_lp_faq::before {
    content: "";
    display: block;
    height: 70px;
    margin-top: -70px;
  }
}

/* !yokohama_lp_wrapper
---------------------------------------------------------- */
#yokohama_lp_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #004098;
  min-width: 1024px;
}

.yokohama_lp_inner {
  padding: 0 20px;
  max-width: 1020px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.yokohama_lp_inner02 {
  padding: 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 820px;
}

/* !

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  #yokohama_lp_wrapper {
    min-width: 320px;
    /*padding-bottom: 60px;*/
  }
  .yokohama_lp_inner {
    padding: 0 15px;
    max-width: 375px;
  }
  .yokohama_lp_inner02 {
    padding: 0 15px;
    max-width: 375px;
    /*max-width: 345px;*/
  }
}
.btn_border {
  display: block;
  border: 2px solid #004099;
  background: #fff;
  color: #004099;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50px;
  padding: 13px 0;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s ease-in;
  max-width: 340px;
}
.btn_border::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #004099;
  font-size: 1.6rem;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn_border:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .btn_border {
    width: 100%;
  }
}

.link_hover {
  transition: all 0.2s ease-in;
}
.link_hover:hover {
  opacity: 0.7;
}

.mascot_hover {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mascot_hover {
    display: block;
  }
}
.mascot_hover img {
  transition: all 0.3s ease-in;
}
.mascot_hover img.is-mascot, .mascot_hover img.is-mascot1, .mascot_hover img.is-mascot2, .mascot_hover img.is-mascot3 {
  position: absolute;
  width: 57px !important;
  top: -20px;
  left: 30px;
  opacity: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mascot_hover img.is-mascot, .mascot_hover img.is-mascot1, .mascot_hover img.is-mascot2, .mascot_hover img.is-mascot3 {
    display: none;
  }
}
.mascot_hover img.is-mascot1 {
  width: 67px !important;
}
@media only screen and (max-width: 767px) {
  .mascot_hover img.is-mascot1 {
    width: 71px !important;
  }
}
.mascot_hover img.is-mascot2 {
  position: absolute;
  width: 80px !important;
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .mascot_hover img.is-mascot2 {
    right: 35px;
    width: 45px !important;
  }
}
.mascot_hover img.is-mascot3 {
  position: absolute;
  width: 80px !important;
}
.mascot_hover:hover img.is-mascot, .mascot_hover:hover img.is-mascot1, .mascot_hover:hover img.is-mascot2, .mascot_hover:hover img.is-mascot3 {
  opacity: 1 !important;
  top: -30px;
}
@media only screen and (max-width: 767px) {
  .mascot_hover:hover img.is-mascot, .mascot_hover:hover img.is-mascot1, .mascot_hover:hover img.is-mascot2, .mascot_hover:hover img.is-mascot3 {
    top: -10px;
  }
}
.mascot_hover:hover img.pc {
  opacity: 0.8;
}

/* !header
---------------------------------------------------------- */
#yokohama_lp_header {
  opacity: 1;
  transition: opacity 0.3s;
  position: relative;
  z-index: 88;
}
#yokohama_lp_header.fadeIn {
  opacity: 1;
  pointer-events: auto;
}

.yokohama_lp_header_btn {
  position: fixed;
  z-index: 98;
  left: 50%;
  bottom: 40px;
  width: auto;
  transform: translateX(-50%);
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_header_btn {
    left: auto;
    right: 20px;
    bottom: 40px;
    transform: translateX(0%);
  }
}
.yokohama_lp_header_btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_header_btn a {
    text-align: right;
  }
  .yokohama_lp_header_btn a img {
    width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .header_logo {
    text-align: left;
  }
  .header_logo img {
    height: 38px;
    margin: 0 auto;
  }
}
.hamburger-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hamburger-menu {
    display: block;
    background-color: #E60039;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    right: 0;
    width: 44px;
    height: 43px;
  }
  .hamburger-menu .menu-btn {
    position: absolute;
    top: 22px;
    right: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  .hamburger-menu .menu-btn span,
  .hamburger-menu .menu-btn span:before,
  .hamburger-menu .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: 0.3s ease-in-out;
  }
  .hamburger-menu .menu-btn span:before {
    bottom: 8px;
  }
  .hamburger-menu .menu-btn span:after {
    top: 8px;
  }
  .hamburger-menu #menu-btn-check {
    display: none;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .yokohama_lp_header_btn {
    padding: 5px;
    position: fixed;
    z-index: 98;
    right: 0;
    bottom: 0px;
    width: 100%;
  }
}
/* !追従バナー
---------------------------------------------------------- */
.bnr_ticket {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.bnr_ticket img {
  width: 80px;
}
.bnr_ticket a {
  transition: all 0.2s linear;
}
.bnr_ticket a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .bnr_ticket {
    display: none;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.yokohama_lp_mainVisual {
  width: 100%;
  margin-top: 70px;
}
.yokohama_lp_mainVisual img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_mainVisual {
    margin-top: 50px;
  }
}

/*** スマホ 320px ~ 767px***/
/* yokohama_lp_footer
-----------------------------------------------------------*/
.yokohama_lp_pagetop {
  display: none;
  position: fixed;
  top: auto;
  right: 100px;
  bottom: 150px;
  width: auto;
  z-index: 9;
}

.yokohama_lp_footer {
  padding: 70px 0;
  text-align: center;
  color: #fff;
  background: #023276;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_footer a:hover {
    opacity: 0.8;
  }
}

.yokohama_lp_footer_logo img {
  width: 148px;
}

.yokohama_lp_sns {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: bold;
}
.yokohama_lp_sns dt {
  margin-right: 0;
  width: 100%;
  margin-bottom: 15px;
}
.yokohama_lp_sns dd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.yokohama_lp_sns dd a {
  margin: 0 16px;
}

.yokohama_lp_footer_ul {
  border-top: 1px solid #6283bd;
}

.yokohama_lp_footer_ul li {
  border-bottom: 1px solid #6283bd;
}

.yokohama_lp_footer_ul a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 66px;
  padding: 0 95px 0 35px;
  background: url(../images/arrow_ft.svg) no-repeat right 35px center;
  background-size: auto;
  font-size: 18px;
  font-weight: bold;
}

.yokohama_lp_footer_ul li.rowLi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#yokohama_lp_copyright {
  margin-top: 70px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .yokohama_lp_pagetop {
    display: none;
    position: fixed;
    top: auto;
    right: 15px;
    bottom: 100px;
    width: 29px;
    z-index: 9;
  }
  .yokohama_lp_footer {
    padding: 50px 0 110px;
    text-align: center;
    color: #fff;
  }
  .yokohama_lp_footer_logo img {
    width: 100px;
  }
  .yokohama_lp_sns {
    margin: 30px 0 20px;
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: bold;
  }
  .yokohama_lp_sns dt {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .yokohama_lp_sns dd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .yokohama_lp_sns dd a {
    margin: 0 11px;
  }
  .yokohama_lp_footer_ul {
    display: block;
  }
  .yokohama_lp_footer_ul li {
    text-align: left;
  }
  .yokohama_lp_footer_ul a {
    color: #fff;
    height: auto;
    padding: 10px 0;
    background: url(../images/arrow_ft.svg) no-repeat right center;
    background-size: 6px auto;
    font-size: 13px;
    font-weight: bold;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
  }
  .yokohama_lp_footer_ul li.rowLi {
    padding: 10px 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .yokohama_lp_footer_ul li.rowLi a {
    height: 40px;
  }
  #yokohama_lp_copyright {
    margin-top: 40px;
    font-size: 10px;
    font-weight: bold;
  }
}
/*common*/
.slick-dotted.slick-slider {
  margin: 0 auto 48px 2%;
}
@media only screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin: 0 auto 24px 13%;
  }
}

.slick-dots {
  width: auto;
  bottom: auto;
  right: 52%;
  transform: translateX(50%);
  bottom: -47px;
  margin-bottom: 10px;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    right: 60%;
    transform: translateX(50%);
  }
}
.slick-dots li {
  width: 34px;
  height: 6px;
  display: block;
  margin: 4px 4px;
  float: left;
}
.slick-dots li button {
  width: 34px;
  height: 6px;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 34px;
  height: 6px;
  background: #E4E4E4;
  border-radius: 3px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.slick-dots li button:hover:before {
  background: #ccc;
}
.slick-dots li.slick-active button:before {
  background: #E60039;
}

.yokohama_lp_mvslider .slick-dots {
  bottom: 22px;
}
.yokohama_lp_mvslider .slick-dots li button:before {
  background: #4d4d4d;
}
.yokohama_lp_mvslider .slick-dots li button:hover:before {
  background: #ccc;
}
.yokohama_lp_mvslider .slick-dots li.slick-active button:before {
  background: #E60039;
}

.sec_inner {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec_inner {
    width: 100%;
  }
}

/*slick*/
.slick-prev {
  position: absolute;
  width: 28px;
  height: 76px;
  z-index: 3;
  background: url(../images/prev_slick.svg) no-repeat;
  background-size: 100% auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next {
  position: absolute;
  width: 28px;
  height: 76px;
  z-index: 3;
  background: url(../images/prev_slick.svg) no-repeat;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/next_slick.svg) no-repeat;
  background-size: 100% auto;
  left: auto;
  right: 20px;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .slick-prev {
    position: absolute;
    width: 25px;
    height: 68px;
    z-index: 3;
    background: url(../images/prev_slick_sp.svg) no-repeat;
    background-size: 100% auto;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .slick-next {
    position: absolute;
    width: 25px;
    height: 68px;
    z-index: 3;
    background: url(../images/prev_slick_sp.svg) no-repeat;
    background-size: 100% auto;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/next_slick_sp.svg) no-repeat;
    background-size: 100% auto;
    left: auto;
    right: -15px;
  }
}
/* !title
---------------------------------------------------------- */
.yokohama_lp_sec_title {
  color: #004099;
  position: relative;
  text-align: center;
  padding: 50px 0 40px;
}
.yokohama_lp_sec_title .eng {
  font-size: 2.5rem;
  line-height: 1;
}
.yokohama_lp_sec_title .eng::first-letter {
  font-size: 3.5rem;
  color: #E60039;
}
.yokohama_lp_sec_title .jap {
  font-size: 4.8rem;
  line-height: 1.433;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_sec_title .jap {
    font-size: 3rem;
  }
}
.yokohama_lp_sec_title p + p {
  margin-top: 3px;
}

.yokohama_lp_sec_sub {
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-size: 5rem;
  color: #fff;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_sec_sub {
    font-size: 3rem;
    margin: 0 auto 30px;
  }
}
.yokohama_lp_sec_sub.premium {
  color: #BF9C46;
}
.yokohama_lp_sec_sub.gold {
  color: #714E16;
}
.yokohama_lp_sec_sub.regular {
  color: #525252;
}
.yokohama_lp_sec_sub.junior {
  color: #003288;
}

h2 {
  text-align: center;
  width: 100%;
}
h2 img {
  height: 100px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  h2 img {
    height: 140px;
  }
}

h3 img,
h4 img {
  height: 35px;
}

.fontL {
  font-size: 2rem !important;
}
@media only screen and (max-width: 767px) {
  .fontL {
    font-size: 1.6rem !important;
  }
}

.fontM {
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 767px) {
  .fontM {
    font-size: 1.4rem !important;
  }
}

.fontS {
  font-size: 1.2rem !important;
}
@media only screen and (max-width: 767px) {
  .fontS {
    font-size: 1rem !important;
  }
}

.sub_pickup, .sub_goods, .sub_event, .sub_other {
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px;
  margin: 0 5% 20px;
  text-align: center;
  color: #fff;
  background: #758C96;
}
@media only screen and (min-width: 768px) {
  .sub_pickup, .sub_goods, .sub_event, .sub_other {
    font-size: 1.8rem;
    margin: 0 auto 40px;
    max-width: 980px;
  }
}

.sub_event {
  background: #858585;
}

.sub_other {
  background: #51585B;
}

.sub_pickup {
  background: #37639D;
}

.ttl_area {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ttl_area {
    padding: 0 0 40px;
  }
}
.txtBold {
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .yokohama_lp_sec_title {
    font-size: 3rem;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .yokohama_lp_sec_title .eng {
    font-size: 2.4rem;
    line-height: 1;
  }
  .yokohama_lp_sec_title .jap {
    font-size: 24px;
    line-height: 1.33;
    font-weight: bold;
  }
}
.list_indent li {
  text-indent: -1em;
  padding-left: 1em;
}

.col_black {
  color: #000000;
}

.col_white {
  color: #fff;
}

.col_blue {
  color: #004099;
}

.col_red {
  color: #E60039;
}

.col_gold {
  color: #BF9C46;
}

.col_gray {
  color: #838383;
}

.lead_area {
  background-color: #004099;
  background: url(../images/bg_tex_pc.png) repeat center top;
  background-size: auto;
}
.lead_area .lead_inner {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  background-image: url(../images/lead_bg_pc.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .lead_area .lead_inner {
    background-image: url(../images/lead_bg_sp.jpg);
    padding: 45px 0;
  }
}
.lead_area .lead_text p {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2.1;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .lead_area .lead_text p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

/*main*/
.yokohama_lp_anchorArea {
  position: relative;
}
.yokohama_lp_anchorArea .anchor {
  position: absolute;
  top: -60px;
}

#anchor_area {
  padding: 80px 0;
  background-color: #004099;
  background: url(../images/bg_tex_sp.png) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #anchor_area {
    padding: 56px 0;
  }
}

.yokohama_lp_anchor_ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_anchor_ul {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_anchor_ul {
    gap: 30px;
    margin-top: 0;
  }
}
.yokohama_lp_anchor_ul li {
  width: 50%;
}
.yokohama_lp_anchor_ul li:first-child {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.yokohama_lp_anchor_ul li:nth-child(2) {
  border-bottom: 1px solid #fff;
}
.yokohama_lp_anchor_ul li:nth-child(3) {
  border-right: 1px solid #fff;
}
.yokohama_lp_anchor_ul li i {
  color: #fff;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_anchor_ul li {
    width: calc(25% - 30px);
  }
}
.yokohama_lp_anchor_ul a {
  background: none;
  display: block;
  padding: 12px;
  height: 100%;
  text-align: center;
  line-height: 1.35;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_anchor_ul a {
    border-radius: 10px;
    padding: 20px;
  }
}
.yokohama_lp_anchor_ul .jap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_anchor_ul .jap {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.top_link_text {
  color: #fff;
  margin-bottom: 1rem;
}

/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.second #mainVisual {
    margin-top: 50px;
  }
}

#mainVisual .mvNavSlider {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #000;
}

#mainVisual .mvNavSlider_item {
  cursor: pointer;
  position: relative;
  margin: 0 4px;
  width: calc(33.3333333333% - 10px);
  max-width: 250px;
}

#mainVisual .mvNavSlider_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

#mainVisual .mvNavSlider_item.slick_on::before {
  opacity: 0;
}

#mainVisual .mvNavSlider_item img {
  display: block;
  width: 100%;
  height: auto;
}

#mainVisual .con {
  position: relative;
  z-index: 3;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

#mainVisual .logo img {
  width: 400px;
}

#mainVisual .copy {
  margin-top: 20px;
}

#mainVisual .copy img {
  width: 100%;
  max-width: 500px;
}

/* コンテンツ関連
---------------------------------------------------------- */
.yokohama_lp_member .years100 {
  background-image: url(../images/bg_100years_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 40px 0 80px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 {
    background-image: url(../images/bg_100years_sp.jpg);
  }
}
.yokohama_lp_member .years100 .sec_inner {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner {
    padding: 0 20px 40px;
  }
}
.yokohama_lp_member .years100 .sec_inner .lead {
  text-align: center;
  width: 100%;
}
.yokohama_lp_member .years100 .sec_inner .lead p {
  font-size: 24px;
  color: #004099;
  font-weight: bold;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .lead p {
    font-size: 18px;
    font-weight: normal;
  }
}
.yokohama_lp_member .years100 .sec_inner .lead p.sub {
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .lead p.sub {
    ont-size: 10px;
  }
}
.yokohama_lp_member .years100 .sec_inner .years100_map {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .years100_map {
    padding: 40px 0;
  }
}
.yokohama_lp_member .years100 .sec_inner .about {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
}
.yokohama_lp_member .years100 .sec_inner .about .ttl {
  text-align: center;
  width: 100%;
  padding: 17px 0;
  background: #0d2d64;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about .ttl {
    padding: 10px;
  }
}
.yokohama_lp_member .years100 .sec_inner .about .ttl p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about .ttl p {
    font-size: 18px;
    font-weight: normal;
  }
}
.yokohama_lp_member .years100 .sec_inner .about .ttl p.sub {
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about .ttl p.sub {
    font-size: 10px;
  }
}
.yokohama_lp_member .years100 .sec_inner .about dl {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about dl {
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 0;
  }
}
.yokohama_lp_member .years100 .sec_inner .about dl dt {
  width: 13%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yokohama_lp_member .years100 .sec_inner .about dl dt img {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about dl dt {
    width: 100%;
    height: 60px;
    padding: 10px 0;
  }
  .yokohama_lp_member .years100 .sec_inner .about dl dt img {
    height: 40px;
  }
}
.yokohama_lp_member .years100 .sec_inner .about dl dd {
  width: 80%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about dl dd {
    width: 100%;
    padding: 0 10px 10px;
  }
}
.yokohama_lp_member .years100 .sec_inner .about dl dd p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about dl dd p {
    font-size: 14px;
    text-align: center;
  }
}
.yokohama_lp_member .years100 .sec_inner .about .notice {
  padding: 1em;
  text-align: center;
  background: rgba(204, 204, 204, 0.8);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.yokohama_lp_member .years100 .sec_inner .about .notice .subt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #E60039;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about .notice .subt {
    font-size: 14px;
  }
}
.yokohama_lp_member .years100 .sec_inner .about .notice .subt img {
  width: 3%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about .notice .subt img {
    width: 8%;
  }
}
.yokohama_lp_member .years100 .sec_inner .about .notice p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .sec_inner .about .notice p {
    font-size: 14px;
  }
}
.yokohama_lp_member .years100 > a {
  position: relative;
  max-width: 500px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px auto 0;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 > a {
    margin: 10px auto;
    padding: 0 20px;
  }
}
.yokohama_lp_member .years100 .notes {
  text-align: center;
  margin: 10px 0 40px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #E60039;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .years100 .notes {
    font-size: 13px;
  }
}
.yokohama_lp_member .EarlyCampaign {
  background-image: url(../images/bg_EarlyCampaign_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 40px 0 80px;
}
.yokohama_lp_member .EarlyCampaign .yokohama_lp_sec_title {
  background: none, none;
  color: #fff;
}
.yokohama_lp_member .EarlyCampaign .sec_inner {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .EarlyCampaign .sec_inner {
    padding: 0 20px 20px;
  }
}
.yokohama_lp_member .EarlyCampaign .sec_inner .map {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .EarlyCampaign .sec_inner .map {
    padding: 10px;
  }
}
.yokohama_lp_member .EarlyCampaign .sec_inner .map img {
  width: 100%;
  height: auto;
}
.yokohama_lp_member .EarlyCampaign .sec_inner .cont {
  margin: 60px auto 0;
  text-align: center;
}
.yokohama_lp_member .EarlyCampaign .sec_inner .cont .ttl {
  max-width: 264px;
  height: auto;
  margin: 0 auto;
  display: block;
  background-image: url(../images/EarlyCampaign_ribbon.svg);
  background-repeat: no-repeat;
  background-position: top;
  font-size: 20px;
  line-height: 1.8em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .EarlyCampaign .sec_inner .cont .ttl {
    font-size: 15px;
  }
}
.yokohama_lp_member .EarlyCampaign .sec_inner .cont p {
  width: 50%;
  margin: 10px auto 0;
  font-size: 18px;
  line-height: 1.8em;
  text-align: left;
  color: #fff;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .EarlyCampaign .sec_inner .cont p {
    width: 100%;
    font-size: 14px;
  }
}
.yokohama_lp_member .EarlyCampaign .sec_inner .cont p .notice {
  font-size: 0.8em;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .EarlyCampaign .sec_inner .cont p .notice {
    line-height: 1.2em;
  }
}
.yokohama_lp_member .EarlyCampaign .sec_inner .cont img {
  width: 80%;
  height: auto;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .EarlyCampaign .sec_inner .cont img {
    width: 100%;
  }
}
.yokohama_lp_member .flowchart {
  background-image: url(../images/bg_flowchart_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 40px 0 80px;
}
.yokohama_lp_member .flowchart .yokohama_lp_sec_title {
  background: none, none;
  color: #fff;
}
.yokohama_lp_member .flowchart .sec_inner {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner {
    padding: 0 20px 40px;
  }
}
.yokohama_lp_member .flowchart .sec_inner .flow {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  margin: 40px 0;
}
.yokohama_lp_member .flowchart .sec_inner .flow .ttl {
  text-align: center;
  width: 100%;
  padding: 17px 0;
  background: #0d2d64;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner .flow .ttl {
    padding: 10px;
  }
}
.yokohama_lp_member .flowchart .sec_inner .flow .ttl > p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner .flow .ttl > p {
    font-size: 14px;
    font-weight: normal;
  }
}
.yokohama_lp_member .flowchart .sec_inner .flow .ttl > p.sub {
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner .flow .ttl > p.sub {
    font-size: 10px;
  }
}
.yokohama_lp_member .flowchart .sec_inner .flow dl {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner .flow dl {
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
}
.yokohama_lp_member .flowchart .sec_inner .flow dl dt {
  width: 20%;
  height: 100%;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  */
  text-align: right;
}
.yokohama_lp_member .flowchart .sec_inner .flow dl dt img {
  height: 46px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner .flow dl dt {
    width: 15%;
    padding: 10px 0;
  }
  .yokohama_lp_member .flowchart .sec_inner .flow dl dt img {
    height: 20px;
  }
}
.yokohama_lp_member .flowchart .sec_inner .flow dl dd {
  width: 60%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner .flow dl dd {
    width: 100%;
  }
}
.yokohama_lp_member .flowchart .sec_inner .flow dl dd > p {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner .flow dl dd > p {
    font-size: 16px;
    text-align: left;
  }
}
.yokohama_lp_member .flowchart .sec_inner .flow dl dd > p span {
  color: #E60039;
}
.yokohama_lp_member .flowchart .sec_inner .flow p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding: 1.5em;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .flowchart .sec_inner .flow p {
    font-size: 14px;
    padding: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .yokohama_lp_member {
    padding: 0;
  }
}
.yokohama_lp_member .yokohama_lp_category {
  padding: 30px 0 50px;
  background: url(../images/line_trc_x.png) repeat-x center bottom;
  background-size: contain;
}
body#gold .yokohama_lp_member .yokohama_lp_category, body#regular .yokohama_lp_member .yokohama_lp_category, body#junior .yokohama_lp_member .yokohama_lp_category {
  background-image: none;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_member .yokohama_lp_category {
    background-size: 40%;
  }
}
.yokohama_lp_member .yokohama_lp_category .category_inner {
  width: 1194px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_member .yokohama_lp_category .category_inner {
    padding: 100px 0;
  }
  .yokohama_lp_member .yokohama_lp_category .category_inner .text_box {
    width: 428px;
    margin-right: 50px;
  }
  .yokohama_lp_member .yokohama_lp_category .category_inner .text_box .text {
    font-size: 2.5rem;
  }
  .yokohama_lp_member .yokohama_lp_category .category_inner .text_box .text_s {
    font-size: 1.8rem;
    color: #003288;
    text-align: left;
    margin: 0 auto 30px;
  }
  .yokohama_lp_member .yokohama_lp_category .category_inner img {
    width: 710px;
  }
  .yokohama_lp_member .yokohama_lp_category .category_inner .yokohama_lp_sec_sub {
    text-align: left;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .yokohama_lp_category .category_inner {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
}
.yokohama_lp_member .yokohama_lp_category .category_inner .logos {
  display: block;
  text-align: left;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .yokohama_lp_category .category_inner .logos {
    text-align: center;
    margin: 0;
  }
}
.yokohama_lp_member .yokohama_lp_category .category_inner .logos img {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  body.second .yokohama_lp_member .yokohama_lp_category .category_inner {
    display: block;
  }
  body.second .yokohama_lp_member .yokohama_lp_category .category_inner .text_box {
    width: 100%;
    margin-right: 0;
  }
  body.second .yokohama_lp_member .yokohama_lp_category .category_inner .text_box ul {
    padding: 0 5%;
  }
}
.yokohama_lp_member .yokohama_lp_category .text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.6;
  text-align: left;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .yokohama_lp_category .text {
    line-height: 2;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.yokohama_lp_member .yokohama_lp_category figure {
  margin: 0 auto 20px;
}
.yokohama_lp_member .yokohama_lp_category figure img {
  width: 100%;
}
.yokohama_lp_member .yokohama_lp_category .batch_end {
  font-size: 3rem;
  margin: 0 auto 50px;
  background: #8d8d8d;
  color: #ffffff;
  line-height: 1;
  padding: 10px 30px;
  border: 7px double rgb(0, 0, 0);
  width: 200px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .yokohama_lp_category .batch_end {
    width: 150px;
    margin: 0 auto 30px;
    font-size: 1.8rem;
  }
}
.yokohama_lp_member .yokohama_lp_category .price_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_member .yokohama_lp_category .price_box {
    padding: 15px 0;
    margin-bottom: 50px;
  }
}
.yokohama_lp_member .yokohama_lp_category .price_box .price_title {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 3px 13px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .yokohama_lp_category .price_box .price_title {
    font-size: 1.2rem;
    margin-top: 5px;
    padding: 3px 8px;
  }
}
.yokohama_lp_member .yokohama_lp_category .price_box .price {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-size: 6.2rem;
  color: #000;
  line-height: 1;
}
.yokohama_lp_member .yokohama_lp_category .price_box .price span {
  font-size: 2.6rem;
  margin-left: 5px;
}
.yokohama_lp_member .yokohama_lp_category .price_box .price span.zei {
  font-size: 1.8rem;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .yokohama_lp_category .price_box .price {
    font-size: 4.4rem;
  }
  .yokohama_lp_member .yokohama_lp_category .price_box .price span {
    font-size: 2rem;
  }
  .yokohama_lp_member .yokohama_lp_category .price_box .price span.zei {
    font-size: 1.6rem;
  }
}
.yokohama_lp_member .yokohama_lp_category .price_box_img {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_member .yokohama_lp_category .price_box_img {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.yokohama_lp_member .yokohama_lp_category .price_box_img img {
  width: 100%;
  height: auto;
}

#tab_menu {
  width: 1194px;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  background: #fff;
  padding-bottom: 55px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #tab_menu {
    width: 100%;
    padding-bottom: 15px;
  }
}
#tab_menu li {
  width: 25%;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  background: #000000;
}
@media only screen and (min-width: 768px) {
  #tab_menu li {
    padding: 20px 0;
  }
}
#tab_menu li:nth-child(2) {
  background: #BF9C46;
}
#tab_menu li:nth-child(3) {
  background: #838383;
}
#tab_menu li:nth-child(4) {
  background: #003288;
}
#tab_menu li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  position: relative;
}

.tab_premium.active::after, .tab_gold.active::after, .tab_regular.active::after, .tab_junior.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 17.5px 0 17.5px;
  border-color: #000 transparent transparent transparent;
}

.tab_gold.active::after {
  border-color: #BF9C46 transparent transparent transparent;
}

.tab_regular.active::after {
  border-color: #838383 transparent transparent transparent;
}

.tab_junior.active::after {
  border-color: #003288 transparent transparent transparent;
}

#cate_premium {
  background: url(../images/bg_categoty_sp.png) no-repeat center top #000000;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #cate_premium {
    background: url(../images/bg_category_pc.png) no-repeat center top #000000;
    background-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  #cate_premium .category_inner {
    border: 1px solid #FFE8B1;
    padding: 32px 0 32px;
  }
}
#cate_premium .text {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
}
#cate_premium .price_box {
  border-top: none;
  border-bottom: none;
  padding: 30px 0;
  background: url(../images/premium/premium_line_pc.png) no-repeat center top, url(../images/premium/premium_line_pc.png) no-repeat center bottom;
}
@media only screen and (max-width: 767px) {
  #cate_premium .price_box {
    background: url(../images/premium/premium_line_sp.png) no-repeat center top, url(../images/premium/premium_line_sp.png) no-repeat center bottom;
    background-size: 100%, 100%;
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 0;
  }
}
#cate_premium .price_box .price_title {
  background: #BF9C46;
}
#cate_premium .price_box .price {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  color: #FFEDBF;
}

#cate_gold {
  background-color: #EDE4CD;
  display: none;
}
#cate_gold .text {
  color: #714E16;
}
body#gold #cate_gold {
  display: block;
}

#cate_regular {
  background-color: #E6E6E6;
  display: none;
}
#cate_regular .text {
  color: #525252;
}
body#regular #cate_regular {
  display: block;
}

#cate_junior {
  background-color: #DDE6F2;
  display: none;
}
#cate_junior .text {
  color: #003288;
}
body#junior #cate_junior {
  display: block;
}

/*入会案内*/
.yokohama_lp_join {
  padding: 80px 0;
  background: url(../images/bg_howto_pc.png) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_join {
    padding: 0;
    background: url(../images/line_trc.png) repeat-y left top, url(../images/bg_howto_sp.png) no-repeat center top;
    background-size: auto, cover;
    overflow-x: hidden;
  }
}
.yokohama_lp_join .yokohama_lp_sec_title {
  background: none, none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join .yokohama_lp_sec_title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
    align-items: -ms- flex-end;
    align-items: -webkit- flex-end;
    align-items: flex-end;
    gap: 20px;
    width: 1194px;
    margin: 0 auto;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.yokohama_lp_join_slick {
  padding: 0;
  margin: 0 1%;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_slick {
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    max-width: 1920px;
    margin: 0 auto 30px;
    padding: 0 3%;
  }
  .yokohama_lp_join_slick .yokohama_lp_join_list {
    width: calc(20% - 4px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_join_slick {
    padding: 0 0 0 3%;
    margin: 0;
  }
}

.yokohama_lp_join_list {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.yokohama_lp_join_list h3 {
  margin-bottom: 15px;
}
.yokohama_lp_join_list .imgP img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.yokohama_lp_join_list .txtP {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_list .txtP {
    font-size: 2rem;
  }
}
.yokohama_lp_join_list .txtP a {
  color: #E60039;
  text-decoration: underline;
}
.yokohama_lp_join_list .iconP {
  display: inline-block;
  background: rgb(0, 50, 136);
  background: linear-gradient(125deg, rgb(0, 50, 136) 0%, rgb(70, 148, 255) 100%);
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 6px 15px 2px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  font-family: "Teko", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_list .iconP {
    font-size: 1.8rem;
  }
}

.yokohama_lp_join_slick .yokohama_lp_join_list {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_join_slick .yokohama_lp_join_list {
    max-width: 270px;
    height: fit-content;
  }
}
.yokohama_lp_join_slick .yokohama_lp_join_list .contP {
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_slick .yokohama_lp_join_list .contP {
    padding: 25px 25px;
  }
}
.yokohama_lp_join_slick .yokohama_lp_join_list .txtP {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.yokohama_lp_join_inner {
  padding: 40px 10%;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_inner {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}
.yokohama_lp_join_inner > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  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: 0 auto 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_join_inner > li {
    display: block;
  }
}
.yokohama_lp_join_inner > li .midashi {
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  padding: 4px 30px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_inner > li .midashi {
    margin-right: 20px;
    min-width: 126px;
  }
}
.yokohama_lp_join_inner > li .txtP {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_inner > li .txtP {
    font-size: 1.8rem;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.attention {
  font-size: 1rem;
  padding-top: 10px;
}
.attention + .midashi {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .attention {
    font-size: 1.4rem;
  }
}

.yokohama_lp_join_foot {
  background: #E4E4E4;
  padding: 40px 5%;
}
.yokohama_lp_join_foot .howto_lead {
  color: #004099;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_foot {
    padding: 100px 0;
  }
  .yokohama_lp_join_foot .howto_lead {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_foot .howto_list {
    width: 980px;
    margin: 0 auto;
  }
  .yokohama_lp_join_foot .howto_list li + li {
    padding-top: 20px;
  }
}
.yokohama_lp_join_foot .howto_list li + li {
  padding-top: 10px;
}
.yokohama_lp_join_foot .howto_list .quest {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #004099;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-radius: 32px;
  padding: 5px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_foot .howto_list .quest {
    padding: 10px;
    border-radius: 40px;
  }
}
.yokohama_lp_join_foot .howto_list .quest::after {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 2rem;
}
.yokohama_lp_join_foot .howto_list .quest.open::after {
  content: "\f068";
}
.yokohama_lp_join_foot .howto_list .quest .quest_icon {
  display: block;
  background: #fff;
  border-radius: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: url(../images/icon_home.svg) no-repeat center center #fff;
  background-size: auto;
  margin-right: 10px;
}
.yokohama_lp_join_foot .howto_list .quest .quest_icon.shop {
  background: url(../images/icon_shop.svg) no-repeat center center #fff;
}
.yokohama_lp_join_foot .howto_list .quest .quest_icon.mail {
  background: url(../images/icon_mail.svg) no-repeat center center #fff;
}
.yokohama_lp_join_foot .howto_list .answer {
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.yokohama_lp_join_foot .howto_list .answer a {
  color: #E60039;
  text-decoration: underline;
}
.yokohama_lp_join_foot .howto_list .answer .midashi {
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 4px 20px;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_foot .howto_list .answer .midashi {
    font-size: 1.8rem;
  }
}
.yokohama_lp_join_foot .howto_list .answer .txtP {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_join_foot .howto_list .answer .txtP {
    font-size: 1.6rem;
  }
  .yokohama_lp_join_foot .howto_list .answer .txtP .attention {
    font-size: 1.2rem;
  }
}
.yokohama_lp_join_foot .howto_list .answer .txtP + .attention {
  padding-top: 0;
}

.txt_links {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  color: #023276;
}

.imgSoon {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .imgSoon {
    width: 80%;
  }
}

.yokohama_lp_value {
  background: #fff;
  padding: 0 0 40px;
  text-align: center;
}
.yokohama_lp_value .yokohama_lp_sec_title {
  background: none;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_value .yokohama_lp_sec_title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
    align-items: -ms- flex-end;
    align-items: -webkit- flex-end;
    align-items: flex-end;
    gap: 20px;
    width: 980px;
    margin: 0 auto;
  }
}
.yokohama_lp_value .tbl_benefit_pc {
  width: 980px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
}
.yokohama_lp_value .tbl_benefit_pc table {
  width: 100%;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th {
  position: sticky;
  top: 0;
  width: 8.5714285714%;
  border: none;
  padding: 20px 0px;
  min-height: 76px;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 70px;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:first-child {
  width: 25%;
  background: #DDDDDD;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:nth-child(2) {
  background: #000000;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:nth-child(3) {
  background: #BF9C46;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:nth-child(4) {
  background: #838383;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:nth-child(5) {
  background: #003288;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:last-child {
  border-right: none;
  background: #002E6E;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:nth-child(n+2):nth-child(-n+5) {
  padding: 20px 0 0;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:nth-child(n+2):nth-child(-n+5) table {
  width: 100%;
  margin-top: 20px;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:nth-child(n+2):nth-child(-n+5) table tr th {
  width: 50%;
  padding: 10px;
  min-height: 76px;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: none;
  background: none;
  color: #fff;
}
.yokohama_lp_value .tbl_benefit_pc table thead tr th:nth-child(n+2):nth-child(-n+5) table tr th:last-child {
  border-right: none;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr th, .yokohama_lp_value .tbl_benefit_pc table tbody tr td {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 8px 14px;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr th span, .yokohama_lp_value .tbl_benefit_pc table tbody tr td span {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr th {
  font-size: 1.4rem;
  background: #BAC5CA;
  color: #000;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-weight: normal;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr th.titY {
  color: #fff;
  font-size: 1.4rem;
  background: #758C96;
  padding: 0 5px;
  border-right: 1px solid #fff;
  font-weight: bold;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr th.titY.eventTh {
  background: #858585;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr th.titY.otherTh {
  background: #51585B;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr th.eventTh {
  background: #C2C2C2;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr th.otherTh {
  background: #979B9D;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td {
  background: #DDDDDD;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 1.4rem;
  text-align: center;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td:first-of-type {
  color: #000000;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td:nth-of-type(2) {
  color: #BF9C46;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td:nth-of-type(3) {
  color: #838383;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td:nth-of-type(4), .yokohama_lp_value .tbl_benefit_pc table tbody tr td:nth-of-type(5) {
  color: #003288;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td:last-child {
  border-right: none;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:nth-child(3), .yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:nth-child(4) {
  color: #000000;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:nth-child(5), .yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:nth-child(6) {
  color: #BF9C46;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:nth-child(7), .yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:nth-child(8) {
  color: #838383;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:nth-child(9), .yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:nth-child(10) {
  color: #003288;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt:last-child {
  border-right: none;
  color: #003288;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:nth-child(2), .yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:nth-child(3) {
  color: #000000;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:nth-child(4), .yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:nth-child(5) {
  color: #BF9C46;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:nth-child(6), .yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:nth-child(7) {
  color: #838383;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:nth-child(8), .yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:nth-child(9) {
  color: #003288;
}
.yokohama_lp_value .tbl_benefit_pc table tbody tr td.sprt2:last-child {
  border-right: none;
  color: #003288;
}
.yokohama_lp_value .tbl_benefit_sp {
  text-align: center;
  margin: 0 auto 10px;
  font-size: 1.4rem;
  color: #fff;
  height: 500px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in;
}
.yokohama_lp_value .tbl_benefit_sp::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.2s ease-in;
}
.yokohama_lp_value .tbl_benefit_sp.active {
  margin-bottom: 80px;
}
.yokohama_lp_value .tbl_benefit_sp.active::before {
  opacity: 0;
  visibility: hidden;
}
.yokohama_lp_value .tbl_benefit_sp.active .btn_more {
  bottom: -50px;
}
.yokohama_lp_value .tbl_benefit_sp .btn_more {
  position: absolute;
  color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  padding: 0 10px 5px;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
}
.yokohama_lp_value .tbl_benefit_sp table {
  width: calc(100% - 1px);
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th {
  position: sticky;
  top: 0;
  width: 16.6666666667%;
  border: none;
  padding: 30px 0px;
  min-height: 76px;
  font-size: 1rem;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:first-child {
  width: 10%;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(2) {
  background: #000000;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(3) {
  background: #BF9C46;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(4) {
  background: #838383;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(5) {
  background: #003288;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(6) {
  background: #002E6E;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:last-child {
  border-right: none;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(n+2):nth-child(-n+5) {
  padding: 20px 0 0;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(n+2):nth-child(-n+5) table {
  width: 100%;
  margin-top: 20px;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(n+2):nth-child(-n+5) table tr th {
  width: 50%;
  padding: 5px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: none;
  background: none;
  color: #fff;
}
.yokohama_lp_value .tbl_benefit_sp table thead tr th:nth-child(n+2):nth-child(-n+5) table tr th:last-child {
  border-right: none;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th, .yokohama_lp_value .tbl_benefit_sp table tbody tr td {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 8px 10px;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th span, .yokohama_lp_value .tbl_benefit_sp table tbody tr td span {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th {
  font-size: 1rem;
  background: #BAC5CA;
  color: #000;
  border-bottom: 1px solid #fff;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th.titY {
  color: #fff;
  font-size: 1rem;
  background: #758C96;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th.titY span {
  white-space: pre;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th.titY.eventTh {
  background: #858585;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th.titY.otherTh {
  background: #51585B;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th.eventTh {
  background: #C2C2C2;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr th.otherTh {
  background: #979B9D;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td {
  background: #DDDDDD;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 1rem;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td:first-child {
  color: #000000;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td:nth-child(2) {
  color: #BF9C46;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td:nth-child(3) {
  color: #838383;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td:nth-child(4), .yokohama_lp_value .tbl_benefit_sp table tbody tr td:nth-child(5) {
  color: #003288;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td:last-child {
  border-right: none;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:first-child, .yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:nth-child(2) {
  color: #000000;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:nth-child(3), .yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:nth-child(4) {
  color: #BF9C46;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:nth-child(5), .yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:nth-child(6) {
  color: #838383;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:nth-child(7), .yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:nth-child(8) {
  color: #003288;
}
.yokohama_lp_value .tbl_benefit_sp table tbody tr td.sprt:last-child {
  border-right: none;
  color: #003288;
}
.yokohama_lp_value a {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.yokohama_lp_value a img {
  width: 90%;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_value a {
    display: inline-block;
    width: 31.5%;
  }
  .yokohama_lp_value a img {
    width: auto;
    margin: 60px auto;
  }
}

.yokohama_lp_next_item02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}

.smallP {
  margin: -7px 0;
}
.smallP.dateBox .dateP span {
  font-size: 30px;
  margin-right: 5px;
}

.yokohama_lp_next_list .orP {
  text-align: center;
  font-size: 12px;
  margin: -5px 0;
}

.yokohama_lp_btn {
  margin-top: 32px;
  text-align: center;
}

/*yokohama_lp_last*/
.yokohama_lp_last {
  padding: 80px 0;
}
.yokohama_lp_last .yokohama_lp_inner {
  max-width: 600px;
}
.yokohama_lp_last li.slick-active button:before {
  background: #E60039 !important;
}

.yokohama_lp_last_slick .slick-list {
  overflow: visible;
}

.yokohama_lp_last_slist {
  max-width: 544px;
  /*max-width: none;*/
  margin: 0 40px;
}
.yokohama_lp_last_slist a {
  display: block;
}
.yokohama_lp_last_slist img {
  height: auto;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  /* .yokohama_lp_anchor {
    padding: 40px 0;
  } */
  .yokohama_lp_anchor_ul {
    margin-top: 0;
  }
  .yokohama_lp_anchor_ul a {
    line-height: 1.2;
  }
}
/*20241010*/
.yokohama_lp_header_top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5rem;
  z-index: 100;
  background: #004098;
  padding: 5px 0 0 16px;
}

.header_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-right: 5rem;
}

.header_join_btn {
  color: #fff;
  border-radius: 20px;
  background: #E60039;
  padding: 3px 13px;
  font-size: 1rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header_join_btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    min-height: 70px;
    min-width: 175px;
    font-size: 1.6rem;
  }
}

.header_join_btn_start {
  color: #fff;
  border-radius: 20px;
  background: #838383;
  padding: 3px 13px;
  font-size: 1rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header_join_btn_start {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    min-height: 70px;
    min-width: 175px;
    font-size: 1.6rem;
  }
}

.menu_icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
  height: 100%;
  cursor: pointer;
  background: url(../images/menu.svg) no-repeat center center #004099;
  background-size: 5rem auto;
}

.opened .menu_icon {
  background: url(../images/menu_close.svg) no-repeat center center;
  background-size: 100% auto;
  background-size: 4.5rem auto;
}
.opened .yokohama_lp_header_top {
  opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
  .global_nav {
    position: fixed;
    width: auto;
    right: -100%;
    top: 50px;
    height: calc(100vh - 50px - 60px);
    padding: 30px 24px;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .opened .global_nav {
    right: 0;
  }
  .global_nav .nav_list li {
    border-bottom: 1px solid #004099;
  }
  .global_nav .nav_list li + li {
    margin-top: 17px;
  }
  .global_nav .nav_list li a {
    display: block;
    padding-bottom: 2px;
  }
  .global_nav .nav_list .eng {
    color: #004099;
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: "Teko", sans-serif;
    margin-top: 3px;
  }
  .global_nav .nav_list .eng::first-letter {
    color: #E60039;
  }
  .global_nav .nav_list .jap {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    color: #004098;
  }
  /*　上に上がる動き　*/
  .yokohama_lp_header_top.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  .yokohama_lp_header_top.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes UpAnime {
    from {
      transform: translateY(45px);
    }
    to {
      transform: translateY(0px);
    }
  }
  /*　下に下がる動き　*/
  @keyframes DownAnime {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(45px);
    }
  }
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_header_top {
    /*display: none!important;*/
  }
}
.yokohama_lp_line {
  display: flex;
  justify-content: center;
}
.yokohama_lp_line.mrt {
  margin-top: 40px;
}
.yokohama_lp_line.mrb {
  margin-bottom: 40px;
}
.yokohama_lp_line.mrc {
  margin-top: 0px;
  margin-bottom: 40px;
}

.yokohama_lp_anchor_slist {
  width: 470px;
  margin-right: 40px;
}

/*event*/
.blueBg {
  background: #023276;
}

/* .yokohama_lp_access,{
  padding: 120px 0 0;
} */
.yokohama_lp_ticket {
  padding-bottom: 1px;
}

.yokohama_lp_goods_slick .slick-dots li button:before,
.yokohama_lp_last_slick .slick-dots li button:before {
  background: #fff;
}

.yokohama_lp_event_slick .slick-track,
.yokohama_lp_gourmet_slick .slick-track,
.yokohama_lp_goods_slick .slick-track {
  display: flex;
}

.yokohama_lp_event_slick .slick-slide,
.yokohama_lp_gourmet_slick .slick-slide,
.yokohama_lp_goods_slick .slick-slide {
  position: relative;
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .yokohama_lp_footer_ul li.teams {
    display: flex;
    justify-content: space-between;
  }
}
/*0227*/
.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slick-dots li {
  float: none;
}

.yokohama_lp_header_top {
  border-bottom: 2px solid #fff;
}

@media only screen and (min-width: 768px) {
  .opened .yokohama_lp_header_top {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
  .yokohama_lp_header_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    height: 70px;
    top: 0px !important;
    padding: 0 20px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    border-bottom: 1px solid #fff;
  }
  .header_logo img {
    height: 35px;
  }
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header_logo img {
    height: 58px;
  }
}
@media only screen and (min-width: 768px) {
  .menu_icon {
    display: none;
  }
  .global_nav {
    height: 100%;
  }
  .global_nav .nav_list {
    display: flex;
    align-items: center;
    margin-right: 155px;
    height: 100%;
  }
  .global_nav .nav_list li {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .global_nav .nav_list li.bgwht {
    background-color: #fff;
  }
  .global_nav .nav_list li a {
    display: block;
    padding: 4px 0;
    text-align: left;
    transition: all 0.2s ease-in;
  }
  .global_nav .nav_list li a:hover {
    opacity: 0.7;
  }
  .global_nav .nav_list .eng {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .global_nav .nav_list .eng {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav .nav_list .eng2 {
    color: #004098;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .global_nav .nav_list .eng2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .global_nav .nav_list .jap {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
  }
  .global_nav .nav_list .jap2 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: bold;
    color: #004098;
    margin-bottom: 0;
  }
  .yokohama_lp_header_top.UpMove {
    /*animation: UpAnime 0.5s forwards;*/
  }
  .yokohama_lp_header_top.DownMove {
    /*animation: DownAnime 0.5s forwards;*/
  }
  @keyframes UpAnime {
    from {
      transform: translateY(60px);
    }
    to {
      transform: translateY(0px);
    }
  }
  @keyframes DownAnime {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(60px);
    }
  }
}
.yokohama_lp_faq {
  padding: 80px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_faq {
    padding: 0;
  }
  .yokohama_lp_faq li .answer {
    padding: 4px 0 0 60px;
  }
}
.yokohama_lp_faq .yokohama_lp_sec_title {
  background: none;
}
.yokohama_lp_faq .yokohama_lp_sec_title .jap, .yokohama_lp_faq .yokohama_lp_sec_title .eng {
  color: #004099;
}
.yokohama_lp_faq .yokohama_lp_inner {
  max-width: 790px;
}
.yokohama_lp_faq .list > li + li {
  margin-top: 10px;
}
.yokohama_lp_faq li {
  background: #fff;
  padding: 5px;
  border-bottom: 1px solid #707070;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_faq li {
    padding: 10px;
  }
}
.yokohama_lp_faq li .quest {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 28px 8px 40px;
  min-height: 24px;
  background: url("../images/faq_icon_Q.png") no-repeat left top;
  background-size: 24px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_faq li .quest {
    font-size: 18px;
  }
}
.yokohama_lp_faq li .quest:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #004099;
  font-family: "Font Awesome 5 Free";
}
.yokohama_lp_faq li .quest.open:after {
  content: "\f068";
}
.yokohama_lp_faq li .answer {
  position: relative;
  margin-top: 8px;
  padding: 4px 28px 0 40px;
  background: url("../images/faq_icon_A.png") no-repeat left top;
  font-weight: 400;
  font-size: 1.4rem;
  background-size: 24px;
  text-align: left;
  display: none;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_faq li .answer {
    font-size: 16px;
  }
}
.yokohama_lp_faq li .answer p {
  margin-bottom: 16px;
}
.yokohama_lp_faq li .btn {
  text-align: right;
}
.yokohama_lp_faq .link_area {
  padding: 40px 0;
}
.yokohama_lp_faq .link_area > li {
  border-bottom: none !important;
  padding: 0;
}
.yokohama_lp_faq .link_area > li + li {
  margin-top: 20px;
}

.yokohama_lp_appeal {
  background: url("../images/bg_appeal_pc.png") no-repeat center top #004099;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid #fff;
}
.yokohama_lp_appeal .img_box {
  padding: 0 30%;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_appeal {
    background: url("../images/bg_appeal_sp.png") no-repeat center top #004099;
    background-size: auto;
    padding: 40px 0;
  }
  .yokohama_lp_appeal .img_box {
    padding: 0 15%;
  }
}
.yokohama_lp_appeal a {
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_appeal a {
    width: 61%;
  }
}
.yokohama_lp_appeal a img {
  margin: 0 auto;
}

/* -------------------------------
//第二階層
------------------------------- */
.yokohama_lp_contents {
  padding: 80px 0;
  overflow-x: hidden;
  background: url(../images/line_trc_x.png) repeat-x center top;
}
#premium .yokohama_lp_contents {
  background: url(../images/line_trc_x.png) repeat-x center top #000000;
  background-size: 40%;
}
#gold .yokohama_lp_contents {
  background: url(../images/line_trc_x.png) repeat-x center top #BF9C46;
  background-size: 40%;
}
#regular .yokohama_lp_contents {
  background: url(../images/line_trc_x.png) repeat-x center top #838383;
  background-size: 40%;
}
#junior .yokohama_lp_contents {
  background: url(../images/line_trc_x.png) repeat-x center top #003288;
  background-size: 40%;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents {
    padding: 0 0 40px;
    background: url(../images/line_trc_x.png) repeat-x center top;
    background-size: contain;
    overflow-x: hidden;
  }
  #premium .yokohama_lp_contents {
    background: url(../images/line_trc_x.png) repeat-x center top #000000;
    background-size: contain;
  }
  #gold .yokohama_lp_contents {
    background: url(../images/line_trc_x.png) repeat-x center top #BF9C46;
    background-size: contain;
  }
  #regular .yokohama_lp_contents {
    background: url(../images/line_trc_x.png) repeat-x center top #838383;
    background-size: contain;
  }
  #junior .yokohama_lp_contents {
    background: url(../images/line_trc_x.png) repeat-x center top #003288;
    background-size: contain;
  }
}
.yokohama_lp_contents .yokohama_lp_sec_title {
  background: none, none;
  color: #fff;
}
.yokohama_lp_contents.bg_common {
  background: #fff !important;
}
.yokohama_lp_contents.bg_common .yokohama_lp_sec_title {
  color: #000;
}
.yokohama_lp_contents.bg_premium .yokohama_lp_contents_list {
  padding: 0;
  background: url(../images/premium/bg_pre_card.png) repeat center bottom;
  background-size: 100%;
}
.yokohama_lp_contents.bg_premium .yokohama_lp_contents_list .contP {
  padding-bottom: 20px;
  color: #fff;
}
.yokohama_lp_contents.bg_premium .yokohama_lp_contents_list .contP .icon_lottery {
  border: 1px solid #fff;
}
.yokohama_lp_contents .slick-list {
  overflow: visible;
}
.yokohama_lp_contents .link_area {
  padding: 60px 0 0;
  text-align: center;
}
.yokohama_lp_contents .link_area .txtP {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents .link_area {
    padding: 30px 0 0;
  }
  .yokohama_lp_contents .link_area .txtP {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.contents_wrapper {
  width: 100%;
}
.contents_wrapper + .contents_wrapper {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .contents_wrapper + .contents_wrapper {
    padding-top: 100px;
  }
}
.contents_wrapper + .link_area {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .contents_wrapper + .link_area {
    padding-top: 100px;
  }
}

.yokohama_lp_contents_list, .fancybox_wrap {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 20px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.yokohama_lp_contents_list.fancybox_premium, .fancybox_wrap.fancybox_premium {
  background: url(../images/premium/bg_pre_card.png) repeat center bottom;
  background-size: 100%;
}
.yokohama_lp_contents_list.learge, .fancybox_wrap.learge {
  margin: 0 auto;
  max-width: 50%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_list.learge, .fancybox_wrap.learge {
    margin: 0 5%;
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.yokohama_lp_contents_list .yokohama_lp_contents_list_L .yokohama_lp_contents_list, .fancybox_wrap .yokohama_lp_contents_list_L .yokohama_lp_contents_list {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 20px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 auto;
  max-width: 50%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_list .yokohama_lp_contents_list_L .yokohama_lp_contents_list, .fancybox_wrap .yokohama_lp_contents_list_L .yokohama_lp_contents_list {
    margin: 0 5%;
    max-width: 90%;
    margin-bottom: 30px;
  }
}
.yokohama_lp_contents_list h3, .fancybox_wrap h3 {
  margin-bottom: 15px;
}
.yokohama_lp_contents_list .contP, .fancybox_wrap .contP {
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_contents_list .contP, .fancybox_wrap .contP {
    padding: 25px 25px;
  }
}
.yokohama_lp_contents_list .imgP, .fancybox_wrap .imgP {
  position: relative;
}
.yokohama_lp_contents_list .imgP img, .fancybox_wrap .imgP img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.yokohama_lp_contents_list .imgP .icon_premium, .fancybox_wrap .imgP .icon_premium {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  background: url(../images/bg_i_premium.png) no-repeat center 50%;
  background-size: cover;
}
.yokohama_lp_contents_list .imgP .icon_premium span, .fancybox_wrap .imgP .icon_premium span {
  font-size: 1.6rem;
}
.yokohama_lp_contents_list .imgP .icons, .fancybox_wrap .imgP .icons {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.yokohama_lp_contents_list .imgP .icons .icon_premium2, .yokohama_lp_contents_list .imgP .icons .icon_continue, .yokohama_lp_contents_list .imgP .icons .icon_new, .fancybox_wrap .imgP .icons .icon_premium2, .fancybox_wrap .imgP .icons .icon_continue, .fancybox_wrap .imgP .icons .icon_new {
  display: block;
  position: relative;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 3px 10px;
  background: url(../images/bg_i_premium.png) no-repeat center 50%;
  background-size: cover;
}
.yokohama_lp_contents_list .imgP .icons .icon_premium2 span, .yokohama_lp_contents_list .imgP .icons .icon_continue span, .yokohama_lp_contents_list .imgP .icons .icon_new span, .fancybox_wrap .imgP .icons .icon_premium2 span, .fancybox_wrap .imgP .icons .icon_continue span, .fancybox_wrap .imgP .icons .icon_new span {
  font-size: 1.6rem;
}
.yokohama_lp_contents_list .imgP .icons .icon_continue, .fancybox_wrap .imgP .icons .icon_continue {
  background: url(../images/bg_i_continue.png) no-repeat center 50%;
  background-size: cover;
}
.yokohama_lp_contents_list .imgP .icons .icon_new, .fancybox_wrap .imgP .icons .icon_new {
  background: url(../images/bg_i_new.png) no-repeat center 50%;
  background-size: cover;
}
.yokohama_lp_contents_list .btnP, .fancybox_wrap .btnP {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.yokohama_lp_contents_list .btnP a, .fancybox_wrap .btnP a {
  font-size: 1.2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  column-gap: 5px;
}
.yokohama_lp_contents_list .btnP a i, .fancybox_wrap .btnP a i {
  font-size: 1.4rem;
}
.yokohama_lp_contents_list .btnP a.wht, .fancybox_wrap .btnP a.wht {
  color: #fff;
}
.yokohama_lp_contents_list .titP, .fancybox_wrap .titP {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.yokohama_lp_contents_list .titP span, .fancybox_wrap .titP span {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
}
.yokohama_lp_contents_list .titP.wht, .fancybox_wrap .titP.wht {
  color: #fff;
}
.yokohama_lp_contents_list .txtP, .fancybox_wrap .txtP {
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .yokohama_lp_contents_list .txtP, .fancybox_wrap .txtP {
    font-size: 1.6rem;
  }
}
.yokohama_lp_contents_list .txtP a, .fancybox_wrap .txtP a {
  color: #E60039;
  text-decoration: underline;
}
.yokohama_lp_contents_list .txtP.wht, .fancybox_wrap .txtP.wht {
  color: #fff;
}
.yokohama_lp_contents_list .icon_box, .fancybox_wrap .icon_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin: 0 10px 10px 0;
  column-gap: 10px;
}
.yokohama_lp_contents_list .icon_event, .yokohama_lp_contents_list .icon_goods, .yokohama_lp_contents_list .icon_other, .yokohama_lp_contents_list .icon_contn, .yokohama_lp_contents_list .icon_new, .fancybox_wrap .icon_event, .fancybox_wrap .icon_goods, .fancybox_wrap .icon_other, .fancybox_wrap .icon_contn, .fancybox_wrap .icon_new {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  background: #858585;
}
.yokohama_lp_contents_list .icon_goods, .fancybox_wrap .icon_goods {
  background: #758C96;
}
.yokohama_lp_contents_list .icon_other, .fancybox_wrap .icon_other {
  background: #51585B;
}
.yokohama_lp_contents_list .icon_contn, .fancybox_wrap .icon_contn {
  background: #004099;
}
.yokohama_lp_contents_list .icon_new, .fancybox_wrap .icon_new {
  background: #E60039;
}
.yokohama_lp_contents_list .icon_lottery, .fancybox_wrap .icon_lottery {
  font-size: 1rem;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #000;
}

.yokohama_lp_contents_slick.card1 {
  width: 280px;
  margin: 0 auto;
}
.yokohama_lp_contents_slick.card2 {
  width: 570px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick.card2 {
    width: auto;
    margin: 0 auto 24px 13%;
  }
}
.yokohama_lp_contents_slick.card2_large {
  width: 1150px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick.card2_large {
    width: auto;
    margin: 0 auto 24px 13%;
  }
}
.yokohama_lp_contents_slick.card3 {
  width: 860px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick.card3 {
    width: auto;
    margin: 0 auto 24px 13%;
  }
}
.yokohama_lp_contents_slick.card4 {
  width: 1150px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick.card4 {
    width: auto;
    margin: 0 auto 24px 13%;
  }
}

.yokohama_lp_contents_slick_L2.card2_large, .yokohama_lp_contents_slick_L3.card2_large {
  width: 1025px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick_L2.card2_large, .yokohama_lp_contents_slick_L3.card2_large {
    width: auto;
    margin: 0 auto 24px 13%;
  }
}

.yokohama_lp_contents_slick .yokohama_lp_contents_list {
  max-width: 270px;
  margin: 0 10px;
  height: fit-content;
}
.yokohama_lp_contents_slick .yokohama_lp_contents_list .txtP {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.yokohama_lp_contents_slick_L .yokohama_lp_contents_list {
  max-width: 500px;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick_L .yokohama_lp_contents_list {
    max-width: 320px;
    margin: 0 10px;
  }
}

.yokohama_lp_contents_slick_L + .yokohama_lp_contents_slick {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick_L + .yokohama_lp_contents_slick {
    margin-top: 80px;
  }
}

.yokohama_lp_contents_slick_L2 .yokohama_lp_contents_list {
  max-width: 500px;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick_L2 .yokohama_lp_contents_list {
    max-width: 320px;
    margin: 0 10px;
  }
}

.yokohama_lp_contents_slick_L3 .yokohama_lp_contents_list {
  max-width: 500px;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .yokohama_lp_contents_slick_L3 .yokohama_lp_contents_list {
    max-width: 320px;
    margin: 0 10px;
  }
}

/*fancy*/
.hide {
  display: none;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-skin {
  background: #fff !important;
  color: #000;
}

.fancybox-close {
  position: absolute;
  top: 3px;
  right: 3px;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background: url(../images/close_fancy.svg) no-repeat center center;
  background-size: auto;
}

.fancybox_wrap {
  max-width: 600px;
}
.fancybox_wrap .contP {
  padding: 30px 24px;
}
.fancybox_wrap .itemP + .itemP {
  margin-top: 24px;
}
.fancybox_wrap .imgP img {
  width: 100%;
}

/* -------------------------------
//contents
------------------------------- */
.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.hide {
  display: none !important;
}

.mfp-container .hide {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .pcDISP {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .spDISP {
    display: none !important;
  }
}