@charset "utf-8";

/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#maincontent {
  overflow: hidden;
  background-color: #000;
}

.main-contents {
  width: min(100%, 1350px);
  margin: 60px auto 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main-contents {
    margin: 20px auto 0;
  }
}

.main-contents h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main-contents h1 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

/*-------------------------------------
　基本セクション
---------------------------------------*/
.contents {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 0 0 60px;
  }
}

.contents img {
  max-width: 100%;
}

.contents .contents_inner {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 0 15px;
  font-size: 15px;
}

.contents .contents_inner h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents .contents_inner h2 {
    font-size: 30px;
  }
}

.contents .contents_inner h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents .contents_inner h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.head-border {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.head-border:before,
.head-border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #666;
}

.head-border:before {
  left: 0;
}

.head-border:after {
  right: 0;
}

.contents .contents_inner .kome_txt {
  font-size: 11px;
  color: #999;
  margin-top: 30px;
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.contents .contents_inner .kome_txt+.kome_txt {
  margin-top: 0;
}

.contents .contents_inner .kome_txt a {
  color: #76B900 !important;
  text-decoration: none !important;
}

@media screen and (min-width:768px) {
  .contents .contents_inner .kome_txt a:hover {
    text-decoration: underline !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_img_box {
    text-align: center;
  }
}

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.contents--mv {
  background: url(../images/mv-pc.webp) no-repeat center;
  background-size: cover;
  min-height: 540px;
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .contents--mv {
    background: none;
    height: auto;
    margin-bottom: auto;
  }
}

.contents--mv .mv_text_box {
  width: 42%;
  padding-top: 40px;
}

@media screen and (max-width: 900px) {
  .contents--mv .mv_text_box {
    width: 100%;
    padding-top: 20px;
  }
}

.main-title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
}

@media screen and (max-width: 900px) {
  .main-title {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}

.sub-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .85px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .sub-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.note-title {
  font-size: 12px;
  color: #eee;
  margin-bottom: 38px;
}

@media screen and (max-width: 900px) {
  .note-title {
    margin-bottom: 10px;
  }
}

.note-title a {
  border-bottom: 1px solid #76B900;
  color: #76B900;
}

.note-title a:hover {
  opacity: .6;
}

.contents--mv .mv_logo_box img {
  margin-top: 10px;
  display: inline-block;
}

.contents--mv .mv_logo_box img:nth-of-type(n+2) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .contents--mv .mv_logo_box img:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (min-width: 901px) {
  .u-pc-hide900 {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .u-pc-hide900 {
    display: block;
  }

  .sp_img_box img {
    width: 100%;
  }
}

/*-------------------------------------
　バンドル
---------------------------------------*/
.contents--bundle {
  background: url(../images/bg_bundle.webp) no-repeat center;
  background-size: cover;
  min-height: 580px;
  display: flex;
  align-items: center;
}

.contents--bundle .bundle_txt_box {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .contents--bundle {
    background: none;
    height: auto;
    display: block;
  }

  .contents--bundle .bundle_txt_box {
    width: 100%;
    margin: 30px auto 0;
  }
}

/*-------------------------------------
　キャンペーン
---------------------------------------*/
.contents--camp .camp_txt_box p {
  font-size: 18px;
  font-weight: bold;
}

.contents--camp .camp_txt_box ul {
  font-size: 16px;
  margin-top: 30px;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}

.contents--camp .camp_txt_box ul li {
  text-indent: -0.6em;
  padding-left: 1em;
}

@media screen and (max-width: 479px) {
  .contents--camp .camp_txt_box p {
    font-size: 3.8vw;
  }

  .contents--camp .camp_txt_box ul {
    font-size: 3.4vw;
    margin-top: 20px;
    width: 100%;
  }
}

.description-text {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .description-text {
    font-size: 16px;
  }
}

.campaign-period {
  border: 1px solid #fff;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .campaign-period {
    padding: 12px;
  }
}

.campaign-period dl {
  letter-spacing: .85px;
  margin-bottom: 20px;
  text-align: center;
}

.campaign-period dt {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .campaign-period dt {
    font-size: 18px;
  }
}

.campaign-period dd {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .campaign-period dd {
    font-size: 15px;
  }
}

.campaign-period ul {
  margin-inline: auto;
  text-align: left;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .campaign-period ul {
    font-size: 12px;
  }
}

/*-------------------------------------
　商品
---------------------------------------*/
.contents--item .contents_inner {
  padding-top: 90px;
  border-top: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .contents--item .contents_inner {
    padding-top: 60px;
  }
}

.item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: space-between;
  margin: 0 auto 100px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .item_wrap {
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
  }
}

.item_wrap+h3 {
  margin-top: 60px;
}

.item_wrap li {
  width: calc((100% - 80px)/2);
}

@media screen and (max-width: 767px) {
  .item_wrap li {
    width: 100%;
  }
}

.item_wrap .item-image {
  margin-bottom: 20px;
  text-align: center;
}

.item_wrap .item-image img {
  max-height: 260px;
}

.item_wrap .item_name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .85px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item_wrap .item_name {
    font-size: 16px;
  }
}

.item_wrap .item_spec {
  font-size: 14px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .item_wrap .item_spec {
    font-size: 14px;
  }
}

.item_wrap .item_price {
  color: #e43344;
  font-weight: bold;
  letter-spacing: .85px;
  margin-bottom: 10px;
}

.item_wrap .item_price span {
  font-size: 32px;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .item_wrap .item_price span {
    font-size: 22px;
  }
}

.item_wrap .item_link a {
  background: #76B900;
  color: #fff;
  width: 100%;
}

.item_wrap .item_link a.c-button--primary-blue::before {
  background-color: #c0f16a;
  opacity: .3;
}

@media screen and (max-width: 767px) {
  .item_wrap .item_link a {
    margin: 0 auto;
    width: 80%;
  }
}

.others_link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .others_link {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.others_link a {
  border: 1px solid #fff;
  background-color: inherit;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .others_link a {
    font-size: 13px;
  }
}

.others_link a.c-button--secondaryA-white::before {
  background-color: #fff;
  opacity: .1;
}

.others_link a.c-button--secondaryA-white::after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .others_link a.c-button--secondaryA-white::after {
    right: 10px;
  }
}

/*-------------------------------------
　コピーライト
---------------------------------------*/
.contents--info {
  padding: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .contents--info {
    padding: 0 0 30px;
  }
}

.info_copyright {
  font-size: 12px;
  color: #ccc;
}

/*-------------------------------------
　キャンペーン終了
---------------------------------------*/
.campaign-end {
  text-align: center;
  margin-block: clamp(30px, 0.511rem + 4.55vw, 60px);
  padding-inline: 15px;
  line-height: 1.5;
}

.campaign-end a {
  border-bottom: 1px solid #76B900;
  color: #76B900;
}

.campaign-end .main-text {
  color: #f00;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width:768px) {
  .campaign-end a:hover {
    opacity: .6;
  }
}

/* -------------------------------------------- */

/* CSS Document */
#container {
  padding-top: 0;
}

#container .main-contents a {
  color: #76B900;
  text-decoration: none;
}

#container .main-contents a:hover {
  text-decoration: underline;
}

.contents .contents_inner {
  font-size: 15px;
  line-height: 1.66;
}

@media screen and (min-width: 768px),
print {
  .logo_wrap li {
    flex: 0 0 auto;
    padding: 0 30px;
  }

  .logo_wrap li:last-child {
    width: 100%;
  }
}