@charset "UTF-8";
a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.wrapper {
  max-width: 1240px;
  margin: auto;
  width: 90%;
}

.wrapper1000 {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

.wrapper1240 {
  max-width: 1240px;
  margin: auto;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .seller li {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .seller:last-child li {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .seller:last-child li {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .notice h4 {
    font-size: 12px;
    min-width: 72px;
  }
}
@media screen and (max-width: 480px) {
  .notice p {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  .notice .date {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .notice .year {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .notice .month {
    font-size: 20px;
  }
}
.notice .notice_small {
  font-size: 11px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .notice .notice_small {
    font-size: 10px;
  }
}

.center {
  margin: 0 auto;
}

.title-area {
  background: linear-gradient(to bottom, #333, #000);
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  .title-area {
    padding: 10px 0 18px 0;
  }
}
.title-area .page-ttl {
  color: #fff;
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .title-area .page-ttl {
    font-size: 28px;
  }
}
.title-area .page-ttl .jp {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .title-area .page-ttl .jp {
    font-size: 14px;
  }
}

#common_header li a {
  display: unset;
}

#pankuzu {
  width: 90%;
  max-width: 1240px;
  margin: 15px auto;
}
#pankuzu .wrapper {
  max-width: 1240px;
}
#pankuzu .pankuzu-list {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
#pankuzu .pankuzu-list li {
  font-size: 12px;
  color: #333;
  list-style: none;
  margin: 0 5px;
}
#pankuzu .pankuzu-list li a {
  color: #806e49;
  position: relative;
}

.button01 {
  background: linear-gradient(to right, #94e3f2, #0484b1);
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  text-align: center;
  transition: 0.2s;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 480px) {
  .button01 {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
.button01:hover {
  transition: 0.2s;
  filter: brightness(120%) saturate(160%);
}
.button01::before {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  right: 10px;
  height: 6px;
  width: 6px;
}

.b_bg {
  background-color: #00014f;
  padding: 1px 0;
  position: relative;
  z-index: 2;
}

.logout_button {
  background-color: #3f3f3f;
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 10px 0;
  text-align: center;
  transition: 0.2s;
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .logout_button {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
  }
}
.logout_button:hover {
  transition: 0.2s;
  filter: brightness(120%) saturate(160%);
}

@media screen and (max-width: 480px) {
  .a.gl-tel {
    font-size: 38px !important;
  }
}

@media screen and (max-width: 768px) {
  #t_article-body table {
    width: unset;
  }
}

@media screen and (max-width: 480px) {
  .info-area .info-tel .gl-time {
    font-size: 11px !important;
  }
}

.notice + .info-in {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .notice + .info-in {
    margin-top: 55px;
  }
}

.mt_none {
  margin-top: 0;
}

.groupBox {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 40px;
  width: 90%;
  max-width: 1240px;
  margin: 40px auto 0;
}
@media screen and (max-width: 480px) {
  .groupBox {
    align-items: center;
    flex-direction: column;
  }
}
.groupBox img {
  width: 100%;
}
.groupBox .group_area {
  display: inline-block;
  text-align: end;
  max-width: 320px;
}
@media screen and (max-width: 480px) {
  .groupBox .group_area {
    max-width: 250px;
  }
}
.groupBox .group01 {
  border-right: 1px solid #231815;
  margin-right: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .groupBox .group01 {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.groupBox .group02 {
  max-width: 380px;
}
@media screen and (max-width: 480px) {
  .groupBox .group02 {
    margin-top: 10px;
    max-width: 250px;
  }
}
.groupBox .group_txt {
  display: inline-block;
  color: #231815;
}
.groupBox .group_txt p {
  font-size: 12px;
  margin: 0 0 10px;
  color: #231815;
  border-bottom: 1px solid;
}
.groupBox .group01_01 img {
  width: 100%;
}
.groupBox .group02_02 {
  max-width: 220px;
}

@media screen and (max-width: 1420px) {
  .notice-in .txt_area {
    display: block !important;
  }
}
.topImage img {
  width: 100%;
}

.adNote {
  font-size: 80%;
  margin-top: 60px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .adNote {
    font-size: 100%;
  }
}
.adNote li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .seller li {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .seller:last-child li {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .seller:last-child li {
    margin-bottom: 0;
  }
}

.linkArea {
  background-image: url(../images/common/linkbg@2x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.linkArea::after {
  background-image: url(../images/common/linkItem01@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  content: "";
  width: 424px;
  height: 424px;
  left: -50px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .linkArea::after {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .linkArea::after {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .linkArea::after {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 0px;
  }
}
.linkArea::before {
  background-image: url(../images/common/linkItem02@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  content: "";
  width: 250px;
  height: 200px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .linkArea::before {
    width: 190px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .linkArea::before {
    width: 150px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .linkArea::before {
    width: 100px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .linkArea {
    padding: 35px 0;
  }
}
.linkArea .buttonArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.linkArea .buttonArea .linkButton {
  background-color: #fff;
  color: #333;
  width: 23%;
  z-index: 3;
  position: relative;
  padding: 20px;
  font-size: 20px;
}
.linkArea .buttonArea .linkButton:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .linkArea .buttonArea .linkButton {
    width: 47%;
    padding: 14px;
    font-size: 16px;
    max-width: 280px;
    margin: 0 auto;
  }
  .linkArea .buttonArea .linkButton:nth-child(n+3) {
    margin-top: 20px;
  }
}
.linkArea .buttonArea .linkButton img {
  width: 100%;
}
.linkArea .buttonArea .dummy {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .linkArea .buttonArea .dummy {
    width: 50%;
  }
}

.notice {
  z-index: 1;
  position: relative;
}

.caption_area {
  background-color: #f2f2f2;
  padding: 45px 0;
}
@media screen and (max-width: 480px) {
  .caption_area {
    padding: 25px 0;
  }
}

.caption {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 11px;
  }
}
#nextArea {
  margin: 90px 0 0;
}
@media screen and (max-width: 768px) {
  #nextArea {
    margin: 45px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #nextArea .nextFlex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#nextArea .nextFlex .next_btn + .next_btn {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #nextArea .nextFlex .next_btn + .next_btn {
    margin-left: 0;
    margin-top: 30px;
  }
}

.scrolldown {
  position: relative;
  width: 100%;
  height: 140px;
  /* 線のアニメーション部分 */
  /* 線のアニメーション */
}
@media screen and (max-width: 480px) {
  .scrolldown {
    height: 60px;
  }
}
.scrolldown span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -15px;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .scrolldown span {
    font-size: 20px;
  }
}
.scrolldown::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 25px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 480px) {
  .scrolldown::before {
    height: 25px;
    bottom: 10px;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

.next_btn {
  display: inline-block;
  transition: 0.2s;
}
.next_btn:hover {
  transition: 0.2s;
}

.shine {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
}

.shine::before {
  height: 80px;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine:hover {
  opacity: 1;
}

.shine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show {
    display: none !important;
  }
}