@charset "UTF-8";
/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@400;700&display=swap");
/* =========================================================
body
========================================================= */
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
  -ms-word-break: break-all;
  word-break: break-all;
  font-feature-settings: "palt";
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:before, *:after {
  display: block;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.pc-br {
  display: none;
}

@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}
.pc-disp {
  display: none;
}

@media (min-width: 769px) {
  .pc-disp {
    display: block;
  }
}
@media (min-width: 769px) {
  .sp-disp {
    display: none;
  }
}
@media (min-width: 769px) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }
}
@media (min-width: 769px) {
  .opacity-link:hover {
    opacity: 0.4;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.wrapper {
  padding-top: 55px;
  min-width: 320px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .wrapper {
    padding-top: 65px;
  }
}
.main-cont {
  padding: 0 0 85px;
}

@media (min-width: 769px) {
  .main-cont {
    padding: 0 0 160px;
  }
}
[v-cloak] {
  opacity: 0;
}

/* =========================================================
common parts
========================================================= */
.cmn-btn01 a,
.cmn-btn01 button {
  display: block;
  width: 100%;
  padding: 25px 0;
  border-bottom: 2px solid #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
}

.cmn-btn01.re-arrow a:before,
.cmn-btn01.re-arrow button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(-45deg);
}

.cmn-btn02 a,
.cmn-btn02 button {
  display: block;
  width: 100%;
  padding: 19px 10px 17px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.075em;
  text-align: center;
}

@media (min-width: 769px) {
  .cmn-btn02 a,
.cmn-btn02 button {
    transition: background 0.2s ease, color 0.2s ease;
  }
}
@media (min-width: 769px) {
  .cmn-btn02 a:hover,
.cmn-btn02 button:hover {
    background: #fff;
    color: #000;
  }
}
/* =========================================================
main contents
========================================================= */
/* --------------------------------------------------
header
-------------------------------------------------- */
.mv-hd .main-ttl {
  max-width: 1360px;
  margin: 0 auto;
}

/* --------------------------------------------------
item list
-------------------------------------------------- */
.item-block {
  margin: 45px auto 0;
  padding: 0 20px;
}

@media (min-width: 769px) {
  .item-block {
    margin: 75px auto 0;
    padding: 0 40px;
  }
}
.item-block .cmn-btn01 {
  max-width: 510px;
  margin: 10px auto 0;
}

@media (min-width: 769px) {
  .item-block .cmn-btn01 {
    margin: 30px auto 0;
  }
}
.item-list {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.item-list .item {
  width: calc(50% - 10px);
  margin: 20px 20px 0 0;
}

@media (min-width: 769px) {
  .item-list .item {
    width: calc(33.33% - 15px);
  }
}
.item-list .item:nth-child(-n+2) {
  margin-top: 0;
}

@media (min-width: 769px) {
  .item-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.item-list .item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 769px) {
  .item-list .item:nth-child(2n) {
    margin-right: 22px;
  }
}
@media (min-width: 769px) {
  .item-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
.item-list .item a {
  display: block;
  height: 100%;
  padding: 10px 10px 20px;
  background: #eee;
}

@media (min-width: 769px) {
  .item-list .item a {
    padding: 20px 20px 35px;
  }
}
.item-list .item .img {
  position: relative;
}

.item-list .item .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.item-list .item .img:after {
  content: "MORE";
  width: 72%;
  padding: 0 0 25px;
  border-bottom: 1px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item-list .item .img:before, .item-list .item .img:after {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.item-list .item .detail {
  margin: 15px auto 0;
}

@media (min-width: 769px) {
  .item-list .item .detail {
    margin: 20px auto 0;
  }
}
.item-list .item .detail > * {
  margin: 0 auto 1em;
}

.item-list .item .detail > *:last-child {
  margin-bottom: 0;
}

.item-list .item .txt01 {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
  font-weight: 700;
}

@media (min-width: 769px) {
  .item-list .item .txt01 {
    font-size: 16px;
    line-height: 1.75;
  }
}
.item-list .item .txt02 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.075em;
}

@media (min-width: 769px) {
  .item-list .item .txt02 {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
@media (min-width: 769px) {
  .item-list .item a:hover .img:before, .item-list .item a:hover .img:after {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .item-list .item a:hover [class*=txt] {
    text-decoration: underline;
  }
}
/* --------------------------------------------------
custom area
-------------------------------------------------- */
[class*=custom-field] .custom-in {
  max-width: 1160px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.075em;
}

@media (min-width: 769px) {
  [class*=custom-field] .custom-in {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.custom-field-top {
  margin: 20px auto 0;
  padding: 0 20px;
}

@media (min-width: 769px) {
  .custom-field-top {
    margin: 60px auto 0;
    padding: 0 40px;
  }
}
.custom-field-bottom {
  margin: 40px auto 0;
  padding: 0 20px;
}

@media (min-width: 769px) {
  .custom-field-bottom {
    margin: 90px auto 0;
    padding: 0 40px;
  }
}
.localnav-list {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.localnav-item {
  list-style: none;
  width: calc(33.33% - 3px);
  margin: 4px 0 0 4px;
}

@media (min-width: 769px) {
  .localnav-item {
    width: calc(33.33% - 15px);
    margin: 22px 0 0 22px;
  }
}
.localnav-item:nth-child(-n+3) {
  margin-top: 0;
}

.localnav-item:nth-child(3n-2) {
  margin-left: 0;
}

.localnav-item a {
  display: block;
  height: 70px;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .localnav-item a {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
#anchor01 {
  margin-top: 30px;
}

@media (min-width: 769px) {
  #anchor01 {
    margin-top: 70px;
  }
}
.coupon-block {
  width: 100vw;
  margin-left: -20px;
  padding: 30px 20px 40px;
  background: #eee;
}

@media (min-width: 769px) {
  .coupon-block {
    width: 100%;
    margin: 0;
    padding: 40px 60px 80px;
  }
}
.coupon-block .head {
  text-align: center;
}

.coupon-block .head p {
  display: inline-block;
  padding: 4px 10px 3px;
  background: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.075em;
}

@media (min-width: 769px) {
  .coupon-block .head p {
    font-size: 18px;
  }
}
.coupon-block .coupon-ttl {
  margin: 25px auto 0;
}

@media (min-width: 769px) {
  .coupon-block .coupon-ttl {
    margin: 30px auto 0;
  }
}
.coupon-block .coupon-ttl [class*=txt0] {
  display: block;
  margin: 0 auto 1em;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-align: center;
}

.coupon-block .coupon-ttl [class*=txt0]:last-child {
  margin-bottom: 0;
}

.coupon-block .coupon-ttl .txt01 {
  font-size: 16px;
  line-height: 1.125;
}

@media (min-width: 769px) {
  .coupon-block .coupon-ttl .txt01 {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.coupon-block .coupon-ttl .txt02 {
  font-size: 24px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .coupon-block .coupon-ttl .txt02 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.coupon-block .step-list {
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 769px) {
  .coupon-block .step-list {
    margin: 55px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.coupon-block .step-list .box {
  margin: 0 auto 30px;
  padding: 30px 20px;
  background: #fff;
  position: relative;
}

@media (min-width: 769px) {
  .coupon-block .step-list .box {
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
  }
}
@media (min-width: 1025px) {
  .coupon-block .step-list .box {
    width: calc(50% - 20px);
    margin: 20px 40px 0 0;
    padding: 30px 30px 50px;
  }
}
.coupon-block .step-list .box:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .coupon-block .step-list .box:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .coupon-block .step-list .box:nth-child(2n) {
    margin-right: 0;
  }
}
.coupon-block .step-list .box > * {
  margin: 0 auto 25px;
}

@media (min-width: 769px) {
  .coupon-block .step-list .box > * {
    margin: 0 auto 35px;
  }
}
.coupon-block .step-list .box > *:last-child {
  margin-bottom: 0;
}

.coupon-block .step-list .step {
  margin: 0;
  padding: 4px 10px;
  background: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.075em;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.coupon-block .step-list .txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}

@media (min-width: 1025px) {
  .coupon-block .step-list .txt {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.coupon-block .code-box {
  margin: 40px auto 0;
  padding: 30px 15px;
  border: 2px solid #000;
  position: relative;
}

@media (min-width: 769px) {
  .coupon-block .code-box {
    margin: 75px auto 0;
    padding: 45px 30px 50px;
  }
}
.coupon-block .code-box .ttl {
  padding: 0 1em;
  background: #eee;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  .coupon-block .code-box .ttl {
    font-size: 18px;
  }
}
.coupon-block .code-box .code {
  text-align: center;
}

.coupon-block .code-box .code p {
  display: inline-block;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.075em;
}

@media (min-width: 769px) {
  .coupon-block .code-box .code p {
    padding: 8px 10px;
    font-size: 40px;
  }
}
.coupon-block .code-box .period {
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 769px) {
  .coupon-block .code-box .period {
    font-size: 24px;
    line-height: 1.25;
  }
}
.coupon-block .code-box .date {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media (max-width: 360px) {
  .coupon-block .code-box .date {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .coupon-block .code-box .date {
    font-size: 28px;
  }
}
.coupon-block .note-box {
  margin: 30px auto 0;
  padding: 5px 0 15px 20px;
  border-left: 2px solid #000;
}

@media (min-width: 769px) {
  .coupon-block .note-box {
    margin: 60px auto 0;
  }
}
.coupon-block .note-box .ttl {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 700;
}

@media (min-width: 769px) {
  .coupon-block .note-box .ttl {
    font-size: 24px;
  }
}
.coupon-block .note-box ul {
  margin: 20px auto 0;
  list-style: none;
  padding: 0;
}

@media (min-width: 769px) {
  .coupon-block .note-box ul {
    margin: 30px auto 0;
  }
}
.coupon-block .note-box li {
  margin: 0 0 1em;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.075em;
}

@media (min-width: 769px) {
  .coupon-block .note-box li {
    padding: 0 0 0 25px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
.coupon-block .note-box li:last-child {
  margin-bottom: 0;
}

.coupon-block .note-box li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  .bnr-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bnr-block .bnr {
  margin: 0 auto 10px;
}

@media (min-width: 769px) {
  .bnr-block .bnr {
    width: calc(50% - 10px);
    margin: 20px 0 0 20px;
  }
}
.bnr-block .bnr:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .bnr-block .bnr:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .bnr-block .bnr:nth-child(2n-1) {
    margin-left: 0;
  }
}
/* =========================================================
detail contents
========================================================= */
.item-detail-block {
  padding: 20px 20px 0;
}

@media (min-width: 769px) {
  .item-detail-block {
    padding: 60px 60px 0;
  }
}
.item-detail-block .block-in {
  max-width: 1160px;
  margin: 0 auto;
}

@media (min-width: 850px) {
  .item-detail-block .block-in {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42% 58%;
    grid-template-columns: 42% 58%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
        grid-template-areas: "image detail01" "detail02 detail02";
  }
}
@media (min-width: 850px) {
  .item-detail-block .img-block {
    grid-area: image;
  }
}
.item-detail-block .img-pager {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-detail-block .img-pager .counter {
  font-size: 14px;
  line-height: 1;
}

.item-detail-block .img-pager .counter .current {
  font-weight: 700;
}

.item-detail-block .img-pager .counter .current:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  margin: 0 1em;
  background: #DBDBDB;
  transform: rotate(35deg);
  vertical-align: top;
}

.item-detail-block .swiper-arrow {
  width: 20px;
  height: 17px;
  cursor: pointer;
}

.item-detail-block .swiper-arrow:before {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.item-detail-block .swiper-arrow.swiper-prev:before {
  transform: rotate(-135deg);
}

.item-detail-block .swiper-arrow.swiper-next:before {
  transform: rotate(45deg);
}

.item-detail-block .thumb-list {
  width: 100vw;
  margin: 30px 0 0 -20px;
  padding: 10px;
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (min-width: 769px) {
  .item-detail-block .thumb-list {
    width: 100%;
    margin: 25px auto 0;
  }
}
.item-detail-block .thumb-list:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #eee transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.item-detail-block .thumb-list .thumb {
  width: calc(12.5% - 8.75px);
  margin: 10px 10px 0 0;
  position: relative;
  cursor: pointer;
}

.item-detail-block .thumb-list .thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.item-detail-block .thumb-list .thumb.is-active:before {
  opacity: 1;
}

.item-detail-block .thumb-list .thumb:nth-child(-n+8) {
  margin-top: 0;
}

.item-detail-block .thumb-list .thumb:nth-child(8n) {
  margin-right: 0;
}

.item-detail-block .detail-block {
  margin: 30px auto 0;
}

@media (min-width: 769px) {
  .item-detail-block .detail-block {
    margin: 60px auto 0;
  }
}
@media (min-width: 850px) {
  .item-detail-block .detail-block {
    grid-area: detail01;
    width: 100%;
    margin: 0;
    padding: 0 0 0 60px;
  }
}
.item-detail-block .shop {
  margin: 0 auto 20px;
  padding: 20px 10px;
  background: #eee;
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .item-detail-block .shop {
    margin: 0 auto 40px;
    padding: 10px;
  }
}
.item-detail-block .logo {
  width: 72px;
  height: 72px;
  margin-right: 20px;
  background: #fff;
}

@media (min-width: 769px) {
  .item-detail-block .logo {
    width: 120px;
    height: 120px;
  }
}
.item-detail-block .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: cover;";
}

.item-detail-block .name {
  flex: 1 1 0;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.075em;
}

@media (min-width: 769px) {
  .item-detail-block .name {
    font-size: 16px;
    line-height: 1.75;
  }
}
.item-detail-block .ttl {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  font-weight: 700;
}

@media (min-width: 769px) {
  .item-detail-block .ttl {
    font-size: 24px;
    line-height: 1.5;
  }
}
.item-detail-block .supplement {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 1.6;
  text-align: right;
}

@media (min-width: 769px) {
  .item-detail-block .supplement {
    margin: 30px auto 0;
    font-size: 24px;
    line-height: 1.5;
  }
}
.item-detail-block .cmn-btn02 {
  margin: 30px auto 0;
}

@media (min-width: 769px) {
  .item-detail-block .cmn-btn02 {
    margin: 40px auto 0;
  }
}
.item-detail-block .note {
  margin: 20px auto 0;
  color: #838383;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}

@media (min-width: 769px) {
  .item-detail-block .note {
    margin: 30px auto 0;
  }
}
.item-detail-block .description01 {
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
}

@media (min-width: 769px) {
  .item-detail-block .description01 {
    margin: 35px auto 0;
  }
}
.item-detail-block .bottom-block {
  margin: 45px auto 0;
}

@media (min-width: 769px) {
  .item-detail-block .bottom-block {
    margin: 80px auto 0;
  }
}
@media (min-width: 850px) {
  .item-detail-block .bottom-block {
    width: 100%;
    grid-area: detail02;
  }
}
@media (min-width: 850px){
  .item-detail-block .img-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .item-detail-block .detail-block {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .item-detail-block .bottom-block {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
.item-detail-block .description02,
.item-detail-block .description03 {
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
}

@media (min-width: 769px) {
  .item-detail-block .description02,
.item-detail-block .description03 {
    margin: 0 auto 45px;
  }
}
@media (min-width: 769px) {
  .item-detail-block .description02 + .cmn-btn01,
.item-detail-block .description03 + .cmn-btn01 {
    margin-top: 85px;
  }
}
.item-detail-block .cmn-btn01 {
  max-width: 512px;
  margin: 0 auto;
}

/* =========================================================
others
========================================================= */
/* --------------------------------------------------
animation
-------------------------------------------------- */
.fadeup {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------------------------
wysiwyg
-------------------------------------------------- */
.wysiwyg {
  word-break: break-all;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.075em;
}

.wysiwyg * {
  letter-spacing: 0.075em;
}

.wysiwyg .large-txt01 {
  font-size: 20px;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .wysiwyg .large-txt01 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.wysiwyg .large-txt02 {
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 769px) {
  .wysiwyg .large-txt02 {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.wysiwyg .img-c img {
  margin: 0 auto;
}

.wysiwyg .img-l img {
  margin: 0;
}

.wysiwyg .img-r img {
  margin: 0 0 0 auto;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: bold;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: bold;
}

.wysiwyg h4 {
  font-weight: bold;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: bold;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: bold;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg img {
  display: inherit;
  width: auto;
  max-width: 100%;
  height: initial;
}

.wysiwyg a {
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.wysiwyg a:hover {
  opacity: 0.4;
}

.wysiwyg strong,
.wysiwyg b {
  font-style: unset;
  font-weight: bold;
}

.wysiwyg em {
  font-style: unset;
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  width: 100% !important;
  border-collapse: collapse;
}

.wysiwyg table th,
.wysiwyg table td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}

.wysiwyg table th {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .wysiwyg .table-wrap::-webkit-scrollbar {
    height: 15px;
  }

  .wysiwyg .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .wysiwyg .table-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}
/* =========================================================
header
========================================================= */
.cp-hd {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

@media (min-width: 769px) {
  .cp-hd {
    height: 65px;
  }
}
.cp-hd .logo {
  width: 95px;
}

@media (min-width: 769px) {
  .cp-hd .logo {
    width: 119px;
  }
}
/*------------------------------------------
footer
------------------------------------------*/
.cp-ft {
  padding: 55px 0;
  background: #000;
  position: relative;
}

.cp-ft .logo {
  width: 136px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .cp-ft .logo {
    width: 137px;
  }
}
.cp-ft .copyright {
  margin: 20px auto 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
}

/*------------------------------------------
page top
------------------------------------------*/
.pagetop {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
}

@media (min-width: 769px) {
  .pagetop a {
    width: 80px;
    height: 80px;
  }
}
.pagetop a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

@media (min-width: 769px) {
  .pagetop a:before {
    width: 22px;
    height: 22px;
    top: 30px;
  }
}
.pagetop a:after {
  content: "";
  width: 21px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  .pagetop a:after {
    width: 27px;
    bottom: 26px;
  }
}
.pagetop svg {
  width: 38px;
  height: 42px;
  fill: #fff;
}

@media (min-width: 769px) {
  .pagetop svg {
    width: 48px;
    height: 53px;
    fill: #000;
  }
}
/*# sourceMappingURL=../css/maps/cp.css.map */
