@charset "UTF-8";
/*--------------------------------------------------
 Font
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*文字シャギーを解消*/
a, p, small, h1, h2, h3, h4, h5, h6, li, ol, dl, label, select, button, span, table, .no-shaggy {
  transform: rotate(0.03deg);
}

/*--------------------------------------------------
 *bootstrap上書き*
-------------------------------------------------*/
.btn-gentei .btn-outline-dark {
  transition: 0ms;
}
.btn-gentei .btn-outline-dark:hover {
  color: #343a40;
  border-color: #343a40;
  background-color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .btn-gentei .btn-outline-dark h4 {
    font-size: clamp(1.125rem, 1.065rem + 0.3vw, 1.2rem);
  }
}
@media screen and (max-width: 576px) {
  .btn-gentei .btn-outline-dark h5 {
    font-size: 1rem;
  }
  .btn-gentei .btn-outline-dark h4 {
    font-size: clamp(1rem, 0.844rem + 0.78vw, 1.125rem);
  }
  .btn-gentei .btn-outline-dark .btn-gentei--img {
    margin: auto;
  }
}

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
#kokubuka {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  width: 100%;
  color: #3e3a39;
}
@media all and (max-width: 768px) {
  #kokubuka {
    letter-spacing: 0.1rem;
  }
}

body {
  overflow-x: hidden;
}

h1 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .content-1200 {
    padding: 0;
  }
}

.content-991 {
  max-width: 991px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content-991 {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .content-991 {
    padding: 0;
  }
}

.bg-red {
  background-image: url(images/item_obi_red.jpg);
  background-repeat: repeat-x;
  background-position: center;
}

.bg-mame {
  background-image: url(images/item_bg_mame.jpg);
  background-repeat: repeat-x;
  background-position: center;
  background-color: #070300;
}
@media all and (max-width: 1200px) {
  .bg-mame {
    background-size: 110%;
    background-position: bottom;
  }
}
.bg-black {
  background-color: #000;
}

.bg-gd-brown {
  background: linear-gradient(90deg, rgb(0, 0, 0), rgb(56, 14, 2) 50%, rgb(0, 0, 0));
}

.bg-gd-black {
  position: relative;
}
.bg-gd-black:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.hr-gold {
  position: relative;
}
.hr-gold:before {
  content: "";
  width: 105%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  background: linear-gradient(to right, rgba(193, 148, 21, 0), #c19415, #f5ed83, rgba(245, 237, 131, 0));
}
@media all and (max-width: 1200px) {
  .hr-gold:before {
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  .w-md-100 {
    width: 100% !important;
  }
}

.mt-n10 {
  margin-top: -80px;
}

.py-10 {
  padding: 6rem 0;
}

.red-right {
  color: #ff0000;
}

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

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

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.lh-1 {
  line-height: 1 !important;
}

.ls-0 {
  letter-spacing: 0;
}

/* 画像 hover:半透明 ＿＿＿＿＿＿＿＿＿＿＿*/
.tra:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}

/*--------------------------------------------------
  mixin
-------------------------------------------------*/
/*--------------------------------------------------
  mainvisual
-------------------------------------------------*/
.mainvisual-area {
  width: 100%;
  height: calc(100vh - 100px);
  max-height: 900px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .mainvisual-area {
    min-height: 500px;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-area {
    max-height: 650px;
  }
}

.mainvisual-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60vh;
  max-height: 600px;
  padding: 2% 2% 2% 4%;
  background-color: #de0816;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-animation: alternate 0.6s 1 linear forwards fadeDown1;
          animation: alternate 0.6s 1 linear forwards fadeDown1;
  transform: scaleY(0);
  transform-origin: top;
}
.mainvisual-ttl:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #de0816;
  -webkit-animation: alternate 1s 0.6s 1 linear forwards fadeDown2;
          animation: alternate 1s 0.6s 1 linear forwards fadeDown2;
  transform: scaleY(1);
  transform-origin: bottom;
}
.mainvisual-ttl img {
  height: 100%;
  position: relative;
}
@media all and (max-width: 768px) {
  .mainvisual-ttl {
    height: 55vh;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-ttl {
    height: 45vh;
  }
}

@-webkit-keyframes fadeDown1 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes fadeDown1 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes fadeDown2 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes fadeDown2 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.mainvisual-bg {
  background-image: url(images/fv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 768px) {
  .mainvisual-bg {
    background-image: url(images/fv_sp.jpg);
  }
}
@media all and (max-width: 576px) {
  .mainvisual-bg {
    background-size: 570px;
    background-position: 80% 70%;
  }
}
.mainvisual-yuge {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-animation: infinite 5s linear yuge;
          animation: infinite 5s linear yuge;
  transform: skew(0deg, 0deg) translate(50%, 25%) scale(0.8);
  transform-origin: bottom;
  opacity: 0;
}
.mainvisual-catch {
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
@media all and (max-width: 991px) {
  .mainvisual-catch {
    width: 45%;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-catch {
    width: 55%;
    right: 65%;
    top: 2%;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-catch {
    width: 50%;
  }
}
.mainvisual-catch-02, .mainvisual-catch-03 {
  margin-right: 10%;
}
@media all and (max-width: 576px) {
  .mainvisual-catch-02, .mainvisual-catch-03 {
    margin-right: 8%;
  }
}
.mainvisual-houzai {
  width: 50%;
  position: absolute;
  bottom: 3%;
  left: 2%;
}
@media all and (max-width: 768px) {
  .mainvisual-houzai {
    width: 70%;
    left: 37%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 576px) {
  .mainvisual-houzai {
    width: 95%;
    left: 50%;
  }
}
.mainvisual-new {
  width: 35%;
  margin-bottom: -7%;
  margin-left: 16%;
}
@media all and (max-width: 768px) {
  .mainvisual-new {
    width: 35%;
    margin-bottom: -8%;
    margin-left: 16%;
  }
}

@-webkit-keyframes yuge {
  0% {
    transform: skew(0deg, 0deg) translate(50%, 25%) scale(0.8);
    opacity: 0;
  }
  25% {
    transform: skew(5deg, 5deg) translate(50%, 0%) scale(1.5);
    opacity: 0.4;
  }
  50% {
    transform: skew(10deg, 8deg) translate(50%, -25%) scale(1.8);
    opacity: 0.8;
  }
  75% {
    transform: skew(5deg, 5deg) translate(50%, -50%) scale(2);
    opacity: 0.4;
  }
  100% {
    transform: skew(0deg, 0deg) translate(50%, -75%) scale(2.5);
    opacity: 0;
  }
}

@keyframes yuge {
  0% {
    transform: skew(0deg, 0deg) translate(50%, 25%) scale(0.8);
    opacity: 0;
  }
  25% {
    transform: skew(5deg, 5deg) translate(50%, 0%) scale(1.5);
    opacity: 0.4;
  }
  50% {
    transform: skew(10deg, 8deg) translate(50%, -25%) scale(1.8);
    opacity: 0.8;
  }
  75% {
    transform: skew(5deg, 5deg) translate(50%, -50%) scale(2);
    opacity: 0.4;
  }
  100% {
    transform: skew(0deg, 0deg) translate(50%, -75%) scale(2.5);
    opacity: 0;
  }
}
.img-txt {
  position: absolute;
  right: 5px;
  bottom: 2px;
  text-shadow: 0 0 5px #000;
}

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.nav {
  padding: 5rem 0 3rem;
}
@media all and (max-width: 991px) {
  .nav {
    padding: 3rem 0 0;
  }
}
.nav-wrapper {
  z-index: 20 !important;
}
.nav-link:hover img {
  transform: scale(1.1);
  transition: 0.8s;
}
.nav-link:hover h1, .nav-link:hover h2 {
  transform: scale(1.05);
  transform-origin: bottom center;
  transition: 0.8s;
}
.nav-img {
  width: 65%;
}
@media all and (max-width: 768px) {
  .nav-img {
    width: 30%;
  }
}
.nav-title {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 991px) {
  .nav-title {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .nav-title {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media all and (max-width: 576px) {
  .nav-title {
    font-size: 1.4rem;
  }
}
.nav-sub {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media all and (max-width: 768px) {
  .nav-sub {
    font-size: 0.8rem;
    text-align: left;
  }
}

/*--------------------------------------------------
 intro
-------------------------------------------------*/
#intro {
  height: 375px;
}
@media all and (max-width: 991px) {
  #intro {
    height: 500px;
  }
}
@media all and (max-width: 768px) {
  #intro {
    height: 360px;
  }
}
@media all and (max-width: 576px) {
  #intro {
    height: 365px;
  }
}

.intro-wrapper {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  z-index: 5;
}
.intro-title {
  font-size: 2.8rem;
  text-shadow: 0 0 5px #000;
}
@media all and (max-width: 768px) {
  .intro-title {
    font-size: 2rem;
  }
}
.intro-text {
  font-size: 1.2rem;
  line-height: 1.8;
  text-shadow: 0 0 5px #000;
}
@media all and (max-width: 768px) {
  .intro-text {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.intro-mame {
  width: 50%;
  max-width: 550px;
  position: absolute;
  right: -15%;
  top: -15%;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .intro-mame {
    right: -20%;
  }
}
@media all and (max-width: 991px) {
  .intro-mame {
    width: 75%;
    right: -20%;
    top: -15%;
  }
}
@media all and (max-width: 768px) {
  .intro-mame {
    width: 65%;
    right: -25%;
    top: -15%;
  }
}
@media all and (max-width: 576px) {
  .intro-mame {
    width: 90%;
    min-width: 350px;
    right: -50%;
    top: -10%;
  }
}
.intro-obi {
  width: 100%;
  position: absolute;
  right: 50%;
  bottom: -5%;
  transform: translateX(50%);
  z-index: 0;
}
@media all and (max-width: 2000px) {
  .intro-obi {
    width: auto;
  }
}
@media all and (max-width: 991px) {
  .intro-obi {
    width: 101%;
    bottom: -5%;
  }
}
@media all and (max-width: 576px) {
  .intro-obi {
    bottom: -4%;
  }
}

/*--------------------------------------------------
 about
-------------------------------------------------*/
.about-title {
  width: 40%;
  min-width: 300px;
  margin: auto;
}
@media all and (max-width: 768px) {
  .about-title {
    width: 90%;
    max-width: 300px;
  }
}
.about-text {
  font-size: 1.2rem;
  line-height: 1.8;
}
.about-obi-black-top {
  width: 100%;
  position: absolute;
  top: 0;
}
.about-obi-black-bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  transform: scale(-1, -1);
}

/*--------------------------------------------------
 kodawari
-------------------------------------------------*/
.kodawari-title {
  width: 80%;
  margin: auto;
}
@media all and (max-width: 991px) {
  .kodawari-title {
    width: 100%;
  }
}
.kodawari-caption {
  padding-bottom: 2rem;
  position: relative;
}
@media all and (max-width: 576px) {
  .kodawari-caption {
    font-size: 2rem;
  }
}
.kodawari-caption:after {
  content: "";
  width: 100%;
  height: auto;
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
.kodawari-obi {
  width: 100%;
  position: absolute;
  right: 50%;
  top: -5%;
  transform: translateX(50%);
  z-index: 0;
}
@media all and (max-width: 2000px) {
  .kodawari-obi {
    width: auto;
  }
}
@media all and (max-width: 991px) {
  .kodawari-obi {
    width: 101%;
  }
}
@media all and (max-width: 768px) {
  .kodawari-obi {
    top: -2%;
  }
}
@media all and (max-width: 576px) {
  .kodawari-obi {
    top: -1%;
  }
}

/*--------------------------------------------------
 carousel
-------------------------------------------------*/
.footer-carousel {
  overflow-y: hidden;
}
.footer-carousel-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

/*--------------------------------------------------
 items-wrapper
-------------------------------------------------*/
.items-wrapper {
  color: #fff;
}

.sizzle-bmb-sizzle {
  width: 110%;
  height: auto;
  position: absolute;
  bottom: 0%;
  right: 5%;
  z-index: 0;
}
@media all and (max-width: 1200px) {
  .sizzle-bmb-sizzle {
    right: 0;
  }
}
@media all and (max-width: 991px) {
  .sizzle-bmb-sizzle {
    width: 90%;
    bottom: 0%;
    right: 15%;
  }
}
@media all and (max-width: 768px) {
  .sizzle-bmb-sizzle {
    width: 100%;
    bottom: 0%;
    right: 0;
  }
}
@media all and (max-width: 576px) {
  .sizzle-bmb-sizzle {
    bottom: 0%;
    right: 8%;
  }
}
.sizzle-bmb-houzai {
  width: 45%;
  position: absolute;
  bottom: 3%;
  right: -1px;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .sizzle-bmb-houzai {
    width: 42%;
  }
}
@media all and (max-width: 991px) {
  .sizzle-bmb-houzai {
    width: 40%;
    bottom: 3%;
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .sizzle-bmb-houzai {
    width: 35%;
    bottom: 3%;
  }
}
@media all and (max-width: 576px) {
  .sizzle-bmb-houzai {
    width: 40%;
    bottom: 0%;
  }
}
.sizzle-bmb-bg {
  width: 150%;
  height: auto;
  margin-left: -50%;
  margin-bottom: 40%;
}
@media all and (max-width: 991px) {
  .sizzle-bmb-bg {
    width: 100%;
    margin-left: -5%;
  }
}
@media all and (max-width: 768px) {
  .sizzle-bmb-bg {
    width: 120%;
    margin-left: -10%;
    margin-bottom: 60%;
  }
}
@media all and (max-width: 576px) {
  .sizzle-bmb-bg {
    margin-bottom: 45%;
  }
}
.sizzle-bmb-txt {
  position: absolute;
  right: 5px;
  top: 2px;
  text-shadow: 0 0 5px #000;
}
@media all and (max-width: 991px) {
  .sizzle-bmb-txt {
    right: 6%;
  }
}
@media all and (max-width: 768px) {
  .sizzle-bmb-txt {
    right: -2%;
  }
}
.sizzle-set {
  width: 80%;
  margin: auto;
}

.icon-new {
  position: absolute;
  width: 25%;
  max-width: 165px;
  top: -2%;
  left: 0;
  filter: drop-shadow(7px 5px 5px rgba(0, 0, 0, 0.75));
  -webkit-filter: drop-shadow(7px 5px 5px rgba(0, 0, 0, 0.75));
}

.pairling:after {
  content: "";
  width: 50%;
  height: 10%;
  background: url(images/ttl_pairling@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -3%;
  left: 0%;
  opacity: 0.6;
}
@media all and (max-width: 768px) {
  .pairling:after {
    left: -2%;
  }
}
.pairling-ttl {
  width: 50%;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 576px) {
  .pairling-ttl {
    font-size: 1.8rem;
  }
}
.pairling-ttl:before {
  content: "";
  width: 100%;
  height: auto;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  right: -100%;
}
@media all and (max-width: 991px) {
  .pairling-ttl:before {
    width: 150%;
  }
}
@media all and (max-width: 768px) {
  .pairling-ttl:before {
    width: 135%;
  }
}
@media all and (max-width: 576px) {
  .pairling-ttl:before {
    width: 100%;
    top: 1.2rem;
  }
}
.pairling-ttl p {
  text-shadow: 0 0 5px #000;
}
.pairling-img {
  position: relative;
  text-align: right;
}
.pairling-img-01, .pairling-img-02 {
  width: 55%;
}
.pairling-img-01 {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px;
  background: #fff;
  z-index: 1;
  transform: rotate(-3deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pairling-img-02 {
  margin-top: 70px;
  padding: 5px;
  background: #fff;
  transform: rotate(3deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.pairling-img-txt {
  position: absolute;
  bottom: -25px;
  right: 5px;
}
@media all and (max-width: 991px) {
  .pairling-img-txt {
    bottom: -30px;
    right: 10px;
  }
}
@media all and (max-width: 576px) {
  .pairling-img-txt {
    bottom: -25px;
  }
}

.chart {
  background-image: url(images/chart_bg.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.chart img {
  width: 65%;
  height: auto;
}

/*新商品アイコン*/
.campaign-new-icon {
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #ff6600;
  border-radius: 50%;
  position: absolute;
  bottom: 38%;
  left: -1%;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .campaign-new-icon {
    width: 20%;
    height: 12%;
    font-size: clamp(0.8rem, 0.037rem + 3.82vw, 2.4rem);
  }
}
.item-name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}
@media all and (max-width: 576px) {
  .item-name {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.item-caption {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 30px;
  position: relative;
  color: #fff;
}
@media all and (max-width: 768px) {
  .item-caption {
    font-size: 2rem;
  }
}
@media all and (max-width: 576px) {
  .item-caption {
    font-size: 1.4rem;
  }
}
.item-caption--01:after {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(150deg, rgb(0, 113, 188), rgb(13, 58, 114));
  position: absolute;
  bottom: 10px;
  left: 0;
}
.item-caption--02:after {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(150deg, rgb(49, 119, 63), rgb(25, 68, 43));
  position: absolute;
  bottom: 10px;
  left: 0;
}
.item-caption--03:after {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(150deg, rgb(203, 102, 53), rgb(168, 65, 46));
  position: absolute;
  bottom: 10px;
  left: 0;
}
.item-caption--04:after {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(150deg, rgb(0, 113, 188) 0%, rgb(49, 119, 63) 50%, rgb(191, 186, 0) 75%, rgb(168, 65, 46) 100%);
  position: absolute;
  bottom: 10px;
  left: 0;
}

.item-obj-bmb {
  width: 45%;
  position: absolute;
  right: -25%;
  top: -20%;
}
@media all and (max-width: 991px) {
  .item-obj-bmb {
    width: 55%;
    top: -40%;
    z-index: 1;
  }
}
@media all and (max-width: 768px) {
  .item-obj-bmb {
    width: 70%;
    top: -25%;
    right: -30%;
  }
}
@media all and (max-width: 576px) {
  .item-obj-bmb {
    width: 63%;
    right: -30%;
    top: -10%;
  }
}
.item-obj-mdb {
  width: 30%;
  position: absolute;
  right: -20%;
  top: -50%;
}
@media all and (max-width: 1200px) {
  .item-obj-mdb {
    width: 35%;
    right: -15%;
    top: -60%;
  }
}
@media all and (max-width: 991px) {
  .item-obj-mdb {
    width: 40%;
    right: -15%;
    top: -45%;
    z-index: 1;
  }
}
@media all and (max-width: 768px) {
  .item-obj-mdb {
    top: -20%;
  }
}
@media all and (max-width: 576px) {
  .item-obj-mdb {
    width: 55%;
    right: -20%;
  }
}
.item-obj-org {
  width: 50%;
  position: absolute;
  right: -32%;
  top: -90%;
}
@media all and (max-width: 1200px) {
  .item-obj-org {
    right: -25%;
  }
}
@media all and (max-width: 991px) {
  .item-obj-org {
    width: 60%;
    right: -30%;
    top: -70%;
    z-index: 1;
  }
}
@media all and (max-width: 768px) {
  .item-obj-org {
    width: 70%;
  }
}
@media all and (max-width: 576px) {
  .item-obj-org {
    width: 85%;
    top: -40%;
    right: -40%;
  }
}

/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.arrow_btn {
  position: relative;
  transition: 0.5s;
}

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

.arrow_btn:hover::after {
  right: 15px;
}

.btn-cart {
  width: 80%;
  color: linear-gradient(to right, #c19415, #f5ed83);
  font-size: 1.5rem;
  font-weight: 700;
  background-color: transparent;
  background: linear-gradient(to right, #c19415, #f5ed83);
  border-radius: 50px;
  padding: 2px;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.btn-cart:hover > div:before {
  -webkit-animation: kiran 2s linear;
          animation: kiran 2s linear;
}
.btn-cart div {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
  background: linear-gradient(to right, #300C01, #190601);
  border-radius: 50px;
}
.btn-cart div:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
@media all and (max-width: 576px) {
  .btn-cart div {
    background: linear-gradient(90deg, rgb(0, 0, 0), rgb(56, 14, 2) 50%, rgb(0, 0, 0));
  }
}
.btn-cart span {
  display: inline-block;
  background: linear-gradient(to right, #c19415, #f5ed83);
  background: -webkit-linear-gradient(to right, #c19415, #f5ed83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

@-webkit-keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.3;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.2;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.3;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.2;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn-cart-attention {
  font-size: 0.95rem;
}
.btn-cart-attention li {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 768px) {
  .btn-cart-attention {
    width: 100%;
    font-size: 0.8rem;
  }
}

.btn-cart-out {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
  background-color: gray;
}
@media screen and (max-width: 576px) {
  .btn-cart-out {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart-out {
    font-size: 1rem;
  }
}

/*--------------------------------------------------
  セット
-------------------------------------------------*/
.item-category-name {
  font-size: 1.2rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .item-category-name {
    font-size: 1rem;
  }
}
@media all and (max-width: 320px) {
  .item-category-name {
    font-size: 0.9rem;
  }
}

.item-category-name-min {
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .item-category-name-min {
    font-size: 1rem;
  }
}
@media all and (max-width: 320px) {
  .item-category-name-min {
    font-size: 0.9rem;
  }
}

.item-name-set-area {
  display: flex;
  align-items: o;
}

.item-name-set-icon {
  background-color: #ff2cb0;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1 !important;
  padding: 7px;
}
@media all and (max-width: 1200px) {
  .item-name-set-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-set-icon {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .item-name-set-icon {
    font-size: 1.2rem;
    padding: 5px;
  }
}

.souryou-icon {
  background-color: #ffff00;
  border-radius: 5px;
  color: #FF0000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1 !important;
  padding: 3px;
  border: 4px solid #ff0000;
}
@media all and (max-width: 1200px) {
  .souryou-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .souryou-icon {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .souryou-icon {
    font-size: 1.2rem;
    padding: 2px;
    border: 3px solid #ff0000;
  }
}

.item-name-set {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1 !important;
}
@media all and (max-width: 768px) {
  .item-name-set {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 320px) {
  .item-name-set {
    font-size: 1.3rem;
  }
}

.item-name-set-min {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1 !important;
  color: #ff4da2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 768px) {
  .item-name-set-min {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 320px) {
  .item-name-set-min {
    font-size: 1.3rem;
  }
}

.item-set-box {
  position: relative;
  margin: 1rem auto;
  padding: 0.5rem 0;
  overflow: hidden;
}
.item-set-box-caption {
  height: 30px;
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  color: #42210b;
  font-weight: 900;
  line-height: 30px;
}
.item-set-box-caption:after {
  content: "";
  width: 140%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: -20%;
  background: #f5ed83;
  transform: skewX(45deg);
  z-index: -1;
}
.item-set-box P {
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 1rem;
}
.item-set-box P:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #c19415, #f5ed83);
}
.item-set-box P:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to left, #c19415, #f5ed83);
}
@media all and (max-width: 768px) {
  .item-set-box {
    padding: 0.8rem 0;
  }
  .item-set-box P {
    font-size: 0.9rem;
  }
}

.item-quantity {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1 !important;
  vertical-align: bottom;
}
.item-quantity small {
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .item-quantity {
    font-size: 2.2rem;
  }
  .item-quantity small {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 991px) {
  .item-quantity {
    font-size: 2.4rem;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 768px) {
  .item-quantity {
    font-size: 3rem;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 2rem;
  }
  .item-quantity small {
    font-size: 1.5rem;
  }
}

.item-set {
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .item-set {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 320px) {
  .item-set {
    font-size: 1rem;
  }
}

.item-text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0 0 5px #000;
}
@media all and (max-width: 768px) {
  .item-text {
    font-size: 1rem;
  }
}
.item-text small {
  font-size: 1rem;
  vertical-align: top;
}

/*--------------------------------------------------
  価格
-------------------------------------------------*/
.item-name-price-area {
  max-width: 450px;
}
@media all and (max-width: 1200px) {
  .item-name-price-area {
    max-width: 400px;
  }
}
@media all and (max-width: 991px) {
  .item-name-price-area {
    max-width: none;
  }
}

.price {
  letter-spacing: -0.1rem;
  font-size: 4rem;
  font-weight: 900;
  padding: 0 0 0 0.3rem;
  line-height: 1 !important;
}
.price--special {
  font-size: 1.8rem;
  font-weight: 700;
}
.price--unit {
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .price {
    font-size: 3.3rem;
  }
  .price--special {
    font-size: 1.5rem;
  }
  .price--unit {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 991px) {
  .price {
    font-size: 4.3rem;
  }
  .price--special {
    font-size: 1.8rem;
  }
  .price--unit {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .price--special {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 576px) {
  .price {
    font-size: 3rem;
    padding: 0;
  }
  .price--special {
    font-size: 1.4rem;
  }
  .price--unit {
    font-size: 1.5rem;
  }
}

.free_shipping {
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
@media all and (max-width: 768px) {
  .free_shipping {
    font-size: 1.5rem;
    line-height: 1 !important;
  }
}
@media all and (max-width: 576px) {
  .free_shipping {
    font-size: 1.4rem;
  }
}

.soutou {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
}
@media all and (max-width: 576px) {
  .soutou {
    font-size: 1.2rem;
  }
}

.atention-text {
  font-size: 0.9rem;
  padding-bottom: 1px;
  line-height: 1.4 !important;
}
.atention-text a {
  border-bottom: 1px solid #121416;
  text-decoration: none;
}
.atention-text a:hover {
  border: none !important;
}
@media all and (max-width: 768px) {
  .atention-text {
    font-size: 0.7rem;
  }
}

/* --------------------------------------------------
 note
-------------------------------------------------*/
.description p, .description ul {
  font-size: 1.2rem;
}
@media all and (max-width: 576px) {
  .description p, .description ul {
    font-size: 0.9rem;
  }
}

.h1-note {
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 576px) {
  .h1-note {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 320px) {
  .h1-note {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------
 SNS
-------------------------------------------------*/
.sns-area {
  max-width: 750px;
  margin: 0 auto;
}
.sns-area ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
.sns-area li {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  border-right: 1px solid #d7ba9a;
}
.sns-area li:last-child {
  border: none;
}
.sns-area img {
  max-width: 60px;
  height: auto;
}
@media all and (max-width: 576px) {
  .sns-area p {
    font-size: 0.8rem;
  }
  .sns-area img {
    max-width: 40px;
  }
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}

/* --------------------------------------------------
comments
-------------------------------------------------*/
.soutou {
  font-size: 1.5rem;
}
@media all and (max-width: 576px) {
  .soutou {
    font-size: 1.2rem;
  }
}

.comments ul {
  font-size: 13px;
  line-height: 1.2;
}
.comments ul li {
  line-height: 1.4;
  color: #fff;
}
.comments ul li a {
  color: #fff;
  text-decoration: underline !important;
}