@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Sawarabi+Mincho&family=Source+Serif+Pro:wght@600&family=M+PLUS+Rounded+1c:wght@700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");

body {
  height: auto;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.red {
  color: #dd1c24;
}

.red-right {
  color: #ff0000;
}

.pink {
  color: #e6555b;
}

.rose {
  color: #cc7085;
}

.bg-yellow {
  background: rgba(236, 222, 33, 0.3);
}

.bg-green {
  background: #52a131;
}

.bg-turquoise {
  background: #00998d;
}

.bg-pink {
  background: #e6555b;
}

.bg-rose {
  background: #cc7085;
}

.bg-orange {
  background: #dfa35b;
}

.bg-black {
  background: #000;
}

.bg-blown {
  background: #806239;
}

.bg-blown--dark {
  background: #42210b;
}

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

@media only screen and (max-width: 768px) {
  hr {
    width: 90%;
  }
}

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

#india {
  color: #1a1a1a;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 1rem;
  line-height: 1.2;
  width: 100%;
}

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /* overflow: hidden; */
}

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

.bg-paper {
  background-image: url(images/bg-paper.jpg);
  background-repeat: repeat;
  background-size: auto;
}

.font-notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

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

@media screen and (max-width: 768px) {
  a.anchor {
    padding-top: 90px;
    margin-top: -90px;
  }
}

h3 img {
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  h3 img {
    width: 100%;
  }
  h3 img img {
    width: 100%;
    height: auto;
  }
}

.h3-ttl-img {
  padding: 0 1rem;
}

/*779px以上のみ改行表示*/
@media screen and (max-width: 778px) {
  .br-779-only {
    display: none;
  }
}

/*--------------------------------------------------
 ファーストビュー
-------------------------------------------------*/
.first-view {
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  color: #f3e9e0;
}

.first-view--bg {
  background-image: url(images/first-view--bg.jpg);
  background-size: cover;
  background-color: #f3e9e0;
}
@media screen and (max-width: 768px) {
  .first-view--bg {
    background-size: 270%;
    background-position: left -260%;
  }
}
.first-view--logo01 {
  position: relative;
  z-index: 12;
  left: 0;
  padding-top: 3%;
  padding-bottom: 1%;
}
@media screen and (max-width: 1200px) {
  .first-view--logo01 {
    width: 54%;
    left: 2%;
    padding-top: 2%;
    padding-bottom: 0%;
  }
  .first-view--logo01 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .first-view--logo01 {
    display: none;
  }
}
.first-view--logo01 > img {
  filter: filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  -webkit-filter: filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
}
.first-view--logo01--sp {
  width: 90%;
  position: relative;
  z-index: 12;
  left: 5%;
  padding-top: 3%;
  padding-bottom: 1%;
}
.first-view--logo01--sp img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .first-view--logo01--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .first-view--logo01--sp {
    display: block;
  }
}
.first-view--logo01--sp > img {
  filter: filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.5));
  -webkit-filter: filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.5));
}
.first-view--logo02 {
  width: 40%;
  position: relative;
  z-index: 12;
  left: 8.5%;
  padding-bottom: 1%;
}
.first-view--logo02 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .first-view--logo02 {
    width: 38%;
    left: 7%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .first-view--logo02 {
    width: 90%;
    display: none;
    left: 5%;
    top: 10%;
  }
}
.first-view--logo02--sp {
  width: 90%;
  position: relative;
  z-index: 12;
  left: 5%;
  padding-bottom: 1%;
}
.first-view--logo02--sp img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .first-view--logo02--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .first-view--logo02--sp {
    display: block;
  }
}
.first-view--houzai {
  width: 37%;
  height: auto;
  display: flex;
  position: relative;
  z-index: 12;
  left: 13%;
  padding-bottom: 3%;
}
.first-view--houzai img {
  width: 95%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .first-view--houzai {
    width: 23%;
    left: 14%;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 768px) {
  .first-view--houzai {
    width: 60%;
    left: 38%;
    padding-bottom: 60%;
    padding-top: 5%;
  }
}
.first-view--houzai > img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.first-view--houzai--re {
  height: 100%;
  width: auto;
  margin-right: -32%;
  position: relative;
}
.first-view--houzai--re > img {
  width: 95%;
  height: auto;
}
.first-view--houzai--re .item-name--re {
  height: 70px;
  position: absolute;
  top: 4%;
  right: -43%;
}
.first-view--houzai--re .item-name--re img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .first-view--houzai--re .item-name--re {
    height: 45px;
    width: auto;
    bottom: -20px;
    right: -30%;
  }
}
@media screen and (max-width: 768px) {
  .first-view--houzai--re .item-name--re {
    height: 70px;
    right: -32%;
    top: 6%;
  }
}
@media screen and (max-width: 540px) {
  .first-view--houzai--re .item-name--re {
    height: 50px;
    right: -48%;
    top: -10%;
  }
}
.first-view--houzai--dr {
  align-self: flex-end;
  position: relative;
}
.first-view--houzai--dr .item-name--dr {
  height: 70px;
  position: absolute;
  top: -34%;
  right: -5%;
}
.first-view--houzai--dr .item-name--dr img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .first-view--houzai--dr .item-name--dr {
    height: 45px;
    width: auto;
    bottom: -20px;
    right: -30%;
  }
}
@media screen and (max-width: 768px) {
  .first-view--houzai--dr .item-name--dr {
    height: 70px;
    right: -3%;
    bottom: -45px;
  }
}
@media screen and (max-width: 540px) {
  .first-view--houzai--dr .item-name--dr {
    height: 50px;
    right: -12%;
    top: -47%;
  }
}
.first-view--houzai--new {
  position: absolute;
  top: 0%;
  left: 80%;
  height: 125px;
}
.first-view--houzai--new img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .first-view--houzai--new {
    height: 35%;
  }
}
@media screen and (max-width: 768px) {
  .first-view--houzai--new {
    top: -5%;
  }
}
.first-view--img01 {
  position: absolute;
  z-index: 10;
  top: -2%;
  right: 0;
}
.first-view--img01 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .first-view--img01 {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .first-view--img01 {
    width: 111%;
    top: 54%;
    right: -5%;
  }
}
.first-view--img02 {
  position: absolute;
  z-index: 10;
  bottom: 29%;
  right: -8%;
}
.first-view--img02 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .first-view--img02 {
    width: 16%;
  }
}
@media screen and (max-width: 768px) {
  .first-view--img02 {
    width: 28%;
    bottom: 42%;
    left: -7%;
  }
}
.first-view--img03 {
  position: absolute;
  z-index: 10;
  bottom: -6%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .first-view--img03 {
    width: 23%;
  }
  .first-view--img03 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .first-view--img03 {
    width: 38%;
    bottom: 23%;
    left: -4%;
  }
}
.first-view--img04 {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
}
.first-view--img04 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .first-view--img04 {
    width: 57%;
  }
}
@media screen and (max-width: 768px) {
  .first-view--img04 {
    display: none;
  }
}
.first-view--img04--sp {
  position: absolute;
  z-index: 11;
  top: -5%;
  left: 0;
}
.first-view--img04--sp img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .first-view--img04--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .first-view--img04--sp {
    display: block;
  }
}
.first-view--cam {
  padding: 0 0 0 5%;
  margin: -1rem 0 1rem 0;
  position: relative;
  z-index: 12;
}
.first-view--cam img {
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .first-view--cam img {
    width: 20%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .first-view--cam {
    padding: 0 0 0 3%;
    margin: 40% 0 0.5rem 0;
  }
  .first-view--cam img {
    width: 47%;
    margin-right: 0.5rem;
  }
}

.photo-image {
  margin-bottom: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  z-index: 20;
  color: #fff;
  text-shadow: 0 0 3px #000;
}

/*--------------------------------------------------
ページ内リンク
-------------------------------------------------*/
.css-content-box {
  background-clip: content-box;
}

/*固定のページ内リンク*/
.menu-fixed {
  margin: 0.8rem auto;
  font-size: 1.1rem;
  text-align: center;
}

.menu-fixed a {
  text-decoration: none;
  color: #1a1a1a;
}

.menu-fixed-box div {
  position: relative;
  padding: 0.9rem 0;
  border-left: 1px dashed #666666;
}

.menu-fixed-box div:last-child {
  border-right: 1px dashed #666666;
}


.menu-fixed-box div:hover {
  background-image: url(images/menu_underline2.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

@media screen and (max-width: 768px) {
  .menu-fixed {
    font-size: 1rem;
    margin: 0;
  }
  .menu-fixed-box div {
    padding: 0.4rem 0 0.4rem 0.4rem;
    text-align: left;
    font-weight: bold;
  }
  .menu-fixed-box div:nth-child(1) {
    border-left: none;
  }
  .menu-fixed-box div:nth-child(1), .menu-fixed-box div:nth-child(2) {
    border-bottom: 1px dashed #666666;
  }
  .menu-fixed-box div:nth-child(3) {
    border-left: none;
  }
  .menu-fixed-box div:last-child {
    border-right: none;
  }
  .menu-fixed-box div:hover {
    background-image: none;
  }
  .menu-fixed-box div::before {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0.3rem;
    color: rgba(205, 112, 134, 0.5);
  }
}

/*スクロールで表示のページ内リンク*/
.menu {
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 0;
  display: none;
  background: #FFF;
  font-size: 1rem;
  text-align: center;
}

.menu a {
  text-decoration: none;
  color: #1a1a1a;
}

.menu i {
  font-size: 0.8rem;
  color: grey;
}

.menu-box div {
  position: relative;
  padding: 0.6rem 0;
  border-left: 1px dashed #666666;
}

.menu-box div::before {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0.5rem;
  color: rgba(205, 112, 134, 0.5);
}

.menu-box div:last-child {
  border-right: 1px dashed #666666;
}

.menu-box div :hover {
  border-bottom: dotted 5px rgba(205, 112, 134, 0.5);
}

@media screen and (max-width: 768px) {
  .menu {
    font-size: 1rem;
    text-align: left;
  }
  .menu-box div {
    font-weight: bold;
    padding: 0.4rem 0 0.4rem 0.4rem;
  }
  .menu-box div:nth-child(1) {
    border-left: none;
  }
  .menu-box div:nth-child(1), .menu-box div:nth-child(2) {
    border-bottom: 1px dashed #666666;
  }
  .menu-box div:nth-child(3) {
    border-left: none;
  }
  .menu-box div:last-child {
    border-right: none;
  }
  .menu-box div :hover {
    border: none;
  }
  .menu-box div::before {
    right: 0.3rem;
  }
}

/*--------------------------------------------------
　概要
-------------------------------------------------*/
.overview {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 4rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.overview p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 540px) {
  .overview {
    padding: 1rem;
  }
  .overview p {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}

.overview--bg {
  background-image: url(images/bg-coffee.jpg);
  background-size: cover;
  width: 100%;
  padding: 7rem 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .overview--bg {
    padding: 1rem;
    background-position: left;
  }
}

/*--------------------------------------------------
　コンテンツーー３つの特徴
-------------------------------------------------*/
.feature3 p {
  line-height: 2;
  margin: 0 2rem;
}

@media screen and (max-width: 768px) {
  .feature3 p {
    margin: 0;
  }
}

@media screen and (max-width: 540px) {
  .feature3 p {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}

/*--------------------------------------------------
　コンテンツーー商品――魅惑のインド
-------------------------------------------------*/
.bg-india {
  background-image: url(images/bg-india-2309.jpg);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 2rem 0 0 0;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .bg-india {
    background-image: url(images/bg-india.jpg);
    background-position: 12% 0;
    background-size: 200% auto;
    padding: 0rem 0 0 0;
  }
  .bg-india .content-1200 {
    padding: 0 0.3rem;
  }
}

@media screen and (max-width: 320px) {
  .bg-india {
    background-position: 12% 0;
  }
}

.india-title {
  font-size: 2rem;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .india-title {
    font-size: 1.3rem;
    text-align: left;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 320px) {
  .india-title {
    font-size: 1rem;
    padding: 0 0.5rem;
    margin: 0 0 0 -0.5rem;
  }
}

.india-img--description {
  margin: 0;
}

.item--bg {
  padding: 1rem 3rem 2rem;
}

@media screen and (max-width: 1200px) {
  .item--bg {
    margin: 0 0.3rem;
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .item--bg {
    margin: 0;
    padding: 0.5rem;
  }
}

.item--title {
  font-size: 2.2rem;
  color: #333;
  /* border-top: 1px solid #333; */
  border-bottom: 1px solid #333;
  margin-bottom: 2rem;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  .item--title {
    font-size: 1.4rem;
    padding: 0.5rem 0;
    margin: 0 0 15px 0;
  }
}

.item-category-link {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .item-category-link a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .item-category-link a {
    font-size: 1rem;
  }
}

.item-img {
  max-width: 360px;
  width: 100%;
}

.item-img--set {
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .item-img {
    width: 70%;
  }
  .item-img--set {
    width: 85%;
  }
}

.item-cam-img {
  position: absolute;
  top: -115%;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .item-cam-img {
    top: -43%;
    width: 19%;
  }
  .item-cam-img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .item-cam-img {
    top: 78%;
    width: 44%;
  }
}

@media screen and (max-width: 320px) {
  .item-cam-img {
    top: 75%;
    width: 43%;
  }
}

.item--label {
  font-size: 1.2rem;
  padding: 2px;
}

@media screen and (max-width: 768px) {
  .item--label {
    font-size: 1rem;
  }
}

.item--tag {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  color: #FFF;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .item--tag {
    padding: 0.2rem 0.3rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-right: 0.4rem;
  }
}

.item--name {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .item--name {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .item hr {
    width: 100% !important;
    padding: 0;
    border-color: #333;
  }
}

.item-description {
  font-size: 1.2rem;
  line-height: 1.3 !important;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .item-description {
    font-size: 1rem;
  }
}
.item-description small {
  font-size: 1rem;
  vertical-align: top;
}

.item--name--detail {
  font-size: 2.6rem;
}
@media all and (max-width: 991px) {
  .item--name--detail {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 576px) {
  .item--name--detail {
    font-size: 2rem;
  }
}

.re-type {
  font-size: 1.8rem;
}
@media all and (max-width: 991px) {
  .re-type {
    font-size: 2rem;
  }
}
@media all and (max-width: 576px) {
  .re-type {
    font-size: 1.8rem;
  }
}

/*対象商品アイコン--一番上*/
.campaign-subject-icon-top {
  position: absolute;
  top: -3%;
  left: -2%;
  z-index: 10;
  width: 12%;
}
.campaign-subject-icon-top img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1270px) {
  .campaign-subject-icon-top {
    top: -3%;
    left: 1%;
  }
}
@media all and (max-width: 1199px) {
  .campaign-subject-icon-top {
    top: -1%;
    left: 1%;
  }
}
@media all and (max-width: 991px) {
  .campaign-subject-icon-top {
    width: 16%;
    top: -22px;
  }
}
@media all and (max-width: 576px) {
  .campaign-subject-icon-top {
    width: 21%;
    top: -1%;
    left: -9px;
  }
}
@media all and (max-width: 320px) {
  .campaign-subject-icon-top {
    width: 25%;
    left: -4%;
    top: -22px;
  }
}

/*対象商品アイコン*/
.campaign-subject-icon {
  position: absolute;
  top: -3%;
  left: -2%;
  z-index: 10;
  width: 12%;
}
.campaign-subject-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1270px) {
  .campaign-subject-icon {
    top: -3%;
    left: 1%;
  }
}
@media all and (max-width: 1199px) {
  .campaign-subject-icon {
    top: -1%;
    left: 1%;
  }
}
@media all and (max-width: 991px) {
  .campaign-subject-icon {
    width: 16%;
    top: -38px;
  }
}
@media all and (max-width: 576px) {
  .campaign-subject-icon {
    width: 21%;
    top: -2%;
    left: -9px;
  }
}
@media all and (max-width: 320px) {
  .campaign-subject-icon {
    width: 25%;
    left: -4%;
    top: -46px;
  }
}

/*新商品アイコン*/
.campaign-new-icon {
  position: absolute;
  top: -1%;
  left: 0%;
  z-index: 10;
  width: 17%;
}
.campaign-new-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  .campaign-new-icon {
    width: 20%;
    top: -2%;
    left: -12px;
  }
}
@media all and (max-width: 768px) {
  .campaign-new-icon {
    width: 26%;
    top: -1%;
  }
}
@media all and (max-width: 576px) {
  .campaign-new-icon {
    width: 28%;
    top: 9%;
    left: -4%;
  }
}
@media all and (max-width: 320px) {
  .campaign-new-icon {
    width: 35%;
    left: -4%;
    top: 69px;
  }
}

/*--------------------------------------------------
　お客様の声
-------------------------------------------------*/
.item-voice-area {
  margin: 3rem 2rem;
}

.item-voice-area p {
  font-size: 1.1rem;
  text-align: left;
  line-height: 2;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .item-voice-area {
    margin: 2rem 0;
  }
  .item-voice-area p {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}

.item-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.item-voice:before, .item-voice:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.item-voice:before {
  margin-right: 1rem;
}

.item-voice:after {
  margin-left: 1rem;
}

/*--------------------------------------------------
　価格
-------------------------------------------------*/
.price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .price-area {
    display: block;
    width: 100%;
  }
}

.price {
  /* font-family: "Oxygen", sans-serif; */
  letter-spacing: -0.1rem;
  font-size: 4rem;
  font-weight: 700;
  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: 2rem;
  }
}
@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;
  }
}

.kakaku {
  font-family: 'Source Serif Pro', serif;
  position: relative;
  bottom: -12px;
  padding: 0 0.08em;
  font-size: 62px;
  letter-spacing: 0rem;
  font-weight: bold;
  padding: 0 0 0 0.08em;
}

@media screen and (max-width: 768px) {
  .kakaku {
    font-size: 46px;
  }
}

.en {
  font-size: 37px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .en {
    font-size: 27px;
  }
}

.soutou {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.5 !important;
}

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

.bag {
  font-size: 25px;
  margin-right: 10px;
  padding-bottom: 1px;
  text-align: right;
}

.item-name-set-icon {
  background-color: #ff0000;
  border-radius: 5px;
  color: #FFF;
  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.3rem;
  }
}

.item-quantity {
  font-size: 2.6rem;
  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.4rem;
  }
  .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;
  }
}

/*--------------------------------------------------
　カートボタン
-------------------------------------------------*/
.btn-cart {
  width: 80%;
  background-color: #008245;
  border-color: #008245;
  padding: 1rem 0;
  font-size: 1.5rem;
}

.btn-cart:hover {
  color: #fff;
  background-color: #006937;
  border-color: #008245;
}

@media screen and (max-width: 768px) {
  .btn-cart {
    padding: 0.5rem 0;
  }
}

.btn-rose {
  background-color: #cc7085;
  border-color: #cc7085;
  padding: 1rem 0;
  font-size: 1.5rem;
}

.btn-rose:hover {
  color: #fff;
  background-color: #c55d75;
  border-color: #cc7085;
}

@media screen and (max-width: 768px) {
  .btn-rose {
    padding: 0.5rem 0;
  }
}

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

.arrow_btn::after {
  -webkit-transition: 0.3s;
  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);
  transform: rotate(45deg);
}

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

/*--------------------------------------------------
 　注釈
 -------------------------------------------------*/
 .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;
  }
}

/*--------------------------------------------------
 　読み物共通
 -------------------------------------------------*/
.contents p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 1rem 0;
  }
  .contents p {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------
　開発秘話
-------------------------------------------------*/
.development-img01 {
  float: left;
  z-index: 9;
}

.development-img02 {
  float: right;
  margin-top: -9%;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .development-img {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .development-img02 {
    float: left;
    margin-top: 0;
  }
  .development-img01, .development-img02 {
    position: relative;
    width: 50%;
    top: auto;
    left: auto;
    right: auto;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .development-txt {
    padding: 0 1rem;
  }
  .development-img01, .development-img02 {
    padding: 0;
  }
}

/*--------------------------------------------------
　ペアリング
-------------------------------------------------*/
.sweets-img01 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.sweets-img02 {
  position: absolute;
  bottom: 15%;
  left: -17%;
  z-index: 12;
}

.sweets-img03 {
  position: relative;
  z-index: 10;
}

.sweets-img01--sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .sweets {
    background-color: pink;
  }
  .sweets-img02 {
    width: 50%;
    left: -9%;
  }
  .sweets-img02 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .sweets-img02 {
    display: none;
  }
  .sweets-img01--sp {
    display: block;
    position: relative;
    z-index: 12;
    margin: -20% auto 0 auto;
    text-align: center;
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .sweets-txt {
    padding: 0 1rem;
  }
}

/*--------------------------------------------------
　クイズ
-------------------------------------------------*/
.quiz {
  padding: 1rem;
}

.quiz-ttl {
  border-bottom: 1px solid #cd7086;
  padding: 6% 0;
  margin-bottom: 6%;
}

.quiz-area {
  padding: 2%;
}

.quiz-area p {
  font-size: 1.8rem;
}

.quiz-area ul {
  list-style: none;
  font-size: 1.6rem;
  margin: 6% 0 0 0;
  padding: 0;
}

.quiz-area li {
  margin-bottom: 4%;
}

.quiz-btn-att p {
  font-size: 0.9rem !important;
}

.quiz-bg {
  background-image: url(images/quiz-img.jpg);
  background-size: cover;
  background-position: center;
  background-color: #f3e9e0;
}

.quiz-cam-img {
  position: absolute;
  top: -1.8%;
  right: -2.8%;
}

.quiz-attention {
  color: #FFF;
  font-size: 0.8rem;
}

.quiz-attention ul {
  margin: 0;
  padding: 1rem 0 0 1rem;
}

.quiz-attention li {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .quiz-btn-att p {
    padding: 0;
  }
  .quiz-ttl {
    padding: 2% 0;
  }
  .quiz-ttl img {
    width: 100%;
    height: auto;
  }
  .quiz-ttl img {
    width: 60%;
  }
  .quiz-area {
    padding-top: 8%;
  }
  .quiz-area p {
    font-size: 1.5rem;
  }
  .quiz-cam-img {
    width: 40%;
    top: -5%;
  }
  .quiz-cam-img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .quiz {
    padding: 0.5rem;
  }
  .quiz-ttl img {
    width: 50%;
  }
  .quiz-area {
    padding: 1%;
  }
  .quiz-area p {
    font-size: 1.2rem;
  }
  .quiz-area ul {
    font-size: 1.1rem;
  }
  .quiz-btn-att p {
    padding: 0;
  }
  .quiz-bg {
    padding: 80% 0 0 0;
  }
  .quiz-cam-img {
    width: 50%;
    top: -19%;
    right: 0;
  }
  .quiz-attention {
    font-size: 0.9rem;
    margin-bottom: 2%;
  }
}

/*--------------------------------------------------
 BIOTOPIAバナー
-------------------------------------------------*/
@media screen and (max-width: 540px) {
  .ban-ttl {
    font-size: 1rem;
  }
}

/*--------------------------------------------------
 SNS
-------------------------------------------------*/
.sns-area {
  max-width: 750px;
  margin: 0 auto;
  padding: 10% 0 3%;
}

.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 #c9c9c9;
}

.sns-area li:last-child {
  border: none;
}

.sns-area img {
  max-width: 60px;
  height: auto;
}

@media screen and (max-width: 540px) {
  .sns-area {
    padding: 4% 0;
  }
  .sns-area p {
    font-size: 0.8rem;
  }
  .sns-area img {
    max-width: 40px;
  }
}

/*--------------------------------------------------
 ページ内リンク調整
-------------------------------------------------*/
#india #page-top_area {
  bottom: 0.5rem;
  right: 0.5rem;
}

#india #page-top_naka {
  max-width: none;
}

#india #page-top {
  margin: 0;
}

#india #page-top a {
  padding: 11px 10px;
}

/*--------------------------------------------------
 フェア
-------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fair-ttl {
    padding: 2% 0;
  }
  .fair-ttl img {
    width: 100%;
    height: auto;
  }
  .fair-ttl img {
    width: 50%;
  }
}

/*--------------------------------------------------
 neon
-------------------------------------------------*/
.neon {
  height: 100%;
  width: auto;
  transform: translateZ(0);
  -webkit-animation: neon 1.5s ease-in-out 1.5s infinite alternate;
  animation: neon 1.5s ease-in-out 1.5s infinite alternate;
  will-change: filter;
  backface-visibility: hidden;
}

@-webkit-keyframes neon {
  0% {
    filter: drop-shadow(2px 2px 8px #fff000);
  }
  100% {
    filter: drop-shadow(-2px -2px 15px #fff000);
  }
}

@keyframes neon {
  0% {
    filter: drop-shadow(2px 2px 8px #fff000);
  }
  100% {
    filter: drop-shadow(-2px -2px 15px #fff000);
  }
}

.neon2 {
  height: 100%;
  width: auto;
  transform: translateZ(0);
  -webkit-animation: neon2 1.5s ease-in-out 1.5s infinite alternate;
  animation: neon2 1.5s ease-in-out 1.5s infinite alternate;
  will-change: filter;
  backface-visibility: hidden;
}

@-webkit-keyframes neon2 {
  0% {
    filter: drop-shadow(0px 0px 5px #fff000);
  }
  100% {
    filter: drop-shadow(0px 0px 10px #fff000);
  }
}

@keyframes neon2 {
  0% {
    filter: drop-shadow(0px 0px 5px #fff000);
  }
  100% {
    filter: drop-shadow(0px 0px 10px #fff000);
  }
}
