@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #e60012;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}
.pcv{display:block;}
.spv{display:none;}	
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}
/*未成年
-------------------------------------*/
#modal 		{
display:none
}
#confirm_modal	 {
width:100%;
background:#efefef;
padding:50px 30px 40px;
text-align:center;
font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
font-size: 2rem;
font-weight: 500;
}
#confirm_modal ul	{
text-align:center;
margin:50px auto 40px;
}
#confirm_modal ul li	{
display:inline-block;
/display:inline;
/zoom:1;
padding:0 10px;
}
#confirm_modal ul li a	{
display:block;
-webkit-border-radius:4px;
-mozborder-radius:4px;
border-radius:4px;
padding:5px 10px;
text-align:center;
cursor:pointer;
text-decoration:none
}
#confirm_modal ul li a.yes	{
background:#dd0000;
color:#fff;
padding: 10px 80px;
}
#confirm_modal ul li a.no	{
background:#333;
color:#fff;
padding: 10px 20px;
}
/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 1rem;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
.navh{
	padding: 2% 0;
}

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}

nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
#sp_navi{
	display: none !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 0;
	width: 98%;
    padding: 3% 0 0 2%;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
.navh{
	padding: 0 0 0;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#sp_navi {
    display: block !important;
}
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
	overflow: hidden;
}
section {
	margin: 0 0;
	padding: 2rem 0;
}
.gray-back {
	background-color: var(--back-color);
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
	width: 86%;
	margin: 1% 7% 3%;
}
.catch h2 {
    padding-bottom: 1rem;
    font-weight: 600;
	line-height: 1.6;
	letter-spacing: 2px;
}
.catch p {
    font-weight: 600;
	letter-spacing: 2px;
}
.under {
  font-weight: 600;
  color: #fff600;
  line-height: 1.4em;
  padding: 0 5px;
  background:#e60012;
}
.red {
  font-weight: 600;
  color: #e60012;
  padding: 0 10px;
}
.center {
	text-align: center;
	margin-bottom: 2rem;
}
/*LINE友だち追加
-------------------------------------*/
.btn-wrap {
  margin-top: 0;
}
.linetxt{
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 1rem;
} 

.btn {
  background: #06c755;
  color:  #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  max-width: 998px;
  padding: 40px 0;
  text-align: center;
  width: 80%;
  border-radius:15px;
  position: relative;
}
 
.btn:focus,
.btn:hover {
  background: #11ff72;
  border-color: currentColor;
  color: #fff;
}
.line_icon {
  display: block;
  height: 122px;
  position: absolute;
  width: 123px;
  /* 以下は都度変える */
  bottom: 0;
  top: 0;
  right: 0;
  left: -350px;
  margin: auto;
}

.btn-arrow-right {
  padding-right: 30px;
  padding-left: 25px;
  position: relative;
}
 
.btn-arrow-right::before {
  bottom: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 1em;
  line-height: 1em;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
}

/*キャンペーン期間
-------------------------------------*/
.cp{
    width: 100%;
}
.cp_inner{
    width: 100%;
    padding:0 0 0 0;

}
.cp_item{
	width: 84%;
    position: relative;
	margin: 0 auto;
	z-index: 1;
	max-width: 998px;
}
.cp_wrap{
    display: flex;
	padding: 3% 0 3%;
}
.cp_wrap img{
  width: 100%;
  height: auto;
}

.cp_bg01{
    width: 615px;
    height: 682px;
	background-image: url(../img/bg01.png);
	background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
}
.cp_bg02{
    width: 652px;
    height: 706px;
	background-image: url("../img/bg02.png");
	background-repeat: no-repeat;
	background-position: right 0 top 0;
	margin: -695px 0 0;
    position: absolute;
	right: 0;
    z-index: 0;
}
.cp_img01 {
  width: 998px;
  height: auto;
  background-color: #FFF;
}
.cp_img01 img {
  width:100%;
  vertical-align:top;
}
.cp_wrap a:focus,
.cp_wrap a:hover {
	opacity: 0.5 ;
}

.cp_img02 {
  width: 998px;
  height: auto;
}
.cp_img02 img {
  width:100%;
}
.cp_img03 {
  width: 998px;
  height: auto;
}
.cp_img03 img {
  width:100%;
}

.cp_txt01{
  width: 998px;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.3em;
  margin-bottom: .1rem;
  z-index: 10;
  color: rgb(230, 7, 23);
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
} 

.cp_txt02{
  width: 998px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3em;
  margin-bottom: .1rem;
  z-index: 10;
  color: rgb(230, 7, 23);
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
} 
.cp_txt03{
  width: 998px;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.3em;
  margin-bottom: .1rem;
  z-index: 10;
  color: #000;
} 


/*対象市販酒一覧
-------------------------------------*/
.sake_list{
  width: 84%;
  max-width: 998px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 1% 0;
}
.btn-wrap_left{
	width: 48%;
	margin:3% 0;
	  z-index: 1;
}
.btn-wrap_right {
	width: 48%;
	margin:3% 0 0 2%;
	  z-index: 1;
}

.btn_sake {
  color:  #fff;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 5% 10% 5% 5%;
  text-align: center;
  width: 88%;
  border-radius:15px;
  position: relative;
  background-image: -moz-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  z-index: 1;
}

.list01{
    background: url(../img/list_icon.png) no-repeat 0 center / 50px auto;
    padding: 0 15px 0 60px;
}
.list02{
    background: url(../img/cart_icon.png) no-repeat 0 center / 50px auto;
    padding: 0 15px 0 60px;
}
 
.btn_sake:focus,
.btn_sake:hover {
  background-image: -moz-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  border-color: currentColor;
  color: #fff;
}
.btn_sake span{
	font-size: 1.5rem;
}
/*応募方法
-------------------------------------*/
.title_oubo{
	font-size: 2.5rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.2em;
    padding: 10px 20px;
	letter-spacing: 1.5px;
	text-align: center;	
    background-color: rgb(230, 7, 23);
	width: 12%;
	}
/* 4カラム */

.oubo{
	width: 84%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	text-align: center; /* 内容は中央配置 */
}
.oubo img{
	width: 88%;
	padding: 0 2%;
}
.oubo > div{
	width: 33.33333%;
	padding: 20px 0;
}

.oubo_txt{
	width: 84%;
	font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2em;
    padding: 30px 20px 0;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1.5px;
	text-align: left;
}
.oubo_txt a{
	color: #000;
	letter-spacing: 0;
}

.oubo_txt span{
	font-size: 2rem;
    font-weight: 600;
    color: #000;
    line-height: 1.2em;
	background-color: rgba(255, 255, 255, 0);
}
.oubo_list{
	list-style: none;
	text-indent: -1em;
    padding-left: 1em;
	font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2em;
	letter-spacing: 1.5px;
	text-align: left;
}


/*利用規約
-------------------------------------*/
.title_kiyaku{
	font-size: 2.5rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.2em;
    padding: 10px 20px;
	letter-spacing: 1.5px;
	text-align: center;	
    background-color: rgb(230, 7, 23);
	width: 12%;
	}
.bg_p{
	background-color: #fff1f1;
    width: 100%;
    height: auto;
	padding: 4% 0 3%;
}
.kiyaku {
	overflow:auto;
	width:84%;
	height: 500px;
	padding:5px;
	margin-top: 8%;
	color:#e8e8e8;
	background-color:#ffffff;
}
.kiyaku_txt{
	font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2em;
    padding: 30px 20px;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1.5px;
	text-align: left;
}
.kiyaku_txt a{
	color: #000;
	letter-spacing: 0;
}

.kiyaku_txt span{
	font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    line-height: 2.5em;
	background-color: rgba(255, 255, 255, 0)
}
.kiyaku_list{
	list-style: none;
	text-indent: -1em;
    padding-left: 1em;
	font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2em;
	letter-spacing: 1.5px;
	text-align: left;
}

/*お問い合わせ先
-------------------------------------*/
.title_otoiawase{
	font-size: 2.5rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.2em;
    padding: 10px 20px;
	letter-spacing: 1.5px;
	text-align: center;	
    background-color: rgb(230, 7, 23);
	width: 22%;
	margin: 20px auto 10px;
	}
.otoiawase {
	overflow:auto;
	width:84%;
	padding:5px;
	color:#e8e8e8;
	background-color:#ffffff;
}
.otoiawase_txt{
	font-size: 2rem;
    font-weight: 600;
    color: #000;
    line-height: 1.8em;
    padding: 10px;
	background-color: rgba(255, 255, 255, 0);
}
.otoiawase_txt a{
	color: #000;
	letter-spacing: 0;
}
.otoiawase_txt span{
	font-size: 1.5rem;
    font-weight: 500;
	letter-spacing: 0;
}


/*全国新酒鑑評会について
-------------------------------------*/
.bg03{
    background: url(../img/bg03.png) no-repeat center center / cover;
    width: 90%;
    height: auto;
	padding: 4% 5% 3%;
	margin-bottom: 3%
}
.bg03_01{
    width: 80%;
	background: #FFF;
	padding: 4%;
	background-color:rgba(255,255,255,0.5);
}
.bg03_txt{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 2rem;
    font-weight: 500;
    color: #000;
    line-height: 1.8em;
    padding: 0;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1.5px;
}
.bg03_txt02{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 2rem;
    font-weight: 500;
    color: #000;
    line-height: 1.8em;
    padding: 0 0 0 18%;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1.5px;
	text-align: left;
}
.bg03_txt a{
	color: #000;
	letter-spacing: 0;
}

.bg03_txt span{
	font-size: 3rem;
    font-weight: 500;
    color: #000;
    line-height: 3em;
	background-color: rgba(255, 255, 255, 0)
}
br.mb10 {
display: block;
content: "";
height: 15px;
}

/*フッター
-------------------------------------*/
footer {
    background-color: var(--back-color); 
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
}

/*SNS
-------------------------------------*/
.footer_sns{
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
.footer_sns a {
    display: inline-block;
}

.f_sns_links img {
    height: 82px;
}

.f_sns_links i,.f_sns_links img {
    margin: 0 10px;
}
/*20歳禁止
-------------------------------------*/

.txt20 {
	width: 70%;
	margin: 0 15%;
}
.txt20 p {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 500;
	letter-spacing: 1.4px;
	text-align: left;
}
/*SAKEプロジェクト
-------------------------------------*/

.txt_sake {
	width: 74%;
	margin: 0 13%;
	display: flex;
}
.txt_sake p {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 500;
	letter-spacing: 1.4px;
	text-align: left;
  	height: 60px;
	display: flex;
	flex-direction: column;
  	justify-content: center;
  	align-items: center;
}
.txt_sake img {
    width: 80%;
	height: auto;
	text-align: left;
}
/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--base-color);
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 99;
}
#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 1080px){


/*対象市販酒一覧
-------------------------------------*/
.sake_list{
  width: 94%;
  text-align: center;
}
.btn-wrap_left{
	width: 100%;
	margin:0 0;
	  z-index: 1;
}
.btn-wrap_right {
	width: 100%;
	margin:3% 0;
	  z-index: 1;
}

.btn_sake {
  color:  #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 5%;
  text-align: center;
  width: 90%;
  margin: 0 0;
  border-radius:15px;
  position: relative;
  background-image: -moz-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  z-index: 1;
}
 
.btn_sake:focus,
.btn_sake:hover {
  background-image: -moz-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  border-color: currentColor;
  color: #fff;
}
.btn_sake span{
	font-size: 1.5rem;
}
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.pcv{display:none;}
.spv{display:block;}
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}
.mainimg img {
	background-color: #e70012;
}
main {
    margin: 3rem 0 0 0;
	overflow: hidden;
}
h1 {
	width: 12%;
	margin: 1% 1% 1%;
}
.nbtn {
    background:transparent url(../img/menu-btn.png) no-repeat 0 0;
    display: block;
    width:50px;
    height: 50px;
    position:fixed;
    top:1%;
    right:1%;
    cursor: pointer;
    z-index: 5;
	background-size:120px 60px;
	background-color: #FFF;
}
.peke {
    background-position: -60px 0;
	 z-index: 999999;
}
.peke01 {
    background-position: 0 0;
	 z-index: 999999;
}
.drawr {
    display: none;
	font-size:1.5rem;
	background-color: #FFF;
    position:fixed;
    top: 0px;
    right:0;
    width:300px;
    padding:10% 0 0 10px;
    z-index: 99999;
}
#menu_sp li {
    width:260px;
	margin:0 0 0 8%;
	padding: 0 0 5% 0;
}
#menu_sp li img{
	padding: 15px 0 0 0;
}
#menu_sp li a {
    color:#000;
    display: block;
	text-decoration: none;
	text-indent: -3pt;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	text-align: left;
}
ul.child_sp li{
    padding:0 0 0 0;
	margin:0 0 0 10%;
}	
	
	
/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
	width: 90%;
	margin: 0 5%;
}
.catch h2 {
    font-weight: 600;
	margin: 0 0 0 0;
	line-height: 1.2;
}
.catch p {
    font-weight: 600;
	letter-spacing: 1.5px;

}
.under {
  font-weight: 600;
  color: #fff600;
  padding: 0 5px;
  background:#e60012;
}
.red {
  font-weight: 600;
  color: #e60012;
  padding: 0 10px;
}
.center {
	text-align: center;
}
/*LINE友だち追加
-------------------------------------*/
.linetxt{
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  width: 90%;
  margin: 0 5% 2%;
} 
.btn {
  background: #06c755;
  color:  #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 15px 5%;
  text-align: center;
  width: 80%;
  margin: 0 0;
  border-radius:15px;
  position: relative;
}
.line_icon {
  display: block;
  height: auto;
  position: absolute;
  width: 18%;
  /* 以下は都度変える */
  bottom: 0;
  top: 0;
  right: 0;
  left: -75%;
  margin: auto;
}

.btn-arrow-right {
  padding-right: 30px;
  padding-left: 25px;
  position: relative;
}
 
.btn-arrow-right::before {
  bottom: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 1em;
  line-height: 1em;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}
/*キャンペーン期間
-------------------------------------*/
.cp{
    width: 100%;
	margin: 5% 0 10%;
}
.cp_inner{
    width: 94%;
    margin: 0 3%;
}
.cp_item{
	width: 100%;
    position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 1;
}
.cp_wrap{
    display: flex;
	margin: 0 0 5%;
	padding: 0 0 0;
}
.cp_wrap img{
  width: 100%;
  height: auto;
}
.cp_bg01{
    width: 222px;
    height: 200px;
	background-image: url(../img/bg01_sp.png);
	background-repeat: no-repeat;
	margin: -20px 0 0 -5%;
    position: absolute;
	z-index: 0;
}
.cp_bg02{
    width: 217px;
    height: 200px;
	background-image: url("../img/bg02_sp.png");
	background-repeat: no-repeat;
	background-position: right 0 top 0;
	margin: -260px 0 0 0;   
	position: absolute;
  	overflow: hidden;
}

.cp_img01 {
  width: 998px;
  height: auto;
  position: relative;
  left: 0;
}
.cp_img01 img {
  width:100%;
  height: auto;
}

.cp_img02 {
  width: 998px;
  height: auto;
  position: relative;
}
.cp_img02 img {
  width:100%;
  height: auto;
}
	
.cp_img03 {
  width: 998px;
  height: auto;
  position: relative;
}
.cp_img03 img {
  width:100%;
  height: auto;
}

.cp_txt01{
  width: 90%;
  margin: 0 5% 2%;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.3em;
  z-index: 10;
  color: rgb(230, 7, 23);
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
} 

.cp_txt02{
  width: 90%;
  margin: 0 5% 2%;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.3em;
  z-index: 10;
  color: rgb(230, 7, 23);
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
} 
.cp_txt03{
  width: 90%;
  margin: 0 5% 2%;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.3em;
  z-index: 10;
  color: #000;
} 

/*対象市販酒一覧
-------------------------------------*/
.sake_list{
  width: 94%;
  text-align: center;
}
.btn-wrap_left{
	width: 100%;
	margin:0 0;
	  z-index: 1;
}
.btn-wrap_right {
	width: 100%;
	margin:3% 0;
	  z-index: 1;
}

.btn_sake {
  color:  #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 15px 5%;
  text-align: center;
  width: 90%;
  margin: 0 0;
  border-radius:15px;
  position: relative;
  background-image: -moz-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(230,7,23) 0%, rgb(230,7,23) 52%, rgb(172,0,12) 52%, rgb(230,7,23) 79%, rgb(230,7,23) 100%);
  z-index: 1;
}
 
.btn_sake:focus,
.btn_sake:hover {
  background-image: -moz-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(255,99,110) 0%, rgb(255,99,110) 50%, rgb(255,70,83) 52%, rgb(255,99,110) 79%, rgb(255,99,110) 100%);
  border-color: currentColor;
  color: #fff;
}
.btn_sake span{
	font-size: 1.2rem;
}

/*応募方法
-------------------------------------*/
.title_oubo{
	font-size: 1.8rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.2em;
    padding: 10px;
	letter-spacing: 1.5px;
	text-align: center;	
    background-color: rgb(230, 7, 23);
	width: 25%;
	}

.oubo{
	width: 94%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	text-align: center; /* 内容は中央配置 */
}
.oubo img{
	width: 88%;
	padding: 0 2%;
}
.oubo > div{
	width: 50%;
	padding: 20px 0;
}

.oubo_txt{
	width: 90%;
	font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2em;
    padding: 0 5%;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1.5px;
	text-align: left;
}
.oubo_txt a{
	color: #000;
	letter-spacing: 0;
}

.oubo_txt span{
	font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    line-height: 1.2em;
	background-color: rgba(255, 255, 255, 0);
	margin-bottom: 30px;
}
.oubo_list{
	list-style: none;
	text-indent: -1em;
    padding-left: 1em;
	font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2em;
	letter-spacing: 1.5px;
	text-align: left;
}
	

/*利用規約
-------------------------------------*/
.title_kiyaku{
	font-size: 1.8rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.2em;
    padding: 10px;
	letter-spacing: 1.5px;
	text-align: center;	
    background-color: rgb(230, 7, 23);
	width: 25%;
	}
.kiyaku {
	overflow:auto;
	width:90%;
	height: 500px;
	padding:10px 2px;
	color:#e8e8e8;
	background-color:#ffffff;
}

.kiyaku_txt{
	font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    line-height: 1.2em;
    padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1.5px;
	text-align: left;
}
.kiyaku_txt a{
	color: #000;
	letter-spacing: 0;
}

.kiyaku_txt span{
	font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    line-height: 1.5em;
	background-color: rgba(255, 255, 255, 0)
}
	
/*お問い合わせ先
-------------------------------------*/
.title_otoiawase{
	font-size: 1.8rem;
    font-weight: 800;
    color: #FFF;
    line-height: 1.2em;
    padding: 10px;
	letter-spacing: 1.5px;
	text-align: center;	
    background-color: rgb(230, 7, 23);
	width: 40%;
	}
.otoiawase {
	overflow:auto;
	width:90%;
	padding:5px 5%;
	color:#e8e8e8;
	background-color:#ffffff;
}
.otoiawase_txt{
	font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    line-height: 1.8em;
	background-color: rgba(255, 255, 255, 0);
}
.otoiawase_txt a{
	color: #000;
	letter-spacing: 0;
}
.otoiawase_txt span{
	font-size: 1.3rem;
    font-weight: 500;
	letter-spacing: 0;
}

	
/*全国新酒鑑評会について
-------------------------------------*/

.bg03{
    background: url(../img/bg03_sp.png) no-repeat center center / cover;
    width: 100%;
    height: auto;
	padding: 6% 0;
	margin-bottom: 3%
}
.bg03_01{
    width: 90%;
	background: #FFF;
	padding: 5%;
	background-color:rgba(255,255,255,0.5);
}
.bg03_txt{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    line-height: 1.5em;
    padding: 0;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1px;
	text-align: left;
}
.bg03_txt02{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    line-height: 1.5em;
    padding: 0 0 0 0;
	background-color: rgba(255, 255, 255, 0);
	letter-spacing: 1px;
	text-align: left;
}
.bg03_txt a{
	color: #000;
}

.bg03_txt span{
	font-size: 2rem;
    font-weight: 600;
    color: #000;
    line-height: 3em;
	display: flex;
  	align-items: center;
  	justify-content: center
}
br.mb10 {
	display: block;
	content: "";
	height: 15px;
}
/*SNS
-------------------------------------*/

.footer_sns {
    padding-bottom: 0;
    margin-bottom: 0;
}
.f_sns_links img {
    height: 60px;
}	

.f_sns_links a {
    display: inline-block;
}

.f_sns_links i,.f_sns_links img {
    margin: 0 5px;
}

/*20歳禁止
-------------------------------------*/

.txt20 {
	width: 90%;
	margin: 0 5%;
}
.txt20 p {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 500;
	letter-spacing: 1.4px;
	text-align: left;
	font-size: 1.2rem;
}
/*SAKEプロジェクト
-------------------------------------*/

.txt_sake {
	width: 90%;
	margin: 0 5%;
	display: flex;
}
.txt_sake p {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 500;
	letter-spacing: 1.4px;
	text-align: left;
  	height: 45px;
	display: flex;
	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	font-size: 1.2rem;
}
.txt_sake img {
    width: 80%;
	height: auto;
	text-align: left;
}
	/*コピーライト
-------------------------------------*/
.copyright {
	font-size: 1.2rem;
}	
/*未成年
-------------------------------------*/
#modal 		{
display:none
}
#confirm_modal	 {
width:100%;
background:#efefef;
padding:10% 5% 10%;
text-align:center;
font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
font-size: 1.5rem;
font-weight: 500;
}
#confirm_modal ul	{
text-align:center;
margin:30px auto 0;
}
#confirm_modal ul li	{
display:inline-block;
/display:inline;
/zoom:1;
padding:0 10px;
}
#confirm_modal ul li a	{
display:block;
-webkit-border-radius:4px;
-mozborder-radius:4px;
border-radius:4px;
padding:5px 10px;
text-align:center;
cursor:pointer;
text-decoration:none
}
#confirm_modal ul li a.yes	{
background:#dd0000;
color:#fff;
padding: 10px 80px;
}
#confirm_modal ul li a.no	{
background:#333;
color:#fff;
padding: 10px 18px;
}	
}