@charset "utf-8";

/*===================================================
color setting
===================================================*/
:root {
  --yellow: #ffe100;
  --blue: #1db3db;
  --pink: #d4698e;
  --purple: #6354b0;
  --red: #e7242e;
  --orange: #e07f00;
  --green: #3ab483;
}


/*===================================================
base
===================================================*/
/* html,
body {
  font-size: 16px;
  font-family: var(--font-sansserif, sans-serif);
  line-height: 1.8;
  color: var(--text-color);
} */

.main-page {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  font-weight: 600;
}

@media (max-width:767px) {
  .main-page {
    font-size: min(20px, 4vw);
  }
}

.main-page *,
.main-page *::before,
.main-page *::after,
.modal-bk,
.modal-bk * {
  box-sizing: border-box;
}

.main-page a {
  word-break: break-all;
}

.main-page img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* display */
@media (min-width:641px) {

  .sp,
  .spi {
    display: none;
  }

  .pc {
    display: block;
  }

  .pci {
    display: inline-block;
  }
}

@media print {

  .sp,
  .spi {
    display: none;
  }
}

@media (max-width:640px) {

  .pc,
  .pci {
    display: none;
  }

  .sp {
    display: block;
  }

  .spi {
    display: inline-block;
  }
}

.iblock {
  display: inline-block;
}

/* note style */
p.note {
  font-size: min(.9rem, 2.8vw) !important;
  font-weight: normal;
  text-align: left;
}

ul.note {
  line-height: 1.6em;
  font-size: min(.9rem, 2.8vw) !important;
  font-weight: normal;
  text-align: left;
}

ul.note li {
  padding-left: 1.1em;
  position: relative;
}

ul.note li:not(:last-child) {
  margin-bottom: .3em;
}

/*ul.note li::before {
  content: '※';
  display: inline-block;
  position: absolute;
  left: 0;
}*/

.comparison ul.note{
  text-align: right;
  margin-top: 1em;
}
.navi p.note{
  margin-top: 1em;
  line-height: 1.6em;
}
.ent p.note{
  margin-top: 1em;
  line-height: 1.6em;
  text-align: right;
}
.inner_unique p.note{
  text-align: right;
  padding: 1em 5em 0 0;
}
div.note{
  font-size: min(.9rem, 2.8vw) !important;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
  margin-top: 1em;
}
div.note ul{
  padding-left: 0;
	list-style: none;
	display: inline-block;
}
div.note ul li {
	text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}


.text-center {
  text-align: center;
}

a {
  transition : all 0.5s;
}
a:hover{
  opacity: 0.7;
}


/*===================================================
contents
===================================================*/
.inner {
  /*width: min(1200px, 92%);*/
  width: min(976px, 66%);
  margin: 0 auto;
  padding: min(60px, 10vw) 0;
}
@media (max-width:640px) {
  .inner {
    width: 90%;
  }
}

/* header
------------------------------------------*/
.page_header {
  width: 100%;
  background: #afe7fe;
  position: relative;
}

@media (max-width:640px) {
  .page_header {
    height: 130vw;
  }
}

.page_header .page_title {
  /*width: min(650px, 55%);*/
  margin: 0 auto;
}

@media (max-width:640px) {
  .page_header .page_title {
    width: 100%;
  }
}

.page_header .page_title-item {
  width: min(450px, 50%);
  margin: 0 auto;
}

@media (max-width:640px) {
  .page_header .page_title-item {
    width: 70%;
  }
}

.page_header p{
  width: min(1200px, 92%);
  margin: -130px auto 0;
  text-align: center;
  line-height: 1.8;
}
@media (max-width:640px) {
  .page_header p{
    margin: -3em auto 0;
  }
}

/* comparison
------------------------------------------*/
.comparison{
  background: url(../img/bg_comparison.webp) no-repeat center bottom / contain, linear-gradient(#afe7fe 5%, #fff 10%, #fff);
  text-align: center;
}
@media (max-width:640px) {
  .comparison{
    background: url(../img/bg_comparison_sp.webp) no-repeat center bottom / contain, linear-gradient(#afe7fe 5%, #fff 10%, #fff);
  }
}

.comparison p{
  text-align: center;
  line-height: 1.8;
}
.comparison h4{
  display: flex;
  width: min(1600px, 100%);
  margin: 0 auto;
  align-items: center;
}
@media (max-width:640px) {
  .comparison h4{
    margin: 0 auto -20px;
  }
}


/* img共通
------------------------------------------*/
img.w95{
  width: min(1050px, 95%);
}
img.w90{
  width: min(1000px, 90%);
}
img.w80{
  width: min(900px, 80%);
}
img.w70{
  width: min(850px, 70%);
}


/* contents_nav
------------------------------------------*/
.contents_nav{
  background: url(../img/bg_contents_nav_02.webp) no-repeat center bottom / cover;
  box-shadow: 0px 15px 15px 0px #ade6fe;
  border-bottom: solid 10px #ade7ff;
}
.contents_nav .contents_list {
  display: flex;
  width: min(976px, 100%);
  margin: 0 auto;
}

@media (max-width:640px) {
  .contents_nav .contents_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.contents_nav .contents_list li {
  padding: 0 .2em;
  /*flex-grow: 1;
  text-align: center;
  margin-bottom: -1em;*/
}
@media (max-width:640px) {
  .contents_nav .contents_list li {
    width: 80%;
  }
}

.contents_nav .contents_list .anchor {
  display: block;
  /*padding: .5em 0 .7em;
  color: var(--co-color);
  line-height: 1.4;*/
  cursor: pointer;
  position: relative;
}

@media (max-width:640px) {
  .contents_nav .contents_list .anchor {
    padding: .2em 0 0;
  }
}

.contents_nav .contents_list .anchor:hover::after {
  translate: -50% 75%;
}

.contents_nav .contents_list a {
  display: block;
  /* padding: .5em 1.5em .5em .5em; */
  padding: .5em 0 .7em;
  line-height: 1.5;
  color: inherit;
  position: relative;
}

@media (max-width:640px) {
  .contents_nav .contents_list a {
    padding: .75em 0;
  }
}

.contents_nav .contents_list a::after {
  content: '';
  width: 1.3em;
  height: 1.3em;
  background: url(../img/icon-jump.svg) no-repeat center / contain;
  /* position: absolute;
  translate: .5em; */
  display: block;
  margin: .5em auto 0;
}

@media (max-width:640px) {
  .contents_nav .contents_list a::after {
    position: absolute;
    translate: .5em .1em;
    margin: unset;
    display: inline-block;
  }
}


/* section共通
------------------------------------------*/
section#navi,
section#map,
section#ent{
  padding-top: 70px;
  box-shadow: 0px 15px 15px 0px #ade6fe;
  background-color: #f1faff;
}
@media (max-width:640px) {
  section#navi,
  section#map,
  section#ent{
    padding-top: 0;
  }
}


/* inner共通
------------------------------------------*/
#navi .inner,
#map .inner,
#ent .inner{
  background: url(../img/bg_ttl.webp) no-repeat top center / contain;
  background-color: #fff;
  border-radius: 50px;
  padding-bottom: 0;
}
@media (max-width:640px) {
  #navi .inner,
  #map .inner,
  #ent .inner{
    background: url(../img/bg_ttl_sp.webp) no-repeat top center / contain;
    padding: 0;
    border-radius: unset;
    width: 100%;
  }
}

h3.title {
  text-align: center;
}

h3.title img{
  width: min(760px, 63%);
}
@media (max-width:640px) {
  h3.title img{
    width: 75%;
  }
}

.inner_smartphone{
  background: url(../img/bg_inner_blue.webp) no-repeat bottom center / contain;
  padding: 30px;
}

.inner_navi{
  background: url(../img/bg_inner_green.webp) no-repeat bottom center / contain;
  padding: 30px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width:640px) {
  .inner_navi{
    padding: 0 0 30px;
    margin-top: 50px;
  }
}

.inner_navi_img {
  width: min(800px, 75%);
  margin: 20px auto 0;
  display: block;
}

.inner_unique{
  background: url(../img/bg_unique.webp) no-repeat top center / contain;
  padding: 15px 30px 30px 30px;
  position: relative;
}
@media (max-width:640px) {
  .inner_unique{
    background: url(../img/bg_unique_sp.webp) no-repeat top center / contain;
    padding: 15px 30px 30px 30px;
    position: relative;
  }
  #ent .inner_unique{
    background: url(../img/bg_unique_ent_sp.webp) no-repeat top center / contain;
    padding: 15px 30px 30px 30px;
    position: relative;
  }
  #map .inner_unique{
    background: url(../img/bg_unique_map_sp.webp) no-repeat top center / contain;
    padding: 15px 30px 30px 30px;
    position: relative;
  }
}

.inner_unique .point_more{
  position: absolute;
  top: min(-60px, -5%);
}
@media (max-width:640px) {
  .inner_unique .point_more{
    position: absolute;
    top: -60px;
    left: 10px;
  }
}

.inner_unique .point_more img{
  width: min(150px, 43%);
}
@media (max-width:640px) {
  .inner_unique .point_more img{
    width: min(95px, 30%);
  }
}

.inner_unique_img {
  width: min(900px, 80%);
  margin: 20px auto 0;
  display: block;
}

.inner_voice{
  /*background: url(../img/bg_inner_bottom.webp) no-repeat bottom center / contain;*/
  padding: 50px 50px 70px;
  background: linear-gradient(#fff 5%, #fff 10%, #82daff);
  border-radius: 0 0 50px 50px;
}
@media (max-width:640px) {
  .inner_voice{
    padding: 20px;
    border-radius: unset;
  }
}

.inner_voice ul{
  
}
.inner_voice ul li {
  /*display: inline-block;*/
}
.inner_voice ul li.img_da{
  text-align: left;
  padding-left: 100px;
}
@media (max-width:640px) {
  .inner_voice ul li.img_da{
    padding-left: 0;
  }
}

.inner_voice ul li.img_carnavi{
  text-align: right;
  padding-right: 100px;
}
@media (max-width:640px) {
  .inner_voice ul li.img_carnavi{
    padding-right: 0;
  }
}

.inner_voice ul li.img_da img,
.inner_voice ul li.img_carnavi img{
  width: min(770px, 70%);
}
@media (max-width:640px) {
  .inner_voice ul li.img_da img,
  .inner_voice ul li.img_carnavi img{
    width: 90%;
  }
}

.inner_tsunagaru{
  width: min(850px, 70%);
  margin: 30px auto 50px;
}
@media (max-width:640px) {
  .inner_tsunagaru{
    width: 90%;
  }
}


/* btn
------------------------------------------*/
p.btn {
  width: min(800px, 60%);
  margin: 50px auto 0;
}
@media (max-width:640px) {
  p.btn {
    width: 100%;
  }
}

.btn_ac_aa {
  text-align: center;
  padding: 40px 0 10px;
}
.btn_ac_aa a {
  background-image: linear-gradient(to right, #6a8ce5, #574ad6);
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 20px 50px 20px 30px;
  font-size: .8em;
}
.btn_ac_aa a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 25px;
}
@media (max-width:640px) {
  .btn_ac_aa a {
    line-height: 1.5;
  }
}


/* h4
------------------------------------------*/
h4 {
  display: flex;
  width: min(1050px, 90%);
  margin: 0 auto 30px;
  align-items: center;
}
@media (max-width:640px) {
  h4 {
    display: flex;
    width: 100%;
    margin: 0 auto 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

h4 .h4_img{
  width: min(190px, 20%);
  margin-right: 1em;
}
@media (max-width:640px) {
  h4 .h4_img{
    width: 60%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media (max-width:640px) {
  .inner_unique h4 .h4_img{
    width: 45%;
    margin-right: 0;
    margin-bottom: 1em;
    margin-top: -40px;
  }
}

h4 .h4_ttl{
  line-height: 1.6;
  font-size: 1.1em;
}
@media (max-width:640px) {
  h4 .h4_ttl{
    text-align: center;
  }
}


/* #navi
------------------------------------------*/
.inner_navi_video {
  width: 600px;
  margin: 0 auto;
  display: block;
}
@media (max-width:640px) {
  .inner_navi_video {
    width: 100%;
    text-align: center;
  }
}

.inner_navi_video video{
  width: 600px;
}
@media (max-width:640px) {
  .inner_navi_video video{
    width: 90%;
  }
}

.inner_navi_video p {
  text-align: center;
  margin-top: 1em;
  font-size: .8em;
}

.inner_unique ul.inner_unique_list{
  display: flex;
  padding: 0 0 50px;
  align-items: baseline;
  justify-content: center;
}
@media (max-width:640px) {
  .inner_unique ul.inner_unique_list{
    flex-wrap: wrap;
  }
}

.inner_unique ul.inner_unique_list li{
  text-align: center;
  width: 40%;
  margin: 0 2%;
  font-size: .8em;
  line-height: 1.4;
}
@media (max-width:640px) {
  .inner_unique ul.inner_unique_list li{
    width: 100%;
    margin: 0;
  }
  .inner_unique ul.inner_unique_list li:first-child {
    margin-bottom: 1em;
  }
}

.inner_unique ul.inner_unique_list li img {
  margin-bottom: 2em;
}
@media (max-width:640px) {
  .inner_unique ul.inner_unique_list li img {
    margin-bottom: 1em;
    width: 60%;
  }
}

.inner_navi .point_navi_img02{
  position: absolute;
  right: 0;
}
.inner_navi .point_navi_img02 img{
  width: 200px;
}
#navi .inner_unique{
  padding: 15px 30px 0px 30px;
}
@media (max-width:640px) {
  #navi .inner_unique{
    padding: 0;
  }
}


/* #ent
------------------------------------------*/
section#ent img.w70,
section#ent img.w90{
  display: block;
  margin: 0 auto;
}

p.txt_explanation {
  text-align: center;
  margin-top: 1em;
  font-size: .8em;
}
@media (max-width:640px) {
  p.txt_explanation {
    margin-top: .8em;
    line-height: 1.2;
  }
}


/* #map
------------------------------------------*/
section#map {
  padding-bottom: 80px;
  box-shadow: none;
}
@media (max-width:640px) {
  section#map {
    padding-bottom: 60px;
  }
}

section#map img.w70,
section#map img.w90{
  display: block;
  margin: 0 auto;
}
section#map h4 {
  margin: 0 auto 20px;
}


/* #lineup
------------------------------------------*/
section#lineup{
  background: url(../img/bg_conclusion.webp) no-repeat top center / cover;
  padding: 100px 0 0;
}
@media (max-width:640px) {
  section#lineup{
    padding: 0 0;
  }
}

#lineup h3.title {
  text-align: center;
  margin: 60px 0 30px;
}
#lineup h3.title img{
  width: min(1050px, 90%);
}
ul.lineup_list{
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media (max-width:640px) {
  ul.lineup_list{
    flex-wrap: wrap;
    justify-content: center;
  }
}

ul.lineup_list li {
  width: 28%;
  padding: 10px;
}
@media (max-width:640px) {
  ul.lineup_list li {
    width: 70%;
  }
}



/* map
------------------------------------------*/
.co.map {
  background-color: #f9e9ee;
}

.co.map .hd_wrp-img {
  width: min(1200px, 92%);
  margin: -3em auto;
  position: relative;
}

@media (max-width:640px) {
  .co.map .hd_wrp-img {
    margin: 0 auto;
  }
}


/* lineup
------------------------------------------*/
.lineup {
  /*     padding-bottom: min(250px, 30vw); */
  background-color: var(--yellow);
}

.lineup .lineup_title{
  width: max-content;
  height: 2.8em;
  margin: 0 auto 3em;
}

@media (max-width:640px) {

  .lineup .lineup_title{
    height: min(2.8em, 7.2vw);
    margin: 0 auto 2em;
  }
}

.lineup .lineup_title img{
  width: auto;
  max-height: 100%;
}

.lineup .lineup_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5em min(3%, 2em);
  position: relative;
  z-index: 0;
}

.lineup .lineup_list li {
  width: 30%;
  flex-grow: 1;
  padding: min(16%, 5em) 1em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: var(--item-color);
  border-radius: .8em;
  position: relative;
}

@media (max-width:640px) {
  .lineup .lineup_list li {
    width: 100%;
    display: grid;
    grid-template-areas: 'img title' 'img name' 'btn btn';
    grid-template-columns: 46% 50%;
  }
}


/* modal
------------------------------------------*/
html.modal-fixed {
  overflow: clip;
  width: 100%;
  height: 100%;
}

.modal-bk {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgb(0 0 0/.9);
  z-index: 10000;
  cursor: pointer;
  display: none;
}

.closebtn {
  width: 2em;
  height: 2em;
  position: fixed;
  right: min(2em, 3vw);
  top: min(2em, 3vw);
  cursor: pointer;
}

.closebtn::before,
.closebtn::after {
  content: '';
  width: 2em;
  height: 0;
  position: absolute;
  left: 50%;
  top: calc(50% - 2px);
  border-top: solid 4px var(--yellow);
  translate: -50% -50%;
  rotate: 45deg;
}

.closebtn::after {
  rotate: -45deg;
}

.modal {
  width: min(960px, 100%);
  max-height: 100%;
  padding: min(80px, 15vw) 2em;
  margin: 0 auto;
  overflow-y: scroll;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.modal img {
  width: 100%;
  height: auto;
}

@media (max-width:640px) {
  .modal {
    width: 118%;
    padding: min(80px, 15vw) 0;
  }

  .modal img {
    width: 100%;
    height: auto;
    margin-top: -5px;
  }
}

.modal iframe {
  width: 100%;
  aspect-ratio: 16/9;
}