@charset "UTF-8";

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

.footnote-list__block+.footnote-list__block {
  margin-top: 2em;
}

.footnote-list__title {
  font-size: 1rem;
}

.footnote-list__item {
  font-size: 1rem;
  line-height: 1.7;
}

.float_conversion{
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 0);
  background: rgba(0, 0, 0, 0.75);
  max-width: none;
  padding: 10px 4%;
}
.float_conversion_anchor{
  position: static;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  transition: .3s;
}

.cv-block{
  margin-inline: 150px;
  margin-top: 45px;
}

.cv-block__tit{
  margin-bottom: 30px;
}

.cv-block__button > a{
  transition: .3s;
}

.cv-block__button > a:hover{
  opacity: 0.7;;
}

.cv-block__terms-anchor {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.cv-block__prefix {
  text-align: center;
  margin-bottom: 10px;
}

.header_logo_title {
  font-size: 2.6rem;
  font-weight: 700;
}

.header_logo_anchor {
  color: #000;
  text-decoration: none;
}

.section__heading {
  text-align: center;
}

.section__inner {
  max-width: 940px;
  margin: 0 auto;
}

.pagetop{
  bottom: 163px;
}

.footnote {
  background-color: #313131;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  padding: 79px 0 77px;
  border-bottom: 1px solid #fff;
}

.footnote_inner {
  max-width: 980px;
}

.footer_inner {
  max-width: 980px;
}

.about-area{
  padding-bottom: 80px;
  margin-top: -45px;
  background: url(../img/bg-about.png) no-repeat center / cover;
}
.about-area__title{
  margin-inline: 100px;
}
.about-area__table{
  margin-top: 60px;
  background: #fff;
  padding: 50px 40px;
}
.about-area__table--tit{
  width: 240px;
  margin-inline: auto;
}
.about-area__table dl{
  margin-top: 40px;
}
.about-area__table dl dd{
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  width: fit-content;
  margin-inline: auto;
}
.about-area__table dl dd span{
  display: block;
}
.about-area__table dl:last-of-type dd{
  text-align: left;
}
.about-area__table dl dd .strong{
  font-size: 20px;
  font-weight: bold;
}
.about-area__table dl dd .small{
  font-size: 12px;
  margin-top: 15px;
}

.intro-area{
  padding-block: 80px;
  background: linear-gradient(90deg,rgba(12, 89, 169, 1) 0%, rgba(29, 32, 136, 1) 100%);
}
.intro-area__title{
  margin-inline: 200px;
}
.intro-area__list{
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.lineup-area{
  margin-top: -20px;
  padding-bottom: 40px;
}
.lineup-area__list{
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-inline: 130px;
}
.lineup-area__items:first-child{
  width: 110%;
}
.lineup-area__items--note{
  font-size: 13px;
  margin-top: 15px;
}
.lineup-area__banner{
  margin-top: 50px;
}

.search-block {
  width: 100%;
  position: relative;
  padding-bottom: 78px;
  background-color: #e3e3e3
}
.search-block_text {
  text-align: center;
  margin-top: 13px
}
.search-block_anchor {
  color: #666
}
.shop-search {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 65px
}
.shop-search_title {
  text-align: center;
  margin: 0 auto;
  font-size: 1.8rem
}
.shop-search_title .image {
  width: auto;
  margin-bottom: 12px
}
.shop-search-nav {
  width: 100%;
  margin: 1.78571% 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.shop-search-nav_tab {
  width: 49.5%
}
.shop-search-nav_tab:last-child {
  margin-left: 12px
}
.shop-search_content {
  width: 100%;
  margin: 0;
  padding: 5.29%;
  border: 15px solid #ce032d;
  background: #fff
}
.shop-search_content .area_panel {
  width: 100%;
  max-width: 840px;
  margin: 0 auto
}
.shop-search_content .area_box {
  margin-top: 7.89%
}
.shop-search_content .area_box:first-child {
  margin-top: 0
}
.shop-search_content .area_box_title {
  margin-left: 6px;
  font-size: 2.4rem;
  color: #000;
  font-weight: 700
}
.shop-search_content .area_box_inner {
  margin-top: 5.6%
}
.shop-search_content .area_box_inner.first {
  margin-top: 3.9%
}
.shop-search_content .area_box_subtitle {
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  background: #e1e1e1;
  padding: 3px 6px
}
.search {
  display: block;
  width: 100%;
  background: #000;
  text-align: center;
  padding: 29px 0 25px;
  position: relative;
  transition: .3s cubic-bezier(.13, .78, .38, .98)
}
.search img{
  width: auto;
  height: 100%;
}
.search:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(50% - 8px);
  right: 4.78873%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff
}
.search:hover {
  opacity: .5
}
.search.current {
  background: #ce032d
}
.area_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.area_list_item {
  width: 20%;
  box-sizing: border-box;
  margin-top: 1em;
  line-height: 1.3;
  font-size: 1.8rem
}
.area_list_item .area_anchor {
  color: #ce032d
}
.area_list_item .area_anchor:hover {
  opacity: .5
}

@media screen and (max-width: 1400px) {
  .header,
  .footer_inner,
  .section__inner{
    padding-inline: 4%;
  }
}