@charset "UTF-8";

/*---------------------------------
  Google Fonts
---------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.NotoSans { font-family: 'Noto Sans JP', sans-serif; }
.NotoSerif { font-family: 'Noto Serif JP', serif; }
.ShipporiMincho { font-family: 'Shippori Mincho', serif; }

/*---------------------------------
  表示・非表示（PC / TB / SP）
---------------------------------*/
.pconly {
	display: block;
}
.tbonly {
	display: block;
}
.sponly {
	display: none !important;
}
.pcnone {
	display: none;
}
@media screen and (max-width: 767px) {
.pconly {
	display: none !important;
}
.tbonly {
	display: none !important;
}
.sponly {
	display: block;
}
.pcnone {
	display: inline-block;
}
.spnone {
	display: none;
}
}

/*---------------------------------
  html/bodyの設定
---------------------------------*/
html {
	font-size: 62.5%; /* 62.5%は10px */
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	color: #000000;
	background: #ffffff;
	overflow-x: hidden;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
html {
	font-size: 62.5%; /* 62.5%は10px */
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	color: #000000;
	background: #ffffff;
	overflow-x: hidden;
    word-break: break-all;
}
}

/*---------------------------------
  画像
---------------------------------*/
img {
	width:100%;
	height:auto;
}
#maincontentswrap01 img {
   vertical-align:bottom;
   pointer-events: none;
}
#maincontentswrap01 a img {
	border-style:none;
}
#maincontentswrap01 img {
	width:100%;
	height:auto;
	image-rendering: auto;
}
#maincontentswrap01 img[src$=".svg"] {
    width: 100%;
}


/*---------------------------------
  テキストリンク
---------------------------------*/
#maincontentswrap01 a:link {
	color:#008bd3;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:visited {
	color:#008bd3;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:active {
	color:#d7823f;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:hover {
	color:#d7823f;
	text-decoration:underline;
	opacity: 0.6;
	transition: 1.0s;
}

/*---------------------------------
  画像リンク
---------------------------------*/
a img {
	display: block;
}


/*---------------------------------
  アンカー位置設定
---------------------------------*/
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10 {
	margin: -130px 0 0;
	padding: 130px 0 0;
}
@media screen and (max-width: 767px) {
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10 {
	margin: -63px 0 0;
	padding: 63px 0 0;
}
}

/*---------------------------------
  画像鏡面反射
---------------------------------*/
.img-reflection01 {
  -webkit-box-reflect:
    below 0px 
  -webkit-gradient(linear, left top, left bottom, from(transparent), 
    color-stop(0.8, transparent), 
    to(rgba(255, 255, 255, 0.3)));
}

/*---------------------------------
  フォントカラー
---------------------------------*/
.font-white01 { color: #ffffff; }
.font-blue01 { color: #2B457D; }
.font-black01 { color: #000000; }
.font-red01 { color: #c50018; }
.font-yellow01 { color: #fff338; }
.font-green01 { color: #7fbd26; }


/*---------------------------------
  テキスト頭揃え
---------------------------------*/
.indent01-01 {
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.indent01-05 {
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}

/*---------------------------------
  文字間調整用
---------------------------------*/
.letterspace01 {
	letter-spacing: -0.02em;
}

/*---------------------------------
  テキスト位置
---------------------------------*/
.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}

/*---------------------------------
  テキスト太さ
---------------------------------*/
.textbold {
	font-weight: 600;
}

/*---------------------------------
  改行設定
---------------------------------*/
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "";
	white-space: pre;
}
.spno-break:before {
	content: "\A";
	white-space: pre;
}
@media screen and (max-width: 767px) {
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "\A";
	white-space: pre;
}
.spno-break:before {
	content: "";
	white-space: pre;
}
}


/*---------------------------------
  ローディング
---------------------------------*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background-size: 10%;
	z-index: 999999;
	text-align: center;
	color: #fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#splash-logo img {
	width: 80%;
}

/*画面遷移アニメーション*/
/*画面遷移の後現れるコンテンツ設定*/
#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@media screen and (max-width: 767px) {
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background-size: 30%;
	z-index: 999999;
	text-align: center;
	color: #fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定 */
#splash-logo img {
	width: 50%;
}
}
@media screen and (max-width: 767px) {
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background-size: 30%;
	z-index: 999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定 */
#splash-logo svg {
	width: 70%;
}
}

/*---------------------------------
  ヘッダー
---------------------------------*/
#headwrap01 {
	width: 100%;
	padding: 1.875vw 0; /* 1920px基準でpadding: 36px 0; */
	position: fixed;
	top: 0;
	z-index: 888;
	background: rgba(255,255,255,1.0);
    text-align: center;
}
#headwrap01 img {
    width: 9.895833333333332vw; /* 1920px基準でwidth: 190px; */
}
@media screen and (max-width: 767px) {
#headwrap01 {
	width: 100%;
	padding: 2.666666666666667vw 0; /* 750px基準でpadding: 20px; */
	position: fixed;
	top: 0;
	z-index: 888;
	background: rgba(255,255,255,1.0);
    text-align: center;
}
#headwrap01 img {
    width: 26.666666666666668vw; /* 750px基準でwidth: 200px; */
}
}


/*---------------------------------
  メインビジュアル
---------------------------------*/
#mainvisualwrap01 {
    width: 100%;
    position: fixed;
    z-index: 0;
}
#k-mainvisualwrap01 {
    width: 100%;
    position: fixed;
    z-index: 0;
}
@media screen and (max-width: 767px) {
#mainvisualwrap01 {
    width: 100%;
    position: fixed;
    z-index: 0;
}
#k-mainvisualwrap01 {
    width: 100%;
    position: relative;
    z-index: 1;
}
}


/*---------------------------------
  スライダー
---------------------------------*/
/* .スライダーの設定 */
.swiper01 {
	width: 100%;
	height: 100vh;
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 200%;
	overflow: hidden;
}

/* .ページネーションの設定 */
.swiper-pagination.top01 {
    display: none;
	top: 35px !important;
	left: 10px !important;
	text-align: left;
}
.swiper01 .swiper-pagination-bullet {
	border-radius: 50%;
	margin: 17px 0 !important;
	width: 12px;
	height: 12px;
	background: none;
	border: 1px solid #ffffff;
	opacity: 1;
	transform:rotate(90deg) !important;
	display: block;/* 横にする場合は外す */
}
.swiper-pagination-bullet-active {
	background: #ffffff !important;
	border: 1px solid #ffffff;
	opacity: 1;
}

.slide-img img {
	width: 100%;
	height: 100vh;
	overflow: hidden;
    object-fit: cover;
}
.slide-catchwrap01 {
	position: absolute;
	top: 11%;
	left: 10%;
	/*transform: translate(-50%, -50%);*/
	z-index: 9999;
}
.slide-catchwrap01 p {
	padding: 0 0 20px;
}
.slide-catch01 {
	color: #00226A;
}
.slide-catchlarge01 {
	font-size: 8.0rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	vertical-align: top;
}
.swiper-slide .slide-content p {
	color: #00226A;
	margin: 0;
	padding: 0;
}
.swiper-slide .slide-content .caption {
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #FFF;
	font-size: 16px;
	background-color: rgba(0,127,127,0.5);
 	padding: 3px 8px;
}

/* .ナビゲーション(やじるし)の設定 */
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	background-image: none; /* デフォルトのボタン画像を消す */
	width: 30px !important; /* ボタンの幅 */
	height: 112px !important; /* ボタンの高さ */
	background-size: 30px 112px !important; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -56px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url("../common_img/slideblacknext.jpg");
	/* transform: scale(-1, 1); 左右反転 */
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url("../common_img/slideblackprev.jpg");
}
@media screen and (max-width: 767px) {
/* .スライダーの設定 */
.swiper01 {
	width: 100%;
	height: 100vh;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 140%;
	overflow: hidden;
}

.swiper-pagination.top01 {
    display: none;
	top: 5px !important;
	left: 12px !important;
	text-align: left;
}
.swiper01 .swiper-pagination-bullet {
	border-radius: 50%;
	margin: 3px 0 !important;
	width: 5px;
	height: 5px;
	background: none;
	border: 1px solid #ffffff;
	opacity: 1;
	transform:rotate(90deg) !important;
	display: block;/* 横にする場合は外す */
}
.swiper-pagination-bullet-active {
	background: #ffffff !important;
	border: 1px solid #ffffff;
	opacity: 1;
}

.slide-img img {
	width: 100%;
	height: 100vh;
	overflow: hidden;
    object-fit: cover;
}
.slide-catchwrap01 {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.slide-catch01 {
	color: #00226A;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}
.slide-catchlarge01 {
	font-size: 2.0rem;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	vertical-align: top;
}
.slide-catch01 {
	color: #00226A;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}
.swiper-slide .slide-content p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #00226A;
	text-shadow: .5px .5px rgba(0,0,0,0.6);
	margin: 0;
	padding: 0;
}
.swiper-slide .slide-content .caption {
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #FFF;
	font-size: 16px;
	background-color: rgba(0,127,127,0.5);
	padding: 3px 8px;
}

/* .ナビゲーション(やじるし)の設定 */
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	background-image: none; /* デフォルトのボタン画像を消す */
	width: 20px !important; /* ボタンの幅 */
	height: 20px !important; /* ボタンの高さ */
	background-size: 20px 80px !important; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -33px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url("../common_img/slideblacknext.jpg");
	/* transform: scale(-1, 1); 左右反転 */
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url("../common_img/slideblackprev.jpg");
}
}


/* 画像のアニメーション */
@keyframes zoom {
  0% {
  transform: scale(1.0);
  }
  100% {
  transform: scale(1.1);
  }
}
.swiper01 .swiper-slide-active .slide-img,
.swiper01 .swiper-slide-duplicate-active .slide-img,
.swiper01 .swiper-slide-prev .slide-img {
  animation: zoom 10s linear 0s 1 normal both;  
}


/*---------------------------------
  メインコンテンツ
---------------------------------*/
#maincontentswrap01 {
	width: 100%;
    padding: calc(100vh - 6.302083333333333vw) 0 10.416666666666668vw; /* 1920px基準でpadding: calc(100vh - 121px) 0 200px; */
    font-size: 0.9375vw; /* font-size: 18px; */
    color: #ffffff;
    line-height: 180%;
    position: relative;
    z-index: 1;
}
#maincontentswrap02 {
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
#maincontentswrap01 {
	width: 100%;
    padding: calc(100vh - 40vw) 0 20vw; /* 750px基準でpadding: calc(100vh - 300px) 0 150px; */
    font-size: 3.4666666666666663vw; /* 750px基準で26px（1.4remくらい） */
    color: #ffffff;
    line-height: 180%;
    position: relative;
    z-index: 1;
}
#maincontentswrap02 {
	width: 100%;
	margin: 0 auto;
}
}


/*---------------------------------
  コンテンツ（共通）
---------------------------------*/
.contentswrap01 {
	width: 100%;
	padding: 0 0 25px;
}
.contentswrap01:last-child {
	padding: 0;
}
.contentswrap01:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap01 img {
	display: block;
	width: 100%;
	height: auto;
}
.contentsinner01 {
	width: 100%;
	margin: 0 auto;
    padding: 0 0 60px;
}
.contentsinner01:last-child {
    padding: 0;
}
@media screen and (max-width: 767px) {
.contentswrap01 {
	width: 100%;
	padding: 0 0 25px;
}
.contentswrap01:last-child {
	padding: 0;
}
.contentswrap01:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap01 img {
	display: block;
	width: 100%;
	height: auto;
}
.contentsinner01 {
	width: 100%;
	margin: 0 auto;
    padding: 0 0 30px;
}
.contentsinner01:last-child {
    padding: 0;
}
}


/*---------------------------------
  スクロールダウン
---------------------------------*/
#scrolldownwrap01 {
    width: 2.4479166666666665vw; /* 1920px基準でwidth: 47px; */
    margin: 0 auto;
    padding: 0 0 5.208333333333334vw; /* 1920px基準でpadding: 0 0 100px; */
}
.bound {
  animation: key .6s ease infinite alternate;
}
@keyframes key {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
@media screen and (max-width: 767px) {
#scrolldownwrap01 {
    width: 6.666666666666667vw; /* 750px基準でwidth: 50px; */
    margin: 0 auto;
    padding: 0 0 26.666666666666668vw; /* 750px基準でpadding: 0 0 200px; */
}
}


/*---------------------------------
  トップページ
---------------------------------*/
#topmaincatchwrap01 {
    font-size: 2.604166666666667vw; /* 1920px基準でfont-size: 50px; */
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    padding: 0 0 5.208333333333334vw; /* 1920px基準でpadding: 0 0 100px; */
}
#topmaincatchwrap01 p {
    padding: 0 0 2.34375vw; /* 1920px基準でpadding: 0 0 45px; */
}
#topmaincatchwrap01 p:last-child {
    padding: 0;
}
#topmaincatchwrap02 {
    text-align: center;
    line-height: 200%;
    padding: 0 0 5.208333333333334vw; /* 1920px基準でpadding: 0 0 100px; */
}

#toplistwrap01 {
    display: table;
    margin: 0 auto;
    padding: 0 0 10.416666666666668vw; /* 1920px基準でpadding: 0 0 200px; */
}
#toplistwrap01 ul {
    display: table;
    padding: 0 0 1.5em;
}
#toplistwrap01 ul:last-child {
    padding: 0;
}
#toplistwrap01 ul li {
    width: auto;
    display: table-cell;
}
#toplistwrap01 ul li:nth-child(1) {
    width: 10em;
    padding: 0 2em 0 0;
}

.btnwrap01 {
    display: table;
    margin: 0 auto;
    font-size: 1.0416666666666665vw; /* 1920px基準でfont-size: 20px; */
    text-align: center;
}
.btnwrap01 a:link {
    display: block;
    color: #ffffff !important;
    background: rgba(0,0,0,0.60);
    padding: 0.5208333333333333vw 2.34375vw; /* 1920px基準でpadding: 10px 45px; */
    text-decoration: none !important;
    position: relative;
    opacity: 1 !important;
    transition: 1.0s;
}
.btnwrap01 a:visited {
    display: block;
    color: #ffffff !important;
    background: rgba(0,0,0,0.60);
    padding: 0.5208333333333333vw 2.34375vw; /* 1920px基準でpadding: 10px 45px; */
    text-decoration: none !important;
    position: relative;
    opacity: 1 !important;
    transition: 1.0s;
}
.btnwrap01 a:active {
    display: block;
    color: #000000 !important;
    background: rgba(255,255,255,0.60);
    padding: 0.5208333333333333vw 2.34375vw; /* 1920px基準でpadding: 10px 45px; */
    text-decoration: none !important;
    position: relative;
    opacity: 1 !important;
    transition: 1.0s;
}
.btnwrap01 a:hover {
    display: block;
    color: #000000 !important;
    background: rgba(255,255,255,0.60);
    padding: 0.5208333333333333vw 2.34375vw; /* 1920px基準でpadding: 10px 45px; */
    text-decoration: none !important;
    position: relative;
    opacity: 1 !important;
    transition: 1.0s;
}
.btnwrap01 a p img {
    display: block;
    width: 1.09375vw !important; /* 1920px基準でwidth: 21px; */
    position: absolute;
    top: 50%;
    right: 0.5208333333333333vw; /* 1920px基準でright: 10px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
	transition: 1.0s;
}
.btnwrap01 a:hover p img {
    display: block;
    width: 1.09375vw !important; /* 1920px基準でwidth: 21px; */
    position: absolute;
    top: 50%;
    right: 0.26041666666666663vw; /* 1920px基準でright: 5px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
	transition: 1.0s;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 767px) {
#topmaincatchwrap01 {
    font-size: 10.666666666666668vw; /* 750px基準で80px */
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    padding: 0 0 13.333333333333334vw; /* 750px基準でpadding: 0 0 100px; */
}
#topmaincatchwrap01 p {
    padding: 0 0 8vw; /* 750px基準でpadding: 0 0 60px; */
}
#topmaincatchwrap01 p:last-child {
    padding: 0;
}
#topmaincatchwrap02 {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 200%;
    padding: 0 0 13.333333333333334vw; /* 750px基準でpadding: 0 0 100px; */
}

#toplistwrap01 {
    display: table;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20vw; /* 750px基準でpadding: 0 0 150px; */
}
#toplistwrap01 ul {
    display: table;
    padding: 0 0 1.5em;
}
#toplistwrap01 ul:last-child {
    padding: 0;
}
#toplistwrap01 ul li {
    width: auto;
    display: table-cell;
}
#toplistwrap01 ul li:nth-child(1) {
    width: 8em;
    padding: 0 2em 0 0;
}

.btnwrap01 {
    display: table;
    margin: 0 auto;
    font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
    text-align: center;
}
.btnwrap01 a:link {
    display: block;
    color: #ffffff !important;
    background: rgba(0,0,0,0.60);
    padding: 2.666666666666667vw 12vw; /* 750px基準でpadding: 20px 90px; */
    text-decoration: none !important;
    position: relative;
    opacity: 1 !important;
    transition: 1.0s;
}
.btnwrap01 a:visited {
    display: block;
    color: #ffffff !important;
    background: rgba(0,0,0,0.60);
    padding: 2.666666666666667vw 12vw; /* 750px基準でpadding: 20px 90px; */
    text-decoration: none !important;
    position: relative;
    opacity: 1 !important;
    transition: 1.0s;
}
.btnwrap01 a:active {
    display: block;
    color: #000000 !important;
    background: rgba(255,255,255,0.60);
    padding: 2.666666666666667vw 12vw; /* 750px基準でpadding: 20px 90px; */
    text-decoration: none !important;
    position: relative;
    opacity: 1 !important;
    transition: 1.0s;
}
.btnwrap01 a:hover {
    display: block;
    color: #000000 !important;
    background: rgba(255,255,255,0.60);
    padding: 2.666666666666667vw 12vw; /* 750px基準でpadding: 20px 90px; */
    text-decoration: none !important;
    position: relative;
    opacity: 1 !important;
    transition: 1.0s;
}
.btnwrap01 a p img {
    display: block;
    width: 3.2vw !important; /* 750px基準でwidth: 24px; */
    position: absolute;
    top: 50%;
    right: 2.666666666666667vw; /* 750px基準でright: 20px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
	transition: 1.0s;
}
.btnwrap01 a:hover p img {
    display: block;
    width: 3.2vw !important; /* 750px基準でwidth: 24px; */
    position: absolute;
    top: 50%;
    right: 1.3333333333333335vw; /* 750px基準でright: 10px; */
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
	transition: 1.0s;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}
}