@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  font-size: 17px;
  line-height: 1.5;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50-25 {
  margin-top: 50px !important;
}
.mt80-25 {
  margin-top: 80px !important;
}
.text-center {
  text-align: center !important;
}
.t-right {
  text-align: right;
}
.image01 {
  text-align: center;
}
.text01 {
  text-align: center;
  color: #FFF;
  line-height: 1.8;
  font-size: 18px;
  margin-top: 40px;
}
.text02 {
  margin-top: 20px;
  text-align: center;
}
.text03 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.text03 dl dt {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ff0f72;

}
.textArea {
  background-color: #b0a7a5;
  padding: 40px;
}
.copy {
  font-size: 12px;
}
a {
  color: #1e9ac7;
  text-decoration: underline;
}
.sp {
  display: none;
}
.opacity:hover,
a img:hover {
  opacity: .6;
  transition: .3s;
}
.method_title {
  font-size: 40px;
  font-weight: bold;
  border-bottom: solid 2px #ec0140;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 5px;
  max-width: unset !important;
}
.premium {
  width: 38%;
  margin: 50px auto 40px;
}
header .inner {
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}

section#method {
  background: #e8e8e8;
  padding: 40px 0 80px;
}
section#method .inner{
  max-width: 1000px;
  margin: 0 auto;
  width: auto;
}

footer {
   color: #FFF;
   position: relative;
   background: #fc8e3d;
   background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
   background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
   background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   z-index: 1;
   font-size: 12px;
}
.no-scroll{
  overflow:hidden;
}
.btn {
  margin-top: 20px;
}
.news_ticker {
  width:100%;
  overflow:hidden;
  white-space:nowrap;
  background-color: #151515;
}
.news_ticker p {
  font-weight: bold;
  color: #FFF;
}
@keyframes hscroll2 {
  0% { transform:translateX(4px); }
  100% { transform:translateX(-100%); }
}
.news_ticker p {
  display:inline-block;
  margin:0;
  padding:.5% 0;
  animation:hscroll2 20s linear infinite;
  font-size: 24px;
  font-weight: bold;
}
.btn {
  margin-top: 40px;
  text-align: center;
}
.official {
  text-align: center;
}
.official span{
  color: #FFF;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 24px;
  background: #151515;
} 
.detail {
  padding: 20px 20px 80px;
  background-color: #FFF;
  border-radius: 15px;
  margin: 30px auto 0;
  max-width: 810px;
}
.detail-inner {
  padding: 0 60px;
}
.detail-inner h4 {
  color: #ff0f72;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.detail-inner .bold-txt{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
}
.detail-inner > dl {
  margin-top: 30px;
  position: relative;
}
.detail-inner > dl >dd.end {
  position: absolute;
  left: 0;
  top: -15px;
}
.detail-inner > dl:first-child {
  margin-top: 0;
}
.bg_block .detail h3 {
  border: none;
  text-align: center; 
  font-weight: bold;
  margin-bottom: 30px;
}
.detail h3 span {
  border-bottom: 1px solid #151515;
  padding-bottom: 10px;
}
.detail-btn {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid #151515;
  border-top: none;
  border-bottom: none;
  padding-top: 50px;
  text-align: center;
}
.marker {
  text-align: center;
  margin-bottom: 10px;
}
.marker span{
  background: linear-gradient(transparent 50%, #FFF 50%);
  padding: 0 5px;
  font-size: 24px;
  font-weight: bold;
}
.vote {
  text-align: center;
  margin: 20px 0 0;
}
.member-anchor {
  margin-top: 20px;
}
.member-anchor a {
  color: #FFF;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  background: #151515;
  border-radius: 30px;
  line-height: 50px;
  display: block;
  text-decoration: none;
}
.member-anchor a:hover {
  opacity: .7;
  transition: .3s;
}
/* ==========================================================================
bg_block
========================================================================== */
.bg_block {
  background-image: url(../images/bg_01.png);
  background-color: #cfc6c3;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 83px;
}
.bg_block.bg02 {
  background-image: url(../images/bg_03.png);
  background-color: #cfc6c3;
  padding-top: 68px;
}
.bg_outer {
  border-top:1px solid #2b2a29 ;
  padding: 0;
  background-color: #a99c98;
}
.bg_block.bg03 {
  background-image:none;
  padding-top: 0;
  max-width: 1120px;
  background-color: #2b2a29;
  margin: 0 auto;
  border: 1px solid #2b2a29;
  border-top: none;
  border-bottom: none;
}
.bg_block.bg04 {
  background-image:none;
  padding: 0;
}
.bg_inner {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid #151515;
  border-top: none;
  border-bottom: none;
}
.bg02 .bg_inner {
  background-image: -moz-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
}
.bg03 .bg_inner {
  background-image:none;
  max-width: 1120px;
  margin: 0 auto;
  background-image: -moz-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
  border-radius: 0 40px 0 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: none;
}
.bg_inner .inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 60px 50px;
}
.bg_block h2 {
  text-align: center;
  font-size: 35px;
}
#member {
  background-image: url(../images/bg_04.png);
  background-position: top center;
  background-repeat: repeat-y;
  padding-bottom: 40px;
}
#member h2 {
  text-align: center;
  margin: 60px 0 30px;
}
/* ==========================================================================
member-list
========================================================================== */
.member-list {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.member-list > li {
  position: relative;
  width: 23%;
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}
.member-list li .profile{
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(21, 21, 21, 0.5);
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 90%;
  width: 100%;
  padding: 10px 10px 30px;
}
.member-list li .profile .num {
  font-size: 20px;
}
.member-list li .profile .name {
  font-size: 23px;
}
.member-list li .profile .name2 {
  font-size: 12px;
}
/* ==========================================================================
sns
========================================================================== */
.sns {
  margin-top: 50px;
}
.sns dt {
  font-size: 20px;
  text-align: center;
  color: #FFF;
  font-weight: normal;
}
.sns dd {
  margin-top: 20px;
}
.sns dd > ul {
  display: flex;
  justify-content: center;
}
.sns ul li {
  margin-left: 20px;
}
.sns ul li:first-child {
  margin-left: 0;
}
/* ==========================================================================
footer
========================================================================== */

.common_footer_wrapper {
 overflow: hidden;
}
.footer_logo a {
  display: block;
  background-image: url(../images/logo.svg);
  background-size: 100% auto;
  width: calc(130px);
  height: calc(130px / 494.58 * 217.28);
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
header
========================================================================== */
header {
  background-color: #151515;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  transition: top 0.3s;
  z-index: 9999;
}
header .header_inner{
  display: flex;
  max-width:1000px;
  margin: 0 auto;
}
header .logo a {
  display: block;
  background-image: url(../images/logo.svg);
  background-size: 100% 100%;
  width: calc(130px);
  height: calc(130px / 494.58 * 217.28);
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
header nav {
  display: flex;
  align-items: center;
}
header nav ul{
  display: flex;
}
header nav ul li{
  text-align: center;
}
header nav ul li:last-child {
  margin-right: 0;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.bar {
  width: 25px;
  height: 3px;
  background-color: #FFF;
  margin: 3px 0;
  transition: 0.4s;
}
.menu {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  max-width: 1000px
}
.menu > li {
  margin-right: 15px;
  border-right: 2px solid #4c4c4c;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.1;
}

.menu li:last-child {
  border-right:none;
  margin-right: 0;
  padding-right: 100px;
  background-image: url(../images/head_bg.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}
.menu a {
  text-decoration: none;
  color: #fff;
}
/* ==========================================================================
mv_area
========================================================================== */
.mv_area {
  position: relative;
  width: 100%;;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/mv_area.png);
  background-position: center bottom;
  padding: 0;
}

.mv_area h1{
  max-width: 931px;
  margin: 0 auto;
}
.slider {
  margin-top: 30px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
/* ドットの個々のアイテム */
.slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}
/* ドットのリンク */
.slick-dots li button {
  width: 30px; /* 横線の長さ */
  height: 4px; /* 横線の太さ */
  background-color: #FFF; /* 横線の色 */
  border: none;
  display: block;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.slick-dots li button:before {
  content:unset;
}
/* ドットがアクティブなとき */
.slick-dots li.slick-active button {
  background-color: #ee0000; /* アクティブ時の色 */
}


/* ==========================================================================
section
========================================================================== */
section {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}
.bg_block h2 {
  color: #151515;
  font-size: 35px;
  margin-bottom: 40px;
}
.bg_block.bg03 h2 {
  color: #FFF;
}
.bg_block h3 {
  font-size: 23px;
  border-bottom: 1px solid #151515;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.bg_block h2 span{
  background-image: url(../images/h_icon.png), url(../images/h_icon.png);
  background-size: auto, auto;
  background-repeat: no-repeat,no-repeat;
  background-position: left center,right center;
  padding: 0 50px;
}
.bg_block.bg03 h2 span{
  background-image: url(../images/h_icon_02.png), url(../images/h_icon_02.png);
}
.img_left {
  display: flex;
  justify-content: space-between;
}
.img_left .image {
  width: 48%;
}
.img_left .text {
  width: 48%;
}
/* ==========================================================================
modal
========================================================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 1000;
  width: 800px;
}
.modal-profile {
  display: flex;
}
.modal-profile .image {
  width: 330px;

}
.modal-profile .text{
  padding: 20px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  flex: 1;
}
.modal-profile .text .name {
  margin-bottom: 20px;
  font-weight: bold;
}
.modal .close-modal {
  position: absolute;
  top: -60px;
  right: 0;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #FFF;
}
/* ==========================================================================
fix-content
========================================================================== */
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 100;
}
@media screen and (min-width: 813px) {
  ul.movie.movie2 li:nth-child(n+3) {
    margin-top: 50px;
  }
  .modal-open header,
  .modal-open .fix-content {
    padding-right: var(--scrollbar-width);
  }
}
@media screen and (max-width: 812px) {
  .sp {
    display: block;
  }
  img {
    width: 100%;
  }
  body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-text-size-adjust: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
  .pc {
    display: none;
  }
  .sp_center {
    text-align: center;
  }
  .mt80-25 {
    margin-top: 25px !important;
  }
  .mt50-25 {
    margin-top: 25px !important;
  }
  .method_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  section#osusume .inner,
  section#method .inner{
    padding: 0 5%;;
  }
  .premium {
    width: 60%;
    margin: 30px auto;
  }
  .btn {
    margin-top: 20px;
  }
  .text01 {
    font-size: 15px;
    margin: 3% 0 0;
    text-align: left;
  }
  .text03 {
    padding: 0 5%;
  }
  .text03 dl dt {
    font-size: 16px;
  }
  .text03 dl dd {
    font-size: 12px;
    text-align: left;
  }
  .textArea {
    padding: 30px 0;
  }
  .detail-btn {
    padding-top: 20px;
  }
  .detail-btn a {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .text02 {
    text-align: left;
  }
  .marker span{
    font-size: 17px;
  }

/* ==========================================================================
sp header
========================================================================== */

  .contents section h2 {
    width: 100%;
    font-size: 21px;
    border-top: 1px solid #151515;
    padding-top: 5%;
    margin-bottom: 10px;
  }
  .contents section.bg03 h2 {
    border: none;
    padding: 0;
  }
  .border {
    font-size: 15px;
    background-size: 5%;
    text-align: left;
  }
  dl.txt01 {
    margin-top: 15px;
    font-size: 15px;
  }
  .column-content p {
    font-size: 20px;
  }
  section#theater .image {
    margin-top: 15px;
  }
  footer{
    height: auto;
    min-height: 55px;
  }
  .bgOuter {
    padding: 0 5% 10%;
    background-image: url(../images/bg_outer_sp.png);
  }
  .border-txt {
    padding: 5%;
    margin-top: 35px;
  }
  .border-txt dt {
    font-size: 17px;
  }
  .cs img {
    width: 40%;
  }
/* ==========================================================================
sp section
========================================================================== */
  section {
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
* {
    box-sizing: border-box;
  }
  #member h2 {
    padding: 0;
    margin: 20px auto;
    max-width: 140px;
    border: none;
  }
  #member .inner {
    padding: 0 7%;
  }
  .bg_block h2 span{
    background-size: 15px auto,  15px auto;
    padding: 0 30px;
  }

/* ==========================================================================
sp btn
========================================================================== */
  .free_btn.column li {
    margin-top: 15px;
  }
  .column2-btn {
    flex-direction: column;
    padding: 0 5%;
    margin-top: 5%;
  }
  .column2-btn li {
    margin-top: 5%;
  }

/* ==========================================================================
sp notice
========================================================================== */

  section p.lead {
    font-size: 15px;
    text-align: left;
  }
  ul.thumbnail li {
    width: 48%;
  }
  ul.thumbnail li:nth-child(n+3) {
    margin-top: 3%;
  }
  section p.lead {
    margin: 5% 0;
  }
  /* ==========================================================================
  sp bg_block
  ========================================================================== */
  .bg_block {
    background-image: url(../images/bg_sp_01.png);
    background-size: 2.53% auto;
    background-position: left top;
    padding-top: 0;
  }
  .bg_block.bg02 {
    background-image: url(../images/bg_sp_02.png);
    background-size: 2.53% auto;
    background-position: right 0;
    padding-top: 0;
  }
  .bg_outer {
    border-top:1px solid #151515 ;
    padding: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(120,112,110) 1%, rgb(164,155,153) 46%, rgb(207,198,195) 100%);
    padding: 0 2.53%;
  }
  .bg_block.bg03 {
    background-color: #151515;
    padding-top: 0;
  }
  .bg_block.bg04 {
    padding: 0 2.53%;
  }
  .bg_inner {
    position: relative;
    background-image: none;
    border-left: 1px solid #151515;
    border-right: 1px solid #151515;
    margin: 0 2.53%;
    padding-top: 6.4%;
  }
  .bg02 .bg_inner .inner {
    padding-bottom: 7%;
  }
  .bg03 .bg_inner {
    border-radius: 0 25px 0 25px;
    background-color: unset;
    border: none;
    padding: 10px 10px 30px;
  }
  .bg03 .bg_inner .inner{
    padding: 0;
  }
  .bg_inner .inner{
    padding: 0 3%;
  }
  .bg_block h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
  }
  .bg_block h3 {
    font-size: 17px;
    margin-top: 20px;
  }
  #member {
    background-image: url(../images/bg_04.png);
    background-position: top center;
    background-repeat: repeat-y;
  }
  .img_left {
    flex-direction: column;
  }
  .img_left .image {
    width: 100%;
  }
  .img_left .text {
    width: 100%;
    font-size: 15px;
  }
  .official span {
    font-size: 17px;
  }
  .detail h3 span {
    padding-bottom: 0;
  }
  .bg_block .detail h3 {
    text-align: left;
  }
  .detail-inner {
    padding: 0;
  }
  .bg_block .detail h3 {
    margin: 0 0 20px;
  }
  .detail {
    padding-bottom: 20px;
  }
  .detail-inner > dl {
    margin-top: 20px;
  }
  .detail-inner > dl dt {
    font-size: 15px;
  }
  .detail-inner > dl dd {
    font-size: 14px;
  }

/* ==========================================================================
sp member-list
========================================================================== */
  .member-list > li {
    width: 47%;
    margin-top: 5%;
  }
  .member-list li .profile .num {
    font-size: 15px;
  }
  .member-list li .profile .name {
    font-size: 17px;
  }
  .member-list li .profile .name2 {
    font-size: 10px;
  }
  .member-list li .profile {
    padding-bottom: 10px;
    background-size: 15% auto;
  }
/* ==========================================================================
sp sns
========================================================================== */
.sns {
  margin-top: 30px;
}
.sns dt {
  font-size: 14px;
}

/* ==========================================================================
modal
========================================================================== */
  .modal {
    width: 100%;
  }
  .modal-profile .image {
    width: 44%;
  }
  .modal-profile .text {
    padding: 20px 10px;
    justify-content: start;
  }
  .modal-profile .text .name {
    font-size: 17px;
  }
  .modal-profile .text .profile {
    font-size: 14px;
  }
  .modal .close-modal {
    right: 3%;
    top: -50px;
    width: 35px;
  }
  .pagetop {
    max-width: 80px;
    right: 3px;
 }
   .pagetop a img{
   	opacity: 1;
   }
   .detail-inner > dl >dd.end {
    max-width: 210px;
   }
   .detail-inner h4 {
    font-size: 17px;
   }
   .detail-inner .bold-txt {
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
   }
   .caution li {
    font-size: 14px;
   }
}


@media screen and (min-width: 813px) {
  .is-sp {
    display: none;
  }
  .h1_movie_sp,
  #modalMovie {
    display: none !important;
  }
  .pc-mt60 {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 1000px) {
  header {
    padding:10px 6%;
  }
  header .inner {
    padding: 0;
  }
  .navbar {
    background-color: unset;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
  }
  .menu {
    width: 100%;
    max-width: unset;
    padding:3% 5%;
    position: absolute;
    top: 77px;
    right: -100%; 
    z-index: 999;
  }
  .menu li:last-child {
    padding-right: 0;
    background-image: none;
  }
  .menu a {
    display: block;
  }
  .menu.active {
    display: block;
    right: 0;
    height: 100vh;
    text-align :center;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu.active::-webkit-scrollbar{
    display:none;
  }
  .menu.active > li {
    margin: 20px 0 0 ;
    border-bottom: 2px solid #FFF;
    font-size: 20px;
    padding-bottom: 0;
    padding-right: 0;
    margin-right: 0;
    text-align: left;
    border-right: none;
    background-image: url(../images/h_icon_02.png), url(../images/h_icon_02.png);
    background-repeat: no-repeat;
    background-position: 20px 5px;
    background-size: 15px auto;
  }
  .menu.active > li a {
    padding-left: 50px;
    padding-bottom: 10px;
  }
  .menu.active > li:hover img {
    opacity: 1;
  }

  .menu.active li img {
    width: auto;
  }
  .menu-toggle {
    display: flex;
  }
  .menu-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-7px, 7px);
  }
  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .title {
    margin: 15% 0 5%;
    font-size: 20px;
  }
  header nav ul li a:hover img {
      transform: scale(1);
  }
  header nav ul.head_sns {
    width: 150px;
    margin: 0 auto;
    justify-content: space-between;
  }
  header .menu.active  .sns{
    max-width: 220px;
    margin: 0 auto;
  }
  header .menu.active  .sns ul li:first-child {
  margin-left: 0;
  }
  header .menu.active  .sns ul li {
    max-width: unset;
    margin-left: 20px;
  }
}
@media (orientation: landscape) {
  .menu.active {
    height: calc(100vh - 70px);
  }
}