/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
@charset "utf-8";

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

/* !20221003追加
---------------------------------------------------------- */
.main img {
  width: 100%;
  height: auto;
}

/* !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;
}
*,
*: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: #071b2c;
  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 */
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
  .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: #071b2c;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.enFt {
  font-family: "Sacramento", cursive;
  font-weight: normal !important;
}
.japFt {
  font-family: fot-chiaro-std, sans-serif;
  font-style: normal;
  font-weight: 700 !important;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  body {
    /*font-size: 1.2rem;*/
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* !wrapper
---------------------------------------------------------- */
.jaf_lp_wrapper {
  width: 100%;
  min-width: 1040px;
  overflow: hidden;
  position: relative;
}
.jaf_lp_inner,
.jaf_lp_inner02,
.jaf_lp_inner03 {
  max-width: 1040px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}
.jaf_lp_inner02 {
  max-width: 840px;
}
.jaf_lp_inner03 {
  max-width: 740px;
}

@media screen and (max-width: 767px) {
  .jaf_lp_wrapper {
    min-width: 320px;
  }
  .jaf_lp_inner,
  .jaf_lp_inner02,
  .jaf_lp_inner03 {
    padding: 0 16px;
  }
}
.wrap {
}
.bg-syasen {
  background-size: auto auto;
  background-color: rgb(245, 231, 236);
  background-image: repeating-linear-gradient(120deg, transparent, transparent 18px, rgb(243, 238, 215) 18px, rgb(243, 238, 215) 24px);
}

.giza-block {
  margin-top: -44px;
}

.bg-giza {
  background-size: auto auto;
  background-color: rgb(223, 242, 252);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, rgb(191, 229, 249) 5px, rgb(191, 229, 249) 10px), url("../img/bg-yamagata-sp.svg");
  -webkit-mask-image: url("../img/bg-yamagata-sp.svg");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 0;
  mask-image: url("../img/bg-yamagata-sp.svg");
  mask-repeat: repeat-x;
  mask-position: 0 0;
}

.icon-twitter {
  display: inline-block;
  background-color: #00acee;
  border-radius: 5px;
}
.icon-twitter .fa-twitter {
  font-size: 33px;
  padding: 5px;
  color: #fff;
}

.icon-downlode {
  display: inline-block;
  background-color: #ff688e;
  border-radius: 50px;
}
.icon-downlode .fa-download {
  font-size: 26px;
  color: #fff;
  padding: 8px;
  -webkit-filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.2));
}

.fa-chevron-down {
  font-size: 24px;
  color: #fff;
}

.fa-chevron-right {
  font-size: 24px;
  color: #fff;
}

.border-gradation-block-inner {
  padding: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(130, 199, 239)), to(rgb(243, 170, 189)));
  background-image: linear-gradient(90deg, rgb(130, 199, 239), rgb(243, 170, 189));
  border-radius: 25px;
}

.border-gradation-block {
  position: relative;
  z-index: 1;
}

.border-gradation-inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
}
@media screen and (min-width: 1025px) {
  .bg-giza {
    -webkit-mask-image: url("../img/bg-yamagata-pc.svg");
    mask-image: url("../img/bg-yamagata-pc.svg");
    background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgb(191, 229, 249) 10px, rgb(191, 229, 249) 20px), url("../img/bg-yamagata-pc.svg");
    background-color: #bfe5f9;
  }
}

/* !content
---------------------------------------------------------- */
.jaf_lp_banner_slist {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .jaf_lp_banner_slist {
    max-width: 140px;
  }
}

/*sec01*/
.jaf_lp_sec01 {
  padding: 60px 0 80px;
  background: url(../img/bg-dot.png) repeat center center;
  background-size: 40px auto;
}
.jaf_lp_sec01_icon {
  text-align: center;
  margin-bottom: 26px;
}
.jaf_lp_sec01_icon img {
  width: 67px;
}
.jaf_lp_sec01_hd {
  text-align: center;
  font-size: 40px;
  color: #e1006e;
  margin-bottom: 40px;
}
.jaf_lp_sec01_hd img {
  width: 38px;
  vertical-align: middle;
}
.jaf_lp_sec01_hd span {
  margin: 0 20px;
}

.jaf_lp_sec01_txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.jaf_lp_sec02 {
  padding: 100px 0 170px;
  position: relative;
}
.jaf_lp_sec02:before {
  content: "";
  position: absolute;
  top: 893px;
  height: calc(100% - 893px);
  width: 100%;
  left: -2%;
  z-index: 1;
  background: url(../img/bg-pattern-pc.png) repeat-y top center;
  background-size: 1328px auto;
  pointer-events: none;
}
.jaf_lp_sec02:after {
  content: "";
  position: absolute;
  top: 60px;
  height: 450px;
  width: 100%;
  left: 0;
  z-index: 1;
  background: url(../img/img_after.png) no-repeat top center;
  background-size: 1050px auto;
  pointer-events: none;
}
.jaf_lp_sec02_hd {
  text-align: center;
  margin-bottom: 108px;
}
.jaf_lp_player_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 14px;
}
.jaf_lp_player_list {
  position: relative;
}
.jaf_lp_player_list a.fancybox {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: url(../img/bg_list.png) no-repeat center center, url(../img/bg-half-moon.png) no-repeat left bottom;
  background-size: cover, 107px auto;
  background-color: #fff;
  box-shadow: 1px 1px 0 #e1006e;
  padding: 24px 12px 16px;
}
.jaf_lp_player_list .ins_link {
  position: absolute;
  right: 12px;
  top: 310px;
  z-index: 2;
}
.jaf_lp_player_list .ins_link img {
  width: 47px;
}
.jaf_lp_player_list .imgP {
  position: relative;
}
.jaf_lp_player_list .imgP:before {
  content: "";
  position: absolute;
  top: -15px;
  height: calc(100% + 22px);
  width: calc(100% + 13px);
  left: -6px;
  z-index: 1;
  background: url(../img/line_list.png) no-repeat top left;
  background-size: 100% 100%;
}
.jaf_lp_player_list .contP {
  margin-top: 20px;
  border-top: 1px solid #dcdcdc;
  padding-top: 25px;
  position: relative;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.jaf_lp_player_list .engP {
  font-size: 36px;
  color: #e1006e;
  -webkit-text-stroke: 1px currentColor;
  text-align: right;
  transform: rotate(-8deg);
  position: absolute;
  right: 0;
  top: -1.2em;
  z-index: 1;
}
.jaf_lp_player_list .nameP {
  line-height: 1.33;
  font-size: 23px;
}
.jaf_lp_player_list .postionP {
  font-size: 21px;
}
.jaf_lp_player_list .formP {
  font-size: 12px;
  padding: 7px 0 17px;
  flex-grow: 1;
}
.jaf_lp_player_list .viewP {
  font-size: 13px;
  font-weight: 900;
  color: #e1006e;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.jaf_lp_player_list .viewP img {
  margin-left: 10px;
  width: 11px;
}
.hide {
  display: none;
}
.fancybox-overlay,
.fancybox-bg {
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-skin {
  background: none;
  box-shadow: none !important;
  color: #303030;
}
.fancybox-inner {
  overflow: visible !important;
}
.fancybox_wrap {
  background: url(../img/bg_popup.png) no-repeat center center #fff;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
}
.fancybox_cont {
  border-radius: 4px;
  background: #fff;
  padding: 12px 10px;
}
.fancyboximg {
  text-align: center;
}
.fancyboximg img {
  max-height: calc(100vh - 165px);
}
.fancybox_bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 0;
  flex-wrap: wrap;
}
.fancybox_txt {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.fancybox_txt img {
  width: 21px;
  margin-right: 5px;
}
.fancybox_twitter {
}
.fancybox-close .fancybox-close-small {
  position: fixed;
  top: 16px !important;
  right: 16px !important;
  transform: translateY(0%);
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 8040;
  background: url(../img/fancy_close.svg) no-repeat center center;
  background-size: 100% auto;
}

.jaf_lp_sec03 {
  padding: 145px 0 100px;
  position: relative;
  z-index: 2;
}
.jaf_lp_sec03 .border-gradation-inner {
  background: url(../img/bg-dot.png) repeat center center #fff;
  background-size: 40px auto;
  padding: 50px 50px;
}
.jaf_lp_sec03_dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jaf_lp_sec03_dl dt {
  width: 450px;
}
.jaf_lp_sec03_dl dd {
  width: 408px;
  font-weight: 900;
  text-align: center;
}
.jaf_lp_sec03_p01,
.jaf_lp_sec03_p03 {
  font-size: 20px;
}
.jaf_lp_sec03_p02 {
  font-size: 34px;
  color: #e1006e;
  padding: 9px 0;
}
.jaf_lp_sec03_p05 {
  margin: 30px 0;
}
.jaf_lp_sec03_p06 img {
  width: 236px;
  margin-bottom: 10px;
}

.jaf_lp_sec03_icon01 {
  position: absolute;
  z-index: 2;
  right: 366px;
  top: -37px;
  width: 183px;
}
.jaf_lp_sec03_icon02 {
  position: absolute;
  z-index: 2;
  left: 50px;
  top: -46px;
  width: 113px;
}
.jaf_lp_sec03_icon03 {
  position: absolute;
  z-index: 2;
  right: -29px;
  top: 67px;
  width: 101px;
}
.jaf_lp_sec03_icon04 {
  position: absolute;
  z-index: -1;
  left: -80px;
  top: 39px;
  width: 129px;
}
.jaf_lp_sec03_icon05 {
  position: absolute;
  z-index: -1;
  right: -69px;
  bottom: -18px;
  width: 119px;
}

@media screen and (max-width: 767px) {
  .jaf_lp_sec01 {
    padding: 20px 0 40px;
    background: url(../img/bg-dot.png) repeat center center;
    background-size: 40px auto;
  }
  .jaf_lp_sec01_icon {
    text-align: center;
    margin-bottom: 14px;
  }
  .jaf_lp_sec01_icon img {
    width: 36px;
  }
  .jaf_lp_sec01_hd {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 37px;
    color: #e1006e;
    margin-bottom: 18px;
    word-break: keep-all;
  }
  .jaf_lp_sec01_hd img {
    width: 38px;
    vertical-align: middle;
  }
  .jaf_lp_sec01_hd span {
    margin: 0 10px;
    display: inline-block;
  }

  .jaf_lp_sec01_txt {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    text-align: left;
    padding: 0 16px;
  }

  .jaf_lp_sec02 {
    padding: 40px 0 140px;
    position: relative;
  }
  .jaf_lp_sec02:before {
    content: "";
    position: absolute;
    top: 440px;
    height: calc(100% - 440px);
    width: 100%;
    left: -2%;
    z-index: 1;
    background: url(../img/bg-pattern-sp.png) repeat-y top center;
    background-size: 452px auto;
    pointer-events: none;
  }
  .jaf_lp_sec02:after {
    content: "";
    position: absolute;
    top: 100px;
    height: 120px;
    width: 100%;
    left: 0;
    z-index: 1;
    background: url(../img/img_after_sp.png) no-repeat top center;
    background-size: 385px auto;
    pointer-events: none;
  }
  .jaf_lp_sec02_hd {
    text-align: center;
    margin-bottom: 30px;
  }
  .jaf_lp_sec02_hd img {
    width: 300px;
  }
  .jaf_lp_player_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    max-width: 343px;
    margin: 0 auto;
  }
  .jaf_lp_player_list {
    position: relative;
    max-width: 163px;
  }
  .jaf_lp_player_list a.fancybox {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: url(../img/bg_list_sp.png) no-repeat center center, url(../img/bg-half-moon.png) no-repeat left bottom;
    background-size: cover, 80px auto;
    background-color: #fff;
    box-shadow: 1px 1px 0 #e1006e;
    padding: 10px 5px 6px;
  }
  .jaf_lp_player_list .ins_link {
    position: absolute;
    right: 5px;
    top: 177px;
    z-index: 2;
  }
  .jaf_lp_player_list .ins_link img {
    width: 24px;
  }
  .jaf_lp_player_list .imgP {
    position: relative;
  }
  .jaf_lp_player_list .imgP:before {
    content: "";
    position: absolute;
    top: -5px;
    height: calc(100% + 8px);
    width: calc(100% + 5px);
    left: -0px;
    z-index: 1;
    background: url(../img/line_list.png) no-repeat top left;
    background-size: 100% 100%;
  }
  .jaf_lp_player_list .contP {
    margin-top: 26px;
    border-top: 1px solid #dcdcdc;
    padding-top: 12px;
    position: relative;
    font-weight: bold;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .jaf_lp_player_list .engP {
    font-size: 19px;
    color: #e1006e;
    -webkit-text-stroke: 1px currentColor;
    text-align: right;
    transform: rotate(-8deg);
    position: absolute;
    right: 0;
    top: -32px;
    z-index: 1;
  }
  .jaf_lp_player_list .nameP {
    line-height: 1.33;
    font-size: 16px;
  }
  .jaf_lp_player_list .postionP {
    font-size: 14px;
  }
  .jaf_lp_player_list .formP {
    font-size: 10px;
    padding: 7px 0;
    letter-spacing: -0.05em;
    flex-grow: 1;
  }
  .jaf_lp_player_list .viewP {
    font-size: 10px;
    font-weight: 900;
    color: #e1006e;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .jaf_lp_player_list .viewP img {
    margin-left: 5px;
    width: 8px;
  }
  .hide {
    display: none;
  }
  .fancybox-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .fancybox-skin {
    background: none;
    box-shadow: none !important;
    color: #303030;
  }
  .fancybox-inner {
    overflow: visible !important;
  }
  .fancybox_wrap {
    background: url(../img/bg_popup_sp.png) no-repeat center center #fff;
    background-size: cover;
    border-radius: 10px;
    padding: 34px 13px 13px;
  }
  .fancybox_cont {
    border-radius: 4px;
    background: #fff;
    padding: 8px;
  }
  .fancyboximg {
    text-align: center;
  }
  .fancyboximg img {
    max-height: 438px;
  }
  .fancybox_bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0 0;
    flex-wrap: nowrap;
  }
  .fancybox_txt {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .fancybox_txt img {
    width: 16px;
    margin-right: 4px;
  }
  .fancybox_twitter {
  }
  .icon-twitter {
    display: inline-block;
    background-color: #00acee;
    border-radius: 5px;
  }
  .icon-twitter .fa-twitter {
    font-size: 22px;
    padding: 5px;
    color: #fff;
  }

  .fancybox-close,
  .fancybox-close-small {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    transform: translateY(0%);
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 8040;
    background: url(../img/fancy_close_sp.svg) no-repeat center center;
    background-size: 100% auto;
  }

  .jaf_lp_sec03 {
    padding: 33px 0 130px;
    position: relative;
    z-index: 2;
  }
  .jaf_lp_sec03 .border-gradation-inner {
    background: #fff;
    padding: 33px 18px 40px;
  }
  .jaf_lp_sec03_dl {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .jaf_lp_sec03_dl dt {
    width: auto;
  }
  .jaf_lp_sec03_dl dd {
    width: auto;
    font-weight: 900;
    text-align: center;
  }
  .jaf_lp_sec03_p01,
  .jaf_lp_sec03_p03 {
    font-size: 18px;
  }
  .jaf_lp_sec03_p02 {
    font-size: 24px;
    color: #e1006e;
    padding: 8px 0;
  }
  .jaf_lp_sec03_p05 {
    margin: 30px 0;
  }
  .jaf_lp_sec03_p06 img {
    width: 236px;
    margin-bottom: 10px;
  }
  .jaf_lp_sec03_p04 {
    padding: 16px 0;
  }
  .jaf_lp_sec03_p08 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
  }
  .jaf_lp_sec03_p08 img {
    width: 42px;
    margin-right: 8px;
  }

  .jaf_lp_sec03_icon01 {
    display: none;
  }

  .jaf_lp_sec03_01 {
    position: relative;
    z-index: 10;
  }
  .jaf_lp_sec03_icon02 {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: -50px;
    width: 85px;
  }
  .jaf_lp_sec03_icon03 {
    position: absolute;
    z-index: 2;
    right: -14px;
    top: 65px;
    width: 72px;
  }
  .jaf_lp_sec03_icon04 {
    display: none;
    position: absolute;
    z-index: -1;
    left: -80px;
    top: 39px;
    width: 129px;
  }
  .jaf_lp_sec03_icon05 {
    position: absolute;
    z-index: -1;
    right: -10px;
    bottom: -45px;
    width: 117px;
  }
}
.jaf_lp_more {
  text-align: center;
  margin-top: 70px;
}
.jaf_lp_more img {
  cursor: pointer;
}
.jaf_lp_player_box .jaf_lp_player_list:nth-of-type(n + 13) {
  display: none;
}
.jaf_lp_player_box.is_open .jaf_lp_player_list:nth-of-type(n + 13) {
  display: block;
}

@media screen and (max-width: 767px) {
  .jaf_lp_more {
    margin-top: 50px;
  }
}

.jaf_lp_banner_slider {
  pointer-events: none;
}

.slick-slider {
  padding: 0 !important;
}

.fancybox-button svg {
  display: none !important;
}
