@charset "utf-8";

/* !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,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
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;
}
.video {
  aspect-ratio: 16/9;
}
figure small {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  figure small {
    left: unset;
    right: 0;
    transform: translateY(210%);
  }
}

/* !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*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.8s !important;
  -moz-transition: all 0.8s !important; /* Firefox */
  -webkit-transition: all 0.8s !important; /* Chrome&Safari */
}
a:hover {
  transition: all 0.8s !important;
  -moz-transition: all 0.8s !important; /* Firefox */
  -webkit-transition: all 0.8s !important;
}
.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: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
.font_roboto {
  font-family: "Roboto", sans-serif;
}
.font_rob_cond {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.hide {
  display: none;
}

/* ページ内リンク */
.anchor_top .info {
  text-align: center;
}
.anchor_top .info .tit {
  padding-bottom: 14px;
  background: url(../image/ico_line_colors.svg) no-repeat center bottom;
  min-width: 150px;
  font-size: 2.8rem;
  font-weight: bold;
}
.anchor_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 12rem;
}
.anchor_top .yokohama_lp_anchors {
  display: flex;
  justify-content: center;
  padding: 2.4rem;
  text-align: center;
  background-color: transparent;
  width: 90%;
  max-width: 1080px;
}
.anchor_top .yokohama_lp_anchors a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
  margin: 0 0.8rem;
  width: 40%;
  height: 12rem;
  border-radius: 3px;
  border: 1px solid #bf9c48;
  background: url("../image/icon_down_wh.svg") no-repeat center bottom 2rem
    #003288;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
.anchor_top .yokohama_lp_anchors a:hover {
  opacity: 0.7;
}
.anchor_top .yokohama_lp_anchors.bottom a {
  background: #003288;
}
@media screen and (max-width: 767px) {
  .anchor_top .info .tit {
    padding-bottom: 14px;
    background-size: 105px;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .anchor_top .yokohama_lp_anchors {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 0.8rem;
    padding: 2.4rem 1.2rem;
  }
  .anchor_top .yokohama_lp_anchors a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    margin: 0 0.4rem;
    width: calc(100% / 2 - 0.8rem);
    height: 10rem;
    border-radius: 3px;
    border: 1px solid #bf9c48;
    background: url("../image/icon_down_wh.svg") no-repeat center bottom 1rem
      #003288;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
  }
}

/* !yokohama_lp_wrapper
---------------------------------------------------------- */
#yokohama_lp_wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1048px;
  width: 100%;
  min-height: 100vh;
}
#yokohama_lp_wrapper.home {
  padding: 24px;
  background: #003f97;
}

body.is-popup {
  height: 100vh;
  overflow: hidden;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #yokohama_lp_wrapper {
    min-width: 100%;
  }
  #yokohama_lp_wrapper.home {
    padding: 14px;
  }
}

/* !header
---------------------------------------------------------- */
#yokohama_lp_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 104px;
  background: #fff;
  border-bottom: 4px solid #bca477;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 50;
  width: 100%;
}
.home #yokohama_lp_header {
  justify-content: flex-start;
}
#yokohama_lp_headlogo {
  margin-right: 30px;
}
.yokohama_lp_headLinks {
  display: flex;
  align-items: center;
}
.yokohama_lp_headLinks a {
  margin: 0 25px;
  padding: 2px 8px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
.yokohama_lp_headLinks a.on,
.yokohama_lp_headLinks a:hover {
  border-color: #e60038;
}
#yokohama_lp_header .btn {
  border-bottom: 0;
}
.home #yokohama_lp_header .cv {
  position: fixed;
  right: 40px;
  bottom: -100px;
  z-index: 5;
}
.yokohama_lp_btn_menu {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 3;
  padding: 11px;
  background: #003f97;
}
.yokohama_lp_btn_menu span {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  margin: 3px auto;
  width: 18px;
  height: 2px;
  background: #fff;
}
.yokohama_lp_btn_menu.active span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.yokohama_lp_btn_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.yokohama_lp_btn_menu.active span:last-child {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -moz-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
#yokohama_lp_navi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  transform: translateX(100%);
  transition: all 0.5s;
  padding: 110px 60px;
  width: 100%;
  max-width: 560px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
}
#yokohama_lp_navi.open {
  transform: translateX(0%);
}
#yokohama_lp_navi li {
  margin-bottom: 20px;
  line-height: 1.2;
}
#yokohama_lp_navi li .eng {
  display: block;
  color: #e60038;
  font-size: 2.4rem;
}
#yokohama_lp_navi li .jap {
  display: inline-block;
  padding-right: 20px;
  background: url(../image/ico_link.png) no-repeat right center;
  color: #003f97;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1360px) {
  #yokohama_lp_header {
    padding: 0 20px;
  }
  #yokohama_lp_headlogo {
    margin-right: 15px;
  }
  #yokohama_lp_headlogo img {
    height: 55px;
  }
  .yokohama_lp_headLinks a {
    margin: 0 12px;
    padding: 2px 5px;
  }
  #yokohama_lp_header .btn img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #yokohama_lp_header {
    display: block;
    padding: 0 14px;
    height: auto;
    border-bottom: 0;
  }
  #yokohama_lp_headlogo {
    margin: 0;
    padding: 8px 0;
  }
  #yokohama_lp_headlogo img {
    height: 44px;
  }
  .yokohama_lp_headLinks {
    display: flex;
    padding: 4px 14px;
    margin: 0 -14px;
    background: #bca477;
    text-align: center;
    justify-content: space-around;
  }
  .yokohama_lp_headLinks a {
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
  }
  #yokohama_lp_header .btn {
    position: absolute;
    right: 14px;
    top: 10px;
    padding: 0;
  }
  #yokohama_lp_header .btn img {
    height: 40px;
  }
  .home #yokohama_lp_header .cv {
    right: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .yokohama_lp_btn_menu {
    right: 14px;
    top: 36%;
  }
  #yokohama_lp_navi {
    padding: 50px 32px 100px;
  }
}

/* ! common
---------------------------------------------------------- */
.yokohama_lp_mainVisual .kv img {
  width: 100%;
}
.yokohama_lp_mainVisual .kv {
  padding: 40px;
}
.family .yokohama_lp_mainVisual .kv {
  background: #fcd2d2;
}
.friends .yokohama_lp_mainVisual .kv {
  background: #e1ebf8;
}
.home .yokohama_lp_mainVisual .kv {
  padding: 0;
}
.yokohama_lp_mainVisual .mainslide {
  position: relative;
  height: 200px;
}
.yokohama_lp_mainVisual .mainslide .scrollImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent url(../image/mainslider.jpg) repeat-x center center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  -webkit-animation: slide 40s linear infinite;
  animation: slide 40s linear infinite;
  -moz-animation: slide 40s linear infinite;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  will-change: background-position;
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1439px 0;
  }
}
.yokohama_lp_mainVisual .tit {
  position: absolute;
  left: 80px;
  bottom: 80px;
}
.yokohama_lp_mainVisual .tit span {
  display: inline-block;
  font-weight: bold;
}
.yokohama_lp_mainVisual .tit .p1 {
  padding: 11px 36px;
  background: #e60038;
  border: 1px solid #fff;
  box-shadow: 6px 6px 0 #fff;
  color: #fff;
  font-size: 3.4rem;
}
.yokohama_lp_mainVisual .tit .p2 {
  margin-top: 33px;
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #e60038;
  box-shadow: 7px 7px 0 #e60038;
  color: #e60038;
  font-size: 2.8rem;
}
.friends .yokohama_lp_mainVisual .tit .p1 {
  background: #003f97;
}
.friends .yokohama_lp_mainVisual .tit .p2 {
  border: 1px solid #003f97;
  box-shadow: 7px 7px 0 #003f97;
  color: #003f97;
}

.yokohama_lp_inner {
  margin: 0 auto;
  max-width: 1000px;
}
.yokohama_lp_inner.inner2 {
  max-width: 700px;
}

.yokohama_lp_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
.yokohama_lp_title .eng {
  display: block;
  transform: translateX(-25%);
  background: url(../image/ico_ttl.svg) no-repeat center;
  background-size: auto 100%;
  line-height: 1.58;
  color: #e60038;
  text-transform: uppercase;
  font-size: 12.4rem;
}
.yokohama_lp_title .jap {
  display: inline-block;
  transform: translate(25%, -100%);
  padding: 5px 15px;
  background: #003f97;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
.yokohama_lp_title.st2 .eng {
  background-image: url(../image/ico_ttl_red.svg);
  color: #fff;
}
.yokohama_lp_title.st2 .jap {
  background: #fff;
  color: #111;
}

.bgGray {
  background: #f0f0f0;
}

.yokohama_lp_btns {
  margin-top: 120px;
  text-align: center;
}
.yokohama_lp_btns a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

.yokohama_lp_anchorarea {
  position: relative;
}
.yokohama_lp_anchorarea .anchor {
  position: absolute;
  top: -104px;
}

.yokohama_lp_anchors {
  padding: 10px 0 40px;
  background: #fff;
  text-align: center;
}
.yokohama_lp_anchors h2 {
  display: inline-block;
  transform: skewX(-10deg) translateY(50%);
  padding: 10px 49px;
  background: #fff;
  border: 1px solid #111;
}
.yokohama_lp_anchors h2 span {
  display: inline-block;
  transform: skewX(10deg);
  letter-spacing: -0.07em;
  font-size: 2.5rem;
  font-weight: bold;
}
.yokohama_lp_anchors .anchors {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 85px 0 66px;
  background: #bca477;
}
.yokohama_lp_anchors .anchors a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 25px;
  margin: 0 40px;
  width: 25%;
  max-width: 148px;
  height: 148px;
  background: url(../image/ico_down.png) no-repeat center 90% #fff;
  border: 1px solid #111;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  line-height: 1.27;
  font-size: 2.2rem;
  font-weight: bold;
}
.yokohama_lp_anchors .anchors .red {
  background-color: #e60038;
  background-image: url(../image/ico_down_white.png);
  color: #fff;
}
.yokohama_lp_anchors .anchors .blue {
  background-color: #003f97;
  background-image: url(../image/ico_down_white.png);
  color: #fff;
}
.yokohama_lp_anchors .anchors a:hover {
  opacity: 0.7;
}

.yokohama_lp_banner {
  clip-path: polygon(0% 200px, 100% 0%, 100% calc(100% - 200px), 0% 100%);
  position: relative;
  z-index: 5;
  padding-top: 36.75%;
  margin: -200px 0;
}
.yokohama_lp_banner img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  max-width: unset;
  object-position: 100% 57.5%;
  transform: scale(-1,1);
}

.yokohama_lp_banner.top img {
  width: 100%;
  height: 100%;
  transform: unset;
  object-position: top;
}

.yokohama_lp_contact {
  padding: 75px 16px;
  background: url(../image/bg_contact.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .yokohama_lp_mainVisual .kv {
    padding: 24px;
  }
  .yokohama_lp_mainVisual .mainslide {
    height: 120px;
  }
  .yokohama_lp_mainVisual .tit {
    left: 14px;
    bottom: 24px;
  }
  .yokohama_lp_mainVisual .tit .p1 {
    padding: 6px 10px;
    box-shadow: 3px 3px 0 #fff;
    font-size: 1.8rem;
  }
  .yokohama_lp_mainVisual .tit .p2 {
    margin-top: 9px;
    padding: 6px 10px;
    box-shadow: 3px 3px 0 #e60038;
    font-size: 1.3rem;
  }
  .friends .yokohama_lp_mainVisual .tit .p2 {
    box-shadow: 3px 3px 0 #003f97;
  }

  .yokohama_lp_title {
    margin-bottom: 0;
  }
  .yokohama_lp_title .eng {
    transform: translateX(-10%);
    line-height: 1.54;
    font-size: 7rem;
  }
  .yokohama_lp_title .jap {
    padding: 2px 10px 2.5px;
    font-size: 1.3rem;
  }

  .yokohama_lp_btns {
    margin-top: 30px;
  }
  .yokohama_lp_btns a {
    display: block;
    margin: 24px auto 0;
    max-width: 266px;
  }

  .yokohama_lp_anchors {
    padding: 0 0 10px;
  }
  .yokohama_lp_anchors h2 {
    transform: skewX(-15deg) translateY(50%);
    padding: 6px 28px;
  }
  .yokohama_lp_anchors h2 span {
    transform: skewX(15deg);
    font-size: 1.6rem;
  }
  .yokohama_lp_anchors .anchors {
    padding: 38px 8px;
  }
  .yokohama_lp_anchors .anchors a {
    padding: 0 0 15px;
    margin: 0 8px;
    width: 28%;
    max-width: 94px;
    height: 94px;
    background-size: 12px;
    font-size: 1.4rem;
  }

  .yokohama_lp_banner {
    clip-path: polygon(0% 65px, 100% 0%, 100% calc(100% - 65px), 0% 100%);
    position: relative;
    z-index: 5;
    padding-top: 64%;
    margin: -65px 0;
  }

  .yokohama_lp_contact {
    padding: 42px 40px;
  }
}

/* yokohama_lp_enjoy
-----------------------------------------------------------*/
.yokohama_lp_top {
  padding: 60px 16px;
  min-height: 600px;
  background: url(../image/bg_top.jpg) no-repeat center bottom;
  background-size: cover;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
}
.yokohama_lp_top .txt1 {
  color: #e60038;
  font-size: 7.3rem;
}
.yokohama_lp_top .txt2 {
  font-size: 9.2rem;
}
.yokohama_lp_top .txt3 {
  color: #003f97;
  font-size: 9.6rem;
}

.yokohama_lp_enjoy {
  position: relative;
}
.yokohama_lp_enjoy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
}
.yokohama_lp_enjoy .movie {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yokohama_lp_enjoy .movie .item {
  flex: 0 0 48%;
}
.yokohama_lp_enjoy .movie .img {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border: 8px solid #003f97;
}
.yokohama_lp_enjoy .movie .img img {
  transition: all 0.45s;
}
.yokohama_lp_enjoy .movie .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.45s;
  width: 20.3125%;
  height: 26.3888888889%;
  margin: auto;
  border-radius: min(1.0416666667vw, 0.6060606061vh);
  overflow: hidden;
  z-index: 0;
  background: #003f97;
  opacity: 0.8;
}
.yokohama_lp_enjoy .movie .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 34px solid #fff;
}
.yokohama_lp_enjoy .movie .blob {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  width: 100%;
  height: 100%;
  background: #003f97;
  border-radius: 100%;
  transition: all 0.45s;
  z-index: -1;
}
.yokohama_lp_enjoy .movie .img:hover img {
  transform: scale(1.1, 1.1);
}
.yokohama_lp_enjoy .movie .img:hover .icon {
  background-color: transparent;
  opacity: 1;
}
.yokohama_lp_enjoy .movie .img:hover .blob {
  top: 0;
}
.yokohama_lp_enjoy .movie .info {
  text-align: center;
}
.yokohama_lp_enjoy .movie .tit {
  padding-bottom: 14px;
  background: url(../image/ico_line_colors.svg) no-repeat center bottom;
  min-width: 150px;
  font-size: 2.8rem;
  font-weight: bold;
}
.yokohama_lp_enjoy .movie .link {
  display: block;
  margin-top: 24px;
}

/* fancybox */
body.compensate-for-scrollbar {
  margin-right: 0;
}
.fancybox-active #yokohama_lp_wrapper {
  /*height:100vh;*/
}

.fancybox-content {
  padding: 48px 0 0;
  background: transparent;
}
.yokohama_lp_iframe {
  width: 100vw;
  max-width: 720px;
}
.yokohama_lp_iframe iframe {
  width: 100%;
  height: 405px;
}
.fancybox-close-small {
  height: 38px;
  width: 38px;
  background: url(../image/ico_close.png) no-repeat center;
}
.fancybox-close-small svg {
  display: none;
}

.yokohama_lp_game {
  padding: 180px 0 100px;
  background: url(../image/game/bg_game.jpg) no-repeat center top;
  background-size: cover;
}
.yokohama_lp_game .slider {
  padding-bottom: 50px;
}
.yokohama_lp_game .item {
  padding: 0 20px;
  opacity: 0.6;
  transform: scale(0.8125, 0.8125);
  transition: all 0.5s;
  max-width: 360px;
}
.yokohama_lp_game .slick-active .item {
  opacity: 1;
  transform: scale(1, 1);
}
.yokohama_lp_game .slick-prev,
.yokohama_lp_game .slick-next {
  top: calc(50% - 25px);
}

.yokohama_lp_game .finish {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.yokohama_lp_game .finish strong {
  display: block;
  font-size: 32px;
  line-height: 2;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .yokohama_lp_top {
    padding: 40px 16px;
    min-height: 240px;
    background-image: url(../image/bg_top_sp.jpg);
  }
  .yokohama_lp_top .txt1 {
    font-size: 3.4rem;
  }
  .yokohama_lp_top .txt2 {
    font-size: 4.2rem;
  }
  .yokohama_lp_top .txt3 {
    font-size: 4.4rem;
  }

  .yokohama_lp_enjoy .movie {
    display: block;
  }
  .yokohama_lp_enjoy .movie .item {
    margin-bottom: 35px;
  }
  .yokohama_lp_enjoy .movie .img {
    margin-bottom: 14px;
    border-width: 4px 0;
  }
  .yokohama_lp_enjoy .movie .tit {
    min-width: 105px;
    background-size: 105px;
    font-size: 2.1rem;
  }
  .yokohama_lp_enjoy .movie .link {
    margin-top: 16px;
  }

  .yokohama_lp_game {
    padding: 70px 0 30px;
    background-image: url(../image/game/bg_game_sp.jpg);
  }
  .yokohama_lp_game .slider {
    padding-bottom: 25px;
  }
  .yokohama_lp_game .item {
    padding: 0;
    max-width: 200px;
  }

  .yokohama_lp_game .finish {
    font-size: 16px;
  }

  .yokohama_lp_game .finish strong {
    font-size: 22px;
  }

  .yokohama_lp_iframe {
    width: 100%;
  }
  .yokohama_lp_iframe iframe {
    height: 220px;
  }
}

/* yokohama_lp_ticket
-----------------------------------------------------------*/
.yokohama_lp_ticket {
  padding: 80px 0 280px;
  background: #f0f0f0;
}
.yokohama_lp_ticket .yokohama_lp_inner {
  max-width: 880px;
}
.yokohama_lp_sub {
  margin-bottom: 60px;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: center;
  font-size: 2.1rem;
}
.yokohama_lp_ticket .buy {
  margin-bottom: 40px;
  text-align: center;
}
.yokohama_lp_ticket .slider {
  padding-bottom: 60px;
}
.yokohama_lp_ticket .slider .item {
  vertical-align: top;
}
.yokohama_lp_ticket .slider .img {
  float: left;
  overflow: hidden;
  position: relative;
  padding: 18px;
  width: 46%;
  max-width: 400px;
  background: #fff;
  border: 2px solid #003f97;
  border-radius: 20px;
  text-align: center;
}
.yokohama_lp_ticket .slider .point:before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 2.5%;
  width: 68px;
  height: 80px;
  background: url(../image/ico_point.png) no-repeat;
  background-size: 100%;
}
.yokohama_lp_ticket .slider .step {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 5px;
  width: 36px;
  background: #003f97;
  text-transform: uppercase;
  word-break: break-all;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
.yokohama_lp_ticket .slider .step.num {
  line-height: 0.85;
}
.yokohama_lp_ticket .slider .info {
  float: right;
  width: 46%;
  max-width: 400px;
  padding: 90px 0;
}
.yokohama_lp_ticket .slider .info p {
  line-height: 1.75;
  letter-spacing: 0.01em;
}
.yokohama_lp_ticket .slider .tit {
  margin-bottom: 10px;
  color: #003f97;
  font-size: 2.8rem;
  font-weight: bold;
}
.yokohama_lp_ticket .slider .item {
}
.yokohama_lp_ticket .slick-prev,
.yokohama_lp_ticket .slick-next {
  top: auto;
  bottom: 100px;
  transform: translate(0);
  width: 50px;
  height: 50px;
  background-color: #003f97;
  border-radius: 50px;
}
.yokohama_lp_ticket .slick-prev {
  left: auto;
  right: 210px;
}
.yokohama_lp_ticket .slick-next {
  right: 140px;
}
.yokohama_lp_ticket .slick-arrow.slick-disabled {
  pointer-events: none;
  background-color: #f5f5f5;
}
.yokohama_lp_ticket .slick-prev.slick-disabled {
  background-image: url(../image/ico_prev_blue.png);
}
.yokohama_lp_ticket .slick-next.slick-disabled {
  background-image: url(../image/ico_next_blue.png);
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .yokohama_lp_ticket {
    padding: 20px 0 100px;
  }
  .yokohama_lp_sub {
    padding: 0 9px;
    margin-bottom: 24px;
    line-height: 1.75;
    text-align: left;
    font-size: 1.6rem;
  }
  .yokohama_lp_ticket .buy {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .yokohama_lp_ticket .slider {
    padding-bottom: 0;
    margin: auto;
    max-width: 305px;
  }
  .yokohama_lp_ticket .slider .img {
    float: none;
    margin: 0 auto 70px;
    width: 96%;
  }
  .yokohama_lp_ticket .slider .point:before {
    right: 12%;
    bottom: 5%;
    width: 40px;
    height: 48px;
  }
  .yokohama_lp_ticket .slider .step {
    padding: 16px 3px;
    width: 26px;
    font-size: 2rem;
  }
  .yokohama_lp_ticket .slider .info {
    float: none;
    width: auto;
    max-width: 400px;
    padding: 0;
  }
  .yokohama_lp_ticket .slider .info p {
    font-size: 1.6rem;
  }

  .yokohama_lp_ticket .slick-prev,
  .yokohama_lp_ticket .slick-next {
    bottom: auto;
    top: 45%;
  }
  .yokohama_lp_ticket .slick-prev {
    right: 53%;
  }
  .yokohama_lp_ticket .slick-next {
    left: 53%;
  }
  .yokohama_lp_ticket .slick-dots {
    bottom: auto;
    top: 58%;
  }
  .slick-dots li {
    margin: 0 10px;
  }
  .yokohama_lp_ticket .slick-slide {
  }
}

/* yokohama_lp_good
-----------------------------------------------------------*/
.yokohama_lp_good {
  padding: 200px 0 80px;
  background: #e60038;
  color: #fff;
}
.yokohama_lp_good .yokohama_lp_title .eng {
  background-image: url(../image/ico_ttl_blue.svg);
}
.yokohama_lp_display {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  margin-bottom: 40px;
  background: #003f97;
}
.yokohama_lp_display ul {
  width: calc(50% - 2px);
}
.yokohama_lp_display li {
  overflow: hidden;
  position: relative;
  padding-top: calc(33.33333% - 2px);
  width: calc(33.33333% - 2px);
}
.yokohama_lp_display li:last-child {
  margin-top: 4px;
}
.yokohama_lp_display li.big {
  float: left;
  margin-right: 4px;
  padding-top: 66.66666%;
  width: calc(66.66666% - 2px);
}
.yokohama_lp_display ul:nth-of-type(2n) li.big {
  float: right;
  margin: 0 0 0 4px;
}
.yokohama_lp_display li img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .yokohama_lp_good {
    padding: 65px 0 30px;
  }

  .yokohama_lp_display {
    display: block;
    padding: 3px 0;
    margin-bottom: 24px;
  }
  .yokohama_lp_display ul {
    width: 100%;
  }
  .yokohama_lp_display ul:nth-of-type(2n) {
    margin-top: 3px;
  }
}

/* yokohama_lp_event
-----------------------------------------------------------*/
.yokohama_lp_event {
  margin-top: -1px;
  padding: 180px 0 40px;
  background: url(../image/bg_arr_red.png) no-repeat center top;
  background-size: 100%;
}
.yokohama_lp_event .yokohama_lp_sub {
  color: #fff;
}
.yokohama_lp_event .display {
  margin: auto;
  max-width: 800px;
}
.yokohama_lp_event .display ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.yokohama_lp_event .display li {
  overflow: hidden;
  margin: 0 30px 60px;
  width: calc(33.3333% - 60px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #111;
}
.yokohama_lp_event .display li .img img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}
.yokohama_lp_event .display li .info {
  padding: 10px;
  line-height: 1.3125;
  font-weight: normal;
}
.yokohama_lp_event .display li .detail a,
.yokohama_lp_eventFancybox .close a {
  display: block;
  padding: 2px 0;
  background-color: #e60038;
  text-align: center;
  color: #fff;
}

/* fancybox */
.yokohama_lp_eventFancybox {
  max-width: 600px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #111;
}
.yokohama_lp_eventFancybox .info {
  padding: 30px 30px 30px 48px;
  max-height: 300px;
  overflow-y: scroll;
}
.yokohama_lp_eventFancybox .tit {
  margin-bottom: 20px;
  padding-left: 28px;
  border-left: 8px solid #003e88;
  font-size: 2rem;
  font-weight: bold;
}
.yokohama_lp_eventFancybox .close a {
  padding: 14px 0;
  font-size: 2.4rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .yokohama_lp_event {
    padding: 70px 0 25px;
  }
  .yokohama_lp_event .display ul {
    margin: 0 -7.5px;
  }
  .yokohama_lp_event .display li {
    margin: 0 7.5px 25px;
    width: calc(50% - 15px);
  }
  .yokohama_lp_event .display li .img img {
    height: 110px;
  }

  /* fancybox */
  .yokohama_lp_eventFancybox {
    max-width: 600px;
    border-width: 1px;
  }
  .yokohama_lp_eventFancybox .info {
    padding: 10px 10px 10px 15px;
    height: 200px;
  }
  .yokohama_lp_eventFancybox .tit {
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 4px solid #003e88;
    font-size: 1.6rem;
  }
  .yokohama_lp_eventFancybox .close a {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}

/* yokohama_lp_access
-----------------------------------------------------------*/
.yokohama_lp_access {
  padding: 200px 0 100px;
  background: #f0f0f0;
}
.yokohama_lp_access .access {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: normal;
}
.yokohama_lp_access .access .traffic {
  flex: 0 0 50%;
}
.yokohama_lp_access .access .add {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
}
.yokohama_lp_access .way {
  margin-bottom: 15px;
  padding: 5px 0 5px 50px;
  background: url(../image/access/ico_access01.svg) no-repeat left top;
  font-size: 2rem;
  font-weight: bold;
}
.yokohama_lp_access .way2 {
  background-image: url(../image/access/ico_access02.svg);
}
.yokohama_lp_access .routes {
  margin-bottom: 30px;
}
.yokohama_lp_access .routes li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 5px;
}
.yokohama_lp_access .routes li a {
  display: block;
  padding: 6px 45px 6px 20px;
  background: url(../image/access/ico_upload.svg) no-repeat 90% center #e60038;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.yokohama_lp_access .routes li a:hover {
  opacity: 0.7;
}
.yokohama_lp_access .routes li .line {
  width: calc(100% - 120px);
}
.yokohama_lp_access .schedule table {
  border-spacing: 3px;
  border-collapse: separate;
  width: 100%;
  text-align: center;
  line-height: 1.1666;
  font-size: 1.2rem;
}
.yokohama_lp_access .schedule th {
  padding: 8px 0;
  background: #003f97;
  color: #fff;
  text-align: center;
}
.yokohama_lp_access .schedule td {
  padding: 6px 0;
  background: #fff;
}
.yokohama_lp_access .note {
  margin-top: 8px;
  font-size: 1.2rem;
}
.yokohama_lp_access .trafficMap {
  flex: 0 0 47%;
}
.yokohama_lp_access .trafficMap .map {
  margin-bottom: 8rem;
  text-align: center;
}

.yokohama_lp_faq {
  padding: 80px 0 280px;
  background: #f0f0f0;
}
.yokohama_lp_faq .yokohama_lp_inner {
  margin: auto;
  max-width: 800px;
}
.yokohama_lp_faq li {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
  font-size: 1.8rem;
}
.yokohama_lp_faq li .quest,
.yokohama_lp_faq li .answer {
  position: relative;
}
.yokohama_lp_faq li .quest {
  cursor: pointer;
  padding: 25px 60px 25px 100px;
  min-height: 76px;
  background: url(../image/ico_plus.svg) no-repeat 98% center #003f97;
  color: #fff;
  font-weight: bold;
}
.yokohama_lp_faq li .quest.open {
  background-image: url(../image/ico_minus.svg);
}
.yokohama_lp_faq li .answer {
  display: none;
  padding: 30px 30px 30px 100px;
  background: #fff;
  line-height: 1.777;
}
.yokohama_lp_faq li .quest:before,
.yokohama_lp_faq li .answer:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 13px;
  width: 51px;
  height: 51px;
  background: url(../image/ico_q.svg) no-repeat center;
  background-size: 100%;
}
.yokohama_lp_faq li .answer:before {
  background-image: url(../image/ico_a.svg);
}
.yokohama_lp_faq li .more {
  text-align: right;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .yokohama_lp_access {
    padding: 65px 16px 50px;
  }
  .yokohama_lp_access .access {
    display: block;
  }
  .yokohama_lp_access .access .add {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
  .yokohama_lp_access .way {
    padding: 5px 0 5px 40px;
    background-size: 30px;
    font-size: 1.4rem;
  }
  .yokohama_lp_access .routes {
    margin-bottom: 25px;
  }
  .yokohama_lp_access .routes li a {
    padding: 3px 30px 3px 12px;
    background-size: 11px;
    background-position: 85% center;
  }
  .yokohama_lp_access .routes li .line {
    font-size: 1.4rem;
  }
  .yokohama_lp_access .schedule {
    overflow-x: scroll;
    width: 100%;
  }
  .yokohama_lp_access .schedule table {
    min-width: 560px;
  }
  .yokohama_lp_access .trafficMap {
    margin-top: 24px;
  }
  .yokohama_lp_access .trafficMap .map {
    margin-bottom: 20px;
  }

  .yokohama_lp_faq {
    padding: 30px 18px 100px;
  }
  .yokohama_lp_faq li {
    margin-bottom: 24px;
    font-size: 1.4rem;
  }
  .yokohama_lp_faq li .quest {
    padding: 20px 40px 20px 56px;
    min-height: inherit;
  }
  .yokohama_lp_faq li .answer {
    padding: 14px 16px 20px 56px;
    line-height: 1.5;
  }
  .yokohama_lp_faq li .quest:before,
  .yokohama_lp_faq li .answer:before {
    left: 14px;
    width: 36px;
    height: 36px;
  }
  .yokohama_lp_faq li .more {
    margin-top: 20px;
    text-align: left;
  }
}

/* family.html */
.yokohama_lp_detailStyle {
  padding: 60px 0 100px;
}
.yokohama_lp_detailStyle p {
  margin-bottom: 40px;
  line-height: 2.222;
  color: #1d2635;
  font-size: 1.8rem;
}
.yokohama_lp_detailStyle .contents {
  padding: 15px 20px;
}
.yokohama_lp_detailStyle .contents .sec01 {
  padding-left: 12px;
  margin-bottom: 0;
  background: url(../image/ico_down.svg) no-repeat left center;
  font-size: 1.6rem;
  font-weight: 500;
}
.yokohama_lp_detailStyle .contents li {
  padding: 10px 0;
  border-bottom: 1px solid #c3c3c3;
  letter-spacing: 0.05em;
  color: #787b7b;
}
.yokohama_lp_detailStyle .contents li a {
  color: #787b7b;
}
.yokohama_lp_detailStyle .contents li a span {
  color: #000;
}
.yokohama_lp_detailStyle .part {
  padding-top: 50px;
}
.yokohama_lp_detailStyle .part + .part {
  border-top: 2px solid;
}
.yokohama_lp_detailStyle figure {
  position: relative;
  margin: 20px auto 70px;
}
.yokohama_lp_detailStyle figure .sign,
.yokohama_lp_detailStyle .kitchen .sign {
  position: absolute;
  right: -20px;
  bottom: 0;
  transform: translateY(50%);
  padding: 8px 20px;
  min-width: 218px;
  background: #fff;
  border: 1px solid;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.yokohama_lp_detailStyle .hd01 {
  margin-bottom: 35px;
}
.yokohama_lp_detailStyle .hd01 span {
  display: inline-block;
  padding: 7px 20px;
  background: #bca477;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.yokohama_lp_detailStyle .hd02 {
  display: inline-flex;
  align-items: center;
  padding: 0 0 12px 20px;
  margin-bottom: 40px;
  min-height: 75px;
  border-style: solid;
  border-width: 0 0 3px 11px;
  line-height: 1.333;
  font-size: 2.4rem;
  font-weight: bold;
}
.yokohama_lp_detailStyle .kitchen {
  margin-bottom: 36px;
  position: relative;
}
.yokohama_lp_detailStyle .kitchen ul {
  display: flex;
  flex-wrap: wrap;
}
.yokohama_lp_detailStyle .kitchen li {
  width: 25%;
}
.yokohama_lp_detailStyle .kitchen li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.family .yokohama_lp_detailStyle .part {
  border-color: #e60038;
}
.family .yokohama_lp_detailStyle .contents {
  background: #ffefef;
}
.family .yokohama_lp_detailStyle .hd02 {
  border-color: #e60038;
  color: #e60038;
}
.family .yokohama_lp_detailStyle figure .sign,
.family .yokohama_lp_detailStyle .kitchen .sign {
  border-color: #e60038;
  box-shadow: 4px 5px 0 #e60038;
  color: #e60038;
}
.friends .yokohama_lp_detailStyle .part {
  border-color: #003f97;
}
.friends .yokohama_lp_detailStyle .contents {
  background: #f4f9ff;
}
.friends .yokohama_lp_detailStyle .hd02 {
  border-color: #003f97;
  color: #003f97;
}
.friends .yokohama_lp_detailStyle figure .sign,
.friends .yokohama_lp_detailStyle .kitchen .sign {
  border-color: #003f97;
  box-shadow: 4px 5px 0 #003f97;
  color: #003f97;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .yokohama_lp_detailStyle {
    padding: 24px 24px 50px;
  }
  .yokohama_lp_detailStyle .part {
    padding: 50px 0 15px;
  }
  .yokohama_lp_detailStyle .part + .part {
    border-top-width: 1px;
  }
  .yokohama_lp_detailStyle p {
    margin-bottom: 30px;
    line-height: 1.71;
    font-size: 1.4rem;
  }
  .yokohama_lp_detailStyle .contents .sec01 {
    font-size: 1.4rem;
  }
  .yokohama_lp_detailStyle .hd01 {
    margin-bottom: 24px;
  }
  .yokohama_lp_detailStyle .hd01 span {
    padding: 3px 20px;
    font-size: 1.8rem;
  }
  .yokohama_lp_detailStyle .hd02 {
    padding: 0 0 5px 12px;
    margin-bottom: 20px;
    min-height: 48px;
    border-width: 0 0 2px 11px;
    font-size: 1.6rem;
  }
  .yokohama_lp_detailStyle figure {
    margin: 20px auto 35px;
  }
  .yokohama_lp_detailStyle figure .sign,
  .yokohama_lp_detailStyle .kitchen .sign {
    right: -6px;
    padding: 4px 10px;
    min-width: 150px;

    font-size: 1rem;
  }

  .family .yokohama_lp_detailStyle figure .sign,
  .family .yokohama_lp_detailStyle .kitchen .sign {
    box-shadow: 3px 3px 0 #e60038;
  }
  .yokohama_lp_detailStyle .kitchen li {
    width: 50%;
  }
}

/* yokohama_lp_footer
-----------------------------------------------------------*/
.yokohama_lp_pagetop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.yokohama_lp_pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #fff;
}
.yokohama_lp_footer {
  position: relative;
  padding: 140px 0 230px;
  background: #003f97;
  border-top: 8px solid #003f97;
  text-align: center;
  color: #fff;
}
.home .yokohama_lp_footer {
  border-top: 0;
}

.yokohama_lp_footer a {
  color: #fff;
}
.yokohama_lp_footer a:hover {
  opacity: 0.7;
}
.yokohama_lp_footer .yokohama_lp_inner {
  max-width: 800px;
}
.yokohama_lp_footer h2 {
  margin-bottom: 55px;
  font-size: 2.4rem;
  font-weight: bold;
}
.yokohama_lp_footer .service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.yokohama_lp_footer .service a {
  flex: 0 0 46%;
}
.yokohama_lp_footer .sns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 90px;
}
.yokohama_lp_footer .sns a {
  margin: 0 10px;
  width: calc(20% - 20px);
}
.yokohama_lp_footlogo {
  margin-bottom: 20px;
}
#yokohama_lp_copyright {
  line-height: 2;
  font-size: 1rem;
  font-weight: normal;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .yokohama_lp_pagetop a {
    height: 54px;
  }
  .yokohama_lp_footer {
    padding: 80px 0 200px;
    border-top-width: 4px;
  }
  .family .yokohama_lp_footer,
  .friends .yokohama_lp_footer {
    padding: 80px 14px 200px;
  }
  .yokohama_lp_footer h2 {
    margin-bottom: 14px;
    font-size: 1.8rem;
  }
  .yokohama_lp_footer .service {
    display: block;
    margin-bottom: 20px;
  }
  .yokohama_lp_footer .service a {
    display: block;
    margin-bottom: 18px;
    overflow-x: scroll;
    width: 100%;
  }
  .yokohama_lp_footer .service a * {
    min-width: 100%;
  }
  .yokohama_lp_footer .sns {
    margin: 0 -5px 16px;
  }
  .yokohama_lp_footer .sns a {
    margin: 0 5px 24px;
    width: calc(33.33333% - 10px);
  }
  .yokohama_lp_footlogo img {
    height: 100px;
  }
}

.yokohama_lp_overlay {
  overflow: hidden;
}

.yokohama_lp_enjoyWrap {
  display: none;
}

.yokohama_lp_enjoyFixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yokohama_lp_enjoyFixed .yokohama_lp_iframe {
  position: relative;
  z-index: 2;
}

.yokohama_lp_enjoyClose {
  cursor: pointer;
  height: 38px;
  width: 38px;
  background: url(../image/ico_close.png) no-repeat center;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: 10;
}

.yokohama_lp_enjoyOverlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0.8;
}

.notes {
  font-size: 1.4rem !important;
  margin-top: 10px;
}

.mb20 {
  margin-bottom: 20px !important;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}
