/* ======================================================
/* catalog
========================================================= */
.popup._products_front .popup_container {
  width: 100%;
  max-width: 910px;
}
.popup._products_front .popup_text {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7647058824;
  letter-spacing: 0.02em;
  text-align: center;
}
.popup._products_front .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.popup._products_front .btn_standard {
  max-width: 308px;
}
.popup._products_front .popup_close_subbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.popup._products_front .popup_close_subbtn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.popup._products_front .popup_close_subbtn .arrow svg {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.popup._products_front .popup_close_subbtn .text {
  display: block;
  margin-left: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4666666667;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.popup._products_front .popup_close_subbtn:hover .arrow {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.popup._products_front .popup_close_subbtn:hover .text {
  color: #FF0000;
}

p {
  color: #282828;
}

#catalog .popup_btn {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding: 30px 0;
  border: 2px solid #000;
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, #fafafa, #fafafa 10px, #fff 10px, #fff 20px);
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
#catalog .popup_btn:hover .text {
  color: #FF0000;
}
#catalog .popup_btn:hover .icon {
  background-color: #000;
}
#catalog .popup_btn:hover .icon path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  #catalog .popup_btn {
    margin-top: 50px;
    border-width: 3px;
  }
}
@media screen and (min-width: 980px) {
  #catalog .popup_btn {
    margin-top: 70px;
  }
}
#catalog .popup_btn .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  #catalog .popup_btn .text {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 980px) {
  #catalog .popup_btn .text {
    font-size: 3rem;
  }
}
#catalog .popup_btn .caution {
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
}
#catalog .popup_btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 51px;
  height: 51px;
  margin: 20px auto 0;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#catalog .popup_btn .icon path {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 980px) {
  #catalog .popup_btn .icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 3.5%;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1223px) {
  #catalog .popup_btn .icon {
    right: 13.6363636364%;
  }
}

.catalog_contents {
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .catalog_contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  .catalog_contents {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 70px 40px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1223px) {
  .catalog_contents {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.catalog_contents .catalog {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .catalog_contents .catalog {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 980px) {
  .catalog_contents .catalog {
    width: 100%;
    max-width: 340px;
  }
}
.catalog_contents .catalog .img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 20px;
}
.catalog_contents .catalog .catalog_name {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .catalog_contents .catalog .catalog_name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .catalog_contents .catalog .catalog_name {
    font-size: 1.8rem;
  }
}
.catalog_contents .catalog .catalog_name.nodate {
  margin-bottom: 2.5em;
}
.catalog_contents .catalog .date {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .catalog_contents .catalog .date {
    min-height: 1.6em;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .catalog_contents .catalog .date {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.catalog_contents .catalog .capacity {
  text-align: center;
  font-size: 1.3rem;
}
.catalog_contents .catalog .btn_standard {
  border-radius: 10px;
  max-width: 275px;
  margin: 0 auto;
}
.catalog_contents .catalog .btn_standard + .btn_standard {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .catalog_contents .catalog .btn_standard + .btn_standard {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .catalog_contents .catalog .btn_standard + .btn_standard {
    margin-top: 20px;
  }
}

.btn_link .btn_standard {
  border-radius: 10px;
  max-width: 420px;
  margin: 0 auto;
  padding: 20px 0;
}