﻿.maindesign{
	width:100%;
	margin: auto;
	}
.maindesign .inner{
	margin: auto;
	}


.maindesign h1{
	margin:0;
	padding:0;
}
.maindesign img{
	border:none;
}

.maindesign a{
	text-decoration:none;
}

.maindesign ul{
	padding:0;
	margin:0;
	list-style:none;
}

.maindesign .hidden{
	overflow:hidden;
}


.hover01{
	cursor:pointer;
	width:100%;
	height:100%;
	} 
.hover02{
	cursor:pointer;
	width:100%;
	height:100%;
	} 



/* ここから top */
.maindesign .head .osechi{
	background-color:#000000;

}

.maindesign .head .osechi .col2_txt{
	display: flex;
    max-width: 720px;
    justify-content: center;
    align-items: center;
}

.maindesign .head .osechi .col2_txtleft{
	width: 48%;
}
.maindesign .head .osechi .col2_txtright{
	width: 52%;
}

.maindesign .head .osechi p{
	color:#FFCC00;
	font-size:14px;
	font-weight:bold;
	padding:10px 5px;
	text-decoration:none;
	margin:0;
	line-height: 1.5;
}

.maindesign .head .osechi p strong{
	font-size: 6.0vw;
}

.maindesign .head .osechi p span{
	color:#FFFFFF;
}

.maindesign .head .title{

/*	background-image:url();
	background-repeat:no-repeat;
	background-size: cover;*/
	position:relative;
	background-color: #000
}

.maindesign .head .title h1{
	color:#FFFFFF;
	position:absolute;
	top:36%;
	left:10%;
	font-size: 18vw;
		text-shadow: 0 0 5px #333;
}

.maindesign .head .title h1 span{
	font-size:12vw;
}
.maindesign .twocolum{		 display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
padding: 1%}
.maindesign .twocolum li{
	width: 49%
}
.maindesign .head .title .circle{
	color:#FFFFFF;
	border-radius: 50%;
	padding: 1em 0;
	width: 100%;
	height: 100%;
	background-color: #CC0000;
	
	font-size:5.0vw;
	font-weight:bold;
		line-height: 1.8;
	text-align: center;
}

.maindesign .head .title .soryo{

	width:100%
}

.maindesign .head .title .description{
	color:#FFFFFF;
	

	font-size:16px;
	line-height:1.4;
	text-align:justify;
	margin:2%;
	padding-bottom: 2%
}

.maindesign .jump{
	background:#000;
	padding:0;
	list-style:none;
	overflow:hidden;
			 display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	width: 100%;
/*	border-left: 1px solid #FFF;
	box-sizing: border-box;*/
}

.maindesign .jump li{
	width:50%;
	padding: 20px 5px;
	border-right: #FFFFFF 1px solid;
		border-bottom: #FFFFFF 1px solid;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.1em
}

.maindesign .jump li a{
	display:block;
}

.maindesign .jump li p{
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	width:100%;

}

.maindesign .jump li.boder_none{
	border-right:none;

	
}

.maindesign .jump .boder_none p{
	width:100%;
	
}


.maindesign .section {
	padding:50px 10px 20px ;
}
.maindesign .section .mono{
	padding-bottom:20px
}
.maindesign .section .mono td,
.maindesign .section .mono th{
	border:1px solid #000;
	text-align:center;
	height:50px;
	font-weight:bold;
	vertical-align: middle
}

.maindesign .section .mono th{
	background:#000;
	color:#FFFFFF;
}
.maindesign ul.onecolum{
	 display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.maindesign .section ul .ninki,
.maindesign .section ul .ham{
	text-align:justify;
}

.maindesign .section ul .ninki{
	width:100%;
	margin-bottom: 10px

}

.maindesign .section ul .ham{
	width:100%;
}

.maindesign .section ul .ninki p,
.maindesign .section ul .ham p{
	
	padding:10px;
	margin:0;
	color:#FFFFFF;
	text-align:justify;
	line-height:22px;
	/*width: 100%;*/
	background:#000;

}

.maindesign .section p{
	text-align:left;
	font-size:16px;
	line-height: 22px;
}

.maindesign .section .search{
	overflow:hidden;
				 display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
}

.maindesign .section .search li{
	width:49%;
	color:#FFFFFF;

	margin-bottom:2%;
	background-color: #000
	
}



.maindesign .section .search h3{
	font-size:20px;
	height:45px;
	text-align:center;
	margin:0;
	padding:15px 5px;
	line-height:25px;
	background-image:none;
	background-color:#000000;
	color:#FFFFFF;
	font-weight: bold



}

.maindesign .section .search p{
	font-size:16px;

	padding:10px;
	margin:0;
	color:#FFFFFF;
	background-color:#000000;
	line-height:22px;
	text-align: left

}
.maindesign .twocolum2{		 display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
		-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
padding: 2%}
.maindesign .twocolum2 li{
	width: 49%;
	margin-bottom: 2%
}
.maindesign .section .rank{
		 display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
		-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;

}

.maindesign .section .rank li{
	width: 48%;
	margin-bottom: 4%
}
@media only screen and (min-width: 640px) {
	.maindesign .section .rank li{
	width: 32%;
	margin-bottom: 2%;
}
.maindesign .section .rank::after{
  content:"";
  display: block;
  width:32%;
}
	
	.maindesign .kakaku li{
	width: 24%;
	margin-bottom: 2%
}
}
.maindesign .section .rank h3{
	font-size:18px;
height:45px;
	text-align: justify;
	margin:0;
	padding:15px 5px;
	line-height:22px;
	background:none;
	color:#000;
	font-weight: bold
}
@media only screen and (max-width: 375px) {
	.maindesign .section .rank h3{
	font-size:18px;
height:55px;
	text-align: justify;
	margin:0;
	padding:15px 5px;
	line-height:1.2;
	background:none;
	color:#000;
	font-weight: bold
}
	
}
.maindesign .section .rank p{
	font-size:16px;
	/*padding:10px;*/
	margin:0;
	text-align:left;
	color:#000;
	padding-left: 1%
}

.maindesign .section .rank p.price{
	text-align: right;
    font-size: 20px;
text-decoration: line-through;
}

.maindesign .section .rank p.tax{
	text-align: right;
    font-size: 24px;
    color: #f00;
    font-weight: bold;
}
.maindesign .en{
	font-size:0.7em;
	padding-left: 0.2em
}

@media only screen and (max-width: 639px) {
.maindesign .section .gohoubi{
	 display: -webkit-flex; /* Safari */
  display: flex;
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
	}}
.maindesign .section .gohoubi img{
	width: 	100%
}
.maindesign .section .gohoubi li{
	position: relative;
	width: 100%;
	margin-bottom: 30px

}

.maindesign .section .gohoubi a h3{
	font-size:10vw;

	text-align:left;
	line-height:1.3;
		text-shadow: 0 0 5px #333;
	position: absolute;
	top:31%;
	left:1%;
	color: #FFF;
	text-align: center;
	width: 100%
	
	
}


.maindesign .section .gohoubi p{
	font-size:16px;
	padding:5px 1%;
	margin:0;
	text-align:justify;
	color:#000;
	line-height:1.5;
	
}
@media only screen and (min-width: 640px) {
	.maindesign .section .gohoubi{
		 display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
		-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
	.maindesign .section .gohoubi li{
	position: relative;
	width: 49%;

}
	.maindesign .section .gohoubi a h3{
	font-size:5vw;

	text-align:left;
	line-height:1.3;
		text-shadow: 0 0 5px #333;
	position: absolute;
	top:31%;
	left:1%;
	color: #FFF;
	text-align: center;
	width: 100%
	
	
}
}
.maindesign .section.gray{
	background:#efefef;
	padding:50px 0;
	margin: 0 auto 20px;
}

.maindesign .section.gray h2{
	margin:24px 0;
}

.maindesign .section .back_w{
	width:94%;
	margin:auto;
	padding:10px 10px;
	background-color:#FFFFFF;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:5px;   /* Firefox用 */  
	box-sizing: border-box
	
}

.maindesign .section .back_w h4{
	text-align:left;
	font-size:18px;
	margin:20px 0 10px;;
}

.maindesign .section .back_w p{
	text-align:justify;
	font-size:14px;
	padding:0 20px;
	line-height: 1.6
}

.maindesign .section .back_w .indent{
	text-indent:-14px;
	padding-left:34px;
}

.maindesign .section .indent span{
	font-weight:bold;
}

.maindesign .section .back_w ul{
	margin:10px;
}

.maindesign .section .back_w li{
	font-size:14px;
	text-indent:-14px;
	padding-left:14px;
	text-align:left;
	line-height:1.6
}

.maindesign .button a {
  width: 280px;
  background-color: #ECECEC;
  border-radius: 4px;
  
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 15px auto;
  padding: 12px 0;
  position:relative;
	background-image: url(/include_html/koukoku/18_oseibo_gift/img/1911/arow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 7px;
	  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}


/* ここまで top */

/*2010*/

.maindesign .mgb20 {
	margin-bottom:20px;
}
.maindesign .hefit {
	height:fit-content;
}
.maindesign .heauto{
	height:auto !important;
}
.maindesign .tac{
	text-align:center !important;
}
/*.maindesign .cols5-2 li{
width: calc(20% - 8px);
margin-right: calc(40px / 4);
margin-bottom:20px;
position: relative;
padding-bottom:20px;
} 
.maindesign .cols5-2 li:nth-child(5n){
margin-right:0px;
}

.maindesign .cols5-2 .text-box{
padding:0.5em;
padding: 0.5em;
line-height: 1.6em;
}

.maindesign .cols5-2 .cover-btn{
position: absolute;
bottom: 2%;
width:100%;
}	
*/
.maindesign .fsMedium {
    font-size: 1.0em;
    padding: 0.75em 0.4em;
}
.maindesign .cols5-2 li {
    width: calc(50% - 5px);
    margin-right: calc(10px / 1);
    margin-bottom: 20px;
}
.maindesign .cols5-2 .cover-btn {
    position: absolute;
    bottom: 2%;
    width: 100%;
}
#main .maindesign .section li p.tax {
    text-align: right;
    font-size: 24px;
    color: #f00;
    font-weight: bold;
}
.maindesign .text-box {
    padding: 0.5em;
    padding: 0.5em;
    line-height: 1.6em;
}
.maindesign .h210s{
	height:310px;
}
.maindesign .mgb20s{
	margin-bottom:40px;
}
/*.maindesign .albo{
	position:absolute;
	bottom:0;
}*/
.maindesign .mglr5{
	margin-left:5px !important;
	margin-right:5px !important;
}
.maindesign .name{
	font-weight:bold;
}
@media screen and (max-width:767px){
.maindesign {
    width: 100%;
    margin: auto;
}
.maindesign .head .title {
    position: relative;
    background-color: #000;
}
#main .maindesign .head .osechi p{
    color: #FFCC00;
    font-size: 3.0vw;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
    margin: 0;
    text-align: center;
    line-height: 1.5;
}
/*#main .maindesign .head .title {
    width: 100%;
    background-image: url(/include_html/koukoku/18_oseibo_gift/img/1911/top/top_title.jpg);
    background-repeat: no-repeat;
    position: relative;
}*/
.maindesign .cols5-2 li{
width: calc(50% - 5px);
margin-right: calc(10px / 1);
margin-bottom: 20px;
}
.maindesign .cols5-2 li:nth-child(2n){
margin-right:0px;
}
.maindesign .cols5-2 li:nth-child(5n){
margin-right: calc(10px / 1);
}
.maindesign .cols5-2 li:nth-child(10n){
margin-right:0px;
}
.maindesign #teiban, #kakakutai, #aite, #ninki, #rank, #manner {
    padding-top: 120px;
    margin-top: -115px;
    z-index: -5;
}
}
@media screen and (max-width:425px){

.maindesign .h210s{
	height:195px;
}
}
