@charset "utf-8";
/* CSS Document */
/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.article-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 120px 15px;
  position: relative;
}
.article-inner[data-type="wide"] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 100px 15px;
}
.main-article {
  max-width: 1024px;
  margin: 0 auto;
  padding: 70px 0;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
.m-nav-breadcrumb a, .m-nav-breadcrumb-sub a, .m-nav-breadcrumb-ctg a {
  color: #d1d1d1;
}
.disable {
  pointer-events: none;
  background: #999 !important;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
  .article-inner {
    padding: 80px 25px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .t-mode-rwd .l-footer {
    padding-left: 0;
  }
  .t-mode-rwd .l-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-content {
    padding: 0;
  }
  .l-content-body {
    margin: 0;
    padding: 0;
  }
  .l-footer {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-head {
    padding: 10px;
    position: relative;
    z-index: 5;
  }
  .l-content-body {
    padding: 0;
    margin-top: 0;
  }
  .l-content-main {
    margin: 0;
  }
  .article-inner {
    padding: 60px 10px;
  }
  .main-article {
    padding: 20px 0 30px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .l-footer {
    position: relative;
    z-index: 50;
  }
}

#effectimg {
	position: fixed;       /*描画固定*/
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
  #effectimg {
	position: fixed;       /*描画固定*/
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 10;
	pointer-events: none;
 } 
}

/* Section Color */
.l-content-head {
  background-color: #1e1e1e;
}
section[data-type="svt_color"] {
  background-color: #9e0a18;
  color: #333;
}
section {
  background-color: transparent;
  color: #333;
}

section[data-type="blue"] {
  background-color: #849bbc;
  color: #fff;
  background-image: url(../img/bg_06.png);
  background-repeat: no-repeat;
  background-position: -20% -350px;
  background-size: 800px;
}

@media screen and (max-width: 767px) {
  section[data-type="blue"] {
  background-position: 50% -200px;
  background-size: 400px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  section[data-type="blue"] {
  background-position: -20% -200px;
  background-size: 550px;
  }
}

section[data-type="gray"] {
  background-color: #f2f2f2;
  color: #333;
}

section[data-type="white"] {
  background-color: #fff;
  color: #333;
  background-image: url(../img/bg_05.png);
  background-position: center;
  background-size: 100vw;
  
}

section[data-type="purple"] {
  background: radial-gradient(rgb(77 18 124), #333);
  }

section[data-type="red"] {
  background-color: #bc3545;
  color: #fff;
  background-image: url(../img/bg_06.png);
  background-repeat: no-repeat;
  background-position: -20% -350px;
  background-size: 800px;
}

@media screen and (min-width: 768px) {
  section[data-type="red"] {
    background-size: 100% auto,
  }
}
@media screen and (max-width: 767px) {
  section[data-type="red"] {
  background-position: 50% -200px;
  background-size: 400px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  section[data-type="red"] {
  background-position: -20% -200px;
  background-size: 550px;
  }
}
/* loading */
.loader-wrapper {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: #a01010;*/
  background-color: #000;
}
.loader-wrapper-inner {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loader-wrapper-inner-anim {
  background-color: #fff;
  mask-image: url("/campaign/2024/stage-toukenranbu/koden/img/logo.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 60%;
  animation: fadein-anim 1s linear forwards;	
}
@media screen and (max-width: 767px) {
  .loader-wrapper-inner {
    mask-size: 80%;
  }
}
.hide {
  animation: fadeout-anim 0.5s linear forwards;
  pointer-events: none;
}
@keyframes fadeout-anim {
  100% {
    opacity: 0;
  }
}
@keyframes fadein-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Hdg-Sec-Lv2 */
.hdg-sec-lv2 {
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.hdg-sec-lv2.a-ac {
  justify-content: center;
}
.hdg-sec-lv2.a-ar {
  justify-content: end;
  flex-direction: row-reverse;
}
section[data-type="purple"] .hdg-sec-lv2 {
  color: #fff;
}
section[data-type="tour"] .hdg-sec-lv2 {
  color: #333;
}
.hdg-sec-lv2 > h2 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hdg-sec-lv2 > h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    margin: 0 0 20px;
    flex-direction: column !important;
    align-items: center;
  }
  .hdg-sec-lv2[data-type="small"] {
    align-items: center;
  }
  .hdg-sec-lv2 > h2 {
    font-size: 4.5rem;
    padding: 0 !important;
  }
  
  .hdg-sec-lv2 > h2 span {
    font-size: 2.8rem;
    padding: 0 !important;
  }
}

/* Hdg-Sec-Lv3 */
.hdg-sec-lv3 {
  margin: 80px 0 50px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdg-sec-lv3 > h3 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  color: #FFF;
  width: 45%;
  padding: 4px;
  text-align: center;
}

.hdg-sec-lv3 > h3[data-type="high_tea"] {
  width: 100%;
}

.hdg-sec-lv3 > h3[data-type="subgray"] {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(180deg, #046376 0%, #2192a9 40%, #5cc0d7 100%);
  background: -webkit-linear-gradient(45deg, #046376 0%, #2192a9 40%, #5cc0d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  padding: 4px;
  text-align: left;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hdg-sec-lv3 > h3[data-type="subgray"] {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

section[data-type="black"] .hdg-sec-lv3 {
  margin-top: 100px;
  border-bottom: 1.7px solid #FFF;
}
section[data-type="black"] .hdg-sec-lv3 > h3 {
  font-size: 4rem;
  padding: 0;
  color: #FFF;
}
section[data-type="tour"] .hdg-sec-lv3 {
  margin-top: 100px;
  border-bottom: 1.7px solid #FFF;
}
section[data-type="tour"] .hdg-sec-lv3 > h3 {
  font-size: 4rem;
  padding: 0;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3 {
    margin: 90px 0 30px;
  }
  .hdg-sec-lv3 > h3 {
    font-size: 2.5rem;
    width: 80%;
  }
  section[data-type="black"] .hdg-sec-lv3 > h3 {
    font-size: 2.5rem;
    color: #FFF;
  }
  section[data-type="tour"] .hdg-sec-lv3 > h3 {
    font-size: 2.5rem;
    color: #FFF;
  }
}
/* Hdg-Sec-Lv4 */
.hdg-sec-lv4 {
  margin: 50px 0 25px;
}
.hdg-sec-lv4 > h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #666;
}
section[data-type="black"] .hdg-sec-lv4 > h4 {
  color: #d1d1d1;
}
section[data-type="tour"] .hdg-sec-lv4 > h4 {
  color: #d1d1d1;
}
.hdg-sec-lv4 + * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv4 {
    margin: 40px 0 15px;
  }
  .hdg-sec-lv4 > h4 {
    font-size: 1.4rem;
  }
}
/* Lead Section */
.m-section-lead[data-type="high_tea"] {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
.m-section-lead[data-type="high_tea"] {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 20px;
 }
}

.m-section-lead {
  color: #707070;
  font-size: 1.8rem;
  margin-top: 50px;
}

section[data-type="black"] .m-section-lead {
  color: #ccc;
}
section[data-type="black"] .m-section-lead a {
  color: #ccc;
}
section[data-type="tour"] .m-section-lead {
  color: #333;
}
section[data-type="tour"] .m-section-lead a {
  color: #333;
}
section[data-type="special-tour"] .m-section-lead {
  color: #fff;
}
.m-section-lead > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-section-lead {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 367px) {
  .m-section-lead {
    font-size: 1.2rem;
  }
}
/* Main Visual */
.main-visual {
  margin: 0;
  padding: 0;
}
.main-visual > h1 {
  margin: 0;
  /*padding: 300px 100px;*/
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  /*background-image: url(../img/img_mv_bg.jpg);*/
  background-color: #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.main-visual > h1 img {
  /*width: 100%;
	max-width: 1200px;*/
  width: 100vw;
  height: auto;
  margin: 0;
}
.mv_sp {
  display: none;
}
/*@media screen and (max-width: 1300px) {
  .mv_sp {
    display: block;
  }
  .mv_pc {
    display: none !important;
  }
}*/
@media screen and (max-width: 767px) {
  .mv_sp {
    display: block;
  }
  .mv_pc {
    display: none !important;
  }
  .main-visual {
    margin: 0;
  }
  .main-visual > h1 {
    /*padding: 200px 50px;*/
    flex-direction: column;
  }
  .main-visual > h1 img {
    width: 100%;
    margin: 0;
  }
}
/* FOLLOW */
#follow .m-img {
  margin-top: 0;
}
#follow .m-img img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #follow .m-img {
    width: 35%;
  }
}
/* NEWS */
.m-box-news {
  width: 100%;
  max-height: 170px;
  overflow-y: scroll;
  padding: 35px;
  border: 1px solid #ccc;
}
.m-box-news > *:first-child {
  margin-top: 0;
}
.m-box-news .m-list-topics__date {
  color: #f2f2f2;
}

.m-box-news .m-list-topics__txt {
  color: #ccc;
}

.m-list-topics__txt a {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .m-box-news {
    max-height: 170px;
    padding: 15px 10px;
  }
}
/* TOUR */
section[data-type="black"] .m-tbl tbody th {
  background-color: #333;
}
section[data-type="black"] .m-tbl tbody td {
  background-color: transparent;
}
section[data-type="black"] .m-list-btn[data-type="wide"] li {
  max-width: 600px;
}
section[data-type="tour"] .m-tbl tbody th {
  background-color: #333;
}
section[data-type="tour"] .m-tbl tbody td {
  background-color: transparent;
}
section[data-type="tour"] .m-list-btn[data-type="wide"] li {
  max-width: 600px;
}
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 3px
}
.dli-caret-circle-fill-right::before {
  content: '';
  color: #ccc;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* MEMBER LIST */
.member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .member-list {
    justify-content: center;
  }
}
.member-list > li {
  width: 24%;
  height: auto;
  margin-right: 5px;
}
.member-list li:nth-of-type(7n) {
  margin-right: 0;
}
.member-list_inner {
  position: relative;
}
.member-list_inner .member-list_name span {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .member-list {
    width: 100%;
  }
  .member-list > li {
    width: 32%;
    height: auto;
    margin-right: 4px;
  }
  .member-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .member-list li:nth-of-type(7n) {
    margin-right: 4px;
  }
  .member-list_inner .member-list_name {
    bottom: 5px;
    left: 7px;
  }
  .member-list_inner .member-list_name span {
    font-size: 1.3rem;
  }
}
/* Bottom Erea */
.btm-link-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.btm-link-btn > li {
  width: 50%;
  padding-left: 20px;
}
.btm-link-btn a {
  color: #ccc;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 20px;
  display: inline-block;
}
.btm-link-btn a::after {
  width: 5px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-position: -30px -10px;
  background-image: url(/resource/img/icn_sprite.svg);
  content: '';
}
.copyright {
  text-align: center;
  color: #ccc;
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .btm-link-btn {
    flex-direction: column;
    margin-left: 0;
  }
  .btm-link-btn > li {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .btm-link-btn > li:first-child {
    margin-top: 0;
  }
  .btm-link-btn a {
    padding: 20px;
  }
  .copyright {
    font-size: 1.3rem;
  }
}
/* SP MENU */
#sp-menu {
  position: fixed;
  top: 59px;
  left: 0;
  width: 100%;
  height: calc(100vh - 59px);
  padding: 30px;
  display: none;
  background: url(/campaign/2024/stage-toukenranbu/koden/img/img_sp_menu.jpg) center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  backdrop-filter: blur(2px);
  z-index: 1000;
}
.menu-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.menu-modal {
  padding: 50px 40px;
}
.hdg-menu-modal {
  font-size: 6rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.sp-menu-list {
  padding: 25px;
  text-align: center;
}
.sp-menu-list > li {
  margin-top: 22px;
}
.sp-menu-list > li:first-child {
  margin-top: 0;
}
.sp-menu-list > li a {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-decoration: none;
  color: #FFF;
}
.burger-btn-wrap {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 2000;
}
.burger-btn {
  display: block;
  width: 39px;
  height: 39px;
  position: relative;
  background-color: #80139a;
  z-index: 4000;
  border: none;
}
.bar {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
}
.bar_top {
  top: 10px;
}
.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.bar_bottom {
  bottom: 10px;
}
.burger-btn.close .bar_top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform .3s;
}
/* header */
.l-header-util {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.m-header-link a {
  color: #FFF;
}
.l-header-content-sub .m-header-link .m-header-link-parent {
  border-right: 0;
}
.m-header-link > li {
  border-right: 0;
}
/* header FAQ */
li.m-header-link-sub span {
  padding: 2px 10px;
  background-color: #9e0a18;
  border-radius: 3px;
}
li.m-header-link-sub a.h-faq:hover {
  text-decoration: none;
}
ul.sp-menu-list span {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 15px;
  background-color: #9e0a18;
  border-radius: 3px;
}
/* FAQ */
#faq .m-tab .m-tab-list > li > a.is-current {
  background: #f2f2f2;
}
.marker {
  background-color: #1e1e1e;
  color: #fff;
}
/* 20240115追加 */
/* MOVIE */
.main-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 70px;
  /*border: 3px solid #a1a1a1;*/
}
.main-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-video {
    margin-top: 30px;
  }
}
/* ruby */
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-ruby]::before {
    top: -0.75em;
    font-size: 0.5em;
  }
}
/* 20240220追加 */
.m-box-notice {
  background: rgb(255 255 255 / 84%);
}
.m-grid__content.img-right {
  float: right;
}
.m-box-supple.box-a-m {
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

section[data-type="red"] .m-list-btn[data-type="wide"] li {
  max-width: 600px;
}

section[data-type="blue"] .m-list-btn[data-type="wide"] li {
  max-width: 600px;
}

section[data-type="red"] .m-tbl tbody td {
  background-color: transparent;
}

section[data-type="blue"] .m-tbl tbody td {
  background-color: transparent;
}

section[data-type="red"] .m-tbl tbody th {
  font-weight: normal;
  background: #994e57;
  color: #ffffff;
}

section[data-type="blue"] .m-tbl tbody th {
  font-weight: normal;
  background: #617a9f;
  color: #ffffff;
}

.m-btn-l[data-type="em"] > span::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  content: '';
}

@media screen and (max-width: 767px) {
section[data-type="red"] .m-btn-l {
  font-size: 1.2rem;
}

section[data-type="blue"] .m-btn-l {
  font-size: 1.2rem;
 }
}

.ttl-line {
  border-top: 3px solid;
  border-bottom: 3px solid;
}

.ttl-box {
  background-color: #000;
}
.m-box-inner {
  padding: 25px 25px 25px;
  font-family: ten-mincho, serif;
  background-color: #617a9f;
  font-size: 2.5rem;
  border-radius: 10px;
  border: none;
}

@media screen and (max-width: 767px) {
 .m-box-inner {
  font-size: 1.5rem;
}
 }
 
 .head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #707070;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

.border_gold {
	background-image: radial-gradient(circle, rgb(242 236 148), rgb(162 140 72) 50%, rgb(199 145 10) 61%);
	height: 10px;
}

.btn-red {
 background: #990000;
}

.m-list-bnr .m-list-bnr__ttl, .m-list-bnr .m-list-bnr__ttl--l {
    font-size: 1.3rem;
  }

@media screen and (max-width: 767px) {
 .m-list-bnr .m-list-bnr__ttl, .m-list-bnr .m-list-bnr__ttl--l {
    font-size: 9px;
  }
 }
/* tour_faq */

.qa-6 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #d6dde3;
}

@media screen and (max-width: 767px) {
.qa-6 {
    margin-top: 40px;
 }
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 5em;
    color: #333333;
    font-weight: 600;
    font-size: 3rem;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6[data-type="man"] summary::before {
    content: url(/campaign/2024/stage-toukenranbu/koden/tour_faq/img/icon_man.png);
}

.qa-6[data-type="woman"] summary::before {
    content: url(/campaign/2024/stage-toukenranbu/koden/tour_faq/img/icon_woman.png);
}

@media screen and (max-width: 767px) {
.qa-6 summary {
    padding: 1em 2em 1em 8em;
    font-size: 1rem;
	margin-bottom: 2em;
	}

  .qa-6[data-type="man"] summary::before {
    content: url(/campaign/2024/stage-toukenranbu/koden/tour_faq/img/icon_man.png);
	display: inline-block;
    vertical-align: middle;
    transform: scale(0.7);
	left: -5px;
    top: -40px;
}

.qa-6[data-type="woman"] summary::before {
    content: url(/campaign/2024/stage-toukenranbu/koden/tour_faq/img/icon_woman.png);
	display: inline-block;
    vertical-align: middle;
    transform: scale(0.7);
	left: -5px;
    top: -40px;
 }
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

@media screen and (max-width: 767px) {
.qa-6 p {
    padding: 0 0 10px 0;
 }
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

/* hightea */
.slick {
	max-width: 740px;
	margin: 0 auto 50px;
}
