@charset "UTF-8";

/*-----------------------------------------------------------------
リセット
----------------------------------------------------------------- */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: 0;
  outline: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0px;
}

input {
  margin-right: 5px;
}

.switch {
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p, dt, dl, dd {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}
a,
a::before,
a::after {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

/************************************************/
/************** 1.Basic setteing ****************/
/************************************************/
/************************************************/
/************** 2.Basic setteing ****************/
/************************************************/
/************************************************/

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::: 1.Basic setteing ::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html, body {
	font-family:
	'Noto Sans JP',
	sans-serif;
	line-height: 1.6;
	font-size: 16px;
	color: #222;
}
@media screen and (max-width: 767px) {
	html, body {
		font-size: 3.8vw;
	}
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

.ming { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP', serif; }
.gothic { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
.noto_sans { font-family: 'Noto Sans JP', sans-serif; }
.noto_serif { font-family: 'Noto Serif JP', serif; }
.mont{ font-family: "Montserrat", sans-serif; }

.pc { display: block !important; }
.sp { display: none !important; }
.pc-flex { display: flex !important; }
.sp-flex { display: none !important; }
.pc-inline { display: inline !important; }
.sp-inline { display: none !important; }

@media screen and (max-width: 767px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
	.pc-flex { display: none !important; }
	.sp-flex { display: flex !important; }
	.pc-inline { display: none !important; }
	.sp-inline { display: inline !important; } }

::selection { background: #9A0018; color: white; }
::-moz-selection { background: #9A0018; color: white; }

/* ______________________________________________________ */
/* common */
/* ______________________________________________________ */
#wrapper {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    padding: 0;
  }
}
.contents {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

#contentsAll {
  position: relative;
  z-index: 0;
  width: 428px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.6);
	border-radius: 30px;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	#contentsAll {
    border-radius: 0;
		width: 100%;
	}
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::: 2.Style setteing ::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.w_10 { width: 10%  !important; }
.w_20 { width: 20%  !important; }
.w_30 { width: 30%  !important; }
.w_40 { width: 40%  !important; }
.w_50 { width: 50%  !important; }
.w_60 { width: 60%  !important; }
.w_70 { width: 70%  !important; }
.w_80 { width: 80%  !important; }
.w_90 { width: 90%  !important; }
.w_100 { width: 100% !important; }

.font_06 { font-size: 0.6rem !important; }
.font_07 { font-size: 0.7rem !important; }
.font_08 { font-size: 0.8rem !important; }
.font_09 { font-size: 0.9rem !important; }
.font_10 { font-size: 1rem   !important; }
.font_11 { font-size: 1.1rem !important; }
.font_12 { font-size: 1.2rem !important; }
.font_14 { font-size: 1.4rem !important; }
.font_16 { font-size: 1.6rem !important; }
.font_18 { font-size: 1.8rem !important; }
.font_20 { font-size: 2rem   !important; }
.font_22 { font-size: 2.2rem !important; }
.font_25 { font-size: 2.5rem !important; }
.font_30 { font-size: 3rem   !important; }
.font_35 { font-size: 3.5rem !important; }
.font_40 { font-size: 4rem   !important; }

.bg_main { background-color: #6C0000 !important; }
.bg_sub { background-color: #C1A536 !important; }
.bg_white { background-color: #ffffff !important; }
.bg_black { background-color: #222 !important; }
.bg_gray { background-color: #EFF4F5 !important; }

.t_main { color: #9A0018 !important; }
.t_sub { color: #C1A536 !important; }
.t_white { color: #ffffff !important; }
.t_black { color: #222 !important; }
.t_gray { color: #F6F7F9 !important; }
.t_red { color: #E50012 !important; }

.lh_10 { line-height: 1   !important; }
.lh_12 { line-height: 1.2 !important; }
.lh_14 { line-height: 1.4 !important; }
.lh_16 { line-height: 1.6 !important; }
.lh_18 { line-height: 1.8 !important; }
.lh_20 { line-height: 2   !important; }

.ls_01 { letter-spacing: 0.1rem !important; }
.ls_02 { letter-spacing: 0.2rem !important; }
.ls_03 { letter-spacing: 0.3rem !important; }
.ls_04 { letter-spacing: 0.4rem !important; }
.ls_05 { letter-spacing: 0.5rem !important; }
.ls_06 { letter-spacing: 0.6rem !important; }
.ls_07 { letter-spacing: 0.7rem !important; }
.ls_08 { letter-spacing: 0.8rem !important; }
.ls_09 { letter-spacing: 0.9rem !important; }
.ls_10 { letter-spacing: 1rem   !important; }

.zi_d1 { z-index: -1  !important; }
.zi_0 { z-index: 0   !important; }
.zi_u1 { z-index: 1   !important; }
.zi_u2 { z-index: 2   !important; }
.zi_u5 { z-index: 5   !important; }
.zi_u10 { z-index: 10  !important; }
.zi_u50 { z-index: 50  !important; }
.zi_u100 { z-index: 100 !important; }
.zi_u500 { z-index: 500 !important; }
.zi_u999 { z-index: 999 !important; }

.ml-0 { margin-left: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }

.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.link-op { transition: .3s; }
.link-op:hover { opacity: .7; }
