@charset "UTF-8";
@media only screen and (min-width: 600px) {
  /* 今回用のcss */
  .main-page {
    overflow: hidden;
    margin-bottom: 50px;
    padding: 0 0 50px;
    font-size: 120%;
    color: #333;
    background: #f3f3f3;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
  }
  .main-page img {
    height: auto;
  }
  .main-page h1 {
    margin: 0 0 40px;
    padding: 0;
    border: none;
  }
  .main-page a {
    outline: none;
  }
  .main-page .staff-card .brand {
    color: #666;
  }
  .main-page ul.block-thumbnail-t > li .block-thumbnail-t--goods .block-icon > span {
    background-color: transparent;
  }
  .main-page .block-goods-list--pager-bottom,
  .main-page .block-goods-list-naviframe--bottom {
    display: none;
  }
  .main-page .mod-lyt > .inner {
    margin-left: -20px !important;
  }
  .main-page .mod-lyt > .inner > .col {
    margin-left: 20px !important;
  }
  .main-page .mod-lyt[data-col="2"] > .inner > .col {
    width: calc(25% - 20px) !important;
  }
  .main-page .mod-lyt[data-col="2"] > .inner > .col:nth-child(2n+1) {
    clear: none !important;
  }
  .main-page .content {
    width: auto !important;
    padding: 0 !important;
  }
  .main-page .stafflist-container .coordinate-list > li {
    margin-block: 0 !important;
    margin-left: 0 !important;
  }
  .main-page .stafflist-container {
    margin-block: 14px;
  }
  .main-page .stafflist-container,
  .main-page .swiper-container.swiper-horizontal {
    background-color: transparent !important;
  }
  .mp__sp-only {
    display: none;
  }
  .mp__inner {
    padding: 0 60px;
  }
  .mp__mv {
    position: relative;
  }
  .mp__mv img {
    display: block;
  }
  .mp__mv img.mp__mv--sp {
    display: none;
  }
  .mp__top-txt {
    text-align: center;
    font-size: 83.3%;
    letter-spacing: 0.06em;
    line-height: 1.792;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
  }
  .mp__line {
    margin: 40px 0 0;
    padding: 30px 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 20px;
    background-color: #fff;
  }
  .mp__line-about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
  }
  .mp__line-icon img {
    width: 60px;
  }
  .mp__line-txt {
    font-size: 93.8%;
    line-height: 1.583;
    color: #666666;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .mp__line-btn {
    margin: 20px 80px 0;
    padding-left: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #5ebb00;
    color: #fff;
    font-weight: 500;
    font-family: "NotoSansJP-Medium", sans-serif;
    font-size: 120%;
    text-decoration: none;
  }
  .mp__line-btn > span {
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
  .mp__line-btn > span::after {
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    margin-left: 15px;
  }
  .mp__line-btn > span strong {
    color: #fff600;
    display: flex;
    align-items: center;
    gap: 0 0.1em;
    font-weight: 500;
    font-family: "NotoSansJP-Medium", sans-serif;
  }
  .mp__line-btn > span strong span {
    font-size: 176.9%;
    letter-spacing: -0.005em;
    font-family: "Jost-Regular", sans-serif;
    font-weight: normal;
  }
  .mp__tab {
    margin-top: 40px;
  }
  .mp__tab ul {
    padding-left: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 2px solid #333333;
    padding-inline: 80px;
    gap: 0 14px;
  }
  .mp__tab a {
    display: block;
    padding-block: 0.667em 0.458em;
    background: #ffffff;
    border-top-left-radius: 0.625em;
    border-top-right-radius: 0.625em;
    text-align: center;
    font-size: 125%;
    font-family: "Jost-Medium", "NotoSansJP-Medium", sans-serif;
    letter-spacing: 0.02em;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
    outline: 0;
    text-decoration: none;
  }
  .mp__tab li.mp__active a {
    background-color: #333333;
    color: #fff;
  }
  .mp__tab li.mp__active a:hover {
    cursor: auto;
  }
  .mp__chart {
    margin-top: 50px;
  }
  .mp__chart-ttl-main {
    margin-bottom: 10px;
  }
  .mp__chart-ttl-main img {
    width: 580px;
    max-width: 100%;
    margin-inline: auto;
    display: block;
  }
  .mp__chart-ttl-sub {
    text-align: center;
    font-size: 104.2%;
    font-weight: 350;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
  }
  .mp__chart-ttl-sub span {
    font-size: 0.711em;
  }
  .mp__chart-lead {
    margin-block: 24px 0;
    color: #666666;
    font-size: 78.1%;
    line-height: 1.436;
    text-align: center;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
  }
  .mp__chart-img {
    margin: 16px auto 0;
    width: 660px;
    max-width: 100%;
  }
  .mp__chart-img img {
    display: block;
    width: 100%;
  }
  .mp__point {
    margin-top: 50px;
    color: #000;
  }
  .mp__point-ttl {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    color: #000000;
    font-family: "Jost-Medium", "NotoSansJP-Medium", sans-serif;
    letter-spacing: 0.04em;
    line-height: 1;
    font-size: 125%;
    font-weight: 500;
  }
  .mp__point-list {
    margin-top: 12px;
    margin-inline: auto;
    padding-left: 0;
    list-style-type: none;
    border-top: 0.5px solid #ccc;
    width: 660px;
    max-width: 100%;
  }
  .mp__point-list li {
    position: relative;
    border-bottom: 0.5px solid #ccc;
    padding: 0.8em 0 0.8em 2.308em;
    font-size: 83.3%;
    line-height: 1.385;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
  }
  .mp__point-list li::before {
    content: "";
    position: absolute;
    left: 0.308em;
    top: 1.077em;
    display: block;
    width: 1em;
    height: 0.731em;
    background: center center/contain no-repeat url("/img/usr/operation/ec_campaign/kion_top/260525/icon_check.png");
  }
  .mp__reco {
    margin-top: 40px;
  }
  .mp__reco-ttl {
    margin-bottom: 12px;
    font-size: 104.2%;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    text-align: center;
    color: #000;
  }
  .mp__index {
    margin-top: 100px;
    color: #000;
  }
  #main-men .mp__index {
    margin-top: 50px;
  }
  .mp__index nav {
    margin-bottom: 40px;
  }
  .mp__index-ttl {
    text-align: center;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
  }
  .mp__index-ttl-sub {
    font-size: 93.8%;
    letter-spacing: 0.1em;
  }
  .mp__index-ttl-main {
    margin-block: -0.071em 0;
    font-size: 135.4%;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .mp__index-list {
    padding-left: 0;
    list-style-type: none;
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    width: 660px;
    max-width: 100%;
  }
  .mp__index-list a {
    display: block;
  }
  .mp__index-list img {
    display: block;
    width: 100%;
  }
  .mp__index-list--2col {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .mp__index-desc {
    margin-bottom: 0.5em;
    font-size: 83.3%;
    letter-spacing: 0.1em;
    font-weight: 350;
    font-feature-settings: "palt";
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .mp__index-desc span {
    display: inline-block;
    position: relative;
  }
  .mp__index-desc span::before, .mp__index-desc span::after {
    content: "";
    position: absolute;
    left: -1em;
    top: 50%;
    transform: translateY(-50%) rotate(-20deg);
    width: 0.5px;
    height: 1em;
    background-color: #000;
  }
  .mp__index-desc span::after {
    content: "";
    left: auto;
    right: -1em;
    transform: translateY(-50%) rotate(20deg);
  }
  .mp__hl {
    border-top: 0.5px solid #000;
    margin: 0 0 26px;
    padding: 30px 0 0;
  }
  .mp__hl-num {
    color: #000000;
    font-size: 125%;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .mp__hl-en {
    margin-block: 18px 0;
  }
  .mp__hl-en img {
    display: block;
    width: 500px;
    margin-inline: auto;
  }
  .mp__text {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 1.708;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
  }
  .mp__goods {
    margin-top: 40px;
  }
  .mp__sec-item {
    margin-top: 100px;
    position: relative;
  }
  .mp__hl-btm {
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 0.5px solid #000;
  }
  .mp__hl-btm img {
    width: 500px;
    margin-inline: auto;
    display: block;
  }
  .mp__sec-topics {
    margin-top: 120px;
  }
  /** topics **/
  .mp__sec-topics #footer_topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
  }
  /** topics end **/
  .mp__sec-topics #footer_topics {
    width: to_percent(708, 780);
    margin: 50px auto !important;
  }
  .mp__sec-topics #footer_topics .col img {
    width: 100%;
  }
  /* 共通css */
  .event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 22px;
    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;
  }
  .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%;
  }
  /* ボタン */
  .right-arrow {
    display: block;
    position: relative;
    margin: 0 0 40px;
    padding: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #333;
    text-decoration: none;
    font-size: 93.8%;
    color: #333;
  }
  .right-arrow::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "";
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: translateY(-50%) rotate(45deg);
  }
  /* アコーディオン */
  /*アコーディオン全体*/
  .accordion-area {
    list-style: none;
    margin: 0 0 5%;
  }
  .accordion-area section {
    border: 1px solid #ccc;
  }
  .accordion-area > li:not(first-child) {
    margin-top: 40px;
  }
  /*アコーディオンタイトル*/
  .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: #333333;
    font-size: 93.8%;
  }
  /*アイコンの＋と×*/
  .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);
  }
  /*　closeというクラスがついたら形状変化　*/
  .favorite-btn.close::before {
    transform: rotate(45deg);
  }
  .favorite-btn.close::after {
    transform: rotate(-45deg);
  }
  /*アコーディオンで現れるエリア*/
  .box {
    display: none;
    color: #333;
    margin: 0;
    padding: 1em 0 0;
  }
  .box-text {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
    margin: 0;
  }
  .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 #ccc;
  }
  .box-text li.box-text--2col {
    width: 49%;
  }
  .box-text li.box-text--2col img {
    width: 188px;
  }
  .box-text li.box-text--3col {
    width: 100%;
  }
  .box-text li::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    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%;
  }
  /*共通*/
  html {
    scroll-behavior: smooth;
  }
  .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;
  }
}