@charset "UTF-8";
/* CSS Document */
/********************************************

Common CSS

********************************************/
html {
  font-size: 62.5%; /*フォントの基準を10pxに*/
}
body {
  color: #484848;
  background: #fff;
  font-size: 1rem;
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  font-feature-settings: "palt"1; /*文字詰め*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.hidden {
  display: none;
}
.txt_under {
  text-decoration: underline;
}
img {
  vertical-align: top;
}
/*テキストを選択した時の装飾*/ ::selection {
  background: #537895;
  color: #fff;
}
::-moz-selection {
  background: #537895;
  color: #fff;
}
li {
  list-style-type: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  color: white;
  display: none;
  font-family: 'source_sans_proregular';
  line-height: 25px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
select, input[type=radio], input[type=date],input[type=time] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
  background: #fff;
  color: #333;
}
input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value {
  text-align: left;
}
.my-radio {
  position: relative;
  display: block; /* 縦並びに */
  margin: 0.2em 0; /* 前後のスペース */
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
}
/* inputは非表示にする */
.my-radio input {
  display: none;
}
/* 常に表示する枠線の円 */
.radio-mark {
  position: absolute;
  top: 0; /* 上からの位置 */
  left: 0;
  height: 22px; /* 大きさ */
  width: 22px; /* 大きさ */
  border: solid 2px #d4dae2; /* 線 */
  border-radius: 50%;
  box-sizing: border-box;
}
/* 選択時に重ねる円 */
.radio-mark:after {
  content: "";
  position: absolute;
  background: #2e80ff; /* 色 */
  border-radius: 50%;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  opacity: 0; /* 透明にしておく */
}
/* 選択時に重ねた円の透明を解除 */
.my-radio input:checked + .radio-mark:after {
  opacity: 1;
}
/* 常に表示する枠線の円 */
.radio-mark-en {
  position: absolute;
  top: 2px; /* 上からの位置 */
  left: 0;
  height: 22px; /* 大きさ */
  width: 22px; /* 大きさ */
  border: solid 2px #d4dae2; /* 線 */
  border-radius: 50%;
  box-sizing: border-box;
}
/* 選択時に重ねる円 */
.radio-mark-en:after {
  content: "";
  position: absolute;
  background: #2e80ff; /* 色 */
  border-radius: 50%;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  opacity: 0; /* 透明にしておく */
}
/* 選択時に重ねた円の透明を解除 */
.my-radio input:checked + .radio-mark-en:after {
  opacity: 1;
}
.s-container::before {
  border-bottom: 4.5px solid #195c4e;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 47%;
  top: 10px;
  width: 0;
}
.s-container::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #195c4e;
  content: "";
  position: absolute;
  right: 47%;
  top: 21px;
  width: 0;
}
.s-container.adj::before {
  border-bottom: 4.5px solid #195c4e;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 47%;
  top: 57%;
  width: 0;
}
.s-container.adj::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #195c4e;
  content: "";
  position: absolute;
  right: 47%;
  top: 67%;
  width: 0;
}
.s-container.adj.en::before {
  border-bottom: 4.5px solid #195c4e;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 47%;
  top: 62%;
  width: 0;
}
.s-container.adj.en::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #195c4e;
  content: "";
  position: absolute;
  right: 47%;
  top: 72%;
  width: 0;
}
.s-container.party::before {
  border-bottom: 4.5px solid #195c4e;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 5%;
  top: 10px;
  width: 0;
}
.s-container.party::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #195c4e;
  content: "";
  position: absolute;
  right: 5%;
  top: 21px;
  width: 0;
}
.placeholder::before {
  content: attr(placeholder);
  color: rgb(117, 117, 117);
}

.placeholder::-webkit-datetime-edit-fields-wrapper {
  display: none;
}

.placeholder::-webkit-calendar-picker-indicator {
  display: none;
}
.mgb_1rem {
  margin-bottom: 1rem !important;
}
.width_50 {
  width: 55% !important;
}
.width_100{
	width: 100% !important;
}
input[type="date"] {
  height: 3.6rem;
  position: relative;
  text-align: left !important;
}
input[type="date"]::-webkit-date-and-time-value {
  text-align: left !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
input[type="date"]::after {
  content: '';
  background-image: url("../images/ico_calendar.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
input[type="time"]{
  height: 3.6rem;
}
/*********************************

Font

**********************************/
.bold_400 {
  font-weight: 400 !important;
}
.bold_600 {
  font-weight: 600 !important;
}
.bold_700 {
  font-weight: 700 !important;
}
.bold_800 {
  font-weight: 800 !important;
}
.bold_900 {
  font-weight: 900 !important;
}
.txt_08em {
  font-size: 0.8em !important;
}
.txt_12em {
  font-size: 1.2em !important;
}
.txt_15em {
  font-size: 1.5em !important;
}
.txt_20em {
  font-size: 2em !important;
}
.color_r_red {
  color: #BF0000 !important;
}
.color_yel {
  color: #FBF91B !important;
}
.color_blue {
  color: #406DD1 !important;
}
.color_white {
  color: #fff !important;
}
.txt_line {
  text-decoration: line-through !important;
}
.bg_yel {
  background: #fcf91c;
}
.bg_bk {
  background-color: #000 !important;
}
.bg_r_red {
  background-color: #BE0000 !important;
}
.bg_yel_txt {
  background: #FBF91B !important;
  color: #333 !important;
  font-weight: 900;
}
.dot {
  position: relative;
}
.dot::after {
  position: absolute;
  content: "";
  background-image: url("../images/dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
}
.under_line {
  text-decoration: underline !important;
}
/*********************************
PC/MOBILE 
**********************************/
.pc {
  display: none;
}
.mb {
  display: block;
}
/*********************************


*********************************/
#hotel, #air {
  display: none;
}
/*********************************

main/resp_wrapper

**********************************/
main {
  width: 100%;
  background-color: #000;
  position: relative;
}
/*********************************

header

**********************************/
header {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  flex-flow: nowrap;
  justify-content: space-between;
}
header h1 {
  width: 21rem;
  position: relative;
  height: auto;
  left: 0.8rem;
}
header h1 img {
  width: 100%;
}
.select_lan {
  width: 8rem;
  height: 3.5rem;
  position: relative;
  border: 1px solid #fff;
  background: transparent;
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  right: 0.8rem;
  top: 1rem;
  z-index: 99;
}
.select_lan .language {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.4em 1rem;
  background: transparent;
  text-align: center;
}
.select_lan .language option {
  width: 100%;
  text-align: center;
}
.select_lan::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #fff;
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
  z-index: 99;
}
/*********************************

KV

**********************************/
.kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.kv_bg .hibiki {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.kv_bg img {
  width: 100%;
}
.kv_bg .hibiki img {
  width: 100%;
  transform: translate(45%, 0) scale(1.8);
  transform-origin: bottom;
}
.required {
  padding: 0.1rem 0.5rem .3rem;
  color: #be0000;
  margin-left: 1rem;
  line-height: 1;
  border: 1px solid #be0000;
  font-size: 1.1rem;
}
.option {
  padding: 0.1rem 0.5rem;
  color: #999;
  margin-left: 1rem;
  line-height: 1;
  border: 1px solid #999;
  font-size: 1.1rem;
}
main .wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  height: 413px;
}
.kv {
  position: relative;
  width: 100%;
  z-index: 999;
}
.kv .subhead {
  font-size: 1.6rem;
  color: #fff;
  padding-left: 2rem;
  margin: 0 auto 1.5rem;
  font-weight: 700;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  text-shadow: 0 0 5px #555;
}
.kv .ttl-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.kv .ttl {
  font-size: 2rem;
  color: #fff;
  background: #195C4E;
  display: inline-block;
  padding: 0.5em 2rem;
  margin: 0 0 1rem;
  line-height: 1;
  font-family: "Lato";
  font-weight: 900;
  letter-spacing: .04em;
}
.bg_gr {
  background: #195C4E !important;
  display: inline-block;
}
.kv .ttl:last-of-type {
  margin-bottom: 2.5rem;
}
/*******************************

INVITATION

*******************************/
.invitaion{
	width: 100%;
	position: relative;
    margin-bottom: 2rem;
}
.invitaion img{
	width: 100%;
}
.invitaion .border{
  border: 2px solid;
  border-image: conic-gradient(#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C,#BF953F) 1;
  margin-inline: auto;
  padding: 1rem;
  width: auto;
}
.invitaion .ttl{
	display: flex;
	flex-direction: column;
	font-size: 3.2rem;
	font-family: "Didot","Didot LT STD";
	text-align: center;
	letter-spacing: .08em;
	margin: 1rem auto 2.5rem;
}
.gold{
	color: transparent!important;
	font-size: 3rem!important;
	background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%)!important; 
	-webkit-background-clip: text!important;
}

.invitaion .ttl span{
	font-size: .4em;
}
.invitaion .contents .txt{
	width: 100%;
	letter-spacing: .05rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0 auto 1rem;
	text-indent: .8em;
}
.invitaion dl{
	font-size: 1.4rem;
}
.invitaion dl dt{
	margin-bottom: .8em;
}
.invitaion dl dd{
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
	letter-spacing: .01em;
}
.invitaion dl dd span{
	font-size: .9em;
	text-indent: -1em;
	padding-left: 1em;
}
.invitaion dl dd span:first-child{
	margin-top: 1em;
}
/*******************************

form

********************************/
.form-wrap {
  position: relative;
  width: 100%;
}
.form-wrap .txt_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 5rem;
}
.form-wrap .txt_wrap h2 {
  font-size: 2rem;
  padding: 0.5em 2rem;
  border: 1px solid #195c4e;
  color: #195c4e;
  margin: 0 0 2rem;
  line-height: 1.5;
  font-family: "Lato";
  font-weight: 900;
  letter-spacing: .04em;
  text-align: left;
}
#en .form-wrap .txt_wrap h2 {
  font-size: 2rem;
  padding: 0.5em 2rem;
  border: 1px solid #195c4e;
  color: #195c4e;
  margin: 0 0 2rem;
  line-height: 1.3;
  font-family: "Lato";
  font-weight: 900;
  letter-spacing: .04em;
  text-align: left;
}
#en .form-wrap .txt_wrap .txt {
  width: 100%;
  letter-spacing: .02em;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 auto 1rem;
}
.form-wrap .txt_wrap .txt {
  width: 100%;
  letter-spacing: .02em;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 auto 1rem;
}
.form-wrap .form {
  width: 95%;
  margin: -2% auto 20%;
  padding: 1rem 1rem 3rem;
  background: #fff;
  border-radius: .6rem;
  z-index: 999;
  position: relative;
  overflow: hidden;
}
.formTable {
  margin: 0 auto 2rem;
  width: 100%;
}
.formTable #customer {
  position: relative;
}
.formTable tr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 1rem;
}
.formTable th {
  width: 100%;
  position: relative;
  color: #195C4E;
  padding: 0.2em 0em 0.2em 1rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  border-left: 1rem solid #195c4e;
  border-radius: 0 1rem 1rem 0;
  margin-bottom: 1.8rem;
}
#en .formTable th {
  width: 100%;
  position: relative;
  color: #195C4E;
  padding: 0em 0em 0em 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  border-left: 1rem solid #195c4e;
  border-radius: 0 1rem 1rem 0;
  margin-bottom: 1.8rem;
}
.formTable tr.departure td select, .formTable tr.return td select {
  width: 100%;
}
.formTable td {
  width: 100%;
  padding: 0 0.5em 2rem;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: column;
  position: relative;
}
.toggle {
  position: relative;
  padding-right: 1.5rem;
}
.toggle.down:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: 1px solid #195c4e;
  border-right: 1px solid #195c4e;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
}
.formTable td img {
  width: 50%;
}
.formTable td ul {
  display: none;
  margin: 0 auto;
  padding-left: 1rem;
}
.formTable td ul li a {
  display: inline-block;
  width: auto;
  height: auto;
  text-decoration: none;
}
.formTable td .box_br input {
  width: 6%;
}
.formTable td .box_br {
  margin-bottom: .1em;
}
.formTable td .checkbox {
  display: flex;
  align-items: center;
  flex-flow: nowrap;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 1rem;
}
.formTable td .checkbox input {
  width: 2rem;
}
.formTable td input, .formTable td select, .formTable td textarea {
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  border: 1px solid #999;
  text-align: left;
}
::placeholder {
  color: #c1c1c1;
}
.mgb_05em {
  margin-bottom: 0.5em !important;
}
input[type="file"] {
  font-size: 1.4rem !important;
  background: rgba(221, 255, 221, .7);
  border: 1px solid #c1c1c1 !important;
}
.formTable td select {
  width: 55%;
}
.formTable td p {
  width: 100%;
  margin: 0 auto 1em;
  font-size: 1.3rem;
  line-height: 1.3;
}
/*****************************************

select セクション

******************************************/
#customer #select {
  position: relative;
  width: 100%;
}
.headline {
  position: relative;
  display: block;
  width: 100%;
  color: #333333;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
}
.headline span {
  padding: 0.3em 0.5em;
  font-size: 1.6rem;
  border: 1px solid #195C4E;
  color: #fff;
  margin-right: 0.7rem;
  background: #195c4e;
}
.headline_en {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  color: #333333;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
.headline_en span {
  padding: 0.3em 0.5em;
  font-size: 1.6rem;
  border: 1px solid #195C4E;
  color: #fff;
  display: inline-block;
  margin-right: 0.7rem;
  background: #195c4e;
}
.headline_en p {
  padding: 0.3em 0.4em;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0.3em 0;
}
#customer #select .formTable td {
  padding-bottom: 0;
}
/**************
知人・エージェントチェック
*********/
.intro_txt {
  display: none;
  margin-bottom: 1.5rem;
}
.pdb_0 {
  padding-bottom: 0 !important;
}
.textarea {
  display: none;
  margin: 0.5em 0 1rem;
}
.textarea_clk, .textarea_clk2 {
  display: none;
  margin: 0.5em 0 1rem;
}
.show {
  display: block;
}
/****************
パスポート
*****************/
.passport {
  flex-flow: wrap !important;
}
.passport input {
  width: 100% !important;
  margin-bottom: 1.5rem;
}
.passport label {
  font-size: 1.4rem;
  margin: 1rem 0;
  width: 100%;
  display: flex;
}
/*****************************************

cta

******************************************/
.btn {
  width: 90%;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: transparent;
  border: none;
}
.cta_btn {
  width: 100%;
  display: block;
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 1rem;
  padding: .5em 1em;
  margin: 0 auto 1rem;
  border: none;
  cursor: pointer;
}
/********************************

プログレスバー

********************************/
#progress-display {
  position: fixed;
  bottom: 1em;
  right: 0;
  background-color: #195C4E;
  padding: .5em .8em;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  width: 8rem;
  height: 8rem;
  z-index: 999;
}
#progress-display.en {
  padding: 0.5em 1em;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  width: 12rem;
  height: 8.5rem;
  z-index: 999;
}

#progress-display .box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#progress-display p {
  margin: 0 auto;
}
#completed-fields {
  font-size: 1.6em;
  font-weight: bold;
  color: #FFF82B;
}
#total-fields {
  font-weight: bold;
  font-size: 1.2em;
}
/********************************

FOOTER

*********************************/
footer {
  background: #195C4E;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: .3em 1em;
}
/*********************************

サンクスページ

**********************************/
main .wrapper_th {
  width: 100%;
  position: relative;
  padding: 10rem 0;
  height: 100vh;
}
.kv_bg_th {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.kv_bg_th img {
  width: 100%;
}
.kv_th {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}
.kv_th .subhead {
  font-size: 2rem;
  color: #fff;
  padding-left: 2rem;
  margin: 0 auto 1.5rem;
  font-weight: 700;
  font-family: "Lato";
  text-shadow: 0 0 5px #555;
}
.kv_th .ttl-wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.kv_th .ttl {
  font-size: 2.4rem;
  color: #fff;
  background: #195C4E;
  display: inline-block;
  padding: 0.5em 2rem;
  margin: 0 0 1rem;
  line-height: 1;
  font-family: "Lato";
  font-weight: 900;
  letter-spacing: .04em;
}
.bg_gr {
  background: #195C4E !important;
  display: inline-block;
}
.kv_th .ttl:last-of-type {
  margin-bottom: 3.5rem;
}
.kv_th .txt {
  width: 90%;
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  margin: 0 auto 2rem;
}
/* ローディングの背景部分のCSS */
.loader {
  background: #195C4E;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation, .loader-animation:before, .loader-animation:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader-animation {
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  color: #ffffff;
  text-indent: -9999em;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader-animation:before, .loader-animation:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader-animation:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-animation:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*ディスプレイ幅が768px(タブレット)より大きい端末のみへの記述*/
@media only screen and (min-width: 411px) {
  .form-wrap .form {
    margin: -3% auto 20%;
  }
  main .wrapper {
    height: 439px;
  }
}
/*ディスプレイ幅が768px(タブレット)より大きい端末のみへの記述*/
@media only screen and (min-width: 430px) {
  .kv .txt {
    width: 70%;
  }
  main .wrapper {
    height: 464px;
  }
  .form-wrap .form {
    margin: -3% auto 20%;
  }
  .form-wrap {
    margin-bottom: 5rem;
  }
  .form-wrap .txt_wrap h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 480px) {
  main .wrapper {
    height: 526px;
  }
}
@media only screen and (min-width: 767px) {
  .pc {
    display: block;
  }
  .mb {
    display: none;
  }
  .s-container.adj::before {
  top: 57%;
}
.s-container.adj::after {
  top: 67%;
}
  main .wrapper {
    padding: 2rem 0 0;
    height: 432px;
  }
  header h1 {
    width: 22rem;
    left: 3rem;
    top: 1rem;
  }
	.invitaion {
    padding: 1.8rem;
}
	.invitaion .ttl span {
    font-size: .5em;
}
	.invitaion .border {
    padding: 2rem;
}
	.invitaion dl {
    font-size: 1.6rem;
}
	.gold {
    font-size: 3.6rem!important;
}
	.s-container.adj.en::before {
    top: 69%;
}
		.s-container.adj.en::after {
    top: 76%;
}
  .kv_bg .hibiki {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transform: translate(0, 0);
  }
  .kv_bg .hibiki .ichijo {
    top: 55%;
  }
  .kv_bg .hibiki img {
    transform: translate(45%, 0%) scale(1);
  }
  .kv .subhead {
    font-size: 2.4rem;
    width: 95%;
    text-align: left;
    margin: 0 auto 2rem;
  }
  .kv .ttl-wrap {
    flex-flow: column;
  }
  .kv .ttl:last-of-type {
    margin-bottom: 3rem;
  }
  .kv .ttl {
    font-size: 3.2rem;
    margin: 0 auto 1rem;
    padding: 0.5em 3rem;
  }
  .kv .txt {
    margin: 0 auto 2rem;
    width: 58%;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .08em;
  }
  .headline {
    font-size: 1.8rem;
  }
  .form-wrap .form {
    width: 70%;
    padding: 5rem 3rem;
    margin: -12% auto 10%;
  }
  .formTable {
    margin: 0 auto 3rem;
    width: 90%;
  }
  .formTable td p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .formTable th {
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .toggle.down:before {
    right: 36%;
    top: 5px;
  }
  .formTable td ul {
    margin: 0;
  }
  .formTable td img {
    width: 155px;
  }
  .cta_btn {
    width: 60%;
  }
  .kv_th .ttl-wrap {
    flex-flow: column;
  }
  .kv_th .ttl {
    font-size: 4.2rem;
    margin: 0 auto 1rem;
    padding: 0.5em 3rem;
  }
  .kv_th .txt {
    width: 50%;
  }
}
@media only screen and (min-width: 820px) {
  main .wrapper {
    height: 462px;
  }
}
/*ディスプレイ幅が768px(タブレット)より大きい端末のみへの記述*/
@media only screen and (min-width: 950px) {
  main .wrapper {
    height: 429px;
  }
  .form-wrap .form {
    margin: -2% auto 10%;
  }
	.s-container.adj.en::before {
    top: 74%;
}
		.s-container.adj.en::after {
    top: 80%;
}
}
/*ディスプレイ幅が768px(タブレット)より大きい端末のみへの記述*/
@media only screen and (min-width: 950px) {
  .pc {
    display: block;
  }
  .mb {
    display: none;
  }
  header h1 {
    width: 40rem;
    left: 5rem;
    top: 2em;
  }
  .kv_bg .hibiki {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transform: translate(0, 0);
  }
  main .wrapper {
    padding: 2rem 0 0rem;
    height: 403px;
  }
  .kv_bg .hibiki img {}
  .kv .subhead {
    font-size: 3rem;
    width: 90%;
    text-align: left;
    margin: 0 auto 2rem;
  }
  .kv .ttl-wrap {
    width: 60%;
    text-align: left;
    flex-flow: column;
    transform: translateX(15%);
  }
  .kv .ttl:last-of-type {
    margin-bottom: 5rem;
  }
  .kv .ttl {
    font-size: 4.2rem;
    margin: 0 0 1.5rem;
    line-height: 1;
    padding: 0.4em 3rem;
  }
  .kv .ttl:first-child {
    width: 80%;
  }
  .kv .txt {
    margin: 0 auto 2rem;
    width: 55%;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .08em;
  }
  .headline {
    font-size: 1.8rem;
  }
  .form-wrap .form {
    width: 55%;
    padding: 8rem 7rem;
    margin: 0% auto 20%;
  }
  .formTable {
    margin: 0 auto 3rem;
    width: 90%;
  }
  .formTable td p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .formTable th {
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .toggle.down:before {
    right: 36%;
    top: 5px;
  }
  .formTable td ul {
    margin: 0;
  }
  .formTable td img {
    width: 155px;
  }
  .cta_btn {
    width: 60%;
  }
  .kv_th .ttl-wrap {
    flex-flow: column;
  }
  .kv_th .ttl {
    font-size: 4.2rem;
    margin: 0 auto 1rem;
    padding: 0.5em 3rem;
  }
  .kv_th .txt {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .form-wrap .form {
    margin: -15% auto 10%;
  }
  .select_lan {
    width: 12rem;
    height: 4.5rem;
    right: 2.8rem;
    top: 2rem;
  }
  .form-wrap .form {
    padding: 7rem 3rem;
  }
  .select_lan .language {
    padding: 0.4em 2.5rem;
  }
  main .wrapper {
    padding: 2rem 0 0rem;
    height: 572px;
  }
		.s-container.adj.en::before {
    top: 63%;
}
		.s-container.adj.en::after {
    top: 71%;
}
}
/*ディスプレイ幅が1280pxより大きい端末のみへの記述*/
@media only screen and (min-width: 1280px) {
  main .wrapper {
    padding: 5rem 0 0rem;
    height: 589px;
  }
  .form-wrap .form {
    margin: -2% auto 10%;
  }
  .kv .ttl:first-child {
    width: 80%;
  }
  .form-wrap .form {
    padding: 8rem 7rem;
  }
  .select_lan {
    width: 15rem;
    height: 4.5rem;
    right: 2.8rem;
    top: 2rem;
  }
  .select_lan .language {
    padding: 0.4em 3.5rem;
    font-size: 1.6rem;
  }
  .kv .ttl-wrap {
    width: 40%;
    text-align: left;
    flex-flow: column;
    transform: translateX(56%);
  }
  .kv .subhead {
    width: 90%;
    text-align: left;
  }
  .kv .txt {
    padding-right: 3em;
  }
}
@media only screen and (max-width: 375px) {
  .form-wrap .form {
    width: 95%;
    margin: -2% auto 20%;
	padding: 1rem 1rem 3rem;
  }
  main .wrapper {
    height: 394px;
  }
  .form-wrap .txt_wrap h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 360px) {
  .form-wrap .form {
    width: 95%;
    margin: -3% auto 20%;
  }
  main .wrapper {
    height: 375px;
  }
  .form-wrap .txt_wrap h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  main .wrapper {
    height: 324px;
  }
  .form-wrap .txt_wrap h2 {
    font-size: 1.6rem;
  }
}
/*ディスプレイ幅が1366pxより大きい端末のみへの記述*/
@media only screen and (min-width: 1366px) {
  main .wrapper {
    padding: 5rem 0 0rem;
    height: 637px;
  }
}
/*ディスプレイ幅が1536pxより大きい端末のみへの記述*/
@media only screen and (min-width: 1536px) {
  main .wrapper {
    padding: 5rem 0 0rem;
    height: 733px;
  }
}
/*ディスプレイ幅が1536pxより大きい端末のみへの記述*/
@media only screen and (min-width: 1920px) {
  main .wrapper {
    height: 949px;
  }
}