@charset "utf-8";
/* CSS Document */
.nopc {
    display: none
}
.main {
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  position: relative;
  color: #2C2A29;
  & a {
  text-decoration: none;
  /*color: inherit;*/
    &:hover {
      opacity: .8;
      transition: all 0.6s ease;
    }
  }
  & img {
      max-width: 100%;
  }
}
#contents {
  padding: 64px 0 48px;  
  max-width: 1104px;
  margin: 0 auto; 
}
.contents-wrap {
  padding: 0 48px;
}
/*-----------------------------------------------
共通
-----------------------------------------------*/
@media screen and (min-width: 1025px) {
	#couponArea,#infoArea {
		/*padding: 0 96px;1カラムの場合*/
		padding: 0 40px;
	}
}
.coupon-price{
	/*font-family: "メイリオ", Meiryo,"Roboto", sans-serif;*/
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "Noto Sans JP", sans-serif;
	vertical-align: -4px;
}

/*-----------------------------------------------
MV
-----------------------------------------------*/
#mv {
  background-color: #c2c2c2;
  background-image: url("../img/coupon_mv_ovs_pc.jpg");
  background-size: cover;
  background-position-x: center;
  & p {
    font-weight: bold;
  }
  & #main-title {
    color: #fff;
    text-align: center;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
    padding: 40px 0 32px;
    & .top-txt {
      width: fit-content;
      font-size: 20px;
      line-height: 1;
      border: solid 1px #fff;
      padding: 8px 16px;
      margin: 0 auto 8px;
    }
    & .sub-txt {
      font-size: 44px;
		line-height: 1.3;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 8px;
      & .left-txt {
        font-size: 20px;
        border-top: solid 2px #fff;
        line-height: 1.3em;
        border-bottom: solid 2px #fff;
        display: inline-block;
        padding: 8px 0;
        margin: 8px 16px 0px 0;
      }
    }
    & h2 {
      font-size: 60px;
      font-weight: bold;
      line-height: 1;
		& .text-small {
			font-size: 50px; 
		}
      & .price-large {
        font-size: 90px;
        margin-right: 4px;
      }
      & .price-small {
        font-size: 50px;
      }
    }
  }
}

#mv_secret {
  background-color: #c2c2c2;
  background-image: url("../img/coupon_mv_secret_pc.jpg");
  background-size: cover;
  background-position-x: center;
  & p {
    font-weight: bold;
  }
  & #main-title {
    color: #fff;
    text-align: center;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
    padding: 40px 0 32px;
    & .top-txt {
      width: fit-content;
      font-size: 20px;
      line-height: 1;
      border: solid 1px #fff;
      padding: 8px 16px;
      margin: 0 auto 8px;
    }
    & .sub-txt {
      font-size: 44px;
		line-height: 1.3;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 8px;
		color: #ffd272;
      & .left-txt {
        font-size: 20px;
        border-top: solid 2px #fff;
        line-height: 1.3em;
        border-bottom: solid 2px #fff;
        display: inline-block;
        padding: 8px 0;
        margin: 8px 16px 0px 0;
      }
    }
    & h2 {
      font-size: 60px;
      font-weight: bold;
      line-height: 1;
		color: #ffd272;
		& .text-small {
			font-size: 50px; 
		}
      & .price-large {
        font-size: 90px;
        margin-right: 4px;
      }
      & .price-small {
        font-size: 50px;
      }
    }
  }
}

/*-----------------------------------------------
リード
-----------------------------------------------*/
#targetArea p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;  
  background: #2C2A29;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.3);
  padding: 8px 0;   
}

/*-----------------------------------------
クーポン
-----------------------------------------*/
/*クーポン見出し*/
#couponArea {
  text-align: center;
  & p {
    font-weight: bold;
  }
  & .coupon-price, .coupon-price-box {
    color: #c9000f;
  }
  & .head-coupon {
    margin-bottom: 64px;
    & .coupon-section {
      font-size: 24px;
      margin-bottom: 8px;
    }
    & .coupon-price-box {
      display: inline-block;
      font-size: 40px;
      color: #c9000f;
      line-height: 1.3;
      background: linear-gradient(transparent 74%, #fff231 0%);
      padding: 0 16px 0;
      margin-bottom: 32px;
      & .price-large {
        font-size: 80px;
        line-height: 1;
      }
      & .price-small {
        font-size: 40px;
      }
    }
    & .coupon-date {
      display: inline-block;
      border: solid 1px #2C2A29;
      font-size: 20px;
      & span {
        display: inline-block;
        padding: 8px 24px;
      }
      & .period {
        background: #2C2A29;
        color: #fff;
      }
    }
  }
}

/*クーポン*/
#couponArea .copy-txt {
  margin-bottom: 8px;
}
#couponArea .coupon-list {
  & li {
    border: 5px solid #c9000f;
	  margin-bottom: 16px;
  }
  & h3 {
    background: #c9000f;
    padding: 4px 0 8px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
  }
  & .coupon-price-box {
    font-size: 50px;
    line-height: 1;
    padding: 16px 0;
    margin: 0 0 16px;
    border-bottom: 2px dotted #c9000f;
    & .price-large {
      font-size: 90px;
      margin-right: 4px;
    }
    & .price-small {
      font-size: 50px;
    }
    & .note {
      display: block;
      font-size: 18px;
    }
  }
	& .coupon-date {
		font-size: 18px;
		font-weight: normal;
	}
  & .copy-area {
    padding: 16px 0;
	  & .copy {
		  color: #c9000f;
		  font-size: 18px;
	  }
  }
	& input {
    width: 340px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #2C2A29; 
    margin: 8px auto 16px;
    padding: 4px 8px 8px 8px;
    border: 2px solid;
    text-box-trim: trim-start;
  }
  & button {
    font-size: 18px;
    text-align: center;
    color: #2C2A29;
    border: none;
    border-radius: 8px;
    padding: 14px 24px;
    ext-box-trim: trim-start;  
    ext-box-trim: trim-start;  
    cursor: pointer;
    border: solid 1px #757575;
    background: #e8e8e8;
    & :hover {
      opacity: .7;
      transition: all 0.6s ease;
    }
  }
}
#couponArea .coupon-list.col2 {
	display: flex;
	flex-wrap: wrap;
	& li {
		width: 48%;
		margin-bottom: 16px;
		&:nth-child(odd) {
			margin-right: 2%;
		}
	}
  & h3 {
    font-size: 20px;
  }
  & .coupon-price-box {
      font-size: 40px;
      & .price-large {
        font-size: 72px;
      }
      & .price-small {
        font-size: 40px;
      }
      & .note {
        font-size: 16px;
      }
    }
	& .coupon-date {
		font-size: 14px;
	}
	& .copy-area {
		padding: 16px 0;
		  & .copy {
			  font-size: 14px;
		  }
  }
  & input {
    font-size: 20px;
  }
  & button {
    font-size: 16px;
  }
}

/*-----------------------------------------
クーポン詳細
-----------------------------------------*/
#infoArea {
  & h3 {
    font-size: 34px;
    text-align: center;
    margin: 64px 0 24px;
  }
  & h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 4px;
    border-left: solid 8px #2C2A29;
    padding-left: 8px;
  }
  & .infoBox {
    margin-bottom: 24px;
    & .note-tag {
      position: relative;
      padding-left: 16px;
      font-size: 14px;
      &::before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
  & .notice-list{
    & li {
      line-height: 1.8;
      padding-left: 16px;
      position: relative;
      &::before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}
/*-----------------------------------------
検索ボタン
-----------------------------------------*/
#contents .search-btn {
	padding: 64px 0 96px;
	text-align: center;
	width: 600px;
	margin: 0 auto;
	& a {
		display: block;
		color: #fff;
		background-color: #c9000f;
		font-size: 20px;
		padding: 16px 0;
		border-radius: 50px;
		position: relative;
		&::after {
			content: "";
			display: inline-block;
			width: 40px;
			height: 40px;
			background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat;
			background-size: contain;
			position: absolute;
			right: 10px;
			top: 10px;
		}
	}
}
/*-----------------------------------------
検索BOX
-----------------------------------------*/
#searchArea {
  padding: 40px 0 96px;
  max-width: 1104px;
  margin: 0 auto;
  & h3 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 24px;
  }
}

#searchArea  h3 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 24px;
  }
@media screen and (max-width: 1024px) {
  /* iPad Air */  
  #searchArea  h3 {
    font-size: 30px;
  }
}
/*検索ボタンリセット*/
#searchArea {
  & select {color: #333;}
  & .rn-searchMod__inputField, .rn-searchMod__select, .rn-searchMod__toggle {
    font-size: 14px !important;
  }
  & .rn-searchMod__buttonSearchWrap a {
    font-size: 15px !important;
  }
  & .rn-searchMod__formDomLink {
    font-size: 12px !important;
  }
  &.rn-searchMod__label::before {
    font-size: 10px !important;
  }
  &.rn-searchMod__buttonSearch {
    padding: 15.6px 15px 16px 80px!important;
  }
}

/*サイド丸ボタン*/
#search-button {
    display: none;
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 100;
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4)); 
  & a {
    display: block;
    width: 142px;
    & img {
      width: 100%;
    }
  }
  & .close {
    position: absolute;
    right: 10px;
    top: 6px;
    & a {
      width: 25px;
      height: 25px;
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      line-height: 25px;
      color: #888;
    }
  }
}

/*-----------------------------------------
下部バナー
-----------------------------------------*/
#foot-bnr {
    display: flex;
    justify-content: center;  
    padding-bottom:96px;
    max-width: 1104px; 
    margin: 0 auto;
}

/*上部切り替えタブ----------*/
#head-navi {
    width: 100%;
}
#head-navi ul {
  width: 1104px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 0 8px;
}
#head-navi ul li {
  width: 49.5%;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  background-color: #bdbdbd;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#head-navi ul li .small {font-size: 0.8em;}

#head-navi ul li.kaigai-navi.active { background-color: #11a4f7; }
#head-navi ul li.kokunai-navi.active { background-color: #0abe01; }

#head-navi ul li.kaigai-navi a:hover { background-color: #11a4f7; opacity: .8; }
#head-navi ul li.kokunai-navi a:hover { background-color: #0abe01; opacity: .8; }

#head-navi ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 16px 0;
}

#head-navi ul li span {
	width: 100%;
}

/*-----------------------------------------
検索ボックス
-----------------------------------------*/
.search-ttl {
  padding-top: 64px;
  text-align: center;
  font-size: 36px;
}

/*------------------------------------------------
	ページトップボタン
--------------------------------------------------*/
.goTop{
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
}
.goTop a{
  width: 40px;
  height: 40px;
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .2s ease-out;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(105, 113, 128, .5);
  text-decoration-line: none;
}
.goTop a:hover{
	opacity: .8;
}
.goTop a p{
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.is-ipad {
    & .goTop a {
        width: 50px;
        height: 50px;
        & p {
            font-size: 30px;
        }
    }
}
.page-top {
    position: fixed !important;
}
