@charset "utf-8";

/*----------------------------------

setup

----------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background: #fff;
  height: 100%;
  text-align: left;
  color: #fff;
  font-size: 100%;
  font-weight: 400;
  font-family: 'Open Sans','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .14em;
  line-height: 1;
  -webkit-text-size-adjust: 100%;  
  animation: bodyFadeIn 3s ease 0s 1 normal;
  cursor: none;
}

* {
  cursor: none !important;
}

#cursor {
  position: fixed;
  background-color: rgba(255,255,255,1);
  width: 60px;
  height: 60px;
  border-radius: 40px;
  z-index: 10010;
  pointer-events: none;
  transition: transform .3s;
  opacity: 0;
  transform: scale(0.14);
  margin: -30px 0 0 -30px; /*ポインタズレ修正*/
}

#cursor.mouse_active {
  transform: scale(1.0);
  background-color: rgba(255,255,255,.5);
}


a {
  display: block;
  text-decoration: none;
  color: #ff4195;
  transition: all .3s;
}

::selection {
  background: #fff;
  color: #ff4195;
}

img {
  width: 100%;
  height: auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.read {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.frame {
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  border: solid 3px #fff;
  margin: 30px;
  position: fixed;
  z-index: 10003;
}

.frame::before {
  content: "";
  background: url(../img/common/flag_thai.svg) no-repeat;
  position: absolute;
  top: calc(50% - 65px);
  left: -33px;
  z-index: 10000;
  width: 63px;
  height: 130px;
}

.frame::after {
  content: "";
  background: url(../img/common/flag_thai.svg) no-repeat;
  position: absolute;
  top: calc(50% - 65px);
  right: -33px;
  z-index: 10000;
  width: 63px;
  height: 130px;
}


@media screen and (max-width: 768px) {

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.frame {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: solid 2px #fff;
  margin: 20px;
  padding: 0 20px;
}

.frame::before {
  background-size: 43px 89px;
  top: calc(50% - 44.5px);
  left: -45px;
  width: 43px;
  height: 89px;
}

.frame::after {
  background-size: 43px 89px;
  top: calc(50% - 44.5px);
  right: -45px;
  width: 43px;
  height: 89px;
}


}


/*----------------------------------

@keyframes

----------------------------------*/
@keyframes bodyFadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@keyframes homeSlideing {
  0% {opacity: 1;
    transform: translateY(0%);}
  100% {opacity: 1;
    transform: translateY(52vh);}
}

@keyframes homeSlideing2 {
  0% {opacity: 1;
    transform: translateY(0%);}
  100% {opacity: 1;
    transform: translateY(76vh);}
}

@keyframes logoPyon {
  0%  {transform: scale(1.0, 1.0) translate(0, 0);}
  15% {transform: scale(0.9, 0.9) translate(0, 10px);}
  30% {transform: scale(1.1, 1.0) translate(0, 30px);}
  50% {transform: scale(0.9, 1.1) translate(0, -36px);}
  70% {transform: scale(1.0, 0.9) translate(0, 10px);}
  100% {transform: scale(1.0, 1.0) translate(0, 0);}
  0%, 100% {opacity: 1;}
}

@keyframes menuBuru {
  10% {transform: translateX(5px) rotate(3deg);}
  20% {transform: translateX(-5px) rotate(-3deg);}
  30% {transform: translateX(4px) rotate(2deg);}
  40% {transform: translateX(-4px) rotate(-2deg);}
  50% {transform: translateX(3px) rotate(1deg);}
  60% {transform: translateX(-3px) rotate(-1deg);}
  70% {transform: translateX(2px) rotate(1deg);}
  80% {transform: translateX(-2px) rotate(0deg);}
  90% {transform: translateX(1px) rotate(0deg);}
  100% {transform: translateX(-1px) rotate(0deg);}
}

@keyframes staffGuru {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}


@media screen and (max-width: 768px) {

  @keyframes homeSlideing {
    0% {opacity: 1;
      transform: translateY(0%);}
    100% {opacity: 1;
      transform: translateY(50vh);}
  }
  
  @keyframes homeSlideing2 {
    0% {opacity: 1;
      transform: translateY(0%);}
    100% {opacity: 1;
      transform: translateY(60vh);}
  }

}


/*----------------------------------

header

----------------------------------*/
header.global {
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 10004;
  transition: all .3s ease;
}


header.global .wrap {
  padding: 0 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

header.global ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.iziModal {
  display: none;
  transition: all .3s ease;
}

.iziModal.appear {
  display: block !important;
  transition: margin-top 0.3s ease, height 0.3s ease;
  transform: translateZ(0);
  position: fixed !important;
  z-index: 9999;
  height: 100vh;
}

.iziModal.appear .inner {
  background: #ff4195;
  height: 100vh;
  width: 100vw;
  transition: all .3s;
}

header.mini .iziModal.appear .inner {
  margin-top: 85px;
}

.iziModal.appear .inner a {
  font-family: 'Fraunces','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .04em;
  color: #fff;
  font-size: 5vw;
  font-weight: 600;
  margin: 0 20px;
}

.iziModal.appear .menu {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
}

.menu-trigger {
  position: absolute;
  top: 73px;
  right: 73px;
  width: 60px;
  height: 18px;
  z-index: 10009;
  cursor: pointer;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
  display: none;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(7.5px) rotate(-25deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7.5px) rotate(25deg);
}

header.global ul {
  display: block;
}

header.global .menu a::after {
  background: rgba(255,255,255,.5);
}

header.global .menu .current a::after {
  background: rgba(255,255,255,.5);
}



@media screen and (max-width: 768px) {

.menu-trigger {
  position: absolute;
  top: 44px;
  right: 42px;
  width: 50px;
  height: 12px;
}

.menu-trigger span {
  width: 50px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-25deg);
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(25deg);
}

.iziModal.appear,
.iziModal.appear .inner {
  height: 100%;
}

.iziModal.appear .inner a {
  margin: 0 10px;
  font-size: 8vw;
}


}



/*----------------------------------

footer

----------------------------------*/
footer {
  margin: 60px 40px 40px;
  text-align: right;
}


@media screen and (max-width: 768px) {

footer {
  margin: 40px 0 20px;
  font-size: 0.7rem;
}

}



/*----------------------------------

2nd common

----------------------------------*/
.second {
  background: #fff;
  color: #111;
}

.second #cursor {
  background-color: rgba(255,65,149,1);
}

.second #cursor.mouse_active {
  background-color: rgba(255,65,149,.5);
}

.second #cursor.openmenu {
  background-color: rgba(255,255,255,1);
}

.second #cursor.openmenu.mouse_active {
  background-color: rgba(255,255,255,.5);
}

.second h1 {
  position: absolute;
  left: 73px;
  top: 73px;
}

.second .wrap > h2 {
  font-family: 'Fraunces','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .04em;
  position: absolute;
  right: 150px;
  top: 75px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 600;
}

.second .frame {
  border: solid 3px #111;
}

.second .menu-trigger.active span {
  background: #fff;
}

.second .menu-trigger span {
  background: #111;
}

.second .contents {
  padding: 100px 0 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  height: 100%;
}

.second .contents::-webkit-scrollbar {
  display:none;
}

.second .scroll {
  margin: 0 auto;
  padding: 0 70px;
  max-width: 1440px;
}


.second .scroll > h2 {
  width: 380px;
  margin: -32px auto 60px;
}




@media screen and (max-width: 768px) {

.second h1 {
  left: 42px;
  top: 42px;
  width: 100px;
}

.second .wrap > h2 {
  right: 103px;
  top: 45px;
  font-size: 1.2rem;
}

.second .contents {
  padding: 80px 0 0;
}

.second .scroll {
  padding: 0;
}

.second .scroll > h2 {
  width: 48vw;
  margin: -15px auto 30px;
}

.second .frame {
  border: solid 2px #111;
}





}


/*----------------------------------

tab area

----------------------------------*/
.tabwrap > input[type="radio"] {
  display: none;
}

.tabarea {
  margin-bottom: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.tabarea label {
  font-family: 'Fraunces','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .06em;
  font-weight: 600;
  font-size: 1.6rem;
  margin-right: 40px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.tabpanel {
  width: 100%;
  display: none;
}

#tab1:checked ~ .tabarea .tab1_label,
#tab2:checked ~ .tabarea .tab2_label,
#tab3:checked ~ .tabarea .tab3_label,
#tab4:checked ~ .tabarea .tab4_label {
  color: #ff4195;
}

#tab1:checked ~ .panel #panel1,
#tab2:checked ~ .panel #panel2,
#tab3:checked ~ .panel #panel3,
#tab4:checked ~ .panel #panel4 {
  display: block;
}



@media screen and (max-width: 768px) {

.tabarea {
  margin-bottom: 30px;
  -webkit-box-pack: space-between;
  justify-content: space-between;
}

.tabarea label {
  margin-right: 0;
  font-size: 1.4rem;
}



}

