/*
**  ===================================================================
**  mainblock CSS
**  ===================================================================
*/

.bg_contents {
  position: relative;
}
.contents__inner {
  margin: auto;
  max-width: 750px;
  background-color: #000000;
}
.mainblock {
  margin: 0 auto 20px;
  max-width: 750px;
  background: url(../img/bg.png) repeat-y top center;
  padding-bottom: 8%;
}
.main_img {
  margin: 6% 0;
}
.contents_block {
  margin-bottom: 4%;
}
.contents_block:last-of-type {
  margin-bottom: 0;
}
.contents_bg{
  margin: 0;
  background-color: #f5efd4;
  border-left: 1px solid #b22104;
  border-right: 1px solid #b22104;
}
.contents_img{
  max-width: 660px;
  margin: 0 3% 6%;
}
.shadow{
  box-shadow: 5px 5px 10px 0px rgba(184, 169, 102, 0.57);
}
@media screen and (min-width: 800px) {
  .mainblock {
    padding-bottom: 60px;
  }
  .main_img {
    margin: 50px 0;
  }
  .contents_block {
    margin-bottom: 50px;
  }
  .contents_bg{
    margin: 0 20px;
    border-left: 2px solid #b22104;
    border-right: 2px solid #b22104;
  }
  .contents_img{
    margin: 0 auto 40px;
  }
}
.mainblock img {
  display: block;
  margin: auto;
}

.end_area {
  position: relative;
}
.end_text {
  width: 92%;
  height: 28%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  background-color: rgba(198, 198, 198, 0.8);
  font-size: 180%;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}
@media screen and (min-width: 800px) {
  .end_text {
    font-size: 40px;
  }
}

.accordion-title{
  margin: 0 2.66666% 0;
  position: relative;
  cursor: pointer;
}
.accordion-title::after{
  content: "";
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 45px;
  height: 25px;
  position: absolute;
  z-index: 1;
  right: 4%;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.accordion-title.typeA::after{
  background-image: url(../img/icon_arrow_w.png);
}
.accordion-title.typeB::after{
  top: 55%;
}
.accordion-title.typeC::after{
  top: 60%;
}
.accordion-title.open::after{
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.accordion-content{
  display: none;
}
@media screen and (min-width: 800px) {
  .accordion-title::after{
    content: "";
    width: 90px;
    height: 50px;
    right: 30px;
  }
}


.nav_area {
  margin: 8% 3% 10%;
}
.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-right: -1%; */
}
.nav_item {
  width: 48.66666%;
}
.nav_item:nth-child(odd) {
  margin-right: 2%;
  margin-bottom: 3%;
}
.nav_item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.nav_item.typeA {
  width: 98%;
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .nav_area {
    margin: 15px 0 30px;
  }
  /* .nav_list {
    margin-right: -4px;
  } */
  .nav_item {
    width: auto;
  }
  .nav_item:first-child{
    margin-left: -2px;
  }
  .nav_item:nth-child(odd) {
    margin-right: 14px;
    margin-bottom: 20px;
  }
  .nav_item:last-child {
    margin-bottom: 0;
  }
  .nav_item.typeA {
    width: auto;
    margin-right: 0;
  }
}

.restock_block {
  border: 5px solid #000000;
  border-top: none;
  border-bottom: none;
  padding: 0 1% 4%;
}
.restock_inner {
  border: 2px solid #ff0000;
  background-color: #ffff00;
  padding: 3% 0;
}
.restock_text {
  text-align: center;
  font-size: 105%;
  line-height: 1.6;
  font-weight: bold;
  color: #ff0000;
}
@media screen and (min-width: 800px) {
  .restock_block {
    border-width: 10px;
    padding: 0 10px 30px;
  }
  .restock_inner {
    border-width: 4px;
    padding: 10px 0;
  }
  .restock_text {
    font-size: 22px;
  }
}

.pagetop {
  z-index: 1;
  width: 18%;
  right: 2%;
}
@media screen and (min-width: 800px) {
  .pagetop {
    width: auto;
    right: 20px;
  }
}

/*
**  ===================================================================
**  subblock CSS
**  ===================================================================
*/
.subblock {
  margin: auto;
  padding: 0 10px;
  max-width: 730px;
}
.subblock img {
  display: block;
  margin: auto;
}
.btn a {
  display: block;
}
.btn a img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .btn a:hover {
    opacity: 0.7;
  }
}

.hmv_area {
  position: relative;
  margin: 0 2.66666% 0;
}
.hmv_area.typeA {
  /* background-color: #f5efd4; */
  background-color: transparent;
}
.hmv_area.typeB{
  margin: 0;
}
@media screen and (min-width: 800px) {
  .hmv_area {
    margin: 0;
  }
  .hmv_area.typeA {
    background-color: transparent;
  }
}
.hmv_btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  bottom: 5.66666%;
}
.hmv_btn.typeA{
  width: 90%;
  bottom: 51%;
}
.hmv_btn.typeB{
  bottom: 3.66666%;
}
.hmv_btn.typeC{
  bottom: 9.66666%;
}
.hmv_btn.typeD{
  bottom: 1%;
}
@media screen and (min-width: 800px) {
  .hmv_btn {
    width: 600px;
  }
  .hmv_btn.typeA {
    width: 600px;
  }
}

.info_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  width: 80%;
  margin: 0 auto;
}

.l-contact {
  background-color: #000000;
  margin-top: 9%;
  margin-bottom: 7%;
  padding: 4% 4% 3%;
}
.l-contact__title {
  width: 90%;
  margin: 0 auto 4%;
}
.l-contact__list {
  text-align: center;
}
.l-contact__item {
  display: inline-block;
}
.l-contact__item:first-child {
  margin-bottom: 2%;
}
@media screen and (min-width: 800px) {
  .l-contact {
    margin-top: 70px;
    margin-bottom: 60px;
    padding: 24px 0 30px;
  }
  .l-contact__title {
    margin-bottom: 23px;
  }
  .l-contact__item:first-child {
    margin-bottom: 15px;
  }
}

.caution {
  text-align: center;
  font-size: 70%;
  font-weight: 600;
  color: #000000;
  margin-top: 1%;
}
@media screen and (min-width: 800px) {
  .caution {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*
**  ===================================================================
**  catalog CSS
**  ===================================================================
*/
.catalog_ttl {
  margin: auto;
  padding: 0;
  position: relative;
  max-width: 710px;
}
.catalog_ttl .btn {
  bottom: 8%;
  display: block;
  left: auto;
  margin: auto;
  position: absolute;
  right: 2%;
  width: 14.93%;
}

/*
**  ===================================================================
**  loppi CSS
**  ===================================================================
*/
.loppi_ttl {
  margin: auto;
  padding: 0;
  position: relative;
  max-width: 710px;
}
.loppi_ttl .btn {
  bottom: 4%;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 81.128%;
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/

.snslist__item {
  line-height: 0;
  border: 1px solid transparent;
}
.snslist__item.twt2_border {
  border: 1px solid #ffffff;
}
@media screen and (min-width: 800px) {
  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 10px 0 40px;
  }
  .snslist.typeA {
    padding-top: 50px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
}

@media screen and (max-width: 800px) {
  .snslist {
    text-align: center;
    letter-spacing: -0.4em;
    padding: 0 0 10%;
  }
  .snslist.typeA {
    padding-top: 8%;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }
}

/*
**  ===================================================================
**  adjust CSS
**  ===================================================================
*/
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb08 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.t_left {
  text-align: left !important;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.t_white {
  color: #fff !important;
}

.t_red {
  color: #c60a02 !important;
}

.t_bold {
  font-weight: bold !important;
}

.t_normal {
  font-weight: normal !important;
}

.t_xsml {
  font-size: 66.7%;
}

.t_sml {
  font-size: 83.3%;
}

.t_lrg {
  font-size: 116.7%;
}

.t_xlrg {
  font-size: 133.3%;
}

.video_area{
  margin: 0 2.66666%;
}
.video_area.typeA{
  max-width: 660px;
  margin: 0 3%;
  padding-bottom: 5%;
}
@media screen and (min-width: 800px) {
  .video_area.typeA{
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}