@charset "utf-8";

/*PC*/
html[data-browse-mode=P] .sp-only {
    display: none !important;
}
/*SP*/
html[data-browse-mode=S] .pc-only {
   display: none !important;
}

/*PCサイズ*/
html[data-browse-mode=P] .gohobi-choice-mv {
    position: relative;
    background: #F1F1F6;
    padding: 40px 140px;
    text-align: center;
}
html[data-browse-mode=P] .gohobi-choice-mv::before,
html[data-browse-mode=P] .gohobi-choice-mv::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 218px;
    top: 50%;
    transform: translateY(-50%);
}
html[data-browse-mode=P] .gohobi-choice-mv::before {
    background: url(/img/usr/freepage/season_collection/text_event.png) no-repeat;
    left: 60px;
}
html[data-browse-mode=P] .gohobi-choice-mv::after {
    background: url(/img/usr/freepage/season_collection/text_event.png) no-repeat;
    right: 60px;
}
.gohobi-choice-mv h1 {
    width: 100%;
}
.gohobi-choice-mv p {
    font-size: 15px;
    letter-spacing: -2px;
}
html[data-browse-mode=P] .gohobi-choice-mv p {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
}

.gohobi-choice-mv p::before {
    content: "";
    background: url(/img/usr/freepage/season_collection/icon_angle_brackets.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translateY(-50%);
    width: 12px;
    height: 55px;
}
.gohobi-choice-mv p::after {
    content: "";
    background: url(/img/usr/freepage/season_collection/icon_angle_brackets.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%) scale(-1, 1);
    width: 12px;
    height: 55px;
}

.gohobi-choice-category-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2%;
}

.gohobi-choice-category-inner li {
    width: 280px;
    height: 280px;
}
.gohobi-choice-category-inner li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.gohobi-choice-category-inner li a:hover {
    border-radius: 50%;
}

.gohobi-choice-category-inner li a div {
    /* display: block; */
    width: 200px;
    height: 104px;
    font-weight: bold;
    color: #fff;
    position: relative;
    opacity: 0.9;
    border-radius: 2px;
}

.gohobi-choice-category-inner li a div:after {
    position: absolute;
    content: "";
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    border-radius: 2px;
    border: 1px solid;
}

.gohobi-choice-category-inner li a div p {
    width: 100%;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.gohobi-choice-category-inner li a div p span {
    font-size: 12px;
}
.gohobi-choice-category {
    text-align: center;
    background: #EDEDED;
}
.gohobi-choice-category h2 {
    font-size: 24px;
    padding: 72px 0 45px;
    color: #444444;
}

.gohobi-choice-category-list-btn {
    margin: 0 auto;
    padding: 40px 0 80px;
}

.gohobi-choice-category-list-btn a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #444444;
    font-size: 15px;
    padding: 12px 58px;
    border-radius: 23px;
    transition: 0.5s all;
}
.gohobi-choice-category-list-btn a:hover {
    opacity: 0.5;
    text-decoration: none;
}

html[data-browse-mode=P] .gohobi-choice-contents {
    padding: 0 0 120px 0;
    width: 100%;
    position: relative;
    height: auto;
    background: url(/img/usr/freepage/season_collection/bg_pc.png) no-repeat center bottom / 100% 100%;
}

html[data-browse-mode=P] .gohobi-choice-contents-lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: clamp(1200px,100%,1620px);
    height: 787px;
    margin-inline: auto;
    padding-top: 120px;
    padding-left: 53px;
}

html[data-browse-mode=S] .gohobi-choice-contents-lineup-wrap {
    margin-block: 75px 140px;
}

html[data-browse-mode=P] .gohobi-choice-contents-lineup-wrap:nth-child(1),
html[data-browse-mode=P] .gohobi-choice-contents-lineup-wrap:nth-child(3) {
    flex-direction: row-reverse;
}

html[data-browse-mode=P] .gohobi-choice-contents-lineup-title {
    width: 313px;
    position: relative;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-title {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    margin: 0 auto 44px;
    padding-left: 20px;
    row-gap: 14px;
}
html[data-browse-mode=P] .gohobi-choice-contents-lineup-title-title {
    width: 168px;
    margin: 0 auto 48px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-title-title {
    width: 40%;
}
html[data-browse-mode=P] .gohobi-choice-contents-lineup-title-catch {
    width: 280px;
    margin: 0 auto 30px;
    font-size: 22px;
    line-height: 2;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-title-catch {
    width: 100%;
    order: 3;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-title-img {
    width: 55%;
}
.gohobi-choice-contents-lineup-title-mv {
    text-align: center;
}

html[data-browse-mode=P] .gohobi-choice-contents-lineup-title-mv {
    width: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    right: 0;
}
.gohobi-choice-contents-lineup-title-mv h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 0.7;
    margin-top: 30px;
}

.gohobi-choice-contents-lineup-title h2 span {
    font-size: 12px;
    font-weight: normal;
}

.gohobi-choice-contents-lineup-title-text-icon p {
    font-size: 9px;
    margin: 16px 0;
    display: none;
}

html[data-browse-mode=P] .gohobi-choice-contents-lineup-title-text-icon {
    transform: rotate(-90deg);
    width: 667px;
    height: 47px;
    position: absolute;
    top: 312px;
    right: -16px;
}
html[data-browse-mode=P] .gohobi-choice-contents-lineup-items {
    width: calc(100% - 347px);
    border-radius: 16px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items {
    width: 100%;
    border-radius: 16px 0 0 16px;
}
html[data-browse-mode=P] .gohobi-choice-contents-lineup-items ul {
    display: flex;
    flex-flow: row wrap;
    gap: 27px 38px;
    width: 100%;
    padding: 36px 24px 36px 68px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px;
    overflow: auto;
    padding-right: 32px;
}
html[data-browse-mode=P] .gohobi-choice-contents-lineup-items ul li {
    width: calc(50% - 19px);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 6px #00000020;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items ul li {
    width: 200px;
    min-width: 200px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.gohobi-choice-contents-lineup-items .image {
    padding-block: 33px;
    padding-inline: 19px 14px;
}

.gohobi-choice-contents-lineup-items .text {
    padding-inline: 16px;
    width: calc(100% - 266px);
}

.gohobi-choice-contents-lineup-items .text span {
    color: #707070;
    margin-bottom: 10px;
}
.gohobi-choice-contents-lineup-items .text h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 4px 0 -4px;
}

.gohobi-choice-contents-lineup-items .text .price {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
.gohobi-choice-contents-lineup-items .text .summary {
    font-size: 14px;
    letter-spacing: -1px;
}

.gohobi-choice-contents-lineup-items a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    transition: 0.5s all;
    outline: none;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items a {
    flex-direction: column;
    justify-content: flex-start;
}
.gohobi-choice-contents-lineup-items a:hover {
    opacity: 0.5;
    text-decoration: none;
}

/* item 色分け*/
html[data-browse-mode=P] .gohobi-choice-contents-lineup-items li .image {
    width: 266px;
    height: 100%;
}

html[data-browse-mode=S] .gohobi-choice-contents-lineup-items li .image {
    width: 200px;
    height: 200px;
}

/* 矢印アイコン */
.gohobi-choice-contents-lineup-items .slick-prev {
    display: none !important;
}

.slide-arrow.next-arrow.slick-arrow {
    width: 70px;
    height: 70px;
    background: #444444;
    border-radius: 50%;
}

.arrow_box1, .arrow_box2, .arrow_box3, .arrow_box4 {
    position: absolute;
    top: 50%;
    left: -31px;
    transform: translateY(-50%);
}

.next-arrow {
    display: block;
    width: 70px;
    height: 70px;
    background: #444;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.next-arrow::before{
    position:absolute;
    content: "";
    width:20px;
    height:20px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:6px;
    right:0;
    margin:auto;
    transform:rotate(-135deg);
}
#autumn_leaves .gohobi-choice-contents-lineup-title-mv,
#halloween .gohobi-choice-contents-lineup-title-mv {
    left: 0;
}

#autumn_leaves .gohobi-choice-contents-lineup-title-text-icon,
#halloween .gohobi-choice-contents-lineup-title-text-icon {
    left: -32px;
}

/* スライダー英字テキスト */
.gohobi-choice-contents-lineup-title-text-icon li {
    margin-left: 35px;
}

/* SPサイズ */
html[data-browse-mode=S] .gohobi-choice-contents {
    background: url(/img/usr/freepage/season_collection/bg_contents_sp.png) no-repeat top left / cover;
    width: 100%;
    /* height: 3462px; */
    position: relative;
}
html[data-browse-mode=S] .gohobi-choice-mv h1 {
    padding: 4% 4% 40px 4%;
}

html[data-browse-mode=S] .gohobi-choice-mv {
    background: url(/img/usr/freepage/season_collection/bg_mv_sp.png) no-repeat top / cover;
    background-color: #F1F1F6;
    padding-bottom: 35px;
}

html[data-browse-mode=S] .gohobi-choice-mv p::before {
    left: 0;
    width: 24px;
    height: 110px;
}
html[data-browse-mode=S] .gohobi-choice-mv p::after {
    right: 0;
    width: 24px;
    height: 110px;
}

html[data-browse-mode=S] .gohobi-choice-mv p {
    position: relative;
    text-align: center;
    line-height: 2;
    width: 314px;
    margin: 0 auto;
}
html[data-browse-mode=S] .gohobi-choice-category-inner {
    gap: 12px;
    flex-wrap: wrap;
}

html[data-browse-mode=S] .gohobi-choice-category-inner li {
    width: 44%;
    height: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}
html[data-browse-mode=S] .gohobi-choice-category h2 {
    font-size: 20px;
    padding: 61px 0 35px;
}
html[data-browse-mode=S] .gohobi-choice-category-inner li p {
    font-size: 20px;
    line-height: 0.8;
}
html[data-browse-mode=S] .gohobi-choice-category-inner li div {
    width: 80%;
    height: 40%;
}
html[data-browse-mode=S] .gohobi-choice-category-list-btn {
    padding: 32px 0 60px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items {
    margin-left: 20px;
    padding: 20px 0 20px 20px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-title-mv {
    text-align: center;
    padding: 60px 0 30px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-title-mv h2 {
    font-size: 28px;
    line-height: 1;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-title-text-icon ul.slick-slider {
    margin-bottom: 10px;

}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items ul li.slick-slide {
    width: 200px;
    height: auto;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items .image {
    padding: 16px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items .text {
    width: 100%;
    padding: 20px 24px 32px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items .text h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0 24px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items .text .price {
    margin-bottom: 10px
}

html[data-browse-mode=S] .gohobi-choice-contents-lineup-items .text .summary {
    font-size: 13.5px;
    letter-spacing: -1.5px;
}

html[data-browse-mode=S] .slide-arrow.next-arrow.slick-arrow {
    display: none !important;
}

/* 全体 */
html[data-browse-mode=P] .gohobi-choice-contents {
    height: auto;
    background: url(/img/usr/freepage/season_collection/bg_pc.png) no-repeat center bottom / 100% 100%;
}
/* メインビジュアル */
html[data-browse-mode=S] .gohobi-choice-mv {
    background: none;
}
html[data-browse-mode=S] .gohobi-choice-head {
    background: url(/img/usr/freepage/season_collection/bg_mv_sp.png) #F1F1F6 no-repeat 20% / cover;
}
html[data-browse-mode=S] .gohobi-choice-category h2 {
    padding-top: 10px;
}
.gohobi-choice-mv p {
    letter-spacing: -0.02em;
    font-size: 16px;
}
html[data-browse-mode=P] .gohobi-choice-mv p {
    top: 59%;
    margin-left: -16px;
    color: #FFFFFF;
}
html[data-browse-mode=S] .gohobi-choice-mv p {
    line-height: 1.6875;
}
html[data-browse-mode=P] .gohobi-choice-mv p::before,
html[data-browse-mode=P] .gohobi-choice-mv p::after {
    background-image: url(/img/usr/freepage/season_collection/icon_angle_brackets.png);
    width: 19px;
    height: 47px;
}
/* アンカーリンク */
html[data-browse-mode=S] .gohobi-choice-category {
    background: transparent;
}
/* 各セクション */
html[data-browse-mode=P] .gohobi-choice-contents-lineup-wrap:nth-child(even) .gohobi-choice-contents-lineup {
    flex-direction: row;
}
html[data-browse-mode=P] .gohobi-choice-contents-lineup-wrap:nth-child(odd) .gohobi-choice-contents-lineup {
    flex-direction: row-reverse;
    padding-inline: 0 53px;
}
/* -- タイトル回り */
.gohobi-choice-contents-lineup-title-mv h2 {
    font-size: 36px;
}
html[data-browse-mode=P] .gohobi-choice-contents-lineup-wrap:nth-child(even) .gohobi-choice-contents-lineup-title-mv {
    left: 0;
}
html[data-browse-mode=P] .gohobi-choice-contents-lineup-wrap:nth-child(even) .gohobi-choice-contents-lineup-title-text-icon {
    right: -300px;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-title-text-icon p {
    margin: 10px 0 8px;
    padding-inline: 20px;
    font-size: 8px;
}
/* -- 各アイテム */
.gohobi-choice-contents-lineup-items a:hover,
.gohobi-choice-contents-lineup-items a:focus {
    text-decoration: none;
}
.gohobi-choice-contents-lineup-items li .image img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
html[data-browse-mode=S] .gohobi-choice-contents-lineup-items a:hover {
    opacity: 1;
}
html[data-browse-mode=P] #holiday-season .gohobi-choice-contents-lineup-items .text h3 {
    height: 100px;
}
.gohobi-choice-contents-lineup-items .text span {
    display: inline-block;
    margin-bottom: 0;
    min-height: 1em;
}
/* -- 新規追加　各セクション内ボタン */
.gohobi-choice-contents-lineup-btn a {
    max-width: 300px;
    width: 100%;
    height: 60px;
    margin-inline: auto;
    margin-top: 60px;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    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;
    transition: 0.5s all;
}
.gohobi-choice-contents-lineup-btn a:hover,
.gohobi-choice-contents-lineup-btn a:focus {
    text-decoration: none;
}
.gohobi-choice-contents-lineup-btn a:hover {
    opacity: 0.7;
}

.gohobi-choice-category-inner li:nth-child(1) a div {
    background: var(--content01color);
  }
  .gohobi-choice-category-inner li:nth-child(2) a div {
    background: var(--content02color);
  }
  .gohobi-choice-category-inner li:nth-child(3) a div {
    background: var(--content03color);
  }
  .gohobi-choice-category-inner li:nth-child(4) a div {
    background: var(--content04color);
  }
  
  .gohobi-choice-category-inner li a div:after {
    border-color: #FFFFFF33;
  }
  
  .gohobi-choice-contents-lineup-wrap:nth-child(1) h2,
  .gohobi-choice-contents-lineup-wrap:nth-child(1) .gohobi-choice-contents-lineup-title-text-icon p {
      color: var(--content01color);
  }
  
  .gohobi-choice-contents-lineup-wrap:nth-child(2) h2,
  .gohobi-choice-contents-lineup-wrap:nth-child(2) .gohobi-choice-contents-lineup-title-text-icon p {
      color: var(--content02color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(3) h2,
  .gohobi-choice-contents-lineup-wrap:nth-child(3) .gohobi-choice-contents-lineup-title-text-icon p {
      color: var(--content03color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(4) h2,
  .gohobi-choice-contents-lineup-wrap:nth-child(4) .gohobi-choice-contents-lineup-title-text-icon p {
      color: var(--content04color);
  }
  
  .gohobi-choice-contents-lineup-wrap:nth-child(1) .gohobi-choice-contents-lineup-items {
      background: var(--content01color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(2) .gohobi-choice-contents-lineup-items {
      background: var(--content02color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(3) .gohobi-choice-contents-lineup-items {
      background: var(--content03color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(4) .gohobi-choice-contents-lineup-items {
      background: var(--content04color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(1) .gohobi-choice-contents-lineup-btn a {
    background: var(--content01color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(2) .gohobi-choice-contents-lineup-btn a {
    background: var(--content02color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(3) .gohobi-choice-contents-lineup-btn a {
    background: var(--content03color);
  }
  .gohobi-choice-contents-lineup-wrap:nth-child(4) .gohobi-choice-contents-lineup-btn a {
    background: var(--content04color);
  }