@charset "UTF-8";
main a.icon-right-arrow {
  text-align: center;
}

:not([class^=c_]) .header {
  background-color: transparent;
}

img[src$=svg] {
  width: 100%;
  height: auto;
}

.txt-cap {
  font-size: 0.75em !important;
}

@media screen and (min-width: 581px) {
  #header .header h1 {
    margin-bottom: 26px;
  }
}
#header .header h1 .sub {
  font-size: 1.2857142857rem;
  font-family: "ShinGoPro-Light", sans-serif !important;
  margin-bottom: 2px;
}
@media screen and (min-width: 581px) {
  #header .header h1 .sub {
    font-size: 1.7142857143rem;
    margin-bottom: 1rem;
  }
}
#header .header h1 .main {
  font-size: 3rem;
  font-family: "ShinGoPro-Bold", sans-serif !important;
}
@media screen and (min-width: 581px) {
  #header .header h1 .main {
    font-size: 4rem;
  }
}

#header .header > span {
  font-size: 1.2857142857rem;
  font-family: "ShinGoPro-Regular", sans-serif !important;
  line-height: 1.333333;
}
@media screen and (min-width: 581px) {
  #header .header > span {
    font-size: 1.7142857143rem;
    line-height: 1.4166666;
  }
}

#container .section > .wrap > .headerWrap > .header h2 {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 581px) {
  #container .section > .wrap > .headerWrap > .header h2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 581px) {
  h3 {
    font-size: 2.5rem;
  }
}
h3.center {
  text-align: center;
}
h3 .txt_cap {
  font-size: 1.1428571429rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 581px) {
  h3 .txt_cap {
    margin-bottom: 1rem;
  }
}
h3 + h3 {
  margin-top: 1em;
}

.note .indent {
  display: block;
  padding-left: 1rem;
}

.section.band-content-wrap {
  padding: 0;
}
.section.band-content-wrap .wrap .content {
  padding-left: 4vw;
  padding-right: 4vw;
}

.band-gray {
  background-color: #f6f6f6;
  box-shadow: 1100px 0 0px 0px #f6f6f6, -1100px 0 0 0 #f6f6f6, 2200px 0 0px 0px #f6f6f6, -2200px 0 0 0 #f6f6f6, 3300px 0 0px 0px #f6f6f6, -3300px 0 0 0 #f6f6f6;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 581px) {
  .band-gray {
    display: block;
  }
}
.band-gray + .content {
  margin-top: calc(40px - 1rem);
}
#recommend .band-gray {
  text-align: center;
}
#recommend .band-gray h3 {
  font-size: 1.5714285714rem;
  line-height: 1.5;
}
#recommend .band-gray .img {
  margin: 1rem auto;
}
@media screen and (min-width: 581px) {
  #recommend .band-gray .img {
    width: 50%;
  }
}
@media screen and (min-width: 581px) {
  #recommend .band-gray p {
    font-size: 1.2142857143rem;
  }
}

.sbubble, .sbubble-lblue {
  font-size: 1.2142857143rem;
  border: 1px solid #bfe2ed;
  border-radius: 1rem;
  background-color: #e5f4f5;
  text-align: left;
  position: relative;
}
.sbubble:before, .sbubble-lblue:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 4.5px 0 4.5px;
  border-color: #bfe2ed transparent transparent;
  translate: -50% 100%;
}
.sbubble:after, .sbubble-lblue:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 2.4px 0 2.4px;
  border-color: #e5f4f5 transparent transparent;
  translate: -50% 100%;
}

.withSBubble {
  padding-top: 1rem;
}
@media screen and (min-width: 581px) {
  .withSBubble {
    margin-left: auto;
    margin-right: auto;
  }
}
.withSBubble .sbubble, .withSBubble .sbubble-lblue {
  border: 1px solid #2e6bbf;
  border-radius: 3em;
  background-color: #fff;
  text-align: center;
  color: #2e6bbf;
  display: block;
  padding: 0.5rem 0 0.6rem;
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 581px) {
  .withSBubble .sbubble, .withSBubble .sbubble-lblue {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 25em;
    font-size: 1.1785714286rem;
  }
}
.withSBubble .sbubble:before, .withSBubble .sbubble-lblue:before {
  border-width: 9px 3.5px 0 3.5px;
  border-color: #2e6bbf transparent transparent;
  translate: -50% 100%;
}
.withSBubble .sbubble:after, .withSBubble .sbubble-lblue:after {
  border-width: 6.2px 2.4px 0 2.4px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
.withSBubble a.icon-right-arrow {
  margin-top: 8px;
  width: calc(100% - 2rem);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 581px) {
  .withSBubble a.icon-right-arrow {
    padding: calc(0.8571428571em - 1px) 20px 0.8571428571em 20px;
    font-size: 1.0714285714rem;
    width: 100%;
  }
}

main .page_top .icon-arrow-up {
  margin-top: 14px;
}

.sbubble-lblue {
  padding: 1rem;
}
.sbubble-lblue.right:before {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  border-width: 4.5px 0 4.5px 15px;
  border-color: transparent transparent transparent #bfe2ed;
  translate: 100% -50%;
}
.sbubble-lblue.right:after {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  border-width: 2.4px 0 2.4px 8px;
  border-color: transparent transparent transparent #e5f4f5;
  translate: 100% -50%;
}

.bg-gray-r, .bg-white, .bg-red-r {
  background-color: #F5F5F5;
  padding: 11px 15px;
  border-radius: 10px;
}
.bg-gray-r.tri-top, .tri-top.bg-white, .tri-top.bg-red-r {
  position: relative;
}
.bg-gray-r.tri-top::before, .tri-top.bg-white::before, .tri-top.bg-red-r::before {
  content: "";
}

.brdr-gray-r, .brdr-hgray-r {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #cccccc;
}

.brdr-hgray-r {
  border-color: #363636;
  padding: 11px 15px;
  text-align: center;
}

.bg-red-r {
  background-color: #c3002f;
  color: #fff;
  text-align: center;
}
.addition_wrap .brdr-hgray-r, .addition_wrap .bg-red-r{
  padding: 11px 0;
  font-size: 1.0rem;
}

.bg-white {
  background-color: #fff;
  border-radius: 0;
}
.bg-white img {
  margin-top: 6px;
}

.addition_wrap div:first-child {
  position: relative;
  margin-bottom: 24px;
}
.addition_wrap div:first-child::after {
  content: "+";
  color: #c3002f;
  font-size: 1.9285714286rem;
  display: block;
  margin: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}
@media screen and (min-width: 960px) {
  .addition_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
    position: relative;
  }
  .addition_wrap div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .addition_wrap div:first-child {
    margin-bottom: 0;
  }
  .addition_wrap div:first-child::after {
    display: none;
  }
  .addition_wrap::after {
    content: "+";
    color: #c3002f;
    font-size: 1.9285714286rem;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.point-hand, .point-exclamation {
  background-color: #c3002f;
  border-radius: 55px;
  color: #fff;
  width: 55px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.point-hand::before, .point-exclamation::before {
  content: "\e62a";
  font-family: "N-G-icons" !important;
  font-size: 1.4285714286rem;
}
.point-hand::after, .point-exclamation::after {
  content: "ポイント";
  font-size: 0.75rem;
  line-height: 1.6;
}

.point-exclamation::before {
  content: "さらに";
  font-size: 0.75rem;
}
.point-exclamation::after {
  content: "！";
  font-size: 1.8928571429rem;
  line-height: 1.15;
}
.point-exclamation + p {
  font-family: "ShinGoPro-Light", sans-serif !important;
  margin-bottom: 0;
}
.point-exclamation + p + h4 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-family: "ShinGoPro-Regular", sans-serif !important;
}

@font-face {
  font-family: "N-G-icons";
  src: url("/COMMON/GN/FONTS/ICONS/Nissan-Global.woff") format("woff");
  unicode-range: U+E647, U+E641, U+E96E, U+E942, U+E95C, U+E956, U+E606, U+E653, U+E90A, U+E604, U+E62A;
}
.icon-nicons {
  font-family: "N-G-icons" !important;
  color: #c3002f;
}

main#container em {
  font-weight: bold;
  font-style: normal;
}

#header .content {
  flex-direction: column;
}

.h-cont-wrap {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 581px) {
  .h-cont-wrap {
    margin-bottom: 51px;
  }
}

.h-icons {
  display: grid;
  grid-template-columns: repeat(2, 152px);
  grid-template-rows: 1fr 1fr;
  gap: 17px 20px;
  padding: 0 9px;
  margin-bottom: calc(50px - 1rem);
}
@media screen and (min-width: 686px) {
  .h-icons {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    margin-bottom: 44px;
  }
}
.h-icons .kv-icon {
  width: 66px;
  margin: auto;
}
@media screen and (min-width: 581px) {
  .h-icons .kv-icon {
    width: 90px;
  }
}
.h-icons .h-box {
  text-align: center;
  font-size: 1.2857142857rem;
  font-family: "ShinGoPro-Regular", sans-serif !important;
  line-height: 1.16;
  padding-top: 0;
}
@media screen and (min-width: 60em) {
  .h-icons .h-box {
    font-size: 1.7142857143rem;
    width: 204px;
    height: 157px;
  }
}
.h-icons .h-box em {
  display: block;
  margin: auto;
  font-family: "ShinGoPro-Bold", sans-serif !important;
}


#movie .pc_col2 {
  margin-top: 30px;
  .col_wrap {
    & + .col_wrap {
      margin-top: 24px;
    }
    h4 {
      font-size: 1.0rem;
      text-align: center;
    }
  }
}
#movie .videoWrap {
  margin-top: .5rem;
}
@media screen and (min-width: 581px) {
  #movie .pc_col2 {
    display: flex;
    gap: 24px;
    margin-top: 2rem;
    .col_wrap {
      flex: 0 0 calc(50% - 24px);
      & + .col_wrap {
        margin-top: 0;
      }
    }
  }
  #movie .videoWrap {
    position: relative;
    flex: 0 0 100%;
    max-width: 584px;
    margin: 0.5rem auto 0;
  }
}

#movie.section .wrap .content::before {
  display: none;
}

@media screen and (max-width: 580px) {
  #header .pageNav {
    width: 100%;
    max-width: none;
    overflow-y: hidden;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  #header .pageNav ul.cfx {
    white-space: nowrap;
    padding: 1rem 0 0.5rem;
    display: block;
  }
}
@media screen and (max-width: 580px) and (min-width: 581px) {
  #header .pageNav ul.cfx {
    margin: 0;
  }
}
@media screen and (max-width: 580px) {
  #header .pageNav ul.cfx li {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
  }
  #header .pageNav ul.cfx li a.anchor {
    color: #363636;
    text-align: center;
    padding: 0;
    margin-bottom: 1.5em;
    position: relative;
  }
  #header .pageNav ul.cfx li a.anchor::after {
    font-family: "Credit-Icon" !important;
    content: "\e900";
    display: block;
    position: absolute;
    top: auto;
    bottom: -1.25em;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0.8em;
    color: #c1c1c1;
  }
  #header .pageNav ul.cfx li + li a.anchor {
    border-left: 1px solid #363636;
    padding-left: 23px;
    margin-left: 23px;
  }
  #header .pageNav ul.cfx li + li a.anchor::after {
    translate: 12.5px 0;
  }
}
@media screen and (min-width: 581px) {
  #header .pageNav ul.cfx {
    max-width: 100%;
    gap: 1.25rem 0;
  }
}
#omatomes.section > .wrap > .headerWrap > .header p {
  font-size: 1.2142857143rem;
}
#omatomes .sbubble-wrap {
  display: grid;
  gap: 0;
  margin: auto;
}
#omatomes .sbubble-wrap .sbubble-lblue {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 1rem;
}
#omatomes .sbubble-wrap .sbubble-lblue::before, #omatomes .sbubble-wrap .sbubble-lblue::after {
  left: 20%;
}
#omatomes .sbubble-wrap .sbubble-lblue + p {
  font-size: 1rem;
}
#omatomes .sbubble-wrap .imgs_wrap {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: subgrid;
  margin-top: 0.75em;
}
#omatomes .sbubble-wrap .imgs_wrap img:first-child {
  grid-column: 1/2;
  grid-row: 2/3;
  height: 153px;
  width: auto;
  margin: 17px 1rem;
}
@media screen and (min-width: 581px) {
  #omatomes .sbubble-wrap .imgs_wrap img:first-child {
    margin: 17px 1rem 17px auto;
  }
}
@media screen and (min-width: 960px) {
  #omatomes .sbubble-wrap .imgs_wrap img:first-child {
    margin: 17px 1rem;
  }
}
#omatomes .sbubble-wrap .imgs_wrap img:first-child + img {
  grid-column: 2/3;
  grid-row: 2/3;
  height: 180px;
  width: auto;
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 581px) {
  #omatomes .sbubble-wrap .imgs_wrap img:first-child + img {
    margin: 0 auto 1rem 1rem;
  }
}
@media screen and (min-width: 960px) {
  #omatomes .sbubble-wrap .imgs_wrap img:first-child + img {
    margin: 0 0 1rem auto;
  }
}
@media screen and (min-width: 581px) {
  #omatomes .content p {
    flex-basis: 100%;
    font-size: 1.2142857143rem;
    margin-top: 1rem;
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.8;
  }
  #omatomes .content p .pc-obj {
    display: none;
  }
  #omatomes .content .btn {
    margin-left: auto;
    margin-right: auto;
  }
  #omatomes .content .btn a.icon-right-arrow {
    width: 100%;
    padding: 0.8571428571em 20px 0.8571428571em 20px;
    min-width: 27em;
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 960px) {
  #omatomes .content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
  }
  #omatomes .content .sbubble-wrap {
    grid-column: 2/4;
    display: grid;
    grid-template-columns: subgrid;
  }
  #omatomes .content .sbubble-wrap .sbubble-lblue {
    grid-column: 2/3;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.2142857143rem;
    margin-top: 10px;
  }
  #omatomes .content .sbubble-wrap .sbubble-lblue:before {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    border-width: 4.5px 15px 4.5px 0;
    border-color: transparent #bfe2ed transparent transparent;
    translate: -100% -50%;
  }
  #omatomes .content .sbubble-wrap .sbubble-lblue:after {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    border-width: 2.4px 8px 2.4px 0;
    border-color: transparent #e5f4f5 transparent transparent;
    translate: -100% -50%;
  }
  #omatomes .content .sbubble-wrap .imgs_wrap {
    grid-column: 1/2;
    grid-template-columns: auto auto;
  }
  #omatomes .content .sbubble-wrap .imgs_wrap img:first-child {
    grid-column: 2/3;
    transform: scale(-1, 1);
    height: 204px;
    margin: 0;
  }
  #omatomes .content .sbubble-wrap .imgs_wrap img:last-child {
    grid-column: 1/2;
    height: 180px;
    margin: 24px 0 0;
  }
  #omatomes .content p {
    grid-column: 1/4;
    grid-row: 2/3;
  }
  #omatomes .content p .pc-obj {
    display: block !important;
  }
  #omatomes .content .btn {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}

@media screen and (max-width: 580px) {
  #about2 .content {
    display: block;
  }
}

.about-sec {
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 581px) {
  .about-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
  }
  .about-sec > h4, .about-sec > p {
    grid-column: 1/3;
  }
}
.about-sec h4 {
  text-align: center;
  font-size: 1.2857142857rem;
  line-height: 1.4;
}
@media screen and (min-width: 581px) {
  .about-sec h4 {
    font-size: 1.4285714286rem;
    text-align: left;
  }
}
.about-sec .merit {
  grid-template-columns: 34px 1fr;
  gap: 0 6px;
  margin-top: 15px;
}
@media screen and (min-width: 581px) {
  .about-sec .merit {
    width: 100%;
  }
}
.about-sec .merit .mark {
  background-color: transparent;
  font-size: 2.2142857143rem;
}
@media screen and (min-width: 581px) {
  .about-sec .merit .mark {
    font-size: 2.2142857143rem;
  }
}
.about-sec .merit .header {
  font-size: 1.2142857143rem;
  font-family: "ShinGoPro-Regular", sans-serif !important;
  background-color: transparent;
}
.about-sec .merit .description {
  font-size: 1rem;
  font-family: "ShinGoPro-Regular", sans-serif !important;
  margin-top: 0.5em;
}
.about-sec p {
  margin-top: 1rem;
}
.about-sec p.note {
  margin-top: 0.5rem;
  font-size: 0.85714286em;
}
@media screen and (max-width: 580px) {
  .about-sec p.note {
    font-size: 0.71428571em;
  }
}
.about-sec + .withSBubble {
  margin-top: 26px;
}

.rakuraku {
  position: relative;
  margin: auto;
}
.rakuraku::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 13px solid #c3002f;
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.rakuraku h3 {
  text-align: center;
}
.rakuraku h3 span:not(.txt_cap) {
  line-height: 1.1;
}
@media screen and (min-width: 581px) {
  .rakuraku h3 {
    font-size: 2.3571428571rem;
  }
}
.rakuraku .illust_wrap {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto 20.5%;
  gap: 12px;
}
@media screen and (min-width: 581px) {
  .rakuraku .illust_wrap {
    grid-template-columns: auto 16.5%;
    margin: 30px auto 0;
    width: 460px;
  }
}
.rakuraku .sbubble-lblue {
  grid-column: 1/2;
  font-size: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 581px) {
  .rakuraku .sbubble-lblue {
    font-size: 1.2142857143rem;
  }
}
.rakuraku .img_wrap {
  grid-column: 2/3;
  text-align: center;
}
.rakuraku .img_wrap img {
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 581px) {
  .rakuraku .img_wrap img {
    height: 106px;
  }
}

#reasons.section {
  margin-top: 85px;
}
@media screen and (min-width: 960px) {
  #reasons.section .reason_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }
}
#reasons.section .reason_wrap .reason {
  background-color: #f2f2f2;
  padding: 30px 9px 9px;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    padding: 14px 16px 16px;
  }
}
#reasons.section .reason_wrap .reason + .reason {
  margin-top: 15px;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason + .reason {
    margin-top: 24px;
  }
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason:first-child + .reason {
    margin-top: 0;
  }
}
#reasons.section .reason_wrap .reason > h3 {
  font-size: 1.7857142857rem;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason > h3 {
    font-size: 2.3571428571rem;
  }
}
#reasons.section .reason_wrap .reason .summary {
  font-size: 1.1428571429rem;
  margin-top: 32px;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .summary {
    font-size: 1.5714285714rem;
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .img {
    max-width: 66%;
    margin: auto;
  }
  #reasons.section .reason_wrap .reason .img#management_figure {
    max-width: 84%;
    width: 84%;
  }
  #reasons.section .reason_wrap .reason .img#amount_figure {
    max-width: 68%;
    width: 68%;
  }
}
#reasons.section .reason_wrap .reason .img + .note {
  margin-top: 1em;
}
#reasons.section .reason_wrap .reason .img.grid4x4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  padding: 0 15px;
}
#reasons.section .reason_wrap .reason .img.grid4x4 > div {
  text-align: center;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .img.grid4x4 > div {
    padding: 11px 24px;
  }
}
#reasons.section .reason_wrap .reason .img.grid4x4 > div p {
  font-size: 1.1785714286rem;
  font-family: "ShinGoPro-Light", sans-serif !important;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
#reasons.section .reason_wrap .reason .img.grid4x4 > div p .txt-cap {
  font-size: 0.8214285714rem;
}
#reasons.section .reason_wrap .reason .img.grid4x4 > div img {
  width: 90px;
  height: auto;
}
#reasons.section .reason_wrap .reason .point_wrap {
  margin-top: 32px;
  position: relative;
  padding: 42px 14px 18px;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .point_wrap {
    padding: 36px 14px 10px;
  }
}
#reasons.section .reason_wrap .reason .point_wrap:has(+ .point_wrap) {
  margin-top: 55px;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .point_wrap:has(+ .point_wrap) {
    margin-top: 37px;
  }
}
#reasons.section .reason_wrap .reason .point_wrap .point-hand, #reasons.section .reason_wrap .reason .point_wrap .point-exclamation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  translate: 0 -50%;
  margin: auto;
}
#reasons.section .reason_wrap .reason .point_wrap h4 {
  font-size: 1.2857142857rem;
  line-height: 1.5;
}
#reasons.section .reason_wrap .reason .point_wrap h4 em {
  font-size: 1.5357142857rem;
  color: #c3002f;
  display: block;
}
#reasons.section .reason_wrap .reason .point_wrap .illust_wrap {
  margin-top: 16px;
}
#reasons.section .reason_wrap .reason .point_wrap .illust_wrap .img_wrap {
  margin-top: 20px;
  height: 154px;
  text-align: center;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .point_wrap .illust_wrap .img_wrap {
    margin-top: 0;
    height: 116px;
  }
}
#reasons.section .reason_wrap .reason .point_wrap .illust_wrap .img_wrap img {
  width: auto;
  height: 100%;
}
#reasons.section .reason_wrap .reason .point_wrap .illust_wrap .img_wrap + .note {
  margin-top: 0.5em;
}
#reasons.section .reason_wrap .reason .point_wrap .illust_wrap + .note {
  margin-top: 0.5em;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .point_wrap .illust_wrap {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  #reasons.section .reason_wrap .reason .point_wrap .illust_wrap .notes, #reasons.section .reason_wrap .reason .point_wrap .illust_wrap + .note {
    margin-top: 0.5rem;
    grid-column: 1/3;
  }
  #reasons.section .reason_wrap .reason .point_wrap .illust_wrap > div:has(.sbubble-lblue) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#reasons.section .reason_wrap .reason .point_wrap .sbubble-lblue {
  font-size: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
#reasons.section .reason_wrap .reason .point_wrap .sbubble-lblue::before {
  border: none;
  background-image: url(/CREDIT/SUBSCRIPTION/IMAGES/TOP/bubble_parts.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  translate: 0% 20px;
  left: 15%;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .point_wrap .sbubble-lblue::before {
    left: auto;
    right: -20px;
    top: 0;
    bottom: 0;
  }
  #reasons.section .reason_wrap .reason .point_wrap .sbubble-lblue::before + .note {
    margin-top: 1rem;
  }
}
#reasons.section .reason_wrap .reason .point_wrap .sbubble-lblue::after {
  display: none;
}
#reasons.section .reason_wrap .reason .point_wrap.centering_sp {
  text-align: center;
}
#reasons.section .reason_wrap .reason .point_wrap .link_wrap {
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 581px) {
  #reasons.section .reason_wrap .reason .point_wrap .link_wrap {
    margin-top: 0.5em;
  }
}
#reasons.section .reason_wrap .blank + .reason {
  margin-top: 15px;
  position: relative;
}
#reasons.section .reason_wrap .blank + .reason::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #f2f2f2;
  border-top: 0;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
#reasons.section .reason_wrap .blank + .reason .point_wrap {
  margin-top: 20px;
}
#reasons.section .withSBubble {
  margin-top: 30px;
}

@media screen and (min-width: 581px) {
  #flow.section .content.merit {
    gap: 0 2rem;
  }
}
@media screen and (min-width: 581px) {
  #flow.section .content.merit .mark {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
#flow.section .content.merit .mark + div.header {
  font-size: 1.0714285714rem;
}
@media screen and (min-width: 581px) {
  #flow.section .content.merit .mark + div.header {
    font-size: 1.7857142857rem;
  }
}
#flow.section .content.merit .description {
  font-size: 0.9285714286rem;
  font-family: "ShinGoPro-Light", sans-serif !important;
}
@media screen and (min-width: 581px) {
  #flow.section .content.merit .description {
    font-size: 1.2142857143rem;
  }
}
#flow.section .content.merit .description a {
  font-size: 1rem;
  font-family: "ShinGoPro-Regular", sans-serif !important;
}
@media screen and (min-width: 581px) {
  #flow.section .content.merit .description a {
    font-size: 1.2142857143rem;
  }
}

#reasons .note, #faq .note, #insurance .note, #about .note, #attention .note, .lineupblock .note {
  font-size: 0.7142857143rem;
}
@media screen and (min-width: 581px) {
  #reasons .note, #faq .note, #insurance .note, #about .note, #attention .note, .lineupblock .note {
    font-size: 0.8571428571rem;
  }
}

.lineup_under.section {
  margin-top: 0;
}

.credit_lineup {
  margin-bottom: 26px;
  padding-bottom: 0;
}

/*example*/
@media screen and (max-width: 580px) {
  #example .content + .content, .lineup_under .content {
    display: block;
  }
}
.example-wrap {
  padding: 0 2.4vw;
}

.bg-red {
  background-color: #c3002f;
}

.example-wrap .example {
  display: block;
  position: relative;
  min-height: 46.4vw;
  padding: 2.666667vw;
  box-sizing: border-box;
  background-color: transparent;
  margin: 0 0 4.266667vw;
}

.example-wrap .example.brdr-gray-r, .example-wrap .example.brdr-hgray-r {
  border: 2px solid #ccc;
}

.example-wrap .example .bg-red {
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  padding: 0 15px;
  font-size: 0.8571428571rem;
  line-height: 2;
}

.example-wrap .example h3 {
  padding: 3.733333vw 0;
  font-size: 1.7142857143rem;
}

.example-wrap .example p {
  line-height: 1;
}

.example-wrap .example p span {
  font-size: 1.5357142857rem;
  color: #343434;
}

.example-wrap .example p .price {
  font-size: 3.0714285714rem;
  color: #c3002f;
}

.example-wrap .example p .yen {
  font-size: 1.5357142857rem;
  color: #c3002f;
}

.example-wrap .example p sup {
  top: -1.3em;
  color: #343434;
}

.example-wrap .example .img {
  position: absolute;
  top: 6.666667vw;
  right: 1.866667vw;
  z-index: -1;
}

.example-wrap .example .img img {
  width: 44.533333vw;
}

.example-wrap .example .arw {
  text-align: right;
  line-height: 1;
  position: relative;
  padding: 0 1.2em 0 0;
  font-size: 1rem;
}

.example-wrap .example .arw::after {
  font-family: "Credit-Icon" !important;
  content: "\e907";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.3em;
  font-size: 0.8em;
}

.example-wrap .example:hover .arw {
  text-decoration: underline;
}

.example-wrap + .caption {
  font-size: 0.7142857143rem;
  padding: 0 2.4vw;
  margin-bottom: 26px;
}
@media screen and (min-width: 581px) {
  .example-wrap + .caption {
    font-size: 0.8571428571rem;
  }
}

.example-wrap + .caption a {
  text-decoration: underline;
}

@media screen and (min-width: 581px) {
  .example-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 32px;
    padding: 0;
    width: 100%;
  }
  .example-wrap .example {
    min-height: 0;
    padding: 15px 18px 12px;
    margin: 0;
  }
  .example-wrap .example .bg-red {
    font-size: 1.07692308rem;
    padding: 0 10px 1px;
  }
  .example-wrap .example h3 {
    padding: 13px 0 0;
    line-height: 1.2;
  }
  .example-wrap .example p sup {
    font-size: 10px;
  }
  .example-wrap .example .img {
    position: static;
    max-width: 249px;
    margin: 0 auto;
  }
  .example-wrap .example .img img {
    width: 100%;
  }
  .example-wrap .example .arw {
    line-height: 1.2;
    padding: 0.5em 1.2em 0 0;
  }
  .example-wrap + .caption {
    font-size: 0.8571428571rem;
    padding: 1rem 0 0;
  }
}
@media screen and (min-width: 581px) and (max-width: 959px) {
  .example-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/*more*/
.more-sp {
  overflow: hidden;
  max-height: 20rem;
  transition: max-height 0.6s;
  position: relative;
}

.more-sp::before {
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20rem;
  z-index: 2;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 30% 40%);
}

.more-sp.open {
  max-height: 300vh;
}

.more-sp.open:before {
  display: none;
}

.more-sp-open {
  cursor: pointer;
  text-align: center;
}

.more-sp-open span {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}

.more-sp-open span::after {
  font-family: "Credit-Icon" !important;
  position: absolute;
  top: 0;
  right: 0;
  content: "\e900";
  color: #c1c1c1;
  text-align: center;
}

.more-sp-open.open {
  display: none;
}

@media screen and (min-width: 581px) {
  .more-sp {
    overflow: visible;
    max-height: 100%;
    position: static;
  }
  .more-sp::before,
  .more-sp-open {
    display: none;
  }
}
/*lineup*/
.content.lineupblock {
  margin-bottom: 0;
}

/* .lineupblock .caption {
  font-size: 0.7142857143rem;
}
@media screen and (min-width: 581px) {
  .lineupblock .caption {
    font-size: 0.8571428571rem;
  }
} */
/* Safari */
@media screen and (min-width: 960px) {
  _::-webkit-full-page-media, _:future, :root #omatomes .content .sbubble-wrap {
    grid-template-columns: auto;
    gap: 1rem;
  }
}
.bnr_wrap {
  text-align: center;
}

a.bnr_img {
  height: auto;
  margin: auto;
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  a.bnr_img {
    padding: 0;
    width: 25em;
    font-size: 1.1785714286rem;
  }
}