@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Shippori Mincho', serif;
  background-color: #fff;
  line-height: 1.7;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.cswrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.section-title {
  margin-bottom: 100px;
  text-align: center;
  display: inline-block;
  padding: 0 10% 10px 10%;
}


/*-------------------------------------------
ヘッダー
-------------------------------------------*/
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  background-color: #f6f6e5;
  opacity: 0.95;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/

/*-------------------------------------------
メニュー
-------------------------------------------*/
#reason {
  margin-bottom: 120px;
}
#reason h2 {
  margin: 0 auto;
}
#reason .lineuptitle {
  margin-top: 40px;
}
#reason .cstitle {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.csconcept {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.4em;
}
.lineup {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1vw;
  justify-content: center;
}
.lineup2 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1vw;
  justify-content: center;
}
.lineup3 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1vw;
  justify-content: center;
}
.csbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .9em .9em;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border: 1px solid #000;
}
.csbutton::after {
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}
.csbutton:hover {
  background-color: #f6f6e5;
}
.csbutton a {
  width: 100%;
  display: block;
}
.csbutton2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: .9em .9em;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border: 1px solid #000;
}
.csbutton2::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}
.csbutton2:hover {
  background-color: #f6f6e5;
}
.csbutton2 a {
  width: 100%;
  display: block;
}
.csbutton3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: .9em .9em;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border: 1px solid #000;
}
.csbutton3::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}
.csbutton3:hover {
  background-color: #f6f6e5;
}
.csbutton3 a {
  width: 100%;
  display: block;
}
/*-------------------------------------------
コンテンツ
-------------------------------------------*/
#osusume {
  margin-bottom: 30px;
}
#osusume .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#csevent {
  margin-bottom: 30px;
}
#csevent .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#csevent .csgrid p {
  font-size: 0.9em;
  padding: 10px 0 5px;
  text-align: center;
}
#csevent .csgrid p span {
  display: inline-block;
  align-items: center;
  padding: .3em .3em;
  background-color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
#csevent .csgrid p span a {
  color: royalblue;
}
#csitem {
  margin-bottom: 30px;
}
#csitem .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#cscoordinate {
  margin-bottom: 30px;
}
#cscoordinate .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#cscoordinate .coordwrap:last-of-type {
  margin-bottom: 0;
}
#cscoordinate .csflex p a {
  display: inline-block;
  align-items: center;
  padding: .3em .3em;
  font-weight: 600;
  border-bottom: 1px solid #000;
  color: royalblue;
}
#csbrand {
  margin-bottom: 30px;
}
#csbrand .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#cssize {
  margin-bottom: 30px;
}
#cssize .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#csnendai {
  margin-bottom: 30px;
}
#csnendai .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#csranking {
  margin-bottom: 10px;
}
#csranking .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#csreview {
  margin-bottom: 30px;
}
#csreview .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#csfaq {
  margin-bottom: 20px;
}
#csfaq .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
#cstokushu {
  margin-bottom: 30px;
}
#cstokushu .cstitle {
  max-width: 500px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 60px;
}
.csnakami a:hover {
  opacity: 0.7;
}
.csnakami img {
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
.csnakami2 a:hover {
  opacity: 0.7;
}
.csnakami2 img {
  box-shadow: none;
  width: 95%;
}
/*-------------------------------------------
ranking
-------------------------------------------*/
#csranking .csrank1{
	position: relative;
}

#csranking .csrank1::before {
    position: absolute;
    content: "1位";
    top: 0;
    left: 0;
    background-color: #c8bf53;
    padding: 5px 15px;
	font-size: 1em;
	color: #000;
}
#csranking .csrank2{
	position: relative;
}

#csranking .csrank2::before {
    position: absolute;
    content: "2位";
    top: 0;
    left: 0;
    background-color: #515558;
    padding: 5px 15px;
	font-size: 1em;
	color: #fff;
}
#csranking .csrank3{
	position: relative;
}

#csranking .csrank3::before {
    position: absolute;
    content: "3位";
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 5px 15px;
	font-size: 1em;
	color: #000;
}
#csranking .csrank4{
	position: relative;
}

#csranking .csrank4::before {
    position: absolute;
    content: "4位";
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 5px 15px;
	font-size: 1em;
	color: #000;
}
#csranking .csrank5{
	position: relative;
}

#csranking .csrank5::before {
    position: absolute;
    content: "5位";
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 5px 15px;
	font-size: 1em;
	color: #000;
}
/*-------------------------------------------
試着チケット
-------------------------------------------*/
.csticket {
  margin-bottom: 80px;
  text-align: center;
}
.csticket .cstitle {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.csticket .catchphrase {
  font-size: 1rem;
  margin-bottom: 40px;
}
.csticket .csbtn {
  width: 70%;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}
.csticket .csbtn:hover {
  opacity: 0.7;
}
/*-------------------------------------------
よくある質問
-------------------------------------------*/
.csaccordion {
    max-width: 750px;
    margin: 0 auto 10px;
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #f6f6e5;
}

.csaccordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.csaccordion summary::-webkit-details-marker {
    display: none;
}

.csaccordion summary::before,
.csaccordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.csaccordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.csaccordion summary::after {
    transition: rotate .3s;
}

.csaccordion[open] summary::after {
    rotate: 90deg;
}

.csaccordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.csaccordion[open] p {
    transform: none;
    opacity: 1;
}
.csaccordion[open] a {
  font-weight: 600;
  border-bottom: 1px solid #000;
  color: royalblue;
}

.faqall {
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .9em .9em;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
a.faqall {
  border-bottom: 1px solid #000;
}
.faqall::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
}
.faqall:hover {
border-bottom: 1px solid #000;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
footer {
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
}
.footerlogo {
  width: 140px;
}

/*-------------------------------------------
PC用調整
-------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  header {
    height: 100px;
  }
  header img.logo {
    width: 160px;
  }
  header .hdarea h1 {
    padding: 10px 20px;
  }
  #mainvisual {
    margin-bottom: 100px;
  }
  .csbutton {
    width: 360px;
    font-size: 1em;
  }
  .csbutton2 {
    width: 360px;
    font-size: 0.9em;
  }
  .csbutton3 {
    width: 240px;
    font-size: 0.9em;
  }
  .section-title {
    width: 100%;
    font-size: 1.3em;
  }
  #csevent {
    padding: 0 0 100px 0;
  }
  #csevent .lineuptitle {
    padding-top: 30px;
  }
  #csevent .csgrid {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    gap: 8px;
    justify-content: center;
    padding-bottom: 30px;
  }
  #osusume {
    padding: 60px 0 100px 0;
  }
  #osusume .lineuptitle {
    padding-top: 30px;
  }
  #osusume .csgrid {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    gap: 8px;
    justify-content: center;
    padding-bottom: 30px;
  }
  #csitem {
    padding: 0 0 100px 0;
  }
  #csitem .lineuptitle {
    padding-top: 30px;
  }
  #csbrand {
    padding: 0 0 100px 0;
  }
  #csbrand .lineuptitle {
    padding-top: 30px;
  }
  #cssize {
    padding: 0 0 100px 0;
  }
  #cssize .lineuptitle {
    padding-top: 30px;
  }
  #csnendai {
    padding: 0 0 100px 0;
  }
  #csnendai .lineuptitle {
    padding-top: 30px;
  }
  #csranking {
    padding: 0 0 50px 0;
  }
  #csranking .lineuptitle {
    padding-top: 30px;
  }
  #csreview {
    padding: 0 0 50px 0;
  }
  #csreview .lineuptitle {
    padding-top: 30px;
  }
  #csfaq {
    padding: 0 0 50px 0;
  }
  #csfaq .lineuptitle {
    padding-top: 30px;
  }
  #cstokushu {
    padding: 60px 0 100px 0;
  }
  #cstokushu .lineuptitle {
    padding-top: 30px;
  }
  #cstokushu .csgrid {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    gap: 8px;
    justify-content: center;
    padding-bottom: 30px;
  }
  #cstokushu .csgrid p {
  padding: .5em 0;
    font-size: 13px;
  }
  #cstokushu .csgrid p span {
font-weight: bold;
  }
  #cscoordinate {
    padding: 0 0 100px 0;
  }
  #cscoordinate .lineuptitle {
    padding-top: 30px;
  }
  #cscoordinate .coordwrap {
    margin-bottom: 80px;
  }
  #cscoordinate .csflex {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
#cscoordinate .csflex p span {
  display: inline-block;
  align-items: center;
  padding: .3em .7em;
}
  #cscoordinate .csflex .flex2 {
    width: 300px;
  }
  .footermenu {
    display: none;
  }
  .guidesp {
    display: none;
  }
  .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 3%;
    gap: 40px;
    margin-bottom: 30px;
  }
  .footer-area {
    text-align: left;
    padding-left: 30px;
    border-left: dotted 1px;
  }
}


/*-------------------------------------------
すまほ
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .cswrapper {
    padding: 0 3vw;
  }
  .section-title {
    width: 100%;
    font-size: 1em;
    margin-bottom: 60px;
  }
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  header {
    height: 80px;
  }
  header img.logo {
    width: 100px;
  }
  header .hdarea h1 {
    padding: 0 5vw;
  }
  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    margin-bottom: 20px;
  }
  /*-------------------------------------------
 メニュー
  -------------------------------------------*/
  #reason {
    margin-bottom: 100px;
  }
  #reason .cstitle {
    text-align: center;
    font-size: 1rem;
  }
  .csconcept {
    margin-top: 50px;
    font-size: 14px;
    text-align: left;
    padding: 0 3vw;
  }
  .csbutton {
    width: 45vw;
    font-size: 0.9em;
  }
  .csbutton2 {
    width: 40vw;
    height: 50px;
    font-size: 0.7em;
  }
  .csbutton3 {
    width: 26vw;
    font-size: 0.7em;
  }
  /*-------------------------------------------
コンテンツ
  -------------------------------------------*/
  #csevent {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #csevent .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #csevent .csgrid {
    display: grid;
    grid-template-columns: repeat(2, 40vw);
    gap: 5px;
    justify-content: center;
    padding-bottom: 20px;
  }
  #csevent .csgrid p {
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 0.7em;
  }
  #csevent .csgrid p span {
    font-size: 0.8em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 5px;
  }
  #osusume {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #osusume .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #osusume .csgrid {
    display: grid;
    grid-template-columns: repeat(2, 40vw);
    gap: 8px;
    justify-content: center;
    padding-bottom: 20px;
  }
  #csitem {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #csitem .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #csbrand {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #csbrand .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #cssize {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #cssize .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #csnendai {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #csnendai .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #csranking {
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
  }
  #csranking .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #csreview {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #csreview .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #csfaq {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #csfaq .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #cstokushu {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #cstokushu .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #cstokushu .csgrid {
    display: grid;
    grid-template-columns: repeat(2, 40vw);
    gap: 8px;
    justify-content: center;
    padding-bottom: 20px;
  }
  #cstokushu .csgrid p {
  padding: .5em 0;
    font-size: 10px;
  }
  #cstokushu .csgrid p span {
font-weight: bold;
  }
  #cscoordinate {
    padding: 10px 0 50px 0;
    margin-bottom: 20px;
  }
  #cscoordinate .cstitle {
    text-align: center;
    font-size: 0.9rem;
  }
  #cscoordinate .coordwrap {
    margin-bottom: 60px;
  }
	
	#cscoordinate .csflex {
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  #cscoordinate .csflex p {
    font-size: 0.8rem;
  }
#cscoordinate .csflex p span {
  display: inline-block;
  align-items: center;
  padding: .3em 0;
}
  #cscoordinate .csflex .flex2 {
    width: 60vw;
  }

  /*-------------------------------------------
  試着チケット
  -------------------------------------------*/
  .csticket {
    margin-bottom: 50px;
  }
  .csticket .cstitle {
    font-size: 1rem;
  }
  .csticket .catchphrase {
    font-size: 0.8rem;
  }
  .csticket .csbtn {
    font-size: 1.5rem;
  }
  /*-------------------------------------------
  フッター
  -------------------------------------------*/
  .footer-nav {
    text-align: center;
    margin: 0 auto;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .footer-nav .footerlogo {
    margin-bottom: 20px;
  }
  .footer-area {
    text-align: center;
    font-size: 0.8em;
  }
}