@charset "UTF-8";
/**
 * Normalize CSS
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@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=Roboto:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
html {
	  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
color: #333;
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}


/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}


/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
	max-width: 100%;
	height: auto;
}

/**
 * Color
 */
/**
 * Font
 * Roboto
 * Noto Sans JP
 */
h1, h2, h3, p, li, a, span, ul, li, dl, dt, dd{
  margin: 0;
}

ul, li, dl, dt, dd {
	list-style: none;
	padding: 0;
}

/**
 * Responsive
 */
/**
 * Common
 */
div {
  box-sizing: border-box;
}

.min {font-family: 'Noto Serif JP', serif;}

.inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 999px) {
  .inner {
    width: 93.75%;
  }
}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mb80 {margin-bottom: 80px;}

.red {color:#bb2e31;}


@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/**
 * Header
 */
header {
  background-color: black;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 15px 16px;
  }
}
header img {
  width: 175px;
}
@media screen and (max-width: 768px) {
  header img {
    width: 130px;
  }
}

/**
 * Main visual
 */
.mv {
  background-image: url("../img/bg_mv.jpg");
  background-size: cover;
  background-position: center;
	width: 100%;
	min-height: 480px;
	padding: 60px 0;
	color: #fff;
}

.mv_about {
	width:70%;
	margin-left: auto;
	margin-right: auto;
}
.kage {	text-shadow: 0px 0px 7px #000; line-height: 1.8;}
@media screen and (max-width:834px){
	.mv_about {width:90%;}
}

h1 {
	font-size: 40px;
	margin-bottom: 40px;
}
h1 .kei {border-bottom: 2px solid #fff;}

@media screen and (max-width:480px){
	h1 {font-size: 8vw;}
}

.mv p {line-height: 1.5;}

.btn {
	font-size: 18px;
	border-radius: 6px;
	padding: 0.5em 1em;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	box-sizing: border-box;
	display: block;
	position: relative;
	line-height: 1.5;
}
.btn-waku {
	border:1px solid #fff;
}

a { text-decoration: none;}
a.btn {color: #fff;}
a.btn:hover {opacity: 0.85;}
.ic-entry::before {
	position: absolute;
	content: "";
	background: url(../img/ic_entry.png) no-repeat;
	background-size: cover;
	display: block;
	width: 15px;
	height: 14px;
	top:50%;
	right: 15px;
	margin-top: -8px;
}
.ic-go::before {
	position: absolute;
	content: "";
	background: url(../img/ic_go.png) no-repeat;
	background-size: cover;
	display: block;
	width: 12px;
	height: 10px;
	top:50%;
	right: 13px;
	margin-top: -6px;
}
.bg-red {background: #bb2e31;}

h2 {
	color:#fff;
	font-size: 32px;
	margin-bottom: 63px;
	display: inline-block;
}
@media screen and (max-width:834px){
	h2 {font-size: 3.2vw;}
}
@media screen and (max-width:480px){
	.gift-t {font-size: 7vw; margin-bottom: 40px;}
	.info-t {font-size: 7vw;}
}

/* ---------------------------------- gift */
.gift-t {position: relative;  border-top:1px solid #fff; border-bottom: 1px solid #fff; padding: 8px 0 10px; }
.gift-t::before {
	position: absolute;
	content: "";
	background: url("../img/rb_L.png") no-repeat;
	background-size: cover;
	width:44px;
	height: 45px;
	left:-50px;
	top:50%;
	margin-top: -22px;
}
.gift-t::after {
	position: absolute;
	content: "";
	background: url("../img/rb_R.png") no-repeat;
	background-size: cover;
	width:44px;
	height: 45px;
	right:-50px;
	top:50%;
	margin-top: -22px;
}

@media screen and (max-width: 480px) {
	.gift-t {width: 80%;}
	.gift-t::before {
	position: absolute;
	content: "";
	background: url("../img/rb_sp_L.png") no-repeat;
	background-size: cover;
	width:22px;
	height: 90px;
	left:-30px;
	top:50%;
	margin-top: -44px;
}
	.gift-t::after {
	position: absolute;
	content: "";
	background: url("../img/rb_sp_R.png") right center no-repeat;
	background-size: cover;
	width:22px;
	height: 90px;
	right:-30px;
	top:50%;
	margin-top: -44px;
}
}
/*h2.gift-t span {
	position: relative;
	padding: 3px 0 5px;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;	
}
h2.gift-t span::before {
	position: absolute;
	content: "";
	background: url("../img/rb_L.png") no-repeat;
	background-size: cover;
	width:44px;
	height: 45px;
	left:-50px;
	top:50%;
	margin-top: -22px;
}
h2.gift-t span::after {
	position: absolute;
	content: "";
	background: url("../img/rb_R.png") no-repeat;
	background-size: cover;
	width:44px;
	height: 45px;
	right:-50px;
	top:50%;
	margin-top: -22px;
}*/




.gift {
	background:url("../img/bg_gift.jpg") #000 no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.gift_list li {
	float:left;
	width: 32%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
	margin-right: 2%;
	line-height: 1.5;
}
.gift_list li:last-child{margin-right: 0;}
.gift_list li::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/ic_gift.png") no-repeat;
	background-size: cover;
	width:102px;
	height: 88px;
	top:0;
	left: 0;
	z-index: 10;
}

.gift_list li a{ color:#333;}
.gift_list li a:hover p {opacity: 0.6;}

@media screen and (max-width:480px){
	.gift_list li {
		float:none;
		width: 100%;
		margin-right: 0%;}
	.gift_list strong {font-size: 5vw;}
}

/* ---------------------------------- infor */
.info {
	width: 100%;
	padding: 80px 0;
	background: url("../img/bg_info.jpg");
	background-size: auto 200%;
}

.info-t {position:relative; display: inline-block;  padding: 0 0.7em;}
.info-t::before,
.info-t::after{
	position: absolute;
	width: 0;
	height: 100%;
	content: '';
	border-width: 0 0 0 1px;
	border-style: solid;
	/*border-color: #ff0;*/
}
.info-t::before {
	bottom: 0px;
	right: 0px;
		-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}
.info-t::after {
	bottom: 0px;
	left: 0px;
		-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}

.info-list {width:80%; margin-left: auto; margin-right: auto;}

.info-list li:first-child {
	float:left;
	width:50%;
}
.info-list li:last-child {
	float: right;
	width:45%;
	color:#fff;
	line-height: 1.7;
}
@media screen and (max-width:834px){
	.info-list {width:90%;}
}
@media screen and (max-width:480px){
	.info-list {width:100%;}
	.info-list li:first-child {
		float:none;
		width: 100%;
		margin-bottom: 20px;
	}
	.info-list li:last-child {
		float:none;
		width: 100%;
	}	
}

/* ---------------------------------- Glion */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#80191e+0,e73c40+100 */
.glion {
	
background: #80191e; /* Old browsers */
background: -moz-linear-gradient(top,  #80191e 0%, #e73c40 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #80191e 0%,#e73c40 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #80191e 0%,#e73c40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80191e', endColorstr='#e73c40',GradientType=0 ); /* IE6-9 */
}

.bg-gg {
	padding: 60px 0;
	width: 100%;
	height: auto;
	background: url("../img/bg_gg.png") fixed;

}
@media screen and (max-width:480px){
	.bg-gg {
		padding: 60px 0;
	width: 100%;
	height: auto;
	background: url("../img/bg_gg.png") fixed;
	background-size:200% auto;}
}

/**
 * Footer
 */
footer {
  background-color: #7a6a56;
}
footer .inner {
  padding: 15px 0;
}

footer .inner p {
  color: white;
  font-size: 14px;
}

.aC {text-align: center;}

/*# sourceMappingURL=style.css.map */
