@font-face {
  font-family: "Jost";
  src: url("../../../../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../../../../fonts/Jost-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@media only screen and (min-width: 600px) {
  html {
    scroll-behavior: smooth;
  }
  .mv {
    position: relative;
  }
  .mv .logo {
    width: 177px;
    margin: 0 auto;
    padding: 30px 0 10px;
  }
  .mv .line {
    width: 61px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .mv h1 {
    text-align: center;
    margin: 20px 0;
  }
  .mv h1 .text01 {
    line-height: 1;
    font-family: "Jost";
    font-weight: bold;
    display: block;
    font-size: 60px;
    display: inline-block;
    background: linear-gradient(transparent 50%, #fcfc00 50%);
    padding: 0 0.1em;
  }
  .mv h1 .text02 {
    font-size: 22px;
    display: block;
    margin-top: 10px;
  }
  .mv h1 .text02 .small {
    font-size: 0.8em;
  }
  .mv p {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
  }
  .head {
    position: relative;
    font-family: "jost", serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .head span {
    padding: 0 0.5em;
    background: #ececec;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: 60px;
  }
  .head--index span {
    font-size: 46px;
  }
  .head::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
  }
  .head .icon {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
  }
  .head .icon01 {
    top: -46px;
  }
  .head .icon01 img {
    width: 20px;
    height: 32px;
  }
  .head .icon02 {
    top: -46px;
  }
  .head .icon02 img {
    width: 38px;
    height: 33px;
  }
  .head .icon03 {
    top: -43px;
  }
  .head .icon03 img {
    width: 34px;
    height: 28px;
  }
  .spbr {
    display: none;
  }
  .main-page__index {
    margin: 80px 0 80px;
  }
  .wrap-index {
    margin: 7px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 600px;
    max-width: 100%;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    margin-top: 20px;
  }
  .main-page__line {
    padding: 0px 40px;
    width: 500px;
    margin: 0 auto 0;
    text-align: center;
  }
  .main-page__line .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 20px;
  }
  .main-page__line .wrap .image {
    width: 60px;
  }
  .main-page__line .wrap p {
    width: calc(100% - 80px);
    text-align: left;
    font-size: 20px;
    margin: 0;
  }
  .right-arrow {
    display: block;
    position: relative;
    margin: 0 0 40px;
    padding: 25px;
    border: 1px solid #0a0406;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    font-size: 93.8%;
  }
  .right-arrow:after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "";
    border-top: 1px solid #0a0406;
    border-right: 1px solid #0a0406;
    transform: translateY(-50%) rotate(45deg);
  }
  .right-arrow.green {
    background: #5ebb00;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px 20px 18px;
    margin-bottom: 0;
    border: none;
  }
  .right-arrow.green span {
    color: #fff600;
  }
  .right-arrow.green .big {
    font-size: 32px;
    transform: translateY(2px);
    display: inline-block;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
  }
  .right-arrow.green::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .main-page h1 {
    padding: 0;
    border: none;
  }
  .accordion-area {
    list-style: none;
    margin: 0 0 5%;
    font-family: "NotoSansJP-Regular", sans-serif;
  }
  .accordion-area section {
    border: 1px solid #ccc;
  }
  .favorite-btn {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    padding: 3%;
    color: #fff;
    transition: all 0.5s ease;
    border-bottom: none;
    background-color: #333;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    font-size: 93.8%;
    border: 1px solid #0a0406;
  }
  .favorite-btn::before,
  .favorite-btn::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
  }
  .favorite-btn::before {
    top: 48%;
    right: 30px;
    transform: rotate(0deg);
  }
  .favorite-btn::after {
    top: 48%;
    right: 30px;
    transform: rotate(90deg);
  }
  .favorite-btn.close::before {
    transform: rotate(45deg);
  }
  .favorite-btn.close::after {
    transform: rotate(-45deg);
  }
  .box {
    display: none;
    color: #333;
    padding: 1em 0 0;
  }
  .box-text {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
  }
  .box-text li {
    position: relative;
    display: flex;
    width: 32%;
    margin-bottom: 2%;
    justify-content: center;
    height: 7em;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #333333;
  }
  .box-text li::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: translateY(-50%) rotate(45deg);
  }
  .box-text a {
    padding: 35px 15px 35px 0;
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .box-text img {
    max-width: 80%;
  }
  .material-box li {
    width: 45%;
  }
  .wrap-content {
    margin: 144px 0 0;
  }
  .main-text {
    font-size: 93.8%;
    text-align: center;
    line-height: 1.889;
  }
  .event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #ccc 1px solid;
  }
  .site-main {
    padding-top: 0;
  }
  .str-outer:not(.of-full),
  .mod-tab .tab-panel {
    padding-right: 0;
    padding-left: 0;
  }
  .main-page {
    margin-bottom: 50px;
    padding: 0 0 60px;
    font-size: 120%;
    color: #333;
    background: #ececec;
  }
  .main-page__inner {
    padding: 0 60px;
  }
  .main-page__goods {
    margin-top: 40px;
  }
  .main-page ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-icon > span {
    background-color: transparent;
  }
  br.main-page__sp-only {
    display: none;
  }
  .main-page img {
    vertical-align: middle;
  }
  .wrap-recommend {
    margin: 10% 0;
  }
  .image-item li {
    text-align: center;
  }
  .check-btn {
    position: relative;
    display: inline-block;
    margin: 5% 0;
    padding: 0 10%;
    text-decoration: none;
    outline: none;
  }
  .check-btn::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 13%;
    width: 80%;
    height: 1px;
    background: #333;
  }
  .check-btn::after {
    content: "";
    position: absolute;
    bottom: -13%;
    right: 1.2em;
    width: 5%;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
  }
  .back-color {
    margin: 5%;
    padding: 2% 8% 8%;
    border: 1px solid #ccc;
    background: #fcfcfc;
  }
  .topics-flex {
    margin: 2% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 2%;
  }
  .topics-flex li {
    width: 48%;
    margin-bottom: 2%;
  }
  #footer_topics {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between !important;
    width: 90.8%;
    gap: 20px;
    margin: 50px auto !important;
  }
  .content_inner {
    padding-top: 70px;
    margin-top: -70px;
  }
  hr {
    margin: 10% 5%;
  }
  .note {
    font-size: 3vw;
  }
  .indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
  .block-goods-list--param-sort dd select,
  .block-goods-list--param-stock dd select {
    display: none;
  }
  .block-goods-list--param {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .link {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
  }
  .choose-image {
    text-align: center;
    margin-bottom: 120px;
  }
  .choose-image img {
    width: 450px;
  }
  .staff-card .brand a {
    color: #333333;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    text-decoration: none;
  }
}/*# sourceMappingURL=250411_pc_gwouting.css.map */