@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
--------------------------------------*/
#ui1600 img {
	width: 100%;
	height: auto;
	border: none;
}

#ui1600 a:hover {
	text-decoration: none;
}

/* タイトル
------------------------------------- */
#ui1600 h1 {
	width: 1160px;
	margin: 0 auto 15px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* メインビジュアル
------------------------------------- */
#ui1600 .mainVisual {
	width: 1160px;
	margin: 0 auto 5px;
}

#ui1600 .headLine {
	width: 1160px;
	margin: 0 auto;
	text-align: right;
}

#ui1600 .headLine img {
	width: 380px;
}

/* 共通
------------------------------------- */
#ui1600 .section {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui1600 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui1600 .section::after,
#ui1600 .section .inner::after {
  content: "";
  display: block;
  clear: both;
}

#ui1600 h2 {
	margin: 30px 0;
	padding: 0;
	font-size: 3.8rem;
	font-weight: normal;
	text-align: center;
}

#ui1600 h2 span {
	margin: 0;
	padding: 0 20px;
	border-bottom: 1px solid #111;
}

#ui1600 .btn {
  position: relative;
  display: block;
  color: #0066cc !important;
  background: #fff;
  padding: 10px 20px 10px 30px;
  border: solid #0066cc 1px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  transition: all 0.2s ease-out;
}

#ui1600 .btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 115px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

#ui1600 .btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 120px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #0066cc;
}

#ui1600 .btn:hover {
  text-decoration: none;
  color: #fff !important;
  background: #0066cc;
}

/* セクションごと #section01
------------------------------------- */
#ui1600 #section01 {
	background: #0e0d12;
}

#ui1600 #section01 .inner {
	min-height: 320px;
	background: url(bg_section01.png) 0 0 no-repeat;
}

#ui1600 #section01 ul {
	float: left;
	margin: 47px 140px 30px 147px;
	padding: 0;
	list-style: none;
}

#ui1600 #section01 ul li {
	margin: 0 0 3px 0;
	padding: 0 0 0 40px;
	background: url(ic_section01.png) 0 0 no-repeat;
	font-size: 1.9rem;
	line-height: 1.6;
	color: #FFF;
}

/* セクションごと #section02 商品4つの時
------------------------------------- */
#ui1600 #section02 .spOnly{
  display: none;
}

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

#ui1600 #section02 .product{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ui1600 #section02 .product > li{
  width: 48%;
}
#ui1600 #section02 .product > li:nth-of-type(n+3){
  margin-top: 15px;
}
#ui1600 #section02 .product li a{
  display: block;
  padding: 20px;
  border: 2px solid #fff;
  color: #1a1a1a;
  text-decoration: none;
}
#ui1600 #section02 .product li a:hover{
  border: 2px solid #0070c9;
}
#ui1600 #section02 h4{
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 2.4rem;
}
#ui1600 #section02 .colSpecImg{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ui1600 #section02 .spec01 li span{
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
}
#ui1600 #section02 .spec01 li + li{
  margin-top: 7px;
}
#ui1600 #section02 .spec02{
  margin: 15px 0 20px;
}
#ui1600 #section02 .spec02 li + li{
  margin-top: 5px;
}
#ui1600 #section02 .colPriceBtn{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.8rem;
}
#ui1600 #section02 .colPriceBtn .price span{
  font-style: normal;
}
#ui1600 #section02 .colPriceBtn .price span{
  color: #ee0303;
  font-size: 3.0rem;
}
#ui1600 #section02 .colPriceBtn .buyBtn{
  color: #0070c9;
  text-decoration: underline;
}
#ui1600 #section02 .colPriceBtn .buyBtn::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0px 2px 3px 0;
  border: 4px solid transparent;
  border-left: 7px solid #0070c9;
}

/* セクションごと #section02 商品1つだけの時
------------------------------------- */
#ui1600 #section02 .itemPhoto {
	float: left;
	width: 720px;
}

#ui1600 #section02 .itemTxt {
	float: right;
	width: 480px;
}

#ui1600 #section02 .itemTxt dl {
	width: 440px;
	margin: 0;
	padding: 0;
}

#ui1600 #section02 .itemTxt dl dt {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 1.2;
}

#ui1600 #section02 .itemTxt dl dt span {
	font-size: 1.8rem;
}

#ui1600 #section02 .itemTxt dl dd {
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 1.0rem;
}

#ui1600 #section02 .itemTxt dl dd.spec {
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
}

#ui1600 #section02 .itemTxt dl dd.last {
	padding: 0;
}

/* セクションごと #section03
------------------------------------- */
#ui1600 #section03 p {
	margin: 0;
	padding: 50px 20px 30px;
	font-size: 1.3rem;
}

/* 211005追加　クーポン
------------------------------------- */
.couponArea {
    padding: 40px 0;
    text-align: center;
    background: #f3f3f3;
}
.couponArea .inner {
  background-color: #fff;
  padding: 30px 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 1160px;
  margin: 0 auto;
}
.couponArea .inner .couponLeadBox {
    font-size: 1.7rem;
    color: #0d366b;
}
.couponArea .inner .couponLead {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #374d1c;
}
.couponArea .inner .couponLead span {
    padding: 0 8px;
    /* border-bottom: 5px solid #75e126; */
    background: linear-gradient(transparent 60%, #fceb3385 60%);
    font-size: 2.6rem;
    line-height: 1.7;
}
.couponArea #benefitArea {
    width: 1000px;
    margin: 20px auto 0;
}
.couponArea #benefitArea>div {
    padding: 10px;
    background-color: #f3f3f3;
}
.couponArea #benefitArea li.coupon_special {
    margin: 0 auto;
}
.couponArea #benefitArea li.coupon_special table {
    width: 100%;
    border: 2px solid #d9c896;
}
.couponArea #benefitArea li.coupon_special table .stg {
    color: #c00;
    font-size: 1.9rem;
    font-weight: bold;
}
.couponArea #benefitArea li.coupon_special table .stg span {
    font-size: 2.6rem;
}
.couponArea #benefitArea li.coupon_special table th {
    background-color: #f8f5ec;
    font-weight: bold;
}
.couponArea #benefitArea li.coupon_special table th, .couponArea #benefitArea li.coupon_special table td {
    padding: 5px;
    text-align: center;
}
.couponArea #benefitArea li.coupon_special table td {
    background-color: #fff;
}
.couponArea #benefitArea li.coupon_special table th:nth-of-type(n+2),
.couponArea #benefitArea li.coupon_special table td:nth-of-type(n+2) {
  border-left: dotted 2px #d9c896;
}
.couponArea #benefitArea li.coupon_special table th.last, .couponArea #benefitArea li.coupon_special table td.last {
    border-right: 2px solid #d9c896;
}
.couponArea #benefitArea .cautionTxt {
    margin-top: 10px;
    text-align: left;
}


@media screen and (max-width: 767px) {

#ui1600 .pc{
  display: none;
}

#ui1600 {
  padding: 20px 0;
}

/* タイトル
------------------------------------- */
#ui1600 h1 {
	width: 100%;
	padding: 0 5px;
	font-size: 1.1rem;
}

/* メインビジュアル
------------------------------------- */
#ui1600 .mainVisual {
	width: 100%;
	line-height: 0;
}

#ui1600 .headLine {
	width: 100%;
}

#ui1600 .headLine img {
	width: 60%;
}

/* 共通
------------------------------------- */
#ui1600 .section .inner {
	width: 100%;
}

#ui1600 h2 {
    margin: 20px 0;
	font-size: 2.2rem;
}

#ui1600 .btn {
  position: relative;
  display: block;
  color: #fff !important;
  background: #0066cc;
  padding: 10px 20px 10px 30px;
  border: solid #0066cc 1px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  transition: all 0.2s ease-out;
}

#ui1600 .btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 145px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

#ui1600 .btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 150px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #0066cc;
}

#ui1600 .btn:hover {
  text-decoration: none;
  color: #0066cc !important;
  background: #fff;
}

/* セクションごと #section01
------------------------------------- */
#ui1600 #section01 {
	background: #000;
}

#ui1600 #section01 .inner {
	background: none;
	min-height: auto;
}

#ui1600 #section01 ul {
	float: left;
	margin: 20px 10px;
	padding: 15px;
	list-style: none;
	border: 1px solid #87f32d;
}

#ui1600 #section01 ul li {
    font-size: 1.4rem;
    background-size: 22px;
    padding: 0 0 0 30px;
}

/* セクションごと #section02 商品4つの時
------------------------------------- */
#ui1600 #section02 .spOnly{
  display: block;
}

#ui1600 #section02 .product{
  padding: 0 10px;
}

#ui1600 #section02 .product > li{
  width: 48.5%;
}
#ui1600 #section02 .product li a{
  padding: 0;
  border: none;
}
#ui1600 #section02 .product li a:hover{
  border: none;
}
#ui1600 #section02 h4{
  font-size: 1.6rem;
  min-height: 6.0em
}
#ui1600 #section02 .colSpecImg{
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#ui1600 #section02 .colSpecImg .specBox{
  width: 100%;
}
#ui1600 #section02 .colSpecImg .imgBox{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#ui1600 #section02 .colPriceBtn{
  display: block;
  font-size: 1.6rem;
}
#ui1600 #section02 .colPriceBtn .price span{
  color: #ee0303;
  font-size: 2.6rem;
}
#ui1600 #section02 .colPriceBtn .buyBtn{
  margin-top: 10px;
  text-align: right;
}
#ui1600 #section02 .product > li:nth-of-type(n+3){
  margin-top: 40px;
}

/* セクションごと #section02 商品1つだけの時
------------------------------------- */
#ui1600 #section02 .itemPhoto {
	float: none;
	width: 100%;
}

#ui1600 #section02 .itemTxt {
	float: none;
	width: 100%;
}

#ui1600 #section02 .itemTxt dl {
	width: auto;
	margin: 0;
	padding: 0 10px;
}

#ui1600 #section02 .itemTxt dl dd {
	font-size: 1.2rem;
}

/* セクションごと #section03
------------------------------------- */
#ui1600 #section03 p {
	margin: 0;
	padding: 50px 10px 0;
}

/* 211005追加　クーポン
------------------------------------- */
.couponArea {
    padding: 30px 10px;
}
.couponArea .inner {
    width: 100%;
    padding: 20px 10px;
}
.couponArea #benefitArea {
    width: 100%;
}
.couponArea .inner .couponLeadBox {
    font-size: 1.4rem;
}
.couponArea .inner .couponLead {
    font-size: 1.6rem;
}
.couponArea .inner .couponLead span {
    font-size: 2rem;
}
.couponArea #benefitArea li.coupon_special table .stg {
    font-size: 1.4rem;
}
.couponArea #benefitArea li.coupon_special table .stg span {
    font-size: 2rem;
}
.couponArea #benefitArea li.coupon_special table th {
    font-size: 1.4rem;
}

}
