@charset "UTF-8";

/* style add ps */
#contents, .breadCrumbArea, hr {
  width: 980px;
  margin: 20px auto 15px;
}
.breadCrumb li {
  float: left;
  color: #202020;
  font-size: 14px;
  list-style: none;
}
.breadCrumb li a {
  display: inline-block;
  color: #202020;
  text-decoration: none;
  border-bottom: 1px dotted #202020;
}
.cf:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

@media only screen and (max-width: 620px) {	
  .breadCrumbArea, hr {	
    width: 620px;	
    margin: 5px 0;	
  }	
}	
	
#pageTitleArea {	
  display: table;	
  width: 100%;	
  min-height: 25px;	
  background: #808080;	
  border-bottom: 1px solid #cfcfcf;	
}	
#pageTitleArea .back {	
  display: table-cell;	
  width: 30px;	
  border-right: 1px solid #6f6f6f;	
  border-bottom: 1px solid #6f6f6f;	
  vertical-align: middle;	
  text-align: center;	
  table-layout: fixed;	
}	
#pageTitleArea .back a {	
  display: block;	
  width: 30px;	
  min-height: 25px;	
  background: url(/sp/common/images/arrow_back.png) 50% 50% no-repeat;	
  background-size: 30px 25px;	
  text-indent: -999em;	
}	
#pageTitleArea #pageTitle {	
  display: table-cell;	
  margin: 0 0 0 30px;	
  padding: 4px 10px;	
  color: #fff;	
  border-left: 1px solid #cfcfcf;	
  font-size: 13px;	
  line-height: 17px;	
  text-align: left;	
  vertical-align: middle;	
  height: 40px;	
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'メイリオ', Meiryo, sans-serif;	
}	

/*リセット*/
body {
  margin: 0;
}

#wrapper {
  font-size: 14px;
}

#wrapper * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", arial, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", helvetica, clean, sans-serif;
}
#wrapper * dd {
  margin-left: 0;
}

#wrapper p {
  margin: 0;
}

#wrapper a {
  outline: none;
}

#wrapper img {
  width: 100%;
  height: auto;
}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6, #wrapper article, #wrapper section, #wrapper ul {
  margin: 0;
  padding: 0;
}

#wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#wrapper div {
  line-height: 1;
}

/*ページ*/
#wrapper {
  overflow: hidden;
  position: relative;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/
.sp-only {
  display: none !important;
}

.sp-only-2 {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.pc-only-2 {
  display: inline-block !important;
}

/* font
-------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/
/* padding
-------------------------------*/
#wrapper .loader-box {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(255, 221, 0);
  z-index: 5000;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 50px;
  height: 50px;
  border-top: 5px solid rgba(255, 255, 255, 0.4);
  border-right: 5px solid rgba(255, 255, 255, 0.4);
  border-bottom: 5px solid rgba(255, 255, 255, 0.4);
  border-left: 5px solid #fff;
  border-radius: 50%;
  animation: loader 1.1s infinite linear;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 621px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* コンテンツ */
#wrapper {
  box-sizing: border-box;
  position: relative;
  background-color: #fd0;
  z-index: 1;
  /* search01-section */
}
#wrapper .inner {
  width: calc(100% - 2.94117647vw);
  margin: 0 auto;
}
@media only screen and (max-width: 620px) {
  #wrapper .inner {
    width: 100%;
    padding: 0;
  }
}
#wrapper div[class*=__bg] {
  pointer-events: none;
}
#wrapper .main-visual {
  width: 100%;
  position: relative;
}
#wrapper .main-visual .inner {
  position: absolute;
  top: 3.664%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 620px) {
  #wrapper .main-visual .inner {
    top: 6.4vw;
  }
}
#wrapper .main-visual__bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: 50% 50%;
}
#wrapper .main-visual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper .main-visual__image {
  width: 56.81818182%;
  margin: 0 auto;
  opacity: 0;
}
@media only screen and (max-width: 620px) {
  #wrapper .main-visual__image {
    width: 100%;
  }
}
#wrapper .main-visual__image .svg_mv_bg {
  opacity: 0;
}
#wrapper .main-visual__txt {
  width: 50.75757576%;
  margin: -0.758% auto 0;
  opacity: 0;
  transform: translateY(50px);
}
@media only screen and (max-width: 620px) {
  #wrapper .main-visual__txt {
    width: 100%;
    margin-top: -11.2%;
    transform: translateY(8vw);
  }
}
#wrapper .present {
  position: relative;
  padding: 1.177% 0 8.824%;
}
@media only screen and (max-width: 620px) {
  #wrapper .present {
    margin-top: -13.3333333333%;
    padding: 0 0 24%;
  }
}
#wrapper .present__bg {
  position: absolute;
  bottom: 6.804%;
  left: 0;
}
#wrapper .present__ttl {
  width: 58.33333333%;
  position: relative;
  margin: 0 auto 3.03030303%;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__ttl {
    width: 85.3333333333%;
    margin-bottom: 6.9333333333%;
  }
}
#wrapper .present__ttl > .change-img {
  transform: translateY(50px);
  opacity: 0;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__ttl > .change-img {
    transform: translateY(8vw);
  }
}
#wrapper .present__ttl .sub_ttl {
  width: 15.84415584%;
  position: absolute;
  bottom: 12.84%;
  left: 5.196%;
  opacity: 0;
  z-index: 2;
  transform: scale(0.2);
}
@media only screen and (max-width: 620px) {
  #wrapper .present__ttl .sub_ttl {
    width: 37.5%;
    bottom: 78.05%;
    left: -6.565%;
  }
}
#wrapper .present__wrapper {
  overflow: hidden;
  width: 68.18181818%;
  position: relative;
  margin: 0 auto;
  padding: 1.17647059vw 1.47058824vw;
  border: 1px solid #d02820;
  background-color: #f5aa00;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__wrapper {
    width: 85.3333333333%;
    padding: 3.7333333333%;
  }
}
#wrapper .present__wrapper .object__wrap span {
  width: 6.794%;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__wrapper .object__wrap span {
    width: 14.47%;
  }
}
#wrapper .present__wrapper .object__wrap span:nth-child(1) {
  top: -0.497%;
  left: -0.223%;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 620px) {
  #wrapper .present__wrapper .object__wrap span:nth-child(1) {
    top: -0.5333333333vw;
    left: -0.5333333333vw;
  }
}
#wrapper .present__wrapper .object__wrap span:nth-child(2) {
  top: -0.497%;
  right: -0.223%;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__wrapper .object__wrap span:nth-child(2) {
    top: -0.5333333333vw;
    right: -0.5333333333vw;
  }
}
#wrapper .present__wrapper .object__wrap span:nth-child(3) {
  right: -0.223%;
  bottom: -0.497%;
  transform: rotate(90deg);
}
@media only screen and (max-width: 620px) {
  #wrapper .present__wrapper .object__wrap span:nth-child(3) {
    right: -0.5333333333vw;
    bottom: -0.5333333333vw;
  }
}
#wrapper .present__wrapper .object__wrap span:nth-child(4) {
  bottom: -0.497%;
  left: -0.223%;
  transform: rotate(180deg);
}
@media only screen and (max-width: 620px) {
  #wrapper .present__wrapper .object__wrap span:nth-child(4) {
    bottom: -0.5333333333vw;
    left: -0.5333333333vw;
  }
}
#wrapper .present__info {
  padding: 3.4965035% 2.332% 1.166%;
  border: 1px solid #d02820;
  background-color: #fff;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__info {
    position: relative;
    padding: 8.623% 0 10.35%;
  }
}
#wrapper .present__info > div {
  width: 89.46078431%;
  margin: 0 auto;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__info > div {
    width: 100%;
  }
}
#wrapper .present__txt__wrap {
  width: 54.79452055%;
  float: left;
  margin-top: 4.11%;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__txt__wrap {
    max-width: 100%;
    width: 100%;
    clear: both;
    margin-top: 0;
  }
}
#wrapper .present__txt__wrap h3 {
  position: relative;
  line-height: 1.58334;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
  padding-bottom: 12%;
  padding-left: 8.5%;
  font-size: 1.76470588vw;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__txt__wrap h3 {
    margin-bottom: 3.476%;
    margin-left: 8.334%;
    padding-bottom: 12.5%;
    padding-left: 8.685%;
    font-size: 4.8vw;
    font-feature-settings: "palt";
  }
}
#wrapper .present__txt__wrap h3 .fukidashi {
  width: 92%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__txt__wrap h3 .fukidashi {
    width: 92.05%;
  }
}
#wrapper .present__txt__wrap p {
  width: 97.5%;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__txt__wrap p {
    width: 53.47222222%;
    margin: 0 auto 8.334%;
  }
}
#wrapper .present__image {
  width: 41.09589041%;
  position: relative;
  float: right;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__image {
    width: 100%;
    clear: both;
    margin-bottom: 10.42%;
  }
}
#wrapper .present__image > img {
  display: block;
  width: 36.66666667%;
  margin: 0 auto;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__image > img {
    width: 34.02777778%;
  }
}
#wrapper .present__image .present_object {
  width: 94.93670886%;
  position: absolute;
  bottom: 13.465%;
  left: 0;
  pointer-events: none;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__image .present_object {
    width: 95.13888889%;
    bottom: 14.395%;
    left: 4.17%;
  }
}
#wrapper .present__note {
  position: relative;
  top: -30px;
  clear: both;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 0.95588235vw;
  text-indent: -1em;
}
@media only screen and (max-width: 620px) {
  #wrapper .present__note {
    top: 0;
    line-height: 1.384;
    font-size: 3.4666666667vw;
    margin-left: 13.89%;
    letter-spacing: 0.1em;
  }
}
#wrapper .lottery {
  position: relative;
  padding-bottom: 11.76470588%;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery {
    padding-bottom: 64%;
  }
}
#wrapper .lottery__bg01 {
  width: 100%;
  position: absolute;
  top: 31.44%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__bg01 {
    height: initial;
    top: initial;
    bottom: 5.038%;
  }
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__bg02 {
    width: 100%;
    position: absolute;
    top: 9.18%;
    left: 0;
    z-index: -1;
  }
}
#wrapper .lottery__ttl {
  width: 58.33333333%;
  position: relative;
  margin: 0 auto 3.03030303%;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__ttl {
    width: 85.3333333333%;
    margin-bottom: 5.3333333333%;
  }
}
#wrapper .lottery__ttl > .change-img {
  transform: translateY(50px);
  opacity: 0;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__ttl > .change-img {
    transform: translateY(8vw);
  }
}
#wrapper .lottery__ttl .sub_ttl {
  width: 15.84415584%;
  position: absolute;
  bottom: 12.84%;
  left: 5.196%;
  opacity: 0;
  z-index: 2;
  transform: scale(0.2);
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__ttl .sub_ttl {
    width: 37.5%;
    bottom: 62.612%;
    left: -6.565%;
  }
}
#wrapper .lottery__ttl__wChance {
  width: 70.152%;
  margin: -3.52941176vw auto 1%;
  position: relative;
  right: -5.88235294vw;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__ttl__wChance {
    width: 100%;
    margin: 0 auto 5.3333333333%;
    right: 0;
  }
}
#wrapper .lottery__wrapper {
  width: 68.18181818%;
  margin: 0 auto;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__wrapper {
    width: 85.3333333333%;
  }
}
#wrapper ul.lottery__list__wrapper {
  display: flex;
  margin-bottom: 4%;
  gap: 1.66666667%;
}
@media only screen and (max-width: 620px) {
  #wrapper ul.lottery__list__wrapper {
    flex-direction: column;
    margin-bottom: 5.3333333333vw;
    gap: 6.6666666667vw;
  }
}
#wrapper li.lottery__list {
  padding: 2.223% 0;
  border: 0.29411765vw solid #ec6d34;
  background-color: #fff;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list {
    padding: 4.376% 3.75% 6.25%;
    border: 1.0666666667vw solid #ec6d34;
  }
}
#wrapper li.lottery__list dt {
  width: 100%;
  margin-left: 3.22580645%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list dt {
    width: 100%;
    margin-left: 0;
  }
}
#wrapper li.lottery__list.list01 {
  width: 42.22222222%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list01 {
    width: 100%;
  }
}
#wrapper li.lottery__list.list01 dt {
  width: 48.38709677%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list01 dt {
    width: 53.47222222%;
  }
}
#wrapper li.lottery__list.list01 dd {
  display: flex;
  flex-direction: row-reverse;
  margin-top: -16.12903226%;
  align-items: flex-end;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list01 dd {
    margin-top: -15.975%;
  }
}
#wrapper li.lottery__list.list01 .lottery__list__image {
  width: 45.69892473%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list01 .lottery__list__image {
    width: 34.72222222%;
  }
}
#wrapper li.lottery__list.list01 .lottery__list__image img {
  width: 51.76470588%;
  margin: 0 auto;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list01 .lottery__list__image img {
    width: 74%;
  }
}
#wrapper li.lottery__list.list01 .lottery__list__name {
  width: 54.30107527%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list01 .lottery__list__name {
    width: 65.27777778%;
  }
}
#wrapper li.lottery__list.list02 {
  width: 27.22222222%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list02 {
    width: 100%;
  }
}
#wrapper li.lottery__list.list02 dt {
  width: 77.6371308%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list02 dt {
    width: 54.16666667%;
  }
}
#wrapper li.lottery__list.list02 .lottery__list__image img {
  width: 75.94936709%;
  margin: 0 auto;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list02 .lottery__list__image img {
    width: 62.5%;
  }
}
#wrapper li.lottery__list.list02 .lottery__list__name {
  letter-spacing: -0.03em;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list02 .lottery__list__name {
    letter-spacing: 0;
  }
}
#wrapper li.lottery__list.list03 {
  width: 27.22222222%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list03 {
    width: 100%;
  }
}
#wrapper li.lottery__list.list03 dt {
  width: 86.07594937%;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list03 dt {
    width: 60.41666667%;
  }
}
#wrapper li.lottery__list.list03 .lottery__list__image img {
  width: 80.16877637%;
  margin: 0 auto;
}
@media only screen and (max-width: 620px) {
  #wrapper li.lottery__list.list03 .lottery__list__image img {
    width: 72.91666667%;
  }
}
#wrapper .lottery__list__name {
  line-height: 1.65;
  font-size: 1.47058824vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__list__name {
    font-size: 5.3333333333vw;
  }
}
#wrapper .lottery__list__name span {
  border-bottom: 0.14705882vw solid #fccf00;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__list__name span {
    border-bottom: 0.5333333333vw solid #fccf00;
  }
}
#wrapper .lottery__list__image img {
  display: block;
}
#wrapper .lottery__note {
  line-height: 1.41666667;
  font-size: 0.88235294vw;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 620px) {
  #wrapper .lottery__note {
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
#wrapper .online {
  position: relative;
  padding: 10.736% 0 7.354%;
  background-color: #ec6d34;
}
@media only screen and (max-width: 620px) {
  #wrapper .online {
    padding: 56% 0 18.6666666667%;
  }
}
#wrapper .online .object__wrap span {
  width: 4.495%;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 620px) {
  #wrapper .online .object__wrap span {
    width: 10.212%;
  }
}
#wrapper .online .object__wrap span:nth-child(1) {
  top: -0.07352941vw;
  left: -0.07352941vw;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 620px) {
  #wrapper .online .object__wrap span:nth-child(1) {
    top: -0.2666666667vw;
    left: -0.2666666667vw;
  }
}
#wrapper .online .object__wrap span:nth-child(2) {
  top: -0.07352941vw;
  right: -0.07352941vw;
}
@media only screen and (max-width: 620px) {
  #wrapper .online .object__wrap span:nth-child(2) {
    top: -0.2666666667vw;
    right: -0.2666666667vw;
  }
}
#wrapper .online .object__wrap span:nth-child(3) {
  right: -0.07352941vw;
  bottom: -0.07352941vw;
  transform: rotate(90deg);
}
@media only screen and (max-width: 620px) {
  #wrapper .online .object__wrap span:nth-child(3) {
    right: -0.2666666667vw;
    bottom: -0.2666666667vw;
  }
}
#wrapper .online .object__wrap span:nth-child(4) {
  bottom: -0.07352941vw;
  left: -0.07352941vw;
  transform: rotate(180deg);
}
@media only screen and (max-width: 620px) {
  #wrapper .online .object__wrap span:nth-child(4) {
    bottom: -0.2666666667vw;
    left: -0.2666666667vw;
  }
}
#wrapper .online .online__object {
  display: block;
  width: 11.078%;
  position: absolute;
  bottom: -25.987%;
  left: -7.866%;
}
@media only screen and (max-width: 620px) {
  #wrapper .online .online__object {
    display: none;
  }
}
#wrapper .online__bg01 {
  width: 100%;
  height: 11.72%;
  position: absolute;
  top: -5.86%;
}
@media only screen and (max-width: 620px) {
  #wrapper .online__bg01 {
    height: 30.4vw;
    top: -15.2vw;
  }
}
#wrapper .online__bg01 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper .online__bg02 {
  width: 100%;
  position: absolute;
  bottom: -9.723%;
  left: 0;
}
@media only screen and (max-width: 620px) {
  #wrapper .online__bg02 {
    height: initial;
    bottom: -2.8756%;
    opacity: 1;
  }
}
#wrapper .online__ttl_wrapper {
  position: relative;
}
#wrapper .online__ttl {
  width: 40.15151515%;
  margin: 0 auto 3.031%;
  padding-bottom: 1.743%;
}
@media only screen and (max-width: 620px) {
  #wrapper .online__ttl {
    width: 100%;
    margin-bottom: 13.3333333333%;
    padding-bottom: 24%;
  }
}
#wrapper .online__ttl__object {
  width: 81.06060606%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 620px) {
  #wrapper .online__ttl__object {
    bottom: 0;
    width: 70.9333333333%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#wrapper .search01-section {
  width: 81.06060606%;
  margin: 0 auto;
  padding: 0.88235294vw;
  border: 0.07352941vw solid #d02820;
  background-color: #fccf00;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section {
    width: 89.3333333333%;
    margin: 0 auto;
    padding: 2.6666666667vw;
  }
}
#wrapper .search01-section .wrapper {
  border: 0.07352941vw solid #d02820;
  background-color: #fff;
}
#wrapper .search01-section .list-item {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item {
    flex-wrap: wrap;
  }
}
#wrapper .search01-section .list-item .item {
  position: relative;
  padding: 4.4% 0;
  border-right: 1px solid #d02820;
  width: 100%;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item {
    padding: 2.6666666667vw 0 5.3333333333vw;
    border-right: none;
    border-bottom: 1px solid #d02820;
  }
}
#wrapper .search01-section .list-item .item:last-child {
  border-right: none;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item:last-child {
    border-bottom: none;
  }
}
#wrapper .search01-section .list-item .item + .item {
  margin-left: -1px;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item + .item {
    margin-left: 0;
  }
}
#wrapper .search01-section .list-item .item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
}
#wrapper .search01-section .list-item .item .icon {
  width: 72.35%;
  margin: 10% auto 29%;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item .icon {
    width: 63.7%;
    margin: 0 auto;
  }
}
#wrapper .search01-section .list-item .item .txt {
  display: -ms-flex;
  display: flex;
  height: 40px;
  margin-top: 28.81%;
  color: #000;
  line-height: 1.25;
  font-size: 1.54411765vw;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item .txt {
    height: 10.6666666667vw;
    margin-top: 0;
    font-size: 6.4vw;
  }
}
#wrapper .search01-section .list-item .item .tooltip {
  width: 260px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: 0 0 8px -130px;
  border-radius: 3px;
  opacity: 0;
  background-color: #333;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(20px);
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item .tooltip {
    width: 100%;
  }
}
#wrapper .search01-section .list-item .item .tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #333;
}
#wrapper .search01-section .list-item .item .tooltip .ttl {
  padding: 14px 16px !important;
  border-radius: 3px 3px 0 0;
  color: #fff;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  background: #262626;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item .tooltip .ttl {
    padding: 3.7333333333vw 4.2666666667vw !important;
    border-radius: 0.8vw 0.8vw 0 0;
    font-size: 3.7333333333vw;
  }
}
#wrapper .search01-section .list-item .item .tooltip .read {
  padding: 14px 19px;
  color: #fff;
  line-height: 1.6;
  font-size: 12px;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item .tooltip .read {
    padding: 3.7333333333vw 5.0666666667vw;
    font-size: 3.2vw;
  }
}
#wrapper .search01-section .list-item .item .overlay:hover ~ .tooltip {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item .overlay:hover ~ .tooltip {
    opacity: 0;
    transform: translateY(20px);
    z-index: 1;
  }
}
@media only screen and (max-width: 620px) {
  #wrapper .search01-section .list-item .item .overlay:active ~ .tooltip {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
  }
  #wrapper .search01-section .list-item .item:nth-child(odd) .tooltip {
    right: auto;
    left: 0;
    margin-left: 0;
  }
  #wrapper .search01-section .list-item .item:nth-child(odd) .tooltip::before {
    right: auto;
    left: 25%;
    margin: 0 0 0 -8px;
  }
  #wrapper .search01-section .list-item .item:nth-child(even) .tooltip {
    right: 0;
    left: auto;
    margin-left: 0;
  }
  #wrapper .search01-section .list-item .item:nth-last-child(even) .tooltip::before {
    right: 25%;
    left: auto;
    margin: 0 -8px 0 0;
  }
}
#wrapper .online__item .navi_1 {
  margin-top: 3.78787879%;
}
@media only screen and (max-width: 620px) {
  #wrapper .online__item .navi_1 {
    margin-top: 8%;
  }
}
#wrapper .online__item .navi_1 a {
  display: block;
  overflow: hidden;
  width: 23.48484848%;
  margin: 0 auto;
  border-radius: 0 2.05882353vw 1.47058824vw 2.05882353vw;
}
@media only screen and (max-width: 620px) {
  #wrapper .online__item .navi_1 a {
    width: 82.6666666667%;
    border-radius: 0 7.4666666667vw 5.3333333333vw 7.4666666667vw;
  }
}
#wrapper .online__item .navi_1 a img {
  transition: transform 0.25s;
}
@media screen and (min-width: 621px) {
  #wrapper .online__item .navi_1 a:hover img {
    transform: translate(0.36764706vw, 0.44117647vw);
  }
}
#wrapper .search02-section {
  padding: 6.618% 0 7.36%;
  background-color: #006e33;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section {
    padding: 42.6666666667% 0 18.6666666667%;
  }
}
#wrapper .search__ttl_wrapper {
  position: relative;
}
#wrapper .search__ttl {
  width: 40.15151515%;
  margin: 0 auto 3.78787879%;
}
@media only screen and (max-width: 620px) {
  #wrapper .search__ttl {
    width: 100%;
    margin-bottom: 13.3333333333%;
    padding-bottom: 24%;
  }
}
#wrapper .search__ttl__object {
  width: 81.06060606%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 620px) {
  #wrapper .search__ttl__object {
    width: 70.9333333333%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#wrapper .search__note {
  color: #fff;
  line-height: 1.5;
  font-size: 1.17647059vw;
  text-align: center;
}
@media only screen and (max-width: 620px) {
  #wrapper .search__note {
    line-height: 1.615;
    font-size: 3.4666666667vw;
  }
}
#wrapper .area-navi {
  display: -ms-flex;
  display: flex;
  width: 81.06060606%;
  position: relative;
  margin: 3.78787879% auto;
  letter-spacing: 0.05em;
  z-index: 3;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.32352941vw 3.73831776%;
}
@media only screen and (max-width: 620px) {
  #wrapper .area-navi {
    flex-direction: column;
    width: 76%;
    margin: 6.6666666667% auto 8%;
    gap: 3.2vw;
  }
}
#wrapper .area-navi .item {
  width: 30.8411215%;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 620px) {
  #wrapper .area-navi .item {
    width: 100%;
  }
}
@media screen and (min-width: 621px) {
  #wrapper .area-navi .item:hover::after {
    opacity: 0;
  }
  #wrapper .area-navi .item:hover a {
    transform: translate(0.36764706vw, 0.44117647vw);
  }
}
#wrapper .area-navi .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -0.36764706vw;
  bottom: -0.36764706vw;
  border: 0.07352941vw solid #d02820;
  border-radius: 0.73529412vw;
  background-color: #fff;
  transition: opacity 0.25s;
  z-index: -1;
}
@media only screen and (max-width: 620px) {
  #wrapper .area-navi .item::after {
    right: -1.3333333333vw;
    bottom: -1.3333333333vw;
    border: 0.2666666667vw solid #d02820;
    border-radius: 2.6666666667vw;
  }
}
#wrapper .area-navi .item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 5.156% 0;
  border: 0.07352941vw solid #d02820;
  border-radius: 0.73529412vw;
  color: #006e33;
  line-height: 1;
  font-size: 1.69117647vw;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #fffbcb;
  transition: transform 0.25s;
}
@media only screen and (max-width: 620px) {
  #wrapper .area-navi .item a {
    padding: 4.212% 0;
    border-radius: 2.6666666667vw;
    border: 0.2666666667vw solid #d02820;
    font-size: 4.8vw;
  }
}
#wrapper .area-navi .item a::before {
  content: "";
  display: block;
  width: 0.73529412vw;
  height: 0.73529412vw;
  position: absolute;
  top: 50%;
  right: 1.47058824vw;
  margin-top: -0.29411765vw;
  border-right: 0.22058824vw solid #d02820;
  border-bottom: 0.22058824vw solid #d02820;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media only screen and (max-width: 620px) {
  #wrapper .area-navi .item a::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 5.3333333333vw;
    margin-top: -0.8vw;
  }
}
#wrapper .search02-section .result {
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0 auto;
  opacity: 0;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result {
    width: 86.6666666667%;
  }
}
#wrapper .search02-section .result.active {
  height: auto;
  opacity: 1;
  transition: opacity 0.5s;
}
#wrapper .search02-section .result .area {
  color: #fff;
  line-height: 1.5;
  font-size: 2.20588235vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result .area {
    font-size: 6.1333333333vw;
  }
}
#wrapper .search02-section .result .area {
  margin-top: 2.728%;
  margin-bottom: 1.516%;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result .area {
    margin-top: 0;
    margin-bottom: 4.62%;
  }
}
#wrapper .search02-section .result .list-item .item {
  display: -ms-flex;
  display: flex;
  padding: 1.39705882vw 3.87755102% 1.39705882vw 4.59183673%;
  border-radius: 1.10294118vw;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result .list-item .item {
    flex-direction: column;
    padding: 6.466% 0;
    border-radius: 1.6vw;
    gap: 4vw;
  }
}
#wrapper .search02-section .result .list-item .item + .item {
  margin-top: 1.124%;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result .list-item .item + .item {
    margin-top: 6.156%;
  }
}
#wrapper .search02-section .result .list-item .item .name {
  color: #000;
  line-height: 1.5;
  font-size: 1.69117647vw;
  font-weight: bold;
  flex: 1;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result .list-item .item .name {
    font-size: 4.8vw;
  }
}
#wrapper .search02-section .result .item .navi_1 {
  width: 16.554%;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result .item .navi_1 {
    width: 80%;
  }
}
#wrapper .search02-section .result .item .navi_1 a {
  display: block;
  position: relative;
  margin-left: auto;
  padding: 8.5% 0;
  border-radius: 3.67647059vw;
  color: #fff;
  line-height: 1;
  font-size: 1.17647059vw;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #d02820;
  transition: transform 0.25s;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result .item .navi_1 a {
    padding: 5.77% 0;
    border-radius: 5.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
#wrapper .search02-section .result .list-item .item .navi_1 a:hover {
  transform: scale(1.05);
}
#wrapper .search02-section .result .list-item .item .navi_1 a::before {
  content: "";
  width: 0.58823529vw;
  height: 0.58823529vw;
  position: absolute;
  top: 50%;
  right: 1.69117647vw;
  border: solid #fff;
  border-width: 0.22058824vw 0.22058824vw 0 0;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media only screen and (max-width: 620px) {
  #wrapper .search02-section .result .list-item .item .navi_1 a::before {
    width: 1.6vw;
    height: 1.6vw;
    right: 6.4vw;
  }
}
#wrapper .bnr-area {
  position: relative;
  padding: 1.912% 0 2.5%;
  background-color: #e8537d;
}
@media only screen and (max-width: 620px) {
  #wrapper .bnr-area {
    padding: 13.3333333333% 0 16%;
  }
}
#wrapper .bnr-area a {
  display: block;
  transition: transform 0.25s;
}
@media only screen and (min-width: 621px) {
  #wrapper .bnr-area a:hover {
    transform: scale(1.05);
  }
}
#wrapper .bnr-area__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper .bnr-area__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper .bnr__img {
  width: 81.06060606%;
  margin: 0 auto;
  position: relative;
  right: -0.44117647vw;
}
@media only screen and (max-width: 620px) {
  #wrapper .bnr__img {
    width: 85.3333333333%;
    right: 0;
    margin: 0 auto;
  }
}

.scrollin {
  opacity: 0;
  transform: translate(0, 50px);
}

.scrollin.is-visible {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(0, 0);
}

@media screen and (max-width: 620px) {
  .sp-only {
    /* sp */
    display: block !important;
  }
  .sp-only-2 {
    /* sp */
    display: inline-block !important;
  }
  .pc-only {
    /* sp */
    display: none !important;
  }
  .pc-only-2 {
    /* sp */
    display: none !important;
  }
  .loader {
    width: 13.33333333vw;
    height: 13.33333333vw;
    border-top: 1.33333333vw solid rgba(255, 255, 255, 0.4);
    border-right: 1.33333333vw solid rgba(255, 255, 255, 0.4);
    border-bottom: 1.33333333vw solid rgba(255, 255, 255, 0.4);
    border-left: 1.33333333vw solid #fff;
  }
}