/* HEADER
---------------------------------------------------------------------------*/
.l-header .ct-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .l-header .ct-wrapper {
    box-sizing: border-box;
    padding: 0 4%;
  }
}

.bread-links {
  margin-bottom: 64px;
  list-style: none;
}

.bread-links .bread-links__item {
  font-size: 14px;
  display: inline-block;
}

.bread-links .bread-links__item::after {
  content: ">";
}

.bread-links .bread-links__item:last-child::after {
  content: "";
}

.bread-links a {
  color: #2b383f;
  margin: 0 5px;
  text-decoration: underline;
}

.bread-links a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 736px) {
  .bread-links {
    background-color: #eceff1;
    width: 100%;
    margin-left: -4%;
    padding: 10px 4%;
    margin-bottom: 30px;
  }

  .bread-links .bread-links__item {
    font-size: 10px;
  }
}

.l-header {
  padding-top: 15px;
}

@media screen and (max-width: 736px) {
  .l-header {
    padding-top: 0;
  }
}

.ttl-wap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5rem;
  align-items: end;
  margin: 0 0 50px;
}

.ttl-wap p {
  font-size: 16px;
  line-height: 1.62;
}

.header-ttl {
  font-size: 36px;
}

.section-ttl {
  margin-bottom: 50px;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}

.section-ttl.top {
  margin-bottom: 1em;
}

@media screen and (max-width: 736px) {
  .ttl-wap {
    display: block;
    margin: 0 0 40px;
  }

  .ttl-wap p {
    font-size: 12px;
    line-height: 1.66;
    margin-top: 25px;
  }

  .header-ttl {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
  }

  .section-ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

/* ==========================================================================
= TextStyle
========================================================================== */
.text-norm {
  font-size: 16px;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* BASE
---------------------------------------------------------------------------*/
.p-container {
  max-width: 870px;
  padding: 80px 0;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 890px) {
  .p-container {
    padding: 80px 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 736px) {
  .p-container {
    width: 92%;
    padding: 40px 0;
  }
}

/* SHOP IS
---------------------------------------------------------------------------*/
.shop-is {
  position: relative;
  padding: 110px 0;
  background: url(../img/kv_img.jpg) no-repeat center bottom;
  background-size: cover;
}

.shop-is::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-size: cover;
}

.shop-is-apel {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: #fff;
}

.shop-is-ttl {
  color: #fff;
}

.shop-is-ttl_img {
  display: inline-block;
  width: 131px;
  margin-right: 40px;
  vertical-align: middle;
}

.shop-is-ttl_txt {
  display: inline-block;
  font-size: 36px;
  line-height: 1.5;
  vertical-align: middle;
}

.shop-is-wt-snowshop {
  margin-top: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
}

@media screen and (max-width: 820px) {
  .shop-is {
    position: relative;
    padding: 60px 10px;
    box-sizing: border-box;
    background-size: auto 100%;
  }

  .shop-is-ttl_img {
    display: block;
    width: 131px;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .shop-is-ttl_txt {
    display: block;
    font-size: 30px;
  }

  .shop-is-wt-snowshop {
    margin-top: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 736px) {
  .shop-is {
    position: relative;
    padding: 10% 8%;
    box-sizing: border-box;
  }

  .shop-is-ttl {
    text-align: center;
  }

  .shop-is-ttl_img {
    display: inline-block;
    width: 120px;
    margin-bottom: 5%;
  }

  .shop-is-ttl_txt {
    font-size: 20px;
  }

  .shop-is-wt-snowshop {
    margin-top: 8%;
    font-size: 14px;
  }
}

/* SEARCH-SHOP
---------------------------------------------------------------------------*/
.search-shop_intro {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}

.search-shop_intro.top {
  margin-bottom: 1em;
}

.search-shop_map {
  width: 100%;
}

.search-shop .map_graph {
  width: 100%;
}

.search-shop .pointer {
  cursor: pointer;
}

.search-shop .a {
  fill: #a6b150;
}

.search-shop .b {
  fill: #fff;
}

.search-shop .c {
  fill: #556fa3;
}

.search-shop .d {
  fill: #658bb8;
}

.search-shop .e {
  fill: #587ea3;
}

.search-shop .f {
  fill: #619b9c;
}

.search-shop .g {
  fill: #64a782;
}

.search-shop .h {
  fill: #55b7b0;
}

.search-shop .i {
  fill: #71a95d;
}

.search-shop .j {
  fill: #8a8b8b;
}

.search-shop .pointer > rect + text {
  font-size: 16px;
  fill: #fff;
}

.search-shop .hokkaido:hover .c,
.search-shop .aomori:hover .d,
.search-shop .akita:hover .d,
.search-shop .iwate:hover .d,
.search-shop .yamagata:hover .d,
.search-shop .miyagi:hover .d,
.search-shop .fukushima:hover .d,
.search-shop .saitama:hover .f,
.search-shop .tochigi:hover .f,
.search-shop .tokyo:hover .f,
.search-shop .gunma:hover .f,
.search-shop .shizuoka:hover .h,
.search-shop .gifu:hover .h,
.search-shop .shizuoka:hover .h,
.search-shop .niigata:hover .g,
.search-shop .yamanashi:hover .g,
.search-shop .nagano:hover .g,
.search-shop .toyama:hover .g,
.search-shop .ishikawa:hover .g,
.search-shop .fukui:hover .g,
.search-shop .hyogo:hover .i,
.search-shop .kyoto:hover .i,
.search-shop .shiga:hover .i,
.search-shop .hiroshima:hover .a,
.search-shop .tottori:hover .a,
.search-shop .shimane:hover .a {
  fill-opacity: 0.7;
}

.search-shop .view-sp {
  display: none;
}

.search-shop .view-sp_img {
  margin-top: 8%;
  padding: 0 5%;
}

.search-shop .select-wrapper {
  position: relative;
}

.search-shop .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  border-top: 6px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.search-shop .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px 20px;
  /* color: #ccc; */
  background: #fff;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  .search-shop_intro {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .search-shop .map_graph {
    display: none;
  }

  .search-shop .view-sp {
    display: block;
    margin-bottom: 1.5em;
  }
}

/* INTRO
---------------------------------------------------------------------------*/
.intro {
  background: #edeff1;
}

.apel-item {
  display: flex;
  margin-top: 20px;
  background: #fff;
}

/*-------------- 5year banner 2019.07-------------------*/
.apel-item-banner {
  display: block;
  width: 100%;
  min-height: 0%;
}

.apel-item-banner:hover {
  opacity: 0.7;
}

/*-------------- 5year banner end-------------------*/
.apel-item:first-of-type {
  margin-top: 0;
}

.apel-item_txt-box {
  padding: 40px 30px;
  width: 580px;
  box-sizing: border-box;
}

.apel-item_img-box {
  width: 350px;
  min-height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.apel-item_img-box.display-machine {
  background: url(../img/img_apel-machine.jpg) no-repeat center center;
  background-size: cover;
}

.apel-item_img-box.service {
  background: url(../img/img_apel-service.jpg) no-repeat center center;
  background-size: cover;
}

.apel-item_img-box.support {
  background: url(../img/img_apel-support.jpg) no-repeat center center;
  background-size: cover;
}

.apel-item_ttl {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
}

.apel-item_txt {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 736px) {
  .apel-item {
    display: block;
    margin-top: 20px;
    background: #fff;
  }

  .apel-item-banner {
    background: none;
    text-align: center;
    max-width: 400px;
    margin: 20px auto 0;
  }

  .apel-item_txt-box {
    padding: 20px 5%;
    width: 100%;
    box-sizing: border-box;
  }

  .apel-item_img-box {
    width: 100%;
    box-sizing: border-box;
  }

  .apel-item_img-box.display-machine {
    background: url(../img/img_apel-machine.jpg) no-repeat center center;
    background-size: cover;
  }

  .apel-item_img-box.service {
    background: url(../img/img_apel-service.jpg) no-repeat center center;
    background-size: cover;
  }

  .apel-item_img-box.support {
    background: url(../img/img_apel-support.jpg) no-repeat 15% center;
    background-size: cover;
  }

  .apel-item_ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .apel-item_txt {
    font-size: 13px;
  }
}

/* TVCM
---------------------------------------------------------------------------*/
.tvcm {
  background: #edeff1;
}

.tvcm_video {
  cursor: pointer;
}

.tvcm_video:hover {
  -webkit-animation: shines 0.75s;
  animation: shines 0.75s;
}

.tvcm_video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.tvcm_video .video_origin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes shines {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shines {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.sp-br {
  display: none;
}

.cm-mordal {
  height: 100%;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.cm-mordal .cm-wap {
  margin: 0 auto;
  position: relative;
  top: 50%;
  width: 700px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cm-mordal .cm-wap .bc-player-4k5Jg43ag_default {
  height: 400px;
  width: 100%;
}

.cm-mordal .cm-wap .vjs-big-play-button {
  display: none !important;
}

.cm-mordal .mordal-close-wall {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.cm-mordal .mordal-close-wall .movie_btn_close {
  width: 30px;
  height: 30px;
  margin: 0 0 0 0;
  background-image: url(../img/parts_modal_close.png);
  background-repeat: no-repeat;
  background-size: 30px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.1s ease;
}

.cm-mordal .mordal-close-wall .movie_btn_close:hover {
  opacity: 0.7;
}

@media screen and (max-width: 736px) {
  .sp-br {
    display: inline;
  }

  .cm-mordal .cm-wap {
    width: 90%;
  }

  .cm-mordal .cm-wap .bc-player-4k5Jg43ag_default {
    height: 51vw;
  }

  .cm-mordal .cm-wap .vjs-big-play-button {
    display: block !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0, 0);
  }
}

#searchShop {
  width: min-content;
  height: 1px;
  display: block;
  margin-top: -127px;
  padding-top: 127px;
}

@media screen and (max-width: 736px) {
  #searchShop {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/* shop
---------------------------------------------------------------------------*/
.shop {
  padding-top: 129px;
  margin-top: -129px;
}

.shop .p-container {
  position: relative;
  max-width: 980px;
  border-bottom: 1px solid #ccc;
}

.shop_section {
  margin-bottom: 50px;
}

.shop_section:last-child {
  margin-bottom: 0;
}

.shop_section_ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}

.shop_section_ttl:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #cc0000;
}

.shop_list {
  display: flex;
  flex-wrap: wrap;
}

.shop_list_item {
  margin-top: 30px;
  margin-right: 30px;
  width: calc(33% - 20px);
}

.shop_list_item:nth-child(-n + 3) {
  margin-top: 0;
}

.shop_list_item:nth-child(3n) {
  margin-right: 0;
}

.shop_list_item a {
  display: block;
  color: inherit;
  height: 100%;
  border: 1px solid #e4e7e9;
  box-sizing: border-box;
}

.shop_list_img {
  position: relative;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
}

.shop_list_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

.shop_list_info {
  padding: 24px 18px;
}

.shop_list_info_ttl {
  margin-bottom: 10px;
  min-height: 60px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.shop_list_info_shop {
  color: #cc0000;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 736px) {
  .shop {
    padding-top: 78px;
    margin-top: -78px;
  }

  .shop .p-container {
    padding: 40px 0 0 0;
    width: 100%;
    border-bottom: 0;
  }

  .shop .section-ttl {
    padding: 0 15px;
  }

  .shop .search-shop_intro {
    padding: 0 15px;
  }

  .shop_section {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .shop_section:last-child {
    margin-bottom: 0;
  }

  .shop_section_ttl {
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 30px;
  }

  .shop_section_ttl:after {
    width: 3px;
    height: 88%;
  }

  .shop_list {
    display: block;
  }

  .shop_list_item {
    margin-top: 0;
    margin-right: 0;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #e4e7e9;
  }

  .shop_list_item:first-child {
    border-top: 1px solid #e4e7e9;
  }

  .shop_list_item a {
    display: flex;
    height: auto;
    border: 0;
  }

  .shop_list_img {
    top: 0;
    left: 0;
    width: 40%;
  }

  .shop_list_info {
    padding: 0 0 0 15px;
    width: 60%;
    border: 0;
    box-sizing: border-box;
  }

  .shop_list_info_ttl {
    margin-bottom: 5px;
    min-height: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .shop_list_info_shop {
    font-size: 12px;
    line-height: 18px;
  }
}

/* shop_lists */

.shop_lists a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: min(1rem, 3%);
  align-items: center;
  font-size: clamp(14px, 4.3vw, 18px);
  font-weight: 700;
  color: #fff;
  background: #c00;
  border-radius: 5px;
  padding: min(1rem, 3.7%) min(1rem, 4%) min(1rem, 3.9%) min(0.6rem, 3%);
}

.shop_lists a::before {
  content: "";
}

.shop_lists a::after {
  font-family: FontAwesome;
  content: "\f054";
  font-weight: 100;
  justify-self: end;
  font-size: clamp(11px, 3.8vw, 15px);
}

.shop_lists.apel_shop_lists {
  width: 100%;
  margin-top: min(26px, 6%);
}

@media screen and (max-width: 736px) {
  .shop_lists.apel_shop_lists {
    margin-bottom: min(24px, 3%);
  }
}
.shop_lists.apel_shop_lists a {
  font-size: 15px;
  padding: 0.5rem;
  column-gap: 0.5rem;
  width: min(260px, 90%);
}

#searchShops .shop_lists {
  margin: -50px auto 80px;
}

#searchShops .shop_lists a {
  box-sizing: border-box;
  width: min(522px, 92%);
  margin-inline: auto;
}

@media screen and (max-width: 736px) {
  .shop_lists.apel_shop_lists a {
    font-size: 13.5px;
    margin-inline: auto;
    padding-bottom: 0.6rem;
  }
  #searchShops .shop_lists {
    margin: min(35px, 7vw) auto min(70px, 18vw);
  }
}

@media (any-hover: hover) {
  .shop_lists a,
  .shop_lists a::after {
    transition: 0.3s all;
  }
  .shop_lists a:hover {
    opacity: 0.7;
  }

  .shop_lists a:hover::after {
    transform: translateX(5px);
  }
}

.apel-item_txt-box:has(.apel_shop_lists) .apel-item_ttl {
  margin-bottom: 1rem;
}

.anchor_difference {
  margin-top: -90px;
  padding-top: 90px;
}

@media screen and (max-width: 736px) {
  .anchor_difference {
    margin-top: -70px;
    padding-top: 70px;
  }
}
