@charset "UTF-8";
/* min-width: 1028px; */
/* 共通設定 */
:root {
  --slotWidth: 278;
  --slotLength: 10;
}

@media only screen and (min-width: 768px) {
  body {
    overflow: initial;
    contain: paint;
  }
}
body:has(.presentCheck:checked) {
  overflow: hidden;
  contain: none;
}

#contentsArea {
  clear: both;
  overflow-x: initial;
}

#wrap {
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #000;
}

#wrap *,
#wrap *:before,
#wrap *:after {
  box-sizing: inherit;
}

#wrap h2,
#wrap h3,
#wrap h4,
#wrap h5,
#wrap div,
#wrap p,
#wrap ul,
#wrap ol,
#wrap li,
#wrap button {
  font-family: inherit;
  color: inherit;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  letter-spacing: normal;
  font-size: 4vw;
}
@media only screen and (min-width: 768px) {
  #wrap h2,
  #wrap h3,
  #wrap h4,
  #wrap h5,
  #wrap div,
  #wrap p,
  #wrap ul,
  #wrap ol,
  #wrap li,
  #wrap button {
    font-size: 18px;
  }
}
#wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

#wrap a {
  color: inherit;
}

#wrap > .contents-wrap {
  margin-bottom: 3em;
}

#wrap .--serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#wrap .--sans {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#wrap.base .sec a {
  text-decoration: none;
}
#wrap.base .sec a > div, #wrap.base .sec a > p, #wrap.base .sec a > span, #wrap.base .sec a > picture, #wrap.base .sec a > img {
  transition: opacity 0.3s linear;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec a:hover > div, #wrap.base .sec a:hover > p, #wrap.base .sec a:hover > span, #wrap.base .sec a:hover > picture, #wrap.base .sec a:hover > img {
    opacity: 0.6;
  }
}
#wrap.base .sec .secContents {
  color: #2b3030;
}
#wrap.base .sec .secContents p,
#wrap.base .sec .secContents li,
#wrap.base .sec .secContents a {
  color: #2b3030;
}

/*
.main
*/
@media only screen and (min-width: 768px) {
  #wrap.base .sec .main {
    width: 100%;
    max-width: 470px;
  }
}
#wrap.base .sec .main .mainHeader {
  position: relative;
  width: 100%;
  background: url(../gohobi_index_img/main_bg_s.jpg) top center no-repeat;
  background-size: 100% auto;
}
#wrap.base .sec .main .mainHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 75/16;
  background: url(../gohobi_index_img/sec_1_bg_top.svg) bottom center no-repeat;
  background-size: 100% auto;
}
/*
*/
#wrap.base .mainContents {
  display: block;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents {
    position: relative;
    display: grid;
    grid-template-columns: 1fr max(33.5714285714%, 460px) 1fr;
    max-width: 1400px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: max(100vw, 100%);
    height: 100%;
    background: url(../gohobi_index_img/pc_bg.svg) top left repeat;
    background-size: 1.7777777778em auto;
    background-color: #226C93;
    transform: translateX(-50%);
  }
}
#wrap.base .mainContents .catch {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents .catch {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(100svh, 840px);
    order: 3;
  }
}
#wrap.base .mainContents .catchText {
  display: none;
  max-width: 331px;
  width: max(70.4255319149%, 18.3888888889em);
}
@media only screen and (min-width: 1180px) {
  #wrap.base .mainContents .catchText {
    display: block;
  }
}
#wrap.base .mainContents .rouletteNav.-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents .rouletteNav.-pc {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(100svh, 840px);
    order: 1;
  }
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavHeader {
  top: -0.7777777778em;
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavInner {
  display: none;
  max-width: 299px;
  width: max(63.6170212766%, 16.6111111111em);
  aspect-ratio: 299/488;
  background-image: url(../gohobi_index_img/menu_bg.svg);
}
@media only screen and (min-width: 1180px) {
  #wrap.base .mainContents .rouletteNav.-pc .rouletteNavInner {
    display: block;
  }
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavMenus {
  row-gap: 0.6111111111em;
  margin-top: -0.1111111111em;
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavMenu {
  margin: 0;
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavMenu > a > span {
  font-size: 0.8333333333em;
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavMenu._1 {
  width: 87.6254180602%;
  transform: translateX(19.8473282443%);
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavMenu._2 {
  width: 66.5551839465%;
  transform: translateX(-5.3435114504%);
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavMenu._3 {
  width: 69.2307692308%;
  transform: translateX(43.5114503817%) translateY(-0.1666666667em);
}
#wrap.base .mainContents .rouletteNav.-pc .rouletteNavMenu._4 {
  width: 55.8528428094%;
  transform: translateX(29.0076335878%);
}
@media only screen and (min-width: 768px) {
  #wrap.base .mainContents .main {
    order: 2;
    box-shadow: 0 4px 90px 0 rgba(0, 0, 0, 0.25);
  }
}
/*

.sec_01
*/
#wrap.base .main .sec_01 {
  padding-bottom: 11.4666666667em;
  background: url(../gohobi_index_img/sec_1_bg.svg) top left repeat;
  background-size: 100% auto;
  background-color: #debd77;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .sec_01 {
    padding-bottom: 11.4666666667em;
  }
}
#wrap.base .main .sec_01 .abstract {
  display: flex;
  flex-direction: column;
  row-gap: 1.3333333333em;
  padding-top: 0.8em;
}
#wrap.base .main .sec_01 .abstract p {
  text-align: center;
  font-size: inherit;
  line-height: 1.95;
  letter-spacing: 0.12em;
}
#wrap.base .main .sec_01 .rouletteNavInner {
  position: relative;
  width: 91.4666666667%;
  margin-top: 2.5333333333em;
  background-image: url(../gohobi_index_img/menu_bg_s.svg);
}
#wrap.base .main .sec_01 .rouletteNavInner:before {
  aspect-ratio: 343/130;
  background-image: url(../gohobi_index_img/sec_1_in_bg_top.svg);
}
#wrap.base .main .sec_01 .rouletteNavInner:after {
  position: absolute;
  left: 0;
  top: 100%;
  aspect-ratio: 343/35;
  background-image: url(../gohobi_index_img/sec_1_in_bg_bottom.svg);
}
#wrap.base .main .sec_01 .rouletteNavMain {
  background-image: url(../gohobi_index_img/sec_1_in_bg_body.svg);
}
#wrap.base .main .sec_01 .rouletteNavMenus {
  padding-top: 1.1333333333em;
}
#wrap.base .main .sec_01 .rouletteNavMenu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#wrap.base .main .sec_01 .rouletteNavMenu > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#wrap.base .main .sec_01 .rouletteNavMenu._1 {
  width: 76.3848396501%;
}
#wrap.base .main .sec_01 .rouletteNavMenu._1 > a {
  aspect-ratio: 262/101;
  background-image: url(../gohobi_index_img/bubble_1.svg);
}
#wrap.base .main .sec_01 .rouletteNavMenu._2 {
  width: 58.0174927114%;
}
#wrap.base .main .sec_01 .rouletteNavMenu._2 > a {
  aspect-ratio: 199/91;
  background-image: url(../gohobi_index_img/bubble_2.svg);
}
#wrap.base .main .sec_01 .rouletteNavMenu._3 {
  width: 60.3498542274%;
}
#wrap.base .main .sec_01 .rouletteNavMenu._3 > a {
  aspect-ratio: 207/86;
  background-image: url(../gohobi_index_img/bubble_3.svg);
}
#wrap.base .main .sec_01 .rouletteNavMenu._4 {
  width: 48.6880466472%;
}
#wrap.base .main .sec_01 .rouletteNavMenu._4 > a {
  aspect-ratio: 167/85;
  background-image: url(../gohobi_index_img/bubble_4.svg);
}
#wrap.base .rouletteNavHeader {
  position: relative;
  top: -0.5333333333em;
}
#wrap.base .rouletteNavInner {
  position: relative;
  aspect-ratio: 343/550;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#wrap.base .rouletteNavMenus {
  display: flex;
  flex-direction: column;
  row-gap: 0.3333333333em;
  width: 100%;
}
#wrap.base .rouletteNavMenu {
  display: flex;
  flex-direction: column;
}
#wrap.base .rouletteNavMenu > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#wrap.base .rouletteNavMenu > a > span {
  line-height: 1.5;
  letter-spacing: 0.06em;
  transform: translateY(-8px);
}
#wrap.base .rouletteNavMenu._1 {
  width: 76.3848396501%;
  margin-right: 6.1224489796%;
}
#wrap.base .rouletteNavMenu._1 > a {
  aspect-ratio: 262/101;
  background-image: url(../gohobi_index_img/bubble_1.svg);
}
#wrap.base .rouletteNavMenu._2 {
  width: 58.0174927114%;
  margin-left: 5.8309037901%;
}
#wrap.base .rouletteNavMenu._2 > a {
  aspect-ratio: 199/91;
  background-image: url(../gohobi_index_img/bubble_2.svg);
}
#wrap.base .rouletteNavMenu._3 {
  width: 60.3498542274%;
  margin-right: 2.6239067055%;
  transform: translateY(-1em);
}
#wrap.base .rouletteNavMenu._3 > a {
  aspect-ratio: 207/86;
  background-image: url(../gohobi_index_img/bubble_3.svg);
}
#wrap.base .rouletteNavMenu._4 {
  width: 48.6880466472%;
  margin-left: 18.6588921283%;
  margin-top: -0.3333333333em;
}
#wrap.base .rouletteNavMenu._4 > a {
  aspect-ratio: 167/85;
  background-image: url(../gohobi_index_img/bubble_4.svg);
}

/*
.sec_02
*/
#wrap.base .main .sec_02 .item {
  position: relative;
  width: 100%;
  padding-bottom: 12em;
  background: url(../gohobi_index_img/sec_2_bg.png) center top no-repeat;
  background-size: 100% auto;
  background-color: #fff;
}
#wrap.base .main .sec_02 .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: block;
  width: 100%;
  aspect-ratio: 375/121;
  background: url(../gohobi_index_img/sec_2_bg_top.png) bottom center no-repeat;
  background-size: 100% auto;
}
#wrap.base .main .sec_02 .itemInner {
  position: relative;
  width: 100%;
  aspect-ratio: 125/150;
}
#wrap.base .main .sec_02 .item._4 {
  padding-bottom: 6.6666666667em;
}
#wrap.base .main .sec_02 .itemHeader.is-over {
  overflow: hidden;
  height: 0;
  pointer-events: none;
}
#wrap.base .main .sec_02 .rouletteContents {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
#wrap.base .main .sec_02 .rouletteContents.is-active {
  height: auto;
  pointer-events: initial;
}
#wrap.base .main .sec_02 .rouletteContents .slotsWrapper {
  width: 68.8%;
}
#wrap.base .main .sec_02 .rouletteContents .slotImages {
  display: flex;
  width: calc(var(--slotWidth) * var(--slotLength) / 258 * 100%);
  transform: translateX(calc(var(--slotWidth) / (var(--slotWidth) * var(--slotLength) * 1) * -100%));
  transition: transform 6.5s easeOutElastic;
}
#wrap.base .main .sec_02 .rouletteContents .slotImg > p {
  width: calc(258 / var(--slotWidth) * 100%);
  border-radius: 0.8em;
  overflow: hidden;
}
#wrap.base .main .sec_02 .btnRoulette {
  position: relative;
  display: block;
  width: 75.4666666667%;
  aspect-ratio: 283/95;
  margin: 1.3333333333em auto 0;
  cursor: pointer;
}
#wrap.base .main .sec_02 .btnRoulette .btnRoulettsArea {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../gohobi_index_img/btn_bg.svg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-mask-image: url(../gohobi_index_img/btn_bg.svg);
          mask-image: url(../gohobi_index_img/btn_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
#wrap.base .main .sec_02 .btnRoulette .btnRoulettsArea:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny 3s ease-in-out infinite;
}
#wrap.base .main .sec_02 .btnRoulette .btnRoulettsArea > span {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.08em;
}
#wrap.base .main .sec_02 .btnRoulette:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 100%;
  aspect-ratio: 283/95;
  background: url(../gohobi_index_img/btn_shadow.svg) center center no-repeat;
  background-size: cover;
}
#wrap.base .main .sec_02 .btnRoulette:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8.480565371%;
  display: block;
  width: 0.6666666667em;
  aspect-ratio: 10/11;
  background: url(../gohobi_index_img/btn_arrow.svg) center center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
#wrap.base .main .sec_02 .btnLink {
  width: 70.1333333333%;
}
#wrap.base .main .sec_02 .btnLink.-reatart {
  position: relative;
  display: block;
  height: 0;
  margin: -2em auto 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s 0.2s linear;
  overflow: hidden;
}
#wrap.base .main .sec_02 .btnLink.-reatart:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny 3s ease-in-out infinite;
}
#wrap.base .main .sec_02 .btnLink.-reatart.is-active {
  height: auto;
  pointer-events: initial;
  opacity: 1;
}
#wrap.base .main .sec_02 .btnLink.-reatart .btnLinkArea {
  background-color: #e6c05a;
}
#wrap.base .main .sec_02 .btnLink.-reatart + .btnLink {
  margin-top: 1em;
}
#wrap.base .main .sec_02 .btnLink .btnLinkArea {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 263/60;
  background-color: #fff;
  color: #205e69;
  border: 1px solid #205e69;
  border-radius: 6.6666666667em;
}
#wrap.base .main .sec_02 .btnLink .btnLinkArea > span {
  font-weight: bold;
  font-size: 0.8666666667em;
  letter-spacing: 0.08em;
}
#wrap.base .main .sec_02 .btnLink .btnLinkArea:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.6045627376%;
  width: 0.5333333333em;
  aspect-ratio: 1/1;
  border-bottom: 0.1333333333em solid #205e69;
  border-right: 0.1333333333em solid #205e69;
  transform: rotate(-45deg) translateY(-50%);
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*
.sec_03
*/
#wrap.base .main .sec_03 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 375/606;
  background: url(../gohobi_index_img/sec_03_bg.svg) top center no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main .sec_03 {
    background-color: #fff;
  }
}
#wrap.base .main .sec_03 .secInner {
  position: relative;
  width: 91.4666666667%;
  padding: 0.8em 0 1.0666666667em;
  background-color: #08506c;
}
#wrap.base .main .sec_03 .secInner:before, #wrap.base .main .sec_03 .secInner:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 343/24;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#wrap.base .main .sec_03 .secInner:before {
  bottom: 100%;
  background-image: url(../gohobi_index_img/cat_bg_top.svg);
  background-position: bottom center;
}
#wrap.base .main .sec_03 .secInner:after {
  top: 100%;
  background-image: url(../gohobi_index_img/cat_bg_bottom.svg);
  background-position: top center;
}
#wrap.base .main .sec_03 h3 {
  width: 60.6413994169%;
}
#wrap.base .main .sec_03 .categoryList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.2861736334%;
       column-gap: 1.2861736334%;
  row-gap: 1.3333333333em;
  width: 90.6705539359%;
  margin-top: 2.1333333333em;
}
#wrap.base .main .sec_03 .categoryList .category {
  width: 32.4758842444%;
  margin: 0;
  text-align: center;
}
#wrap.base .main .sec_03 .categoryList .category a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.2666666667em;
  color: #fff;
}
#wrap.base .main .sec_03 .categoryList .category a span:nth-of-type(1) {
  width: 606.9801980198;
}
#wrap.base .main .sec_03 .categoryList .category a span:nth-of-type(2) {
  font-size: 0.8em;
  line-height: 1.4;
}

/*
.sec_04
*/
#wrap.base .main .sec_04 {
  padding: 6.6666666667em 0;
  background-color: #fff;
}
#wrap.base .main .sec_04 h3 {
  text-align: center;
  font-size: 1.6em;
}
#wrap.base .main .sec_04 .recommendList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.6em;
  width: 85.3333333333%;
  margin-top: 1.6em;
}