@charset "UTF-8";
/* reset
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal;
}

/* base
============================================================================= */
* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.8 "Noto Sans JP", sans-serif;
}

body {
  position: relative;
  color: #444;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.2px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media (pointer: fine) {
  a:where([href^="tel:"]) {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

i {
  margin-right: 5px;
  font-size: 1.6em;
  vertical-align: text-top;
}

/* パンくず */
.cmn-topicpath {
  position: relative;
  left: -50vw;
  right: -50vw;
  width: 100vw;
  margin-left: 50%;
  margin-right: 50%;
  background-color: #f8f8f8;
}
.cmn-topicpath ol {
  padding: 0 10px;
  text-align: left;
}
.cmn-topicpath ol li {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
}
.cmn-topicpath ol li a {
  display: inline-block;
  height: 100%;
  color: #2c3389;
  text-decoration: underline;
}
.cmn-topicpath ol li:not(:last-child) {
  padding-right: 10px;
}
.cmn-topicpath ol li:not(:last-child)::after {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9rem;
  content: "＞";
}
@media screen and (min-width: 768px) {
  .cmn-topicpath {
    text-align: center;
  }
  .cmn-topicpath ol {
    max-width: 1000px;
    height: 40px;
    margin: auto;
  }
  .cmn-topicpath ol li {
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-topicpath ol {
    height: 36px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .cmn-topicpath ol li {
    display: inline;
    line-height: 38px;
  }
}

/* セクションタイトル */
.cmn-sectionTitle {
  position: relative;
  margin-bottom: 24px;
  padding: 15px 0;
  border-bottom: 4px solid #ddd;
  font-size: 2.5rem;
}
.cmn-sectionTitle::after {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 56px;
  height: 4px;
  margin: auto;
  background-color: #f2941a;
  content: "";
}
@media screen and (max-width: 767px) {
  .cmn-sectionTitle {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

/* 汎用的なボタン（大・小）*/
.cmn-btn {
  display: inline-block;
  position: relative;
  padding: 16px;
  width: 100%;
  max-width: 250px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background-color: #f2941a;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
}
.cmn-btn::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1em;
  height: 1em;
  margin: auto;
  font-family: "Material Icons";
  line-height: 1;
  content: "\e5e1";
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    padding-bottom: 15px;
  }
}

/* margin */
.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb16 {
  margin-bottom: 16px !important;
}

.mgb24 {
  margin-bottom: 24px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb48 {
  margin-bottom: 48px !important;
}

.mgb56 {
  margin-bottom: 56px !important;
}

.mgb64 {
  margin-bottom: 64px !important;
}

.mgb72 {
  margin-bottom: 72px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

/* padding */
.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

/* layout */
.align-left {
  text-align: left !important;
}

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.disp-block {
  display: block;
}

.disp-inline-block {
  display: inline-block;
}

.disp-flex {
  display: flex;
}

.disp-table {
  display: table;
}

.disp-none {
  display: none;
}

/* font */
.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.is-fntXL {
  display: inline-block;
  font-size: 1.3em !important;
}

.is-fntL {
  display: inline-block;
  font-size: 1.2em !important;
}

.is-fntS {
  display: inline-block;
  font-size: 0.95em !important;
}

.is-fntXS {
  display: inline-block;
  font-size: 0.8em !important;
}

.is-scale-xs {
  transform: scale(0.7) !important;
}

.is-scale-sm {
  transform: scale(0.8) !important;
}

.is-scale-md {
  transform: scale(0.9) !important;
}

.is-scale-mdMax {
  transform: scale(0.95) !important;
}

.is-scale-lg {
  transform: scale(1.1) !important;
}

.is-bold {
  font-weight: 700 !important;
}
.is-bold > * {
  font-weight: 700 !important;
}

.is-attn {
  color: #d70000;
}

/* レイアウト
============================================================================= */
main {
  display: block;
  margin-top: 64px;
  text-align: center;
}
main .is-accent {
  color: #d70000;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 60px;
  }
}

/* pc・sp出し分け */
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
/* セクション */
.l-section {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-section {
    max-width: 950px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 16px;
  }
}

/* コンテンツ */
.l-cont {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-cont {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont {
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  .l-cont {
    padding: 15px;
  }
}

/* ページコンテンツ
============================================================================= */
/* スライダー */
.sliderArea {
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  width: 100%;
}
.swiper-slide {
  width: 100%;
  max-width: 940px;
}
.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.swiper-controller {
  position: relative;
  height: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 949px) {
  .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  .swiper-controller {
    height: 30px;
    margin-bottom: 24px;
  }
}

/* おすすめコンテンツ */
.pickupCont_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.pickupCont_list .gallery {
  display: inline-block;
  position: relative;
  width: 32%;
  padding-bottom: 6px;
  border-radius: 6px;
  background-color: #f8f8f8;
}
.pickupCont_list .gallery > a {
  display: block;
  width: 100%;
  cursor: pointer;
}
.pickupCont_list .gallery > a img {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
  object-fit: cover;
}
.pickupCont_list .gallery > a:hover img {
  filter: brightness(108%);
}
.pickupCont_list .gallery p {
  padding-top: 12px;
  padding-bottom: 16px;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.7;
}
.pickupCont_list .gallery p:not(:first-of-type) {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}
.pickupCont_list .gallery p:first-of-type {
  display: inline-block;
  width: calc(100% - 40px);
  margin-top: 10px;
  margin-bottom: 4px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 2px dotted #d8d8d8;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
}
.pickupCont_list .gallery p:first-of-type a {
  color: #444;
}
.pickupCont_list .gallery p:first-of-type a:hover {
  color: #272f89;
}
.pickupCont_list .gallery:not(:nth-last-child(-n+3)) {
  margin-bottom: 20px;
}
.pickupCont_list .gallery:nth-child(2) p:first-of-type, .pickupCont_list .gallery:nth-child(3) p:first-of-type {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pickupCont_list .gallery {
    display: block;
    width: 48.5%;
  }
  .pickupCont_list .gallery::after {
    border-width: 9px;
  }
  .pickupCont_list .gallery:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 20px;
  }
  .pickupCont_list .gallery > a {
    padding-top: 20px;
  }
  .pickupCont_list .gallery > a img {
    width: 85%;
  }
  .pickupCont_list .gallery p {
    font-size: 1.4rem;
  }
  .pickupCont_list .gallery:nth-child(2) p:first-of-type, .pickupCont_list .gallery:nth-child(3) p:first-of-type {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  .pickupCont {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pickupCont_list .gallery {
    width: 100%;
  }
  .pickupCont_list .gallery:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .pickupCont_list .gallery > a img {
    width: 72%;
  }
  .pickupCont_list .gallery p:not(:first-of-type) {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pickupCont_list .gallery p:first-of-type {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* キャンペーンバナー */
.campaignBnr {
  margin-bottom: 32px;
  background-color: rgba(248, 200, 9, 0.08);
}
.campaignBnr_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 950px;
  margin: auto;
  padding: 0 32px;
}
.campaignBnr_list li {
  display: inline-block;
  width: 48%;
}
.campaignBnr_list li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaignBnr {
    margin-bottom: 24px;
    padding: 24px;
  }
  .campaignBnr_list {
    padding: 0;
  }
  .campaignBnr_list li {
    width: 95%;
  }
  .campaignBnr_list li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}

/* sns */
.snsCont {
  padding: 32px;
}
.snsCont_item {
  display: inline-block;
  position: relative;
  padding: 72px 24px 32px;
  border-radius: 8px;
  text-align: center;
}
.snsCont_item .el_icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  padding-top: 8px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
}
.snsCont_item .el_icon img {
  display: block;
  margin-bottom: 4px;
}
.snsCont_item .el_lead {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.snsCont_item .el_account {
  width: 100%;
  max-width: 400px;
  height: 40px;
  margin: auto;
  border-radius: 8px 8px 0 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
}
.snsCont_item .el_account a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.snsCont_item .el_btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: min(100%, 400px);
  height: 70px;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.snsCont_item.is-facebook {
  background-color: rgba(24, 119, 242, 0.06);
}
.snsCont_item.is-facebook .el_icon {
  background-color: #f1f7fe;
  color: rgb(24, 119, 242);
}
.snsCont_item.is-facebook .el_account {
  background-color: rgb(24, 119, 242);
}
.snsCont_item.is-facebook .el_btn {
  background-color: rgb(24, 119, 242);
}
.snsCont_item.is-facebook .fb_iframe_widget, .snsCont_item.is-facebook .fb_iframe_widget span, .snsCont_item.is-facebook .fb_iframe_widget iframe[style] {
  width: 100% !important;
  margin: auto !important;
}
.snsCont_item.is-instagram {
  background-color: rgba(217, 49, 119, 0.06);
}
.snsCont_item.is-instagram .el_icon {
  background-color: #fdf3f7;
  color: rgb(217, 49, 119);
}
.snsCont_item.is-instagram .el_account {
  background-color: rgb(217, 49, 119);
}
.snsCont_item.is-instagram .el_btn {
  background-color: rgb(217, 49, 119);
}
.snsCont_item.is-instagram .insta_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.snsCont_item.is-instagram .insta_list li {
  display: inline-block;
  width: 32%;
}
.snsCont_item.is-instagram .insta_list li:not(:nth-last-child(-n+3)) {
  margin-bottom: 10px;
}
.snsCont_item.is-instagram .insta_list li img {
  width: 100%;
}
.snsCont_item.is-line {
  background-color: rgba(0, 185, 0, 0.06);
}
.snsCont_item.is-line .el_icon {
  background-color: #f0fbf0;
  color: rgb(0, 185, 0);
}
.snsCont_item.is-line .lineService {
  margin-bottom: 20px;
  padding: 10px;
}
.snsCont_item.is-line .lineService_title {
  margin-bottom: 24px;
}
.snsCont_item.is-line .lineService_title span {
  display: inline-block;
  position: relative;
  font-size: 2rem;
}
.snsCont_item.is-line .lineService_title span::before, .snsCont_item.is-line .lineService_title span::after {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 1px;
  background-color: rgb(0, 162, 4);
  vertical-align: super;
  content: "";
}
.snsCont_item.is-line .lineService_title span::before {
  left: -16px;
}
.snsCont_item.is-line .lineService_title span::after {
  right: -16px;
}
.snsCont_item.is-line .lineService_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.snsCont_item.is-line .lineService_list li {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: calc(16.6666666667% - 10px);
  padding: 20px 12px;
  border-radius: 5px;
  background-color: #fff;
}
.snsCont_item.is-line .lineService_list li figure {
  margin-bottom: 16px;
}
.snsCont_item.is-line .lineService_list li figure img {
  width: auto;
  max-height: 64px;
}
.snsCont_item.is-line .lineService_list li p {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.snsCont_item.is-line .lineFriends {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 24px;
  border-radius: 8px;
  background-color: rgba(23, 154, 26, 0.7);
}
.snsCont_item.is-line .lineFriends_title {
  margin-bottom: 20px;
}
.snsCont_item.is-line .lineFriends_title span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.8rem;
}
.snsCont_item.is-line .lineFriends_title strong {
  display: inline-block;
  position: relative;
  color: #fff955;
  font-size: 2.8rem;
}
.snsCont_item.is-line .lineFriends_title strong::before, .snsCont_item.is-line .lineFriends_title strong::after {
  display: inline-block;
  position: relative;
  bottom: -5px;
  width: 25px;
  height: 38px;
  background: url("../images/img_cheers.png") no-repeat left top/contain;
  content: "";
}
.snsCont_item.is-line .lineFriends_title strong::before {
  left: -16px;
}
.snsCont_item.is-line .lineFriends_title strong::after {
  right: -16px;
  transform: scale(-1, 1);
}
.snsCont_item.is-line .lineFriends_add {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 72px;
}
.snsCont_item.is-line .lineFriends_add > div {
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.snsCont_item.is-line .lineFriends_add > div::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  width: 40.8px;
  height: 77.6px;
  margin: auto;
  background: url("../images/img_rabico.png") no-repeat left top/contain;
  content: "";
}
.snsCont_item.is-line .lineFriends_add > div > a {
  display: inline-block;
  position: relative;
  height: 44px;
  margin-bottom: 12px;
  padding-left: 32px;
  padding-right: 48px;
  border-radius: 22px;
  background-color: #fff;
  color: #00a204;
  font-size: 2rem;
  line-height: 44px;
}
.snsCont_item.is-line .lineFriends_add > div > a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 1em;
  height: 1em;
  margin: auto;
  font-family: "Material Icons";
  line-height: 1;
  content: "\e5e1";
}
.snsCont_item.is-line .lineFriends_add > div > p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.snsCont_item.is-line .lineFriends_add > div > p::after {
  display: inline-block;
  margin-left: 8px;
  font-family: "Material Icons";
  content: "\e5e1";
}
.snsCont_item.is-line .lineFriends_add .el_qr {
  display: inline-block;
  width: 72px;
  height: 72px;
}
.snsCont.is-2col {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.snsCont.is-2col .snsCont_item {
  width: 48%;
}
.snsCont.is-1col .snsCont_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .snsCont_item.is-instagram .insta_list {
    max-height: 500px;
    overflow: hidden;
  }
  .snsCont_item.is-line .lineFriends_title strong br {
    display: none;
  }
}
@media screen and (max-width: 949px) {
  .snsCont_item .el_lead br {
    display: none;
  }
  .snsCont_item.is-line .lineService_list li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (min-width: 600px) and (max-width: 949px) {
  .snsCont_item.is-line .lineService_list li:not(:nth-last-child(-n+3)) {
    margin-bottom: 16px;
  }
  .snsCont_item.is-line .lineFriends_title strong br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .snsCont {
    padding: 40px 15px;
  }
  .snsCont_item {
    padding: 60px 16px 24px;
  }
  .snsCont_item .el_icon {
    width: 90px;
    height: 90px;
    font-size: 1.4rem;
  }
  .snsCont_item .el_icon img {
    width: 50%;
  }
  .snsCont_item .el_lead {
    font-size: 1.35rem;
    line-height: 1.7;
    text-align: left;
  }
  .snsCont_item .el_btn {
    height: 60px;
    font-size: 1.5rem;
  }
  .snsCont_item.is-line .lineService_title::before, .snsCont_item.is-line .lineService_title::after {
    display: none;
  }
  .snsCont.is-2col .snsCont_item {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
  .snsCont.is-2col .snsCont_item.is-facebook {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 599px) {
  .snsCont {
    padding: 36px 15px;
  }
  .snsCont_item.is-line .lineService {
    padding: 4px;
  }
  .snsCont_item.is-line .lineService_title span {
    color: #00a204;
  }
  .snsCont_item.is-line .lineService_title span::before, .snsCont_item.is-line .lineService_title span::after {
    display: none;
  }
  .snsCont_item.is-line .lineService_list li {
    width: calc(50% - 8px);
    padding: 16px 12px;
  }
  .snsCont_item.is-line .lineService_list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 12px;
  }
  .snsCont_item.is-line .lineFriends {
    width: 98%;
    padding: 30px 12px 28px;
  }
  .snsCont_item.is-line .lineFriends_title {
    margin-bottom: 12px;
  }
  .snsCont_item.is-line .lineFriends_title span {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .snsCont_item.is-line .lineFriends_title strong {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .snsCont_item.is-line .lineFriends_title strong::before, .snsCont_item.is-line .lineFriends_title strong::after {
    position: absolute;
    bottom: 5px;
  }
  .snsCont_item.is-line .lineFriends_title strong::before {
    left: -24px;
  }
  .snsCont_item.is-line .lineFriends_title strong::after {
    right: -24px;
  }
  .snsCont_item.is-line .lineFriends_add {
    padding-left: 0;
  }
  .snsCont_item.is-line .lineFriends_add > div {
    padding: 0;
  }
  .snsCont_item.is-line .lineFriends_add > div::before {
    display: none;
  }
  .snsCont_item.is-line .lineFriends_add > div > a {
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 40px;
    font-size: 1.7rem;
  }
  .snsCont.is-1col {
    margin-top: -24px;
    padding-bottom: 24px;
  }
}

/* 小バナーエリア */
.bnrArea {
  max-width: 960px;
  margin: 0 auto 64px;
}
.bnrArea_list {
  width: 92%;
  margin: auto;
}
.bnrArea_list li {
  margin: 0;
}
.bnrArea_list li img {
  max-width: 100%;
}
.bnrArea .swiper-slide:not(.swiper-slide-active) {
  opacity: 1 !important;
  transition: none !important;
}
.bnrArea .swiper-controller {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.bnrArea .swiper-button-prev,
.bnrArea .swiper-rtl .swiper-button-next {
  left: 0;
}
.bnrArea .swiper-button-prev::after,
.bnrArea .swiper-rtl .swiper-button-next::after {
  background-color: rgba(255, 255, 255, 0.8);
}
.bnrArea .swiper-button-next,
.bnrArea .swiper-rtl .swiper-button-prev {
  right: 0;
}
.bnrArea .swiper-button-next::after,
.bnrArea .swiper-rtl .swiper-button-prev::after {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .bnrArea .swiper-slide {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .bnrArea {
    margin-bottom: 32px;
    text-align: center;
  }
  .bnrArea .swiper-controller {
    width: calc(100% - 24px);
    max-width: 320px;
  }
  .bnrArea .swiper-button-prev,
  .bnrArea .swiper-rtl .swiper-button-next {
    left: -21px;
  }
  .bnrArea .swiper-button-next,
  .bnrArea .swiper-rtl .swiper-button-prev {
    right: -20px;
  }
}

/* フッターリンク */
.footerLink {
  padding: 32px 0;
  background-color: #efefef;
  text-align: center;
}
.footerLink_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: auto;
}
.footerLink_list li {
  display: inline-block;
  position: relative;
}
.footerLink_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  color: #ff8e00;
  font-size: 1.4rem;
}
.footerLink_list li:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
  margin: auto;
  background-color: #bbb;
  content: "";
}
@media screen and (max-width: 599px) {
  .footerLink {
    padding: 24px 12px;
  }
  .footerLink_list li a {
    padding: 5px 12px;
    font-size: 1.2rem;
  }
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 * Copyright 2014-2022 Vladimir Kharlampidi
 * Released under the MIT License
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #333;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight {
  height: auto;
}
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
@media screen and (max-width: 939px) {
  .swiper-button-prev, .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: "Material Icons";
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
@media screen and (max-width: 939px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
  }
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 35%;
  right: auto;
}
@media screen and (max-width: 939px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 20%;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "\e5c4";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 35%;
  left: auto;
}
@media screen and (max-width: 939px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 20%;
  }
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "\e5c8";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
@media screen and (max-width: 939px) {
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 30px;
  }
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
@media screen and (max-width: 939px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}