/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #333333;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: 'Noto Serif JP', serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 132rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  html {
    font-size: calc(100vw * 10 / 1360);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 750);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
.f_copy {
  font-size: 2rem;
  padding: 1em 0;
  background: #EEEEEE;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 18rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.fixed_bnr {
  position: fixed;
  right: 0;
  bottom: 2rem;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  .fixed_bnr {
    text-align: center;
    width: 100%;
    bottom: 0;
  }
}

.fixed_bnr img {
  width: 13.76rem;
}

@media screen and (max-width: 767px) {
  .fixed_bnr img {
    width: 72.8rem;
  }
}

.mv_slide li {
  width: 19.2rem;
}

@media screen and (max-width: 767px) {
  .mv_slide li {
    width: 18.4rem;
  }
}

.mv_slide img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p_mv {
    position: relative;
    background: url(../img/fv_bg.jpg) no-repeat 50%/cover;
    z-index: 1;
  }
  .p_mv img {
    position: relative;
    left: 50%;
    translate: -50% 0;
    /*max-width: 130.56rem;*/
    max-width: 116rem;
    padding: 0 0 1rem;
  }
  .p_mv:before {
    content: '';
    position: absolute;
    background: url(../img/fv_line.png) no-repeat left top/100% auto;
    /*bottom: 8.788rem;*/
    bottom: 0;
    left: 0;
    /*height: 14.212rem;*/
    /*height: 15.4rem;*/
    height: 17.3rem;
    width: 100%;
    z-index: -1;
  }
  .p_mv .u_visible_pc:before {
    /*content: '';
    position: absolute;
    background: url(../img/fv_line2.png) no-repeat left top/100% auto;
    bottom: 0rem;
    left: 0;
    height: 8.8rem;
    width: 100%;
    z-index: -1;*/
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .p_mv:before,
  .p_mv .u_visible_pc:before {
    /*width: 110.5rem;*/
  }
}

@media screen and (min-width: 768px) {
  .p_mv:after {
    content: '';
    position: absolute;
    /*background: url(../img/fv_img.png) no-repeat 50%/contain;
    width: 38.556rem;
    aspect-ratio: 567 / 579;*/
    background: url(../img/fv_img.png) no-repeat right/contain;
    width: 48rem;
    aspect-ratio: 1 / 1;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
}

.p_packlist {
  background: url(../img/packlist_bg.jpg) no-repeat 50%/cover;
  padding: 7rem 0 10rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p_packlist {
    background-image: url(../img/packlist_bg_sp.jpg);
    padding: 7.5rem 0;
  }
}

.p_packlist .ttl {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: .09em;
  white-space: nowrap;
}

.p_packlist .ttl em {
  color: #DE003D;
}

.p_packlist .ttl img {
  display: block;
  /*width: 13.55em;*/
  margin: .3em auto 0;
}

.p_packlist .caution {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0.6em;
}

.p_packlist .notice {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 1.4em;
}

.p_packlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 1.5rem;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p_packlist ul {
    gap: 4rem 1.3rem;
  }
}

.p_packlist li {
  width: calc(20% - 1.2rem);
  border-radius: 1.1rem;
  background: #C5DE8A;
  font-weight: bold;
  padding: 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_packlist li {
    width: calc(33.33% - .866rem);
  }
}

.p_packlist li:nth-child(7n + 2) {
  background: #FAD175;
}

.p_packlist li:nth-child(7n + 2) i {
  color: #FAD175;
}

.p_packlist li:nth-child(7n + 3) {
  background: #AEDAF7;
}

.p_packlist li:nth-child(7n + 3) i {
  color: #AEDAF7;
}

.p_packlist li:nth-child(7n + 4) {
  background: #BEB0ED;
}

.p_packlist li:nth-child(7n + 4) i {
  color: #BEB0ED;
}

.p_packlist li:nth-child(7n + 5) {
  background: #F7BFC7;
}

.p_packlist li:nth-child(7n + 5) i {
  color: #F7BFC7;
}

.p_packlist li:nth-child(7n + 6) {
  background: #FCC8B2;
}

.p_packlist li:nth-child(7n + 6) i {
  color: #FCC8B2;
}

.p_packlist li:nth-child(7n + 7) {
  background: #9ADDDB;
}

.p_packlist li:nth-child(7n + 7) i {
  color: #9ADDDB;
}

.p_packlist li i {
  background: url(../img/num_bg.svg) no-repeat 50%/contain;
  font-size: 2.2rem;
  color: #C5DE8A;
  position: absolute;
  width: 2.136em;
  aspect-ratio: 1 / 1;
  padding-top: .3em;
  left: 1rem;
  top: -1.2rem;
}

.p_packlist li p {
  font-size: 2.6rem;
  line-height: 1.269;
  height: 12.4rem;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p_packlist li p {
    font-size: 2.4rem;
    height: 11.2rem;
  }
}

.p_packlist li p.b {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p_packlist li p.b {
    font-size: 2.2rem;
  }
}

.p_packlist li p.c {
  gap: .5em;
}

.p_packlist li p.c span {
  text-align: right;
}

.p_packlist li p.c small {
  font-size: .73em;
}

.p_packlist li p.c em {
  font-size: 2.961em;
}

.p_packlist li small {
  display: block;
  font-size: .846em;
  letter-spacing: .05em;
  margin-top: .3em;
}

.p_packlist li small.b {
  font-size: .767em;
  margin: 0;
}

.p_packlist li em {
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1;
}

.p_packlist li a,
.p_packlist li div {
  display: block;
}

.p_packlist .row {
  display: none;
}

@media screen and (min-width: 768px) {
  .pack_modal .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pack_modal .row figure {
    width: 41rem;
  }
  .pack_modal .row dl {
    width: calc(100% - 45rem);
  }
}

.pack_modal figure img {
  width: 100%;
}

.pack_modal dt {
  font-size: 2.6rem;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .pack_modal dt {
    font-size: 3rem;
    margin: 1em 0 .6em;
  }
}

.pack_modal dt small {
  font-size: .769em;
}

.pack_modal dd {
  font-size: 1.8rem;
  line-height: 1.94;
}

@media screen and (max-width: 767px) {
  .pack_modal dd {
    font-size: 2.4rem;
    line-height: 1.83;
  }
}

.modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9998;
  background: #BEBEBE;
  mix-blend-mode: multiply;
  display: none;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.popup-modal .close {
  position: absolute;
  width: 6.6rem;
  top: -3.3rem;
  right: -3.3rem;
  cursor: pointer;
  z-index: 1;
}

.popup-modal .close img {
  width: 100%;
}

.popup-modal .wrap {
  display: flex;
  height: calc(100vh - 4rem);
  margin-top: 2rem;
}

.popup-modal .box {
  width: 113rem;
  max-width: calc(100% - 14rem);
  margin: auto;
  position: relative;
  background: #fff;
  border-radius: 1rem;
}

.popup-modal .scroll {
  padding: 4rem;
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 4rem);
}

body.show-modal {
  overflow-y: hidden;
}

.p_bnr {
  position: relative;
}

@media screen and (min-width: 1321px) {
  .p_bnr .line {
    /*background: rgba(1, 129, 239, 0.98);*/
    background: rgba(2, 105, 236, 0.88);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 32.572rem;
  }
}

.p_bnr .box {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1321px) {
  .p_bnr .box {
    background: url(../img/campaigninfo_bg2.jpg) no-repeat 50%/cover;
    height: 66.096rem;
  }
  .p_bnr .box:before {
    content: '';
    position: absolute;
    left: 50%;
    translate: -50% 0;
    background: url(../img/campaigninfo_ttl.png) no-repeat center top/contain;
    width: 147.832rem;
    height: 100%;
    top: 0;
    z-index: 1;
  }
  .p_bnr .box:after {
    content: '';
    position: absolute;
    right: 0;
    background: url(../img/campaigninfo_img.png) no-repeat left bottom/contain;
    width: 45.152rem;
    height: 100%;
    top: 0;
  }
}

.p_bnr .txt {
  position: absolute;
  /*bottom: 8.7%;*/
  bottom: 0;
  left: 5.989%;
  /*width: 59.0625%;*/
  width: 66%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p_bnr .txt {
    top: 23%;
    width: 71.9rem;
    left: 2rem;
    bottom: 0;
  }
}
@media screen and (min-width: 1321px) and (max-width: 1639px) {
  .p_bnr .txt {
    /*width: 771px;*/
    width: 862px;
  }
}
@media screen and (min-width: 1640px) {
  .p_bnr .txt {
    /*width: 77.112rem;*/
    width: 86.2rem;
    position: absolute;
    /*left: 50%;*/
    left: 52.7%;
    translate: -50% 0;
    /*bottom: 6.12rem;*/
    bottom: 0;
  }
}

.p_bnr p {
  position: absolute;
  font-size: 0.952rem;
  font-weight: 400;
  border: solid 2px #fff;
  bottom: 1rem;
  color: #fff;
  left: 9.323%;
  padding: .9em 4em;
}

@media screen and (max-width: 767px) {
  .p_bnr p {
    /*top: 63.8%;*/
    top: 57%;
    width: 73rem;
    left: 50%;
    translate: -50% 0;
    /*color: #0181EF;*/
    /*border: solid .2rem #0181EF;*/
    border: solid .2rem #fff;
    bottom: auto;
    font-size: 2rem;
    padding: .3em .4em;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .p_bnr p br {
    display: none;
  }
  .p_bnr p br.fix {
    display: block;
  }
}

@media screen and (min-width: 1640px) {
  .p_bnr p {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 1rem;
  }
}

.p_bnr .bg {
  width: 100%;
}

@media screen and (min-width: 1321px) {
  .p_bnr .bg {
    display: none;
  }
}

.p_bnr .btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p_bnr .btn {
    /*text-align: left;*/
    width: 100%;
    /*bottom: 0;
    position: absolute;
    left: 0;
    z-index: 2;*/
    margin-top: -1em;
  }
}

.p_bnr .btn a {
  /*font-size: 2.244rem;*/
  font-size: 2.688rem;
  font-weight: bold;
  letter-spacing: .09em;
  color: #014C8C;
  background: #FAEF1F;
  /*line-height: 6.052rem;*/
  line-height: 8rem;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1.3em;
  box-shadow: 0 -7px 12px rgba(55,91,128,47%);
}

@media screen and (max-width: 767px) {
  .p_bnr .btn a {
    /*color: #fff;*/
    color: #1F83E9;
    /*font-size: 3rem;*/
    font-size: 5rem;
    /*background: none;*/
    padding-left: 2rem;
    /*height: 33.3rem;*/
    height: 12.2rem;
    /*justify-content: flex-start;*/
    justify-content: center;
    /*align-items: flex-end;*/
    align-items: center;
    gap: 1rem;
    /*padding-bottom: .38em;*/
    padding: .19em;
    box-shadow: none;
  }
}

.p_bnr .btn a:after {
  content: '';
  background: url(../img/arrow_right01.svg) no-repeat 50%/contain;
  width: 3.196rem;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 767px) {
  .p_bnr .btn a:after {
    background-image: url(../img/arrow_right01_sp.svg);
    width: 6rem;
    margin-top: .1em;
  }
}

.p_strength {
  position: relative;
}

.p_strength img {
  width: 100%;
}

.p_strength .slide {
  position: absolute;
  width: 100%;
  bottom: 8.93%;
}

@media screen and (max-width: 767px) {
  .p_strength .slide {
    bottom: 21rem;
  }
  .p_strength .slide.b {
    bottom: 1rem;
  }
}

.p_strength li {
  width: 31.7rem;
  width: 16.5vw;
  margin: 0 .26vw;
}

@media screen and (max-width: 767px) {
  .p_strength li {
    margin: 0 .4rem;
    width: 28.8rem;
  }
}

.p_reason {
  background: url(../img/reason_bg.jpg) no-repeat 50%/cover;
  padding: 10.8rem 0 12.8rem;
}

@media screen and (max-width: 767px) {
  .p_reason {
    background-image: url(../img/reason_bg_sp.jpg);
    padding: 9rem 0 15rem;
  }
}

.p_reason .ttl2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.8rem;
  letter-spacing: .05em;
  border-top: solid .3rem #707070;
  border-bottom: solid .3rem #707070;
  padding: .8em 0;
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 767px) {
  .p_reason .ttl2 {
    font-size: 4.8rem;
  }
}

.p_reason .ttl2 img {
  width: 7.631em;
  vertical-align: -.7em;
  margin-right: 6px;
  margin-bottom: -.2em;
}
@media screen and (min-width: 768px) {
  .p_reason .ttl2 img{
    margin-bottom: -.45em;
  }
}

.p_reason dl + dl {
  margin-top: 9.6rem;
}

@media screen and (max-width: 767px) {
  .p_reason dl + dl {
    margin-top: 6.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p_reason dl:nth-child(even) dt {
    text-align: right;
  }
}

.p_reason dl:nth-child(even) .img {
  left: 0;
}

@media screen and (max-width: 767px) {
  .p_reason dl:nth-child(even) .img {
    left: -2rem;
  }
}

.p_reason dl:nth-child(even) .ttl {
  margin-left: 82.6rem;
}

@media screen and (max-width: 767px) {
  .p_reason dl:nth-child(even) .ttl {
    margin-left: 0;
  }
}

.p_reason dl:nth-child(even) dd {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p_reason dl:nth-child(even) dd {
    width: 103.8rem;
    padding-left: 2rem;
  }
}

.p_reason dl:nth-child(even) dd:before {
  left: 0;
  background-image: url(../img/reason_point_bg_left.png);
  transform: translateX(-99%);
}

.p_reason dl:nth-child(odd) .img {
  right: 0;
}
.p_reason dl:nth-child(odd) .img2 {
  left: 0;
}

@media screen and (max-width: 767px) {
  .p_reason dl:nth-child(even) dd {
    margin-right: -2rem;
  }
  .p_reason dl:nth-child(odd) dd {
    right: 0;
    margin-left: -2rem;
  }
}
.p_reason dl:nth-child(odd) dd:before {
  right: 0;
}

.p_reason dt {
  position: relative;
  padding-top: 13.5rem;
}

@media screen and (max-width: 767px) {
  .p_reason dt {
    padding-top: 4.7rem;
  }
}

.p_reason dd {
  background: #fff;
  padding: 5rem;
  width: 106.8rem;
  font-size: 2rem;
  line-height: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p_reason dd {
    width: 58.2rem;
    font-size: 2.8rem;
    line-height: 1.71;
  }
}

.p_reason dd:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 9rem;
  background: url(../img/reason_point_bg_right.png) no-repeat 50%/100% 100%;
  top: 0;
  transform: translateX(99%);
}

.p_reason .img {
  width: 88.4rem;
  position: absolute;
  top: 0;
}
.p_reason .img2 {
  width: 25.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.p_reason .img2-2 {
  width: 21rem;
}
.p_reason .img2-3 {
  width: 18.7rem;
}

@media screen and (max-width: 767px) {
  .p_reason .img {
    width: 42.7rem;
  }
  .p_reason .img2 {
    top: -2em;
    width: 21rem;
  }
  .p_reason .img2-2 {
    top: -5em;
  }
  .p_reason .img2-3 {
    top: -5em;
    width: 19rem;
  }
}

.p_reason .ttl {
  width: 39.8rem;
  position: relative;
  margin-left: 12rem;
  margin-bottom: -4.5rem;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p_reason .ttl {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.p_msg {
  position: relative;
  padding: 12.8rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .p_msg {
    padding: 10.6rem 0 4rem;
  }
  .p_msg .u_inner {
    max-width: calc(100% - 59rem);
  }
}

.p_msg .ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.66;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .p_msg .ttl {
    text-align: left;
    margin-left: 2rem;
    margin-bottom: 14.5rem;
  }
}

.p_msg .txt {
  background-color: #fff;
  background-image: linear-gradient(180deg, #D5D5D5 1px, transparent 1px);
  background-size: 100% 2.1em;
  line-height: 2.1em;
  padding-bottom: 1px;
  font-size: 2rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .p_msg .txt {
    font-size: 2.8rem;
    background-size: 100% 1.5em;
    line-height: 1.5em;
  }
}

.p_msg .txt em {
  background: linear-gradient(transparent 20%, #FFF96A 20%);
}

.p_msg .sign {
  text-align: right;
  margin-top: 2rem;
}

.p_msg .sign img {
  width: 21.5rem;
}

@media screen and (max-width: 767px) {
  .p_msg .sign img {
    width: 30.9rem;
  }
}

.p_msg .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29.4rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p_msg .img {
    top: 0;
    width: 38.3rem;
  }
}

.p_shop {
  padding: 8.5rem 0;
  text-align: center;
}

.p_shop .ttl {
  font-weight: bold;
  letter-spacing: .05em;
  font-size: 3.8rem;
  margin-bottom: 1.7em;
}

.p_shop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}

@media screen and (max-width: 767px) {
  .p_shop ul {
    gap: 2rem;
  }
}

.p_shop li {
  width: calc(50% - 1.5rem);
  position: relative;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .p_shop li {
    width: calc(50% - 1rem);
  }
}

.p_shop li p {
  font-size: 2rem;
  padding: 1.7em 0;
}

@media screen and (max-width: 767px) {
  .p_shop li p {
    font-size: 2.4rem;
    padding: 1.1em 0;
  }
  .p_shop li p a {
    display: block;
    margin-top: .4em;
  }
}

.p_shop li img {
  border-radius: .5rem .5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p_shop li img {
    border-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  .p_shop li br {
    display: none;
  }
  .p_shop li a {
    margin-left: 1.5em;
  }
}

.p_shop .name {
  font-size: 2.8rem;
  font-weight: bold;
  background: #EEEEEE;
  border-radius: .5rem;
  padding: .3em 0;
}

@media screen and (min-width: 768px) {
  .p_shop .name {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
    width: 34.5rem;
  }
}

.p_shop iframe {
  height: 14.2rem;
  width: 100%;
  display: block;
  border-radius: 0 0 .5rem .5rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .p_present .p_service {
    position: relative;
    background: url(../img/present_service_bg.jpg) no-repeat 50%/cover;
    z-index: 1;
  }
  .p_present .p_crimedata {
    position: relative;
    background: url(../img/present_crimedata_bg.jpg) no-repeat 50%/cover;
    z-index: 1;
  }
  .p_present .p_glass .info01 {
    background: #F8F7F5;
  }
  .p_present .p_service img,
  .p_present .p_crimedata img,
  .p_present .p_glass img {
    position: relative;
    left: 50%;
    translate: -50% 0;
    max-width: 130.56rem;
  }
  .thanksgiving {
    position: relative;
    background: url(../img/thanksgiving_bg.jpg) no-repeat 50%/cover;
    z-index: 1;
  }
  .thanksgiving img {
    position: relative;
    left: 50%;
    translate: -50% 0;
    max-width: 117rem;
    padding-top: 3rem;
  }
}

.shinnensai_mv {
	position: relative;
}
.shinnensai_mv img,
.secondview img,
.shinnensai_cta img {
	width: 100%;
}
.shinnensai_mv a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 51%;
	transform: translate(-50%, -20%);
	width: 69.66%;
}

@media screen and (max-width: 767px) {
	.shinnensai_mv a {
		display: none;
	}
	.p_msg {
		padding: 6rem 0;
	}
	.p_msg .ttl {
		text-align: center;
		margin-left: 0;
		margin-bottom: 6rem;
	}
}
