@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
.font-w500 {
  font-weight: 500;
}

.font-w800 {
  font-weight: 800;
}

.font-2-5rem {
  font-size: 2.5rem;
}

.font-2rem {
  font-size: 2rem;
}

.font-1-5rem {
  font-size: 1.5rem;
}

.font-1-3rem {
  font-size: 1.3rem;
}

.font-1rem {
  font-size: 1rem;
}

.font-0-8rem {
  font-size: 0.8rem;
}

.red {
  color: #ec1c24;
}

.green {
  color: #006837;
}

.blue {
  color: #2e3192;
}

.yellow {
  color: #fbb03b;
}

.light-yellow {
  color: #fbed21;
}

.bg-red {
  background: #ec1c24;
}

.bg-blue {
  background: #2e3192;
}

.border-red {
  border-color: #ec1c24 !important;
}

.border-blue {
  border-color: #2e3192 !important;
}

.border-2 {
  border-width: 2px !important;
}

/*文字シャギーを解消*/
h4, h5, h6, p, li, ol, dl, label, select, button, span, table {
  transform: rotate(0.03deg);
}

h4 {
  position: relative;
  font-weight: 900;
  margin: 0.5rem 0.5rem 0 0.5rem !important;
  padding: 0.5rem 5.5rem 0.5rem 0.5rem !important;
  color: #FFF;
}

h4 img {
  position: absolute;
  top: -14%;
  right: 0;
}

@media screen and (max-width: 576px) {
  h4 {
    font-size: 1.2rem;
    line-height: 1.2;
    transform: rotate(0.03deg) !important;
  }
}

#fuku_2022 {
  color: #42210b;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

/*--------------------------------------------------
 *リセット*
 -------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, dd, dt, dl,
a, ul, li, figure, figcaption, footer, header, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content_1140 {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .content_1140 {
    padding: 0 0.8rem;
  }
}

.bg_red {
  background: url(../22fuku/images/bg_red.gif);
  /*背景固定*/
  background-color: #ff3f23;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top;
}

@media screen and (max-width: 768px) {
  .bg_red {
    background-position: 50%;
    background-attachment: scroll;
    background-size: auto;
  }
}

.bg_gold {
  background-image: url(../22fuku/images/bg_gold.gif);
  background-color: #e5b900;
  background-repeat: repeat;
  background-size: auto;
}

.bg_cream {
  background: #fff7e4;
}

.border-blown {
  border-color: #c59b6d !important;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

/*PCとSPで出し分ける_______________________-*/
.bai_pc {
  display: block !important;
}

.bai_sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .bai_pc {
    display: none !important;
  }
  .bai_sp {
    display: block !important;
  }
}

/*ページ内リンク調整*/
a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

a.anchor--fuku {
  display: block;
  position: relative;
  top: -50px;
}

@media only screen and (max-width: 768px) {
  a.anchor--fuku {
    display: block;
    position: relative;
    top: -100px;
  }
}

/*--------------------------------------------------
 ファーストビュー
-------------------------------------------------*/
.first_view {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .first_view {
    padding-bottom: 60%;
  }
}

.first_view--logo {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .first_view--logo {
    width: 45%;
  }
  .first_view--logo img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .first_view--logo {
    width: 100%;
  }
}

.first_view--bg-obj img {
  width: 100%;
  height: auto;
  max-width: 1608px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 55%;
  transform: translateX(-55%);
  -webkit-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
}

@media screen and (max-width: 576px) {
  .first_view--bg-obj img {
    display: none;
  }
}

.first_view--icon-gentei {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 7%;
}

@media screen and (max-width: 1200px) {
  .first_view--icon-gentei {
    left: 12%;
    width: 27%;
  }
  .first_view--icon-gentei img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .first_view--icon-gentei {
    left: 0;
    width: 50%;
  }
}

.first_view--icon-message {
  position: absolute;
  z-index: 11;
  top: 33%;
  left: -5%;
}

@media screen and (max-width: 1200px) {
  .first_view--icon-message {
    top: 24%;
    left: 0;
    width: 33%;
  }
  .first_view--icon-message img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .first_view--icon-message {
    top: 101%;
    width: 58%;
  }
}

.first_view--icon-message03 {
  position: absolute;
  z-index: 11;
  top: 27%;
  left: -5%;
}

@media screen and (max-width: 1200px) {
  .first_view--icon-message03 {
    top: 24%;
    left: 0;
    width: 33%;
  }
  .first_view--icon-message03 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .first_view--icon-message03 {
    top: 101%;
    width: 58%;
  }
}

.first_view--icon-message04 {
  position: absolute;
  z-index: 11;
  top: 29%;
  left: -2%;
}

@media screen and (max-width: 1200px) {
  .first_view--icon-message04 {
    top: 24%;
    left: 0;
    width: 33%;
  }
  .first_view--icon-message04 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .first_view--icon-message04 {
    top: 97%;
    width: 63%;
  }
}

.first_view--icon--mame {
  position: absolute;
  z-index: 11;
  top: 60%;
  left: 21%;
}

@media screen and (max-width: 1200px) {
  .first_view--icon--mame {
    top: 60%;
    left: 26%;
    width: 20%;
  }
  .first_view--icon--mame img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .first_view--icon--mame {
    left: -2%;
    width: 50%;
  }
}

.first_view--img--coffee {
  position: absolute;
  z-index: 8;
  top: -17%;
  right: -8%;
}

@media screen and (max-width: 1200px) {
  .first_view--img--coffee {
    top: -14%;
    right: -5%;
    width: 43%;
  }
  .first_view--img--coffee img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .first_view--img--coffee {
    top: 92%;
    right: -12%;
    width: 66%;
  }
}

.first_view--icon--nakami {
  position: absolute;
  z-index: 11;
  right: -3%;
  top: 51%;
}

@media screen and (max-width: 1200px) {
  .first_view--icon--nakami {
    right: 0;
    width: 38%;
  }
  .first_view--icon--nakami img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .first_view--icon--nakami {
    right: -7%;
    top: 63%;
    width: 68%;
  }
}

/*--------------------------------------------------
　特典--メルマガ
 -------------------------------------------------*/
.maill_img p {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .maill_img img {
    width: 150px;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .maill_img p {
    font-size: 1.3rem;
  }
  .maill_img img {
    width: 80px;
  }
}

.tokuten-title {
  width: 35%;
  float: left;
  padding: 1.3rem;
  position: relative;
}

.tokuten-title p {
  font-weight: 500;
  font-size: 2rem;
}

.tokuten-title img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 968px) {
  .tokuten-title {
    width: 100%;
    padding: 0.5rem;
  }
  .tokuten-title img {
    width: 100px;
  }
  .tokuten-title br {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .tokuten-title {
    padding: 0.5rem;
  }
  .tokuten-title p {
    font-size: 1.3rem;
  }
  .tokuten-title br {
    display: block;
  }
}

.tokuten-contents {
  width: 65%;
  float: left;
  padding: 0.8rem 0 0 2rem;
}

.tokuten-contents--ttl {
  font-size: 2.5rem;
  font-weight: 800;
}

.tokuten-contents--ttl-sub {
  font-size: 2rem;
  font-weight: 800;
}

.tokuten-contents--ttl-attention {
  font-size: 1rem;
}

@media screen and (max-width: 968px) {
  .tokuten-contents {
    width: 100%;
    padding: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .tokuten-contents {
    padding: 0rem;
  }
  .tokuten-contents--ttl {
    font-size: 1.3rem;
  }
  .tokuten-contents--ttl-sub {
    font-size: 1.2rem;
  }
  .tokuten-contents--ttl-attention {
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------
 　金色帯
  -------------------------------------------------*/
.obi_area {
  z-index: 40;
  margin: 0 auto -2rem auto;
}

.obi_area img {
  margin-top: -2rem;
}

@media screen and (max-width: 1200px) {
  .obi_area img {
    max-width: 500px;
    height: auto;
    margin-top: -1rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 968px) {
  .obi_area img {
    width: auto;
    height: 42px;
    margin-top: 0.5rem;
  }
  .obi_area img:last-child {
    width: auto;
    height: 100px;
    margin-top: -0.5rem;
  }
}

@media screen and (max-width: 576px) {
  .obi_area img {
    margin-top: 0.5rem;
    width: 70%;
    height: auto;
  }
  .obi_area img:last-child {
    width: 100%;
    height: auto;
    margin-top: -5px !important;
  }
}

/*--------------------------------------------------
 *共通設定--マメープレゼント*
-------------------------------------------------*/
.mov-img--mame {
  position: absolute;
  right: -32%;
  bottom: -86%;
}

@media only screen and (max-width: 1450px) {
  .mov-img--mame {
    width: 29%;
    right: -39px;
    bottom: -48%;
  }
  .mov-img--mame img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .mov-img--mame {
    width: 157px;
    bottom: -60%;
  }
}

@media only screen and (max-width: 768px) {
  .mov-img--mame {
    width: 118px;
    bottom: -21px;
    right: -22px;
  }
}

.mov-img--luck {
  position: absolute;
  right: -22%;
  bottom: -332%;
}

@media only screen and (max-width: 1330px) {
  .mov-img--luck {
    right: -4%;
    width: 150px !important;
    bottom: -85%;
  }
}

@media only screen and (max-width: 768px) {
  .mov-img--luck {
    right: -5%;
    bottom: -50%;
  }
}

.img--luck img {
  width: 100% !important;
}

/*--------------------------------------------------
　お届け日時
-------------------------------------------------*/
.delivery {
  background: #FFF;
  border: 2px solid #eb6161;
  position: relative;
  margin-top: 2rem;
}

.delivery--right, .delivery--left {
  float: left;
  padding: 0.3rem;
}

.delivery--right p, .delivery--left p {
  font-weight: 500;
  font-size: 1.7rem !important;
}

.delivery--left {
  width: 100%;
  background: #eb6161;
}

.delivery--left p {
  color: #FFF;
  line-height: 1.2 !important;
}

.delivery--left img {
  width: auto !important;
}

.delivery--right p {
  color: #eb6161;
}

@media only screen and (max-width: 1450px) {
  .delivery--right, .delivery--left {
    text-align: left;
  }
  .delivery--right p, .delivery--left p {
    margin-left: 0.5rem;
    line-height: 1 !important;
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 1330px) {
  .delivery {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 992px) {
  .delivery p {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 576px) {
  .delivery--right p, .delivery--left p {
    font-size: 1rem !important;
  }
}

.delivery--text p {
  font-size: 1rem !important;
}

/*--------------------------------------------------
　ページ内リンク
 -------------------------------------------------*/
/*矢印ボタン_____________*/
.arrow_down_btn {
  color: #fff;
  position: relative;
  /*   line-height: 2.8em;*/
  transition: 0.5s;
}

.arrow_down_btn::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: translateX(-50%) rotate(135deg);
}

.arrow_down_btn:hover::after {
  top: 12px;
}

/*--------------------------------------------------
  価格
  -------------------------------------------------*/
.price_area img {
  width: 80% !important;
}

@media only screen and (max-width: 768px) {
  .price_area img {
    width: 90% !important;
  }
}

.price_area-img {
  text-align: left;
}

.price_area-img img {
  width: 80% !important;
}

@media only screen and (max-width: 1330px) {
  .price_area-img {
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  .price_area-img img {
    width: 90% !important;
  }
}

/*--------------------------------------------------
 cart
 -------------------------------------------------*/
.btm_cart .set_area .prefuku_ttl {
  margin: 30px auto;
  text-align: center;
}

.btm_cart .set_area .prefuku_ttl img {
  width: 93% !important;
}

.btm_cart .set_area img {
  max-width: 100%;
  padding: 0;
}

.btm_cart .set_area .txt_l {
  float: left;
  width: 50%;
}

.btm_cart .set_area .txt_l .txt_l_naka {
  padding: 1rem 0.5rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .btm_cart .set_area .txt_l .txt_l_naka {
    padding: 0.5rem;
  }
}

.btm_cart .set_area .txt_l .fuku_houzai {
  background: #f9eebd;
  text-align: center;
  position: relative;
}

.btm_cart .set_area .txt_l .fuku_houzai img img {
  width: 100%;
  height: auto;
}

.btm_cart .set_area .txt_l .fuku_houzai--ocha {
  margin-bottom: 33%;
  padding-bottom: 1rem;
}

.btm_cart .set_area .txt_l .fuku_houzai--ocha img {
  padding: 0 2%;
}

.btm_cart .set_area .txt_l .fuku_houzai--pre-obj {
  position: absolute;
  bottom: -30%;
}

.btm_cart .set_area .txt_l .fuku_houzai--ocha-obj {
  position: absolute;
  bottom: -40%;
  left: 7%;
}

.btm_cart .set_area .txt_r {
  float: right;
  width: 50%;
  padding: 0;
  /*説明*/
}

.btm_cart .set_area .txt_r .txt_r_naka {
  padding: 0.3rem 1rem 0 1rem;
  position: relative;
}

.btm_cart .set_area .txt_r .txt_r_naka p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.btm_cart .set_area .txt_r .txt_r_naka .set_txt_area {
  margin-top: 20px;
  padding: 1rem;
  background: #f9eebd;
}

.btm_cart .set_area .txt_r .txt_r_naka .set_txt_area p {
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  .btm_cart .set_area .txt_r .txt_r_naka {
    padding: 0.3rem 0.5rem 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .btm_cart .set_area .txt_r .txt_r_naka {
    padding: 0 0.5rem;
  }
  .btm_cart .set_area .txt_r .txt_r_naka p {
    font-size: 1.1rem;
  }
  .btm_cart .set_area .txt_r .txt_r_naka .set_txt_area {
    margin-top: 0.5rem;
    padding: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .btm_cart .set_area img {
    max-width: 100%;
    height: auto;
  }
  .btm_cart .set_area .txt_l .fuku_houzai,
  .btm_cart .set_area .txt_l .prefuku_houzai {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .btm_cart .set_area .otodoke_icon img {
    position: absolute;
    top: -1%;
    left: -5%;
    width: 68%;
  }
  .btm_cart .set_area .txt_l, .btm_cart .set_area .txt_r {
    width: 100%;
  }
}

.cart_area .cart {
  /*矢印ボタン_____________*/
}

.cart_area .cart .btn_l {
  float: left;
  width: 16%;
  /*       margin: 1% 0 0 0;*/
  text-align: right;
}

.cart_area .cart .btn_l p {
  font-size: 15px;
}

.cart_area .cart .btn_r {
  float: right;
  width: 80%;
  padding: 0;
  margin: 0;
}

.cart_area .cart .txt_ｒ {
  float: right;
  width: 50%;
  padding: 0px 0px 0 0;
}

.cart_area .cart input[type="submit"], .cart_area .cart button {
  font-size: 22px;
  display: block;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  background: #009145;
  font-weight: 500;
  height: 3.0em;
  line-height: 1.2;
  width: 100%;
  transition: 0.3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

@media screen and (max-width: 576px) {
  .cart_area .cart input[type="submit"], .cart_area .cart button {
    font-size: 22px;
  }
  .cart_area .cart input[type="submit"] span, .cart_area .cart button span {
    display: block;
  }
}

.cart_area .cart input[type="submit"]:hover,
.cart_area .cart button:hover {
  background: #005326;
}

.cart_area .cart .arrow_btn {
  color: #fff;
  position: relative;
  /*   line-height: 2.8em;*/
  transition: 0.5s;
}

.cart_area .cart .arrow_btn::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart_area .cart .arrow_btn:hover::after {
  right: 12px;
}

@media screen and (max-width: 768px) {
  .cart_area {
    width: 100%;
  }
}

/*--------------------------------------------------
 セット名
-------------------------------------------------*/
.fuku_titl_bg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.fuku_titl_bg--normal {
  background-image: url("../22fuku/images/fuku_title_bg.gif");
}

.fuku_titl_bg--pre {
  background-image: url("../22fuku/images/fuku_title_bg--pre.gif");
}

.fuku_titl_bg--ocha {
  background-image: url("../22fuku/images/fuku_title_bg--ocha.gif");
}

.fuku_titl--pre {
  margin: 0 0 0 -3%;
  width: 105% !important;
}

/*--------------------------------------------------
 チャンス
-------------------------------------------------*/
.chans_img {
  margin-left: -1.5rem;
}

@media screen and (max-width: 768px) {
  .chans_img {
    margin-left: -0.5rem;
  }
}

/*--------------------------------------------------
注意書きリンク
  -------------------------------------------------*/
.att_txt p {
  text-align: right;
  font-size: 13px !important;
}

.att_txt a {
  color: #42210b;
  text-decoration: underline;
}

.att_txt a:hover, .att_txt a:focus {
  color: rgba(34, 34, 34, 0.5);
  cursor: pointer;
}

.att_txt i {
  color: #f1af2c;
}

@media screen and (max-width: 768px) {
  .att_txt {
    margin-top: 10px;
  }
  .att_txt p {
    text-align: left;
  }
}

/*---------------------------------------
    概要
--------------------------------------*/
.att_area {
  position: relative;
}

.att_area h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ec1c24;
}

.att_area h5 img {
  width: auto !important;
}

.att_area h6 {
  font-size: 1rem;
  font-weight: bold;
  color: #ec1c24;
}

.att_area .att_txt {
  font-size: 13px;
}

.att_area ul {
  margin: 0.1rem 0 1.5rem 3rem;
}

.att_area li {
  list-style: disc;
}

@media screen and (max-width: 768px) {
  .att_area ul {
    margin: 0 0 2% 7%;
  }
}

/*--------------------------------------------------
こひえもん
 -------------------------------------------------*/
.mov-img--coffee-emon {
  position: absolute;
  top: -10%;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .mov-img--coffee-emon {
    width: 30%;
  }
  .mov-img--coffee-emon img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1075px) {
  .mov-img--coffee-emon {
    width: 24%;
    top: -4%;
  }
}

@media screen and (max-width: 768px) {
  .mov-img--coffee-emon {
    display: none;
  }
}

/*--------------------------------------------------
switch
 -------------------------------------------------*/
#switch .first_view--bg-obj {
  display: none;
}

.switch_area {
  background: #FFF;
  width: 100%;
  z-index: 1;
}

.switch_area .end_txt {
  padding: 5%;
}

.switch_area .end_txt p {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
}

.switch_area .end_txt a {
  text-decoration: none;
}

.switch_area .end_txt .cp_link {
  padding: 0.1em 0.3em 0em 0.3em;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #2196f4 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .3s;
  color: #2196f4;
}

.switch_area .end_txt .cp_link:hover {
  background-position: 0 100%;
  color: #fff;
}

.switch {
  width: 90%;
  max-width: 1000px;
  margin: 4% auto 4%;
  text-align: center;
  z-index: 5;
}

.switch .txt_l {
  float: left;
  width: 50%;
  text-align: left;
}

.switch img {
  width: 100%;
  padding: 0;
}

.sw_att_tl {
  color: #f00;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 2%;
}

.sw_att_tl_txt {
  font-size: 15px;
  color: #222;
  line-height: 1.3;
  text-align: justify;
  /* padding: 3px; */
  /*letter-spacing: -0.5px;*/
}

.sw_att_all {
  padding: 3%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: dotted 2px #c9c9c9;
}

.sw_btn_all {
  padding: 0 5% 0;
  text-align: center;
}

button#sw_crt_btn {
  margin: 0 auto 0;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* -webkit-box-shadow: 2px 2px 2px #333;*/
  /* box-shadow: 2px 2px 2px #333;*/
  font-size: 20px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  vertical-align: bottom;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

button#sw_crt_btn:link, button#sw_crt_btn:visited, button#sw_crt_btn:hover, button#sw_crt_btn:active, button#sw_crt_btn:hover, input.sw_btn_size:hover {
  opacity: 0.8;
}

button.sw_btn_size {
  width: 100%;
  padding: 3% 0px;
  margin-bottom: 1%;
  background-color: #ff7b66;
  color: #fff;
  display: inline-block;
  border: 0;
}

input.sw_btn_size {
  width: 40%;
  margin-top: 9%;
  padding: 2% 0px;
  background-color: #ffffff;
  color: #555;
  display: inline-block;
  border: 1px solid #999;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .sw_att_tl {
    text-align: center;
  }
  button#sw_crt_btn {
    margin: 8% auto 0;
  }
  .switch .txt_l {
    width: 100%;
  }
}

/*--------------------------------------------------
  告知ページ
-------------------------------------------------*/
@media screen and (max-width: 576px) {
  #fuku_2022_com .first_view {
    padding-bottom: 19%;
  }
  #fuku_2022_com .first_view .first_view--logo img {
    width: 80%;
  }
}

/*--------------------------------------------------
  完売
-------------------------------------------------*/
.kan_btn {
  background-color: #4d4d4d;
  color: #FFF;
  text-align: center;
  width: 100%;
  margin: 5% 0;
  padding: 3% 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.sold_out--badge {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*--------------------------------------------------
ページ内リンク
-------------------------------------------------*/
/*スクロールで表示のページ内リンク*/
.menu {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  display: none;
}

.menu a {
  text-decoration: none;
}

/*固定のページ内リンク*/
.menu_fixed a {
  text-decoration: none;
  color: #603813;
}

/*ボタンのデザイン*/
.menu_btn {
  background: #FFF;
  display: block;
  padding: 10px 10px 5px 10px;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.menu_btn:hover {
  background: #ffea9f;
}

@media screen and (max-width: 992px) {
  .menu_btn {
    font-size: 1rem;
  }
}

.menu_btn_name {
  font-size: 1.6rem;
  font-weight: 900;
  transform: rotate(0.03deg);
}

.menu_btn_name--red {
  color: #ec1c24;
}

.menu_btn_name--blue {
  color: #2e3192;
}

.menu_btn_name--green {
  color: #006837;
}

@media screen and (max-width: 1200px) {
  .menu_btn_name {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .menu_btn_name {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 576px) {
  .menu_btn_name {
    line-height: 1;
  }
}

@media screen and (max-width: 576px) {
  .menu_btn_name_min {
    font-size: 0.7rem;
  }
}

.menu_btn_catch {
  transform: rotate(0.03deg);
}

@media screen and (max-width: 992px) {
  .menu_btn_catch {
    display: none;
  }
}

.menu_btn--red,
.menu_btn--blue,
.menu_btn--green {
  width: 96%;
  outline-offset: -8px;
}

@media screen and (max-width: 576px) {
  .menu_btn--red,
  .menu_btn--blue,
  .menu_btn--green {
    outline-offset: -6px;
  }
}

.menu_btn--red {
  outline: 5px solid #ec1c24;
}

@media screen and (max-width: 576px) {
  .menu_btn--red {
    outline: 4px solid #ec1c24;
  }
}

.menu_btn--blue {
  outline: 5px solid #2e3192;
}

@media screen and (max-width: 576px) {
  .menu_btn--blue {
    outline: 4px solid #2e3192;
  }
}

.menu_btn--green {
  outline: 5px solid #006837;
}

@media screen and (max-width: 576px) {
  .menu_btn--green {
    outline: 4px solid #006837;
  }
}

.menu_btn_icon {
  position: absolute;
  top: -22%;
  left: 2%;
}

@media screen and (max-width: 1200px) {
  .menu_btn_icon {
    left: -2%;
  }
  .menu_btn_icon img {
    width: 44px;
  }
}

@media screen and (max-width: 992px) {
  .menu_btn_icon {
    top: 0;
  }
}

@media screen and (max-width: 576px) {
  .menu_btn_icon {
    top: 60%;
    left: 0;
  }
  .menu_btn_icon img {
    width: 27px;
  }
}

/*矢印(中央下)*/
.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #603813;
  text-decoration: none;
}

.arrow_u:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 3px #603813;
  border-right: solid 3px #603813;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  transform: rotate(45deg);
}

@media screen and (max-width: 576px) {
  .arrow_u:before {
    margin-top: -15px;
  }
}

/*矢印(中央下)*/
.arrow_right {
  position: relative;
  padding-left: 20px;
  color: #603813;
  text-decoration: none;
}

.arrow_right:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 3px #603813;
  border-right: solid 3px #603813;
  position: absolute;
  top: 0;
  right: 2%;
  margin-top: -25px;
  transform: rotate(45deg);
}

/*レビュー*/
.koe img {
  width: auto !important;
}

.koe ul {
  list-style-type: none;
}

.koe li {
  padding: 0 0.5rem 0.5rem 2em;
  margin: 0.5rem 0 0.5rem 0.5rem;
  background-image: url(images/att_icon.png);
  background-repeat: no-repeat;
  background-size: 1.8em;
  background-position: left top;
  border-bottom: 1px solid #c9c9c9;
}

.koe li:last-child {
  border: none;
}
