@charset "UTF-8";
@media only screen and (min-width: 600px) {
  /* 今回用のcss */
  .main-page {
    margin-bottom: 50px;
    padding: 0 0 50px;
    font-size: 120%;
    color: #333;
    background: #c7dae5;
    font-family: "Jost-Regular", "NotoSansJP-Regular", sans-serif;
    /* スタスナを4カラムに調整 */
  }
  .main-page img {
    height: auto;
  }
  .main-page__sp-only {
    display: none;
  }
  .main-page h1 {
    margin: 0 0 40px;
    padding: 0;
    border: none;
  }
  .main-page__inner {
    padding: 0 60px;
  }
  .main-page__mv {
    position: relative;
  }
  .main-page__mv img {
    display: block;
  }
  .main-page__top-txt {
    text-align: center;
    font-size: 83.3%;
    line-height: 1.792;
  }
  .main-page__text {
    font-size: 16px;
    line-height: 1.671;
    text-align: center;
    letter-spacing: -0.02em;
  }
  .main-page__line {
    margin: 40px 0 0;
    padding: 30px 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 8px;
    background-color: #ebf2f6;
  }
  .main-page__line-about {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
  }
  .main-page__line-icon img {
    width: 60px;
  }
  .main-page__line-txt {
    font-size: 93.8%;
    line-height: 1.583;
    color: #333;
  }
  .main-page__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;
  }
  .main-page__line-btn > span {
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
  .main-page__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;
  }
  .main-page__line-btn > span strong {
    color: #fff600;
    display: flex;
    align-items: center;
    gap: 0 0.1em;
    font-weight: 500;
    font-family: "NotoSansJP-Medium", sans-serif;
  }
  .main-page__line-btn > span strong span {
    font-size: 176.9%;
    letter-spacing: -0.005em;
    font-family: "Jost-Regular", sans-serif;
    font-weight: normal;
  }
  .main-page__sec-ttl {
    margin-top: 100px;
    font-size: 50px;
    color: #b79946;
    letter-spacing: -0.02em;
    text-align: center;
    font-family: "Marcellus", sans-serif;
  }
  .main-page__sex {
    margin-top: 16px;
  }
  .main-page__sex ul {
    list-style-type: none;
    padding-left: 0;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    width: 620px;
    margin: 0 auto;
  }
  .main-page__sex li {
    height: 80px;
    width: 50%;
  }
  .main-page__sex li.main-page__active a {
    background-color: #2c5c78;
  }
  .main-page__sex a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: "Inter", sans-serif;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9ab4c4;
    text-decoration: none !important;
  }
  .main-page__index {
    width: 620px;
    margin: 0 auto;
  }
  .main-page__index-title {
    margin-top: 54px;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.02em;
  }
  .main-page__index-title span {
    position: relative;
    display: inline-block;
    padding: 0 2em;
  }
  .main-page__index-title span::before, .main-page__index-title span::after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0.4em;
    transform: rotate(-28deg);
  }
  .main-page__index-title span::after {
    left: auto;
    right: 0;
    transform: rotate(28deg);
  }
  .main-page__index-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .main-page__index-list > li:first-child {
    grid-column: 1/3;
    margin-bottom: 14px;
  }
  .main-page__index-list img {
    width: 40px;
  }
  .main-page__index-list a {
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: -0.02em;
    height: 100px;
    font-weight: 600;
    font-family: "NotoSansJP-Medium", sans-serif;
    text-align: center;
    gap: 0 8px;
    text-decoration: none !important;
  }
  .main-page__index-list a::after {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 7px;
    right: calc(50% - 5px);
    content: "";
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: translateY(-50%) rotate(135deg);
    pointer-events: none;
  }
  .main-page__gift-title {
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 30px;
    font-family: "Marcellus", sans-serif;
    font-weight: normal;
    color: #b79946;
    font-size: 50px;
    letter-spacing: -0.02em;
    text-align: center;
    border-top: 1px solid #b79946;
  }
  .main-page__gift-title + .main-page__text {
    margin: 10px 0;
  }
  .main-page__gift-title + .main-page__text + a {
    display: block;
    width: 620px;
    margin: 0 auto;
  }
  .main-page__gift-subtitle {
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
    font-family: "Marcellus", sans-serif;
    font-weight: normal;
    color: #b79946;
    font-size: 50px;
    letter-spacing: -0.02em;
    text-align: center;
  }
  .main-page__gift-subtitle::before, .main-page__gift-subtitle::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #b79946;
  }
  .main-page__gift-subtitle::after {
    left: auto;
    right: 0;
  }
  .main-page__category {
    margin-top: 100px;
  }
  .main-page__category-title {
    padding-top: 50px;
    margin-bottom: 6px;
    font-size: 70px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #b79946;
    font-family: "Marcellus", sans-serif;
    border-top: 1px solid #b79946;
    line-height: 1;
    font-weight: normal;
  }
  .main-page__category-subtitle {
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .main-page__category-list {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .main-page__category-list a {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    color: #333333;
    text-decoration: none !important;
    height: 100px;
    padding-top: 26px;
  }
  .main-page__category-list a::after {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 50%;
    content: "";
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
  .main-page__category-list > li:nth-child(5) .main-page__category-ja {
    margin-top: 0;
  }
  .main-page__category-en {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 600;
  }
  .main-page__category-ja {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: -0.02em;
    line-height: 1.317;
    text-align: center;
  }
  .main-page__ranking {
    margin-top: 100px;
  }
  .main-page__budget {
    margin-top: 100px;
  }
  .main-page__budget-list {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .main-page__budget-list a {
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    letter-spacing: -0.04em;
    height: 100px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-align: center;
    text-decoration: none !important;
  }
  .main-page__budget-list a::after {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 50%;
    content: "";
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
  .main-page__budget-list a > span span {
    margin: 0 0.15em;
    font-size: 23px;
  }
  .main-page__brand {
    margin-top: 100px;
  }
  .main-page__brand .box {
    margin-top: 48px;
    display: block;
  }
  .main-page__hl-btm {
    padding-top: 24px;
    border-top: 1px solid #b79946;
    text-align: center;
    font-family: "Marcellus", sans-serif;
    font-weight: bold;
    letter-spacing: -0.04em;
    font-size: 260.4%;
    color: #b79946;
  }
  .main-page__sec-snap {
    margin-top: 120px;
  }
  .main-page__sec-snap .main-page__text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-page__sec-snap .main-page__btm-btns {
    margin-top: 30px;
  }
  .main-page__sec-snap .right-arrow {
    border-width: 0;
  }
  .main-page__sec-snap .right-arrow span {
    font-size: 0.769em;
  }
  .main-page__sec-topics {
    margin-top: 120px;
  }
  .main-page__sec-topics .right-arrow {
    border-width: 0;
  }
  .main-page #main-men {
    display: 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 .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;
  }
  /* 以下、共通スタイル */
  /* 共通 */
  .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;
  }
  /* トピックス */
  #footer_topics {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between !important;
    width: to_percent(708, 780);
    gap: 20px;
    margin: 50px auto !important;
  }
  #footer_topics .col img {
    width: 100%;
  }
  .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 #999999;
    border-right: 1px solid #999999;
    transform: translateY(-50%) rotate(45deg);
  }
  /* アコーディオン */
  /*アコーディオン全体*/
  .accordion-area {
    list-style: none;
    margin: 0 0 5%;
  }
  .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: #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;
  }
  .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%;
  }
  .box-text--2col li {
    width: 49%;
  }
  .box-text--2col img {
    width: 55%;
  }
  .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;
  }
}
/*# sourceMappingURL=251125_pc_gift.css.map */
