@charset "UTF-8";

/* ************************** Base ************************** */
/* **************************************************** */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.container {
  position: relative;
}

img {
  -webkit-backface-visibility: hidden;
  image-rendering: smooth;
}
@media screen and (min-width: 1201px){
  .pc-none {
    display: none;
  }
  .sp-none{
    display: block;
  }  
}
@media screen and (max-width: 1200px){
  .pc-none {
    display: none;
  }
  .sp-none{
    display: block;
  }  
}
@media screen and (max-width: 992px){
  .pc-none {
    display: none;
  }
  .sp-none{
    display: block;
  }  
}
@media screen and (max-width: 768px){
  .pc-none {
    display: none;
  }
  .sp-none{
    display: block;
  }  
}
@media screen and (max-width: 576px){
  .pc-none {
    display: block;
  }
  .sp-none{
    display: none;
  }  
}

#wrapper{
  overflow: hidden;
  background-color: #EF9BBD;
}
section {
  margin-top: -15px;
  padding-top: 15px;
  margin-bottom: 60px;
}
@media (min-width: 1200px){
  .offset-xl-customize {
    margin-left: 12.5%;
  }
}
.border_radius_20 {
  border-radius: 20px;
}
.w-95 {
  width: 95%;
}
.font_bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.font_nomal {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/*-- bootstrap 上書き --*/
.navbar {
  display: block !important;
  padding: 5px 0 !important;
}
h2{
  margin-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  .row>* {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav_item a span {
    right: 0;
    left: 0;
  }
  .mt-xl-auto {
    margin-top: 10%!important;
  }
}

/* top */
#top {
  width: 100%;
  height: 610px;
  background-image: url(images/bg_stripe.png);
  background-repeat: repeat-y;
  background-size: cover;
  position: relative;
  display: block;
  overflow: hidden;
}
.bg_cloud,.tapes_lt,.tapes_lb,.tapes_rt,.tapes_rb {
  position: absolute;
}
.bg_cloud {
  width: 100%;
  bottom: 0;
}
.tapes_lt,.tapes_lb,.tapes_rt,.tapes_rb {
  width: 50vw;
  max-width: 800px;
}
.tapes_lt {
  left: 0;
  top: 0;
}
.tapes_lb {
  left: 0;
  bottom: 0;
}
.tapes_rt {
  right: 0;
  top: 0;
}
.tapes_rb {
  right: 0;
  bottom: 0;
}
.fv_wrapper {
  width: 80%;
  max-width: 1000px;
  height: 550px;
  margin: 50px auto;
  position: relative;
}
.fv_wrapper>img {
  width: 45%;
  max-width: 440px;
  position: absolute;
  bottom: 70px;
  right: 0;
}
.fv_ttl {
  width: 90%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.fv_ttl img:first-child {
  width: 25%;
  margin: auto;
  z-index: 1;
}
.fv_ttl img:last-child {
  width: 70%;
  margin: auto;
  z-index: 1;
}
.limited_wrapper {
  width: 64%;
  max-height: 400px;
  position: absolute;
  left: -6%;
  bottom: 12%;
  z-index: 1;
}
.limited_wrapper>img {
  width: 100%;
  margin: auto;
}
.limited_txt {
  width: 100%;
  font-size: 1.2rem;
  font-family: 'Kosugi Maru', sans-serif;
  display: inline-block;
  position: absolute;
  top: 27%;
  left: 10%;
}
@media screen and (min-width: 1201px){
  .pc-none {
    display: none;
  }
  .sp-none{
    display: block;
  }  
}
@media screen and (max-width: 1200px){
  .fv_wrapper {
    width: 750px;
    height: 470px;
    margin: 90px auto;
  }
  .fv_wrapper>img {
    right: -6%;
    bottom: 12%;
  }
  .fv_ttl {
    width: 100%;
  }
  .limited_wrapper {
    width: 530px;
  }
  .limited_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px){
  #top {
    height: 500px;
  }
  .fv_wrapper {
    width: 650px;
    height: 400px;
    margin: 50px auto;
  }
  .fv_wrapper>img {
    bottom: 16%;
  }
  .fv_ttl img:first-child {
    width: 25%;
  }
  .limited_wrapper {
    bottom: 8%;
  }
}
@media screen and (max-width: 768px){
  #top {
    height: 560px;
  }
  .fv_wrapper {
    width: 500px;
    height: 520px;
    margin: 30px auto;
  }
  .fv_wrapper>img {
    width: 60%;
    top: -3%;
    right: 0;
  }
  .fv_ttl {
    display: block;
  }
  .fv_ttl img:first-child {
    width: 30%;
    margin-bottom: 10px;
  }
  .fv_ttl img:last-child {
    width: 90%;
  }
  .limited_wrapper {
    width: 119%;
    left: -8%;
    bottom: -4%;
  }
}
@media screen and (max-width: 576px){
  #top {
    height: auto;
  }
  .fv_wrapper {
    width: 95%;
    height: 100%;
    margin: 30px auto 10px;
  }
  .fv_ttl img:first-child {
    width: 30%;
  }
  .fv_ttl img:last-child {
    width: 100%;
  }
  .fv_wrapper>img {
    top: -22px;
    min-width: 200px;
  }
  .limited_wrapper {
    width: 120%;
    margin-top: 2%;
    position: relative;
  }
  .limited_txt {
    width: 100%;
    font-size: 1rem;
    position: relative;
    margin: 0 0 0 -10%;
    z-index: 0;
  }

  .limited_txt p {
    display: block;
    padding: 3% 10% 5% 8%;
    margin-bottom: 0;
    background-color: white;
  }
  .limited_parts {
    width: 100%;
    position: absolute;
    top: 10px;
    transform: scaleY(-1);
  }
  /* .limited_txt:before {
    content: "";
    width: 100%;
    height: 30%;
    background-image: url(images/limited_parts.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    transform: scaleY(-1);
    position: absolute;
    top: 12%;
    z-index: -1;
  }
  .limited_txt:after {
    content: "";
    width: 100%;
    height: 30%;
    background-image: url(images/limited_parts.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    position: absolute;
    bottom: 10%;
    z-index: -1;
  } */
  .limited_ttl {
    width: 30%!important;
    min-width: 150px;
    margin: 0 0 0 8%!important;
    position: relative;
    z-index: 1;
  }
}
/* /top */

/* nav */
#page_links img {
  transition: all 0.4s;
}
#page_links .container {
  margin-top: -80px;
}
@media screen and (min-width: 1200px){
  #page_links .container .row {
    width: 90%;
  }
}
@media screen and (max-width: 768px){
    #page_links .container {
      margin-top: 0;
    }
  }
/* /nav */

/* chance */
.chance_wrapper {
  padding: 40px 100px 30px 100px;
}
.chance_wrapper>img:first-child {
  width: 38%;
  max-width: 180px;
  min-width:100px;
  position: absolute;
  left: 0;
  top: -20px;
}
.ballon {
  position: relative;
}
.chance_wrapper>img:nth-child(2) {
  position: absolute;
  left: 300px;
  top: -25px;
}
#chance_1 {
  margin-top: 50px;
  display: block;
}
#chance_2, #chance_3 {
  margin-top: 30px;
  display: block;
}
#chance_3 {
  margin-bottom: 30px;
}

.ttl_sub_big {
  background-color: #e4007f;
}
.ttl_sub_drip {
  background-color: #983300;
}
.ttl_sub_regular {
  background-color: #cb6600;
}
.ttl_sub_cantafe {
  background-color: #ff6666;
}
@media screen and (max-width: 1199px){
  .chance_wrapper {
    padding: 40px 80px 30px 80px;
  }
}
@media screen and (max-width: 991px){
  .border {
    border: none!important;
  }
  .chance_wrapper {
    padding: 30px 60px 20px 60px;
  }
  .chance_wrapper>img:first-child {
    width: 150px;
  }
}
@media screen and (max-width: 576px){
  .chance_wrapper {
    padding: 30px 8% 20px 8%;
  }
  .chance_wrapper>img:first-child {
    width: 150px;
    top: -20px;
  }
  .chance_wrapper>img:nth-child(2) {
    width: 120px;
    position: absolute;
    left: 210px;
    top: -20px;
  }
}
@media screen and (max-width: 400px){
  .chance_wrapper>img:nth-child(2) {
    left: 190px;
  }
}

.apply_btn {
  display: inline-block;
  position: relative;
  padding: 1rem 0;
  width: 100%;
  background-color: #00834a;
  border: 2px solid #00834a;
  border-radius: 2rem;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration:none;
  transition: all 0.3s;
}
.apply_btn i {
  padding-left: 1rem;
}
.apply_btn:hover {
  background-color: #fff;
  border-color: #00834a;
  color: #00834a;
  text-decoration: none;
  font-weight: bold;
}
.apply:hover_btn i {
  color: #00834a;
}
/* /chance */
/* attention */
#attention {
  margin-top: 30px;
  margin-bottom: 15px;
  display: block;
}
  /* /attention */
/* page top */
#page-top_naka {
  max-width: 1390px;
  padding: 0 10px !important;
  box-sizing: border-box;
}
#page-top {
  margin: 0 0 20px;
}
/* pagelink *****************************/
.pagelink{
  margin-bottom: 40px;
  text-align: center;
}
a.link {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: .5rem 2rem .5rem .5rem;
  border-bottom: 2px solid;
  transition: all .3s;
}
a.link:before {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 40%;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .3s;
}
a.link.dripbag,
a.link.dripbag:hover {
  color: #6d1600;
}
a.link.cantafe,
a.link.cantafe:hover {
  color: #f98ea8;
}
a.link.japanesetea,
a.link.japanesetea:hover {
  color: #b1bf26;
}
a.link.tea,
a.link.tea:hover {
  color: #e1b43e;
}
a.link:hover {
  text-decoration: none;
}{
  color: #e1b43e;
}
a.link:hover:before {
  bottom: 35%;
}
/* jxhtmlcontent *****************************/
#jxhtmlcontent ul > li {
  position: relative;
  height: 160px;
  z-index: 0;
  overflow: hidden;
}
#jxhtmlcontent ul > li .item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
}
#jxhtmlcontent .jxhtmlcontent {
  margin-right: 0;
  margin-bottom: 0;
}
#jxhtmlcontent .jxhtmlcontent .item-html .custom-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  width: 44%;
  z-index: 1;
}
#jxhtmlcontent .jxhtmlcontent .item-html .text-overlay {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.custom-background.dripbag {
  background-color: #6d1600;
}
.custom-background.cantafe {
  background-color: #f98ea8;
}
.custom-background.japanesetea {
  background-color: #b1bf26;
}
.custom-background.tea {
  background-color: #e1b43e;
}
@media screen and (max-width: 768px){
  #jxhtmlcontent ul > li .item-img {
    width: 100%;
  }
  #jxhtmlcontent {
    margin-right: -15px;
    margin-left: -15px;
  }
  #jxhtmlcontent .jxhtmlcontent .item-html .custom-background {
    -webkit-transform: none;
    transform: none;
    right: auto;
    width: 100%;
  }
  #jxhtmlcontent .jxhtmlcontent .item-html .text-overlay {
    right: auto;
    left: 50%;
    width: 80%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  .custom-background.dripbag {
    background-color: rgba(109,22,0,0.5);
  }
  .custom-background.cantafe {
    background-color: rgba(249,142,168,0.5);
  }
  .custom-background.japanesetea {
    background-color: rgba(177,191,38,0.5);
  }
  .custom-background.tea {
    background-color: rgba(225,180,62,0.5);
  }
}
/* product *****************************/
.product {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  border: 1px solid #e4e4e4;
}
.product > p{
  display: inline-block;
	position: relative;
  margin: 0 0 5px 0;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	background-color: #ffda3f;
  font-size: 0.9rem;
  color: #6d1600;
  line-height: 40px;
  text-align: center;
  z-index: 0;
}
.product > p:after {
  content: "";
  position: absolute;
  bottom: -15px; left: 0;
  margin-left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 15px 0;
  border-color: transparent #c69e00 transparent transparent;
  z-index: -1;
}
.product .product-img {
  width: 75%;
  height: auto;
}
/*-- product-icon --*/
.product-icon {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 992px) {
  .product-icon {
    min-height: 23px;
  }
}
.product-icon .icon,
.product-price .icon {
  width: 50px;
}
.product-icon .icon_mark {
  padding: 0 .5rem;
  font-size: 14px;
  font-weight: bold;
}
.product-icon .icon_mark.highgrade_icon {
  border: 1px solid #8c6239;
  color: #8c6239;
}
.product-icon .icon_mark.season_icon {
  border: 1px solid #6ab04c;
  color: #6ab04c
}
.product-icon .icon_mark.period_icon {
  border: 1px solid #ff7900;
  color: #ff7900;
}
.product-icon .icon_mark.only_icon {
  border: 1px solid red;
  background-color: red;
  color: #fff;
}
.product-icon .icon_mark.limited_icon {
  border: 1px solid #e4007f;
  background-color: #fff;
  color: #e4007f;
  margin-right: 5px;
}

/*-- product-content --*/
.product-content {
  text-align: left;
}
@media (min-width: 992px) {
  .product-content {
    min-height: 120px;
  }
}
.product-content .name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
.product-content .name:hover {
  color: #000;
  text-decoration: underline;
}
.product-content .lead,
.product-content .quantity {
  font-size: 14px;
}
.product-content .lead {
  margin-bottom: 0;
  font-weight: normal;
  color: #6d1600;
}
.product-content .quantity {
  margin-bottom: 10px;
}
/*-- product-price --*/
.product-price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.product-price .free_mark,.product-price .specialfree_mark{
  position: relative;
  padding: 4px;
  margin-right: 5px;
  background-color: red;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center !important;
}
.product-price .firsttimefree_mark{
  position: relative;
  padding: 3px;
  margin-right: 5px;
  background-color: yellow;
  color: red;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center !important;
  border: 1px solid red;
}

.product-price .discount_mark {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #f00087;
  border-radius: 50%;
  text-align: center;
}
.product-price .discount_mark p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  line-height: 1;
}
.product-price .discount_mark b {
  font-family: Arial;
  font-size: 20px;
}
.product-price .discount_mark span {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 10px;
  color: #f00087;
}
.product-price .price-area {
  position: relative;
  text-align: right;
  white-space: nowrap;
}
.product-price .price-area .proper {
  margin: 0;
  font-size: 16px;
}
.product-price .price-area .proper small {
  vertical-align: top;
}
.product-price .price-area .price {
  margin: 0;
  font-size: 14px;
  color: red;
  line-height: 1;
}
.product-price .price-area .price span.special {
  font-size: 1.1rem;
  font-weight: bold;
  padding-right: 0.2rem;
}
.product-price .price-area .price span.tax {
  position: absolute;
  right: -14px;
  bottom: 18px;
  font-size: 10px;
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
}
.product-price .price-area .price b {
  font-family: Arial;
  font-size: 45px;
}
@media screen and (max-width: 768px){
  .product-price .price-area .price {
    font-size: 16px;
  }
  .product-price .price-area .price b {
    font-size: 40px;
  }
}
/*-- product-btn --*/
.product-btn .buy-btn {
  display: inline-block;
  position: relative;
  padding: 1rem 0;
  width: 100%;
  background-color: #00834a;
  border: 2px solid #00834a;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration:none;
  transition: all 0.3s;
}
.product-btn .buy-btn:hover {
  background-color: #fff;
  border-color: #00834a;
  color: #00834a;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .product-btn .buy-btn {
    transition: all;
  }
}
/*-- note --*/
.note a,
.note p {
  font-size: 14px;
}
.note a {
  color: #000;
  text-decoration: underline;
  transition: all .3s;
}
.note a:hover {
  color: #000;
  text-decoration: none;
}
/* osusume info *****************************/
.osusume-info{
  padding: 15px 30px;
  background-color: #f9f7be;
}
.osusume-info .osusume-info-box{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.osusume-info .osusume-info-box img{
  margin-right: 10px;
  width: 80px;
}
.osusume-info .osusume-info-box p{
  margin: 0;
  font-size: 21px;
}
@media screen and (max-width: 768px){
  .osusume-info{
    padding: 15px;
  }
  .osusume-info .osusume-info-box{
    margin: 0.5rem 0;
  }
  .osusume-info .osusume-info-box img{
    width: 60px;
  }
  .osusume-info .osusume-info-box p{
    font-size: 16px;
  }
}
/* ************************** mame-c ************************** */
/* **************************************************** */
.orenge {
  color: #ec6c00;
}
.green {
  color: #61a951;
}
@media screen and (max-width: 768px){
  .mame-c-title-1{
    margin: 0 10%;
    margin-bottom: 1rem;
    width: 80%;
  }
}
/*-- p_main --*/
.p_main {
  padding: 40px 0;
  background-color: #f4c039;
  background: repeating-linear-gradient(90deg, #f4c039, #f4c039 8px, #f2cf81 8px, #f2cf81 9px);
}
/*-- mametoku_naka --*/
.mametoku_naka {
  padding: 40px 0;
  background-color: #fffded;
}
.mametoku_naka p {
  margin: 10px 0;
}
.mametoku_naka .toku_exb {
  font-size: 24px;
  font-weight: bold;
}
.mametoku_naka .toku_copy {
  font-size: 18px;
}
.mametoku_naka .text_att {
  margin: 0 .25rem;
  font-size: 14px;
  vertical-align: top;
}
/*-- detail-btn --*/
.mametoku_naka .detail-btn {
  display: inline-block;
  position: relative;
  padding: 1rem 4rem;
  background-color: #121c3a;
  border: 2px solid #121c3a;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.mametoku_naka .detail-btn:hover {
  background-color: inherit;
  border-color: #121c3a;
  color: #121c3a;
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .mametoku_naka .detail-btn {
    transition: all;
  }
}
.tamaru-area {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  border: 3px solid #f4c039;
}
.tamaru-area p {
  margin: 0;
}
.tamaru-area .catch {
  position: absolute;
  top: -30px;
  left: -15px;
  width: 152px;
}
.tamaru-area .tamaru_img{
  width: 128px;
}
.tamaru-area .toku_exb{
  white-space: nowrap;
}
@media screen and (max-width: 1200px){
   .tamaru-area .toku_exb{
      white-space: normal;
  }
}
@media screen and (max-width: 768px){
  .tamaru-area {
    display: block;
  }
  .tamaru-area p {
    margin: 10px 0;
  }
  .tamaru-area .catch {
    left: -3vw;
  }
  .tamaru-area .tamaru_img{
    display: block;
    margin: 0 auto;
  }
}
