/*!
Theme Name: gatewing-vr16
Text Domain: gatewing-vr16
*/

body {
  padding: 0;
  margin: 0;
/*  font-family: "FOT-テロップ明朝 Pro B", "Hiragino Mincho ProN", serif;*/
  font-family: "Shippori Mincho", "FOT-マティス Pro M", "FP-ヒラギノUD明朝 StdN W4", serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "FOT-テロップ明朝 Pro E", "Hiragino Mincho ProN", serif;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.tb_only {
  display: none;
}



.tategaki_outer {
  color: #fff;
}

.tategaki h1 {
  font-weight: 100;
  line-height: 2;
  font-size: 1.3em;
  margin-bottom: 40px;
}

.tategaki h2 {
  font-weight: 100;
  line-height: 2;
  font-size: 1.35em;
  margin-bottom: 40px;
}

.tategaki p {
  line-height: 2;
  position: relative;
  z-index: 10;
  font-size: 15px;
}

/* トップページ・こだわりページ PC時 縦書きにする
-----------------------------------------------*/
@media screen and (min-width: 768px) {
  .tategaki_outer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tategaki {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 30px;
    display: inline-block;
  }
  .tategaki span.text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
  .tategaki a {
    text-decoration: none;
    border-right: 1px dashed;
    padding-right: 0px;
  }
  .tategaki h1 {
    font-size: 30px;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .tategaki h2 {
    font-size: 30px;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .tategaki p {
    /* line-height: 1.7; */
    margin-left: 20px;
    font-size: 16px;
  }
}

@media (768px <= width <= 1024px) {
  .tategaki p {
    line-height: 1.6 !important;
  }
}


/* indexのボタンリンク
-----------------------------------------------*/
.button {
  width: 300px;
}

.button[data-type="center"] {
    margin: 0 auto;
}

.button-link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333!important;
  transition: .3s;
}

.button-text {
  font-size: 18px;
}

.arrow-extend {
  padding: 20px;
  color: #fff!important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.arrow-extend::before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  z-index: -1;
}

.arrow-extend::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.button-link:hover {
    color: #fff!important;
}

.arrow-extend:hover::before {
  width: 100%;
  background-color: var(--e-global-color-accent);
}

.arrow-extend:hover::after { 
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media (max-width:767px){
    .button {
      width: 250px;
    }
    .button-text {
      font-size: 14px;
    }
    .arrow-extend {
      padding: 16px;
    }
    .arrow-extend::before {
      content: '';
      width: 50px;
      height: 50px;
    }

    .arrow-extend::after {
      left: 20px;
      top: 50%;
    }
}


/* 下層ページタイトル 縦書き 
-----------------------------------------------*/
.tategaki_outer_sub {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tategaki_sub {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 30px;
  display: inline-block;
}


h3.ttl_privacy {
  border-left: 6px solid #C09F32;
  padding: 8px 0 8px 10px;
}


/* メニュー */
.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    color: var(--e-global-color-text);
}
.menu-height {
    line-height: 1.4em;
    margin: 0;
}
.desc {
    font-size: 85%;
    line-height: 1.5em;
    margin: -5px 0 0 0;
    color: #606060;
    clear: both;
}
@media (max-width:767px){
  .menu-box, .menu_item, {
      font-size: 14px;
  }
  .desc {
    margin: 0 0 0;
  }
}


/*.price {
  margin-bottom: 1em;
  margin-top: -10px;
  display: flex;
  align-items: center;
}
.price::before {
  border-top: 1px solid #535353;
  content: "";
  flex-grow: 1;
  margin-right: 1em;
}
.desc {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0 0 10px;
  color: #ab8c5e;
  clear: both;
}*/



@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .tb_only {
  display: none;
  }
}

.pankuzu {
  color: var(--e-global-color-text)!important;
}

.pankuzu a {
  color: #595959 !important;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    font-size: 0.9em;
  }

  #sbi_load span {
    font-size: 0.9em;
  }
}

/* media list */
.media-list {
	background-color: #ffffff;
  color: #000;
	padding: 15px;
}
.media-list a {
	color: #000;
}
.media-list a:hover {
	opacity: 0.7;
}
.media-list a .media_txt {
	text-decoration: underline;
}
.media-list li {
	list-style: none;
}

.media-box {
	display: flex;
	gap: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #272617;
}

.media-box_top {
	display: flex;
	gap: 30px;
	align-items: center;
}

.media-box_bottom {
	display: flex;
	align-items: center;
}

.media_label {
	color: #ffffff;
	background-color: #C4A44C;
	width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.media_label-insta {
	background-color: #CF2F93 !important;
}

.media_label-paper {
	background-color: #38475C !important;
}

.media_label-tube {
	background-color: #DA1725 !important;
}

.media_label-tv {
	background-color: #D54E21 !important;
}

.media-list_ttl {
	text-align: center;
	font-size: 2em;
}

.media-list_detail {
	text-align: center;
	line-height: 1.5;
}

@media (max-width:767px) {
	.media-box {
		flex-direction: column;
		padding-top: 30px;
}
}