@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img{
     vertical-align: bottom;
}
/* リセットここまで */

html{
	font-size: 62.5%;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-size: 1.2rem;
	background-color: #f9f9f9;
}
ul,li{
	list-style:none;
}

a{
	text-decoration: none;
	coursor:pointer;
}

a:hover img{
	opacity:0.8;
}

#container{
		width:100%;
	max-width: 1150px;
	margin: 0 auto;
	background-color: #ffffff;
	overflow: hidden
;
	}
#saleHead img{
		width:50%;
	max-width: 271px;
	}

#main_visual img{
	width: 100%;
	max-width: 750px;
	display: block;
	margin: 0 auto;
}

h1 {
	width:84%;
	max-width: 630px;
	margin: 0 auto;
	font-size: 1.4rem;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

h2 {
	width:90%;
	max-width: 675px;
	margin: 0 auto 0.8em;
	font-size: 1.4rem;
	padding: 0.4em 0 0.4em 0.8em;
	border-left: 0.5rem solid #333333;
	line-height: 1.5em;
}

.description {
	width:84%;
	 line-height: 1.7em;
	text-align: justify;
	max-width: 630px;
	margin: 0 auto;
}
.description strong{
	text-align: center;
	display: block;
}

section{
	margin-bottom: 10rem;
}

article{
	margin-bottom: 12rem;
}

/*フッター*/
footer {
    text-align: center;
    padding-bottom: 0.5em;
}
footer small{
	font-size: 1rem;
}

/* --- prologue --- */
section#prologue{
	margin:5rem auto 7rem;
}
section#prologue .description{
	line-height: 2.2em;
}


hr.break{
	width: 40%;
	max-width: 300px;
	margin: 0 auto 7.5rem;
	border-top: 1px #dddddd solid;

}

/* --- contents --- */


section.contents > img{
	width: 90%;
	max-width:675px;
	margin: 0 auto 3rem;
	display: block;
}
section.contents .description{
	margin-bottom: 3rem;
	
}
section.contents hr.break{
	margin: 4rem auto;	
}

.item_box{
	width: 90%;
	max-width: 630px;
	margin: 0 auto 3rem;
	display: flex;
	justify-content: space-between;
}
.item_box img{
	width: 30%;
	align-self: flex-start;
	
}

.item_box div{
	width:65%; 
	
}

.item_box div a{
	color:#333333;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100%;
	
}

.item_box div a:hover{
	opacity: 0.8;
}

.item_box div .item_name{
	margin: 1rem 0 0.5rem;
	line-height: 1.5em;
	
}

.item_box div .item_link{
	font-size: 1.1rem;
	bottom: 0;
	background-color: #333333;
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 0.8em 0;
	border-radius: 5px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.item_box div .item_link::after{
	content: "\03e";
	padding-left: 0.5em;
}

.all_link {
    text-align: center;
    line-height: 1.8em;
   /* background-color: #1e3172;*/
	border: #333333 solid 1px;
    border-radius: 8px;
    width: 84%;
    margin: 0 auto 4rem;
	max-width: 500px;
	transition: all .3s;
}

.all_link:hover {
	background-color:#333333;
}
.all_link a {
    padding: 1.2em 0;
    display: block;
	color: #333333;
}
.all_link a::after{
	content: "\03e";
	padding-left: 0.5em;
}
.all_link a:hover {
	color: #ffffff;
}

/* -------- クーポンGET ----------- */
.coupon_get {
	margin-top: -5rem;
}

.coupon_get p {
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 1rem;
}

.coupon_link {
    text-align: center;
    line-height: 1.8em;
   /* background-color: #1e3172;*/
	/*border: #333333 solid 1px;*/
    border-radius: 8px;
    width: 84%;
    margin: 0 auto 10rem;
	max-width: 500px;
	transition: all .3s;
	overflow: hidden;
}

.coupon_link:hover {
	/*background-color:#333333;*/
}
.coupon_link a {
    padding: 1.2em 0;
    display: block;
	/*color: #333333;*/
	color: #fff;
    background: #1d2254;
}
.coupon_link a::after{
	content: "\03e";
	padding-left: 0.5em;
}
.coupon_link a:hover {
	/*color: #ffffff;*/
	opacity: 0.8;
}


/* -------- フェードイン ----------- */

.ef-fade {
		opacity: 0;
 
}

.fade {
   position:  relative; 
    animation: fadein 1.5s ease forwards;  
}
 
@keyframes fadein {
    0% {
        opacity:  0; 
        top: 8rem; 
    }
    100% {
        opacity:  1;
        top: 0; 
    }
}

/* ------　トップに戻る　------------- */

#page_top{
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #999999;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 2rem;
  color: #fff;
  position: absolute;
	width: 2rem;
  height: 2rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* ------------------- */




@media screen and (min-width: 641px) {
	
html{
	font-size: 81.25%;
}
	
	
h1 img{
	height: 600px;
}


/* --- prologue --- */



}


@media screen and (min-width: 961px) {
	

html{
	font-size: 87.5%;
}
	

.description {
	line-height: 2em;
}

	
	
#sp{
	display:none;	
	}

#saleHead{
		width:100%;
		margin:0 auto;
		padding:20px 0 20px;
		text-align:center;
		/*
		border-bottom:2px solid #ccc;
		box-shadow:1px 1px 4px 4px rgba(0, 0, 0, 0.2);
		*/
}

.sp_footer{
		display:none;
	}
	
}


@media screen and (max-width: 960px) {
	
.sp_none{
		display: none;
	}
		
#saleHead{
		width:100%;
		margin:0 auto;
		padding:15px 0 15px;
		text-align:center;
		/*
		border-bottom:1px solid #ccc;
		box-shadow:1px 1px 6px 1px rgba(0, 0, 0, 0.2);
		*/
	}
.pc_footer{
		display:none;
	}
	
}




