@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.12.0/css/all.css);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.pc {
  display: block;
}
.tablet {
  display: none;
}
.sp {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
  color: #d91761 !important;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #4c4948;
  height: 100%;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-text-size-adjust: 100%; /*仮対応　スマホ時縮小表示の際文字が大きくなるのを防ぐ*/
}
/*body::after {
  content: "";
  background-image: url("../img/common/page_right_BG.jpg");
  background-repeat: repeat-y;
  background-position: right top;
  position: fixed;
  z-index: 9999;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
}*/
.container {
  /* max-width: 1366px; */
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
main {
  margin-top: 15px;
  display: block;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
input, button, textarea, select, .entry input[type="url"], input[type="email"], .entry input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px #999;
  padding: 15px 0;
}
/*ナビゲーション*/
#nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  height: 60px;
  cursor: pointer;
	background: #d91761;
	padding: 10px;
}
.open #nav-toggle {
  right: 17px;
}
#nav-toggle > div {
  position: relative;
  width: 42px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle .menuTXT {
  position: absolute;
  width: 50px;
  height: 20px;
  top: 25px;
  font-size: 1.4rem;
  color: #fff;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background: #fff;
  color: #4c4948;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: block;
  visibility: hidden;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
  display: block;
  color: #4c4948;
  text-decoration: none;
  padding: 5px 0;
  transition: color .6s ease;
}
#gloval-nav ul {
  list-style: none;
	margin-top: 10px;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.3s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.45s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.6s;
}
#gloval-nav ul li:nth-child(12) {
  transition-delay: 1.75s;
}
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
  font-size: 2rem;
  letter-spacing: 0.7rem;
  padding: 5px;
}
#gloval-nav .ttl p img{
	width: 60px;
	margin: 25px;
}
/* 追記 */
h2, h3 {
  font-family: 'Noto Serif JP';
  font-weight: 300;
}
h2.pageTTL {
  font-size: 5.7rem;
  font-weight: lighter;
  text-align: center;
  margin: 100px auto 40px;
  /* line-height: 6.2rem; */
  line-height: 1.35;
}
h2.pageTTL span {
  font-size: 3.6rem;
}
h2.pageTTL span::before, h2.pageTTL span::after, h2.pageTTL2 span::before, h2.pageTTL2 span::after {
  content: '/';
  padding: 0 20px;
}
h2.pageTTL + .bar {
  max-width: 726px;
  height: 8px;
  margin: 0 auto 70px;
  background: linear-gradient(to right, #d91761, rgba(255,255,255,0));
}
h2.pageTTL2 {
  font-size: 4.4rem;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 55px;
  padding-top: 65px;
  line-height: 6.2rem;
}
h2.pageTTL2 span {
  font-size: 2.8rem;
}
h3.subTTL {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 30px;
}
/* sub_moreLink */
.sub_moreLink {
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.sub_moreLink li:first-child {
  border-left: 1px solid #dbdbda;
}
.sub_moreLink li {
  font-family: 'Noto Serif JP';
  font-size: 2.2rem;
  text-align: center;
  border-right: 1px solid #dbdbda;
  width: 33.3%;
  margin: 65px auto;
  padding: 20px;
}
.sub_moreLink li a {
  font-family: 'Noto Sans JP';
  width: 180px;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  background-color: #ec8bb0;
  border-radius: 30px;
  padding-bottom: 2px;
}
.sub_moreLink li a:hover {
  color: #ec8bb0;
  background-color: #fff;
  border: solid 2px #ec8bb0;
}
/*Button*/
/*moreBT*/
p.moreBT {
  text-align: center;
}
/*p.moreBT a{
	font-size: 2rem;
	color: #232323;
	font-family: 'Noto Serif jp';
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, #d91761, transparent);
    border-image-slice: 1;
    padding-bottom: 10px;
	margin-bottom: 100px;
}
*/
p.moreBT a {
  font-size: 2rem;
  color: #fff;
  border: solid 2px #d91761;
  background-color: #d91761;
  padding: 15px 50px;
  display: inline-block;
}
p.moreBT a:hover {
  color: #d91761;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*header nav li a{
text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/
/*form placeholderCSS*/
/* Webkit */ ::-webkit-input-placeholder {
  font-family: 'Noto Sans JP';
  opacity: 1;
  font-size: 1em;
}
/* Firefox 18 以前 */ :-moz-placeholder {
  font-family: 'Noto Sans JP';
  font-size: 1em;
}
/* Firefox 19 以降 */ ::-moz-placeholder {
  font-family: 'Noto Sans JP';
  font-size: 1em;
  /* Firefox 19 以降のデフォルトでは */
  /* color ではなく opacity で色合いを調整しているため */
  /* 文字色を指定する場合、opacity を 1 にする必要がある */
  opacity: 1;
}
/* IE 10 以降 */ :-ms-input-placeholder {
  font-family: 'Noto Sans JP';
  font-size: 1em;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */ :placeholder-shown {
  font-family: 'Noto Sans JP';
  font-size: 1em;
}
select option {
  font-family: 'Noto Sans JP';
  opacity: 1;
  font-size: 1em;
  padding: 20px 0;
}