@charset "UTF-8";
/* 濃い色 */
/* ゴールド */
/* グリーン */
/* レッド */
/* グリーン2 */
/* レッド2 */
/* 濃いゴールド */
/* 薄いグリーン */
/* 濃いシアン */
/* 30px 見出し文字サイズ */
/* 12px 注意事項など */
@-webkit-keyframes accSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes accSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
details[open] [data-acc=slideDown] {
  -webkit-animation: accSlideDown 0.3s ease-in forwards;
          animation: accSlideDown 0.3s ease-in forwards;
}

[data-acc=slideDown] {
  overflow: hidden;
}

details summary {
  display: block;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

.bgblue {
  background: #ecf4f8;
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mainv {
  background: url(../images/toppage/mainv_p_01_2.jpg) no-repeat center top;
  margin: 0 0 95px;
  position: relative;
}
#mainv .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  height: 540px;
  position: relative;
  display: flex;
}
@media (max-width: 750px) {
  #mainv .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#mainv .subContents > div h1 {
  margin: 100px 0 90px 40px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s 0.3s ease forwards;
          animation: fadeIn 0.5s 0.3s ease forwards;
}
#mainv .subContents > div .seikonrate_m {
  position: absolute;
  top: 20%;
  left: calc(50% - 25px);
}
#mainv .note {
  color: #666;
  font-size: 12px;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
}
#mainv .btns {
  position: absolute;
  top: 310px;
  right: calc(50% + 135px);
}
#mainv .btns li {
  width: 380px;
  margin: 0 0 10px;
  opacity: 0;
}
#mainv .btns li:first-child {
  -webkit-animation: fadeIn 0.5s 0.5s ease forwards;
          animation: fadeIn 0.5s 0.5s ease forwards;
}
#mainv .btns li:last-child {
  -webkit-animation: fadeIn 0.5s 0.7s ease forwards;
          animation: fadeIn 0.5s 0.7s ease forwards;
}
#mainv .btns li .btn {
  text-decoration: none;
  text-align: center;
  border: 1px solid linear-gradient(180deg, rgb(224, 190, 122) 0%, rgb(212, 173, 106) 50%, rgb(207, 163, 96) 75%, rgb(201, 154, 88) 100%);
  border-radius: 10px;
  width: 380px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: ease 0.2s;
  line-height: 1.5;
}
#mainv .btns li .btn::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 40%;
  transform: rotate(45deg);
  z-index: 4;
}
#mainv .btns li .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: 2;
}
#mainv .btns li .btn span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
#mainv .btns li .btn span span {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
@media (hover: hover) {
  #mainv .btns li .btn:hover {
    opacity: 1;
  }
  #mainv .btns li .btn:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #mainv .btns li .btn:hover span {
    color: #fff;
  }
}
#mainv .btns li .btn.bgleft_1 {
  background: linear-gradient(180deg, rgb(224, 190, 122) 0%, rgb(212, 173, 106) 50%, rgb(207, 163, 96) 75%, rgb(201, 154, 88) 100%);
  margin: 0 0 10px;
}
#mainv .btns li .btn.bgleft_1::after {
  background: linear-gradient(180deg, rgb(197, 142, 58) 0%, rgb(180, 121, 47) 50%, rgb(166, 102, 35) 75%, rgb(158, 93, 30) 100%);
}
#mainv .btns li .btn.bgleft_2 {
  background: linear-gradient(180deg, rgb(83, 189, 139) 0%, rgb(75, 179, 137) 50%, rgb(61, 171, 130) 75%, rgb(46, 155, 104) 100%);
}
#mainv .btns li .btn.bgleft_2::after {
  background: linear-gradient(180deg, rgb(27, 140, 76) 0%, rgb(23, 130, 75) 50%, rgb(16, 117, 68) 75%, rgb(9, 95, 44) 100%);
}

.seikonrateBlock {
  opacity: 0;
  padding: 60px 0;
  -webkit-animation: fadeIn 0.5s 0.4s ease forwards;
          animation: fadeIn 0.5s 0.4s ease forwards;
}
.seikonrateBlock .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  .seikonrateBlock .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
.seikonrateBlock .subContents .no1s {
  display: flex;
  justify-content: center;
}
.seikonrateBlock .subContents .no1s li {
  margin: 0 10px;
}
.seikonrateBlock .subContents .no1s li img {
  width: 230px;
}
.seikonrateBlock .subContents .no1s li.bumon {
  display: flex;
  align-items: center;
}
.seikonrateBlock .subContents .no1s li.bumon p {
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5;
  margin: 15px 0 0 15px;
}
.seikonrateBlock .subContents .no1s li.bumon p .subtext {
  font-size: 66.7%;
  font-weight: normal;
  vertical-align: bottom;
  position: relative;
  top: 0;
}
.seikonrateBlock .subContents .no1s li.bumon p .text {
  font-size: 90%;
  font-weight: normal;
  padding-top: 5px;
}
.seikonrateBlock .subContents .kome {
  width: 780px;
  margin: 25px auto 0;
}
.seikonrateBlock .subContents .kome li {
  color: #878787;
  font-size: 12px;
  line-height: 1.3;
  text-indent: -2em;
  margin-bottom: 3px;
  padding-left: 2em;
}

#sixpoints .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #sixpoints .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#sixpoints .subContents .title {
  height: 310px;
  text-align: center;
  background: url(../images/toppage/sixpoints_p_00.jpg) no-repeat;
  position: relative;
}
#sixpoints .subContents .title > div {
  width: 880px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  padding: 35px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sixpoints .subContents .title > div .h-type01 {
  margin-bottom: 0;
  padding-top: 10px;
}
#sixpoints .subContents .title > div .h-type01::before {
  content: "REASONS";
}
#sixpoints .subContents .title > div .h-type01 .span1 {
  color: #bf9159;
  font-size: 180%;
  margin: 0 2px;
}
#sixpoints .subContents .title > div .h-type01 .span2 {
  font-size: 130%;
}
#sixpoints .subContents ol {
  margin: 30px 0 85px;
}
#sixpoints .subContents ol li {
  margin-bottom: 50px;
}
#sixpoints .subContents ol li > div {
  display: grid;
  padding: 40px 50px;
}
#sixpoints .subContents ol li > div.wrapWh {
  background: #fff;
}
#sixpoints .subContents ol li > div.wrapGr {
  background: #f8f8f8;
}
#sixpoints .subContents ol li > div.wrap1 {
  grid-template-rows: auto auto;
  grid-template-columns: 480px 120px 500px;
}
#sixpoints .subContents ol li > div.wrap1 .midashi {
  grid-row: 1/2;
  grid-column: 1/2;
}
#sixpoints .subContents ol li > div.wrap1 .image {
  margin: 40px 0 0;
  grid-row: 1/3;
  grid-column: 3/4;
}
#sixpoints .subContents ol li > div.wrap1 .honbun {
  grid-row: 2/3;
  grid-column: 1/2;
}
#sixpoints .subContents ol li > div.wrap2 {
  grid-template-rows: auto auto;
  grid-template-columns: 500px 120px 480px;
}
#sixpoints .subContents ol li > div.wrap2 .midashi {
  grid-row: 1/2;
  grid-column: 3/4;
}
#sixpoints .subContents ol li > div.wrap2 .image {
  grid-row: 1/3;
  grid-column: 1/2;
}
#sixpoints .subContents ol li > div.wrap2 .honbun {
  grid-row: 2/3;
  grid-column: 3/4;
}
#sixpoints .subContents ol li > div .midashi {
  margin-bottom: 20px;
}
#sixpoints .subContents ol li > div .midashi p {
  color: #bf9159;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-display: swap;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
#sixpoints .subContents ol li > div .midashi p span {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 210%;
  font-weight: normal;
  margin-left: 10px;
}
#sixpoints .subContents ol li > div .midashi h3 {
  font-size: 1.875rem;
  line-height: 1.4375;
}
#sixpoints .subContents ol li > div .midashi h3 span {
  color: #bf9159;
  font-weight: bold;
}
#sixpoints .subContents ol li > div .honbun {
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
#sixpoints .subContents ol li > div .honbun .note {
  font-size: 0.8em;
  margin-top: 20px;
}
#sixpoints .subContents ol li > div .honbun .btn {
  margin-top: 30px;
}
#sixpoints .subContents ol li > div .honbun .btn a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #3aaa7a;
  border-radius: 50px;
  border: solid 1px #3aaa7a;
  padding: 13px 70px 13px 30px;
  position: relative;
  transition: all 0.3s;
}
#sixpoints .subContents ol li > div .honbun .btn a:hover {
  color: #3aaa7a;
  background: #fff;
  opacity: 1;
}
@media (max-width: 750px) {
  #sixpoints .subContents ol li > div .honbun .btn a {
    margin: 0 5vw;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }
}
#sixpoints .subContents ol li > div .honbun .btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#sixpoints .subContents ol li > div .honbun .btn a:hover::after {
  border-color: #3aaa7a;
  right: 10px;
}
#sixpoints .subContents ol li.point1 > div.wrap2 {
  background: none;
}
#sixpoints .subContents ol li.point2 > div {
  padding-bottom: 0;
}
#sixpoints .subContents ol li.point2 > div .image {
  align-self: flex-end;
}
#sixpoints .subContents ol li.point2 > div .honbun {
  padding-bottom: 40px;
}
#sixpoints .subContents ol li.point4 > div.wrap2:last-child {
  margin: 70px 0 0 0;
  padding: 0 50px;
  grid-template-rows: auto;
  grid-template-columns: 500px 120px 480px;
  align-items: center;
}
#sixpoints .subContents ol li.point4 > div.wrap2:last-child .image {
  grid-area: 1/1/2/2;
}
#sixpoints .subContents ol li.point4 > div.wrap2:last-child .honbun {
  grid-area: 1/3/2/4;
}
#sixpoints .subContents ol li.point4 > div.wrap2:last-child .honbun .btn a {
  width: 340px;
  padding: 13px 119px 13px 30px;
}
#sixpoints .subContents ol li.point6 > div.wrap2 {
  grid-template-columns: 550px 70px 480px;
}
#sixpoints .subContents ol li.point6 > div.wrap2 .image {
  margin: 15px 0 0;
}
#sixpoints .subContents ol li.point7 > div .image {
  text-align: center;
  background: #fff8dc url(../images/toppage/points_p_07_01.png) no-repeat center 70px/338px auto;
  border-radius: 20px;
  padding: 190px 0 0 0;
}
#sixpoints .subContents ol li.point7 > div .image .suji {
  font-size: 50px;
  font-weight: bold;
}
#sixpoints .subContents ol li.point7 > div .image .suji span {
  color: #ff4d50;
  font-size: 160%;
}
#sixpoints .subContents ol li.point7 > div .image .suji sub {
  font-size: 14px;
}
#sixpoints .privacyCont {
  z-index: 1;
  background: linear-gradient(90deg, #2783cb, #624a8d);
  margin: 0 0 50px;
  padding: 0 0 40px;
  position: relative;
}
#sixpoints .privacyCont .subContents {
  width: 700px;
  margin: 0 auto;
  grid-template-rows: 100px 330px;
  grid-template-columns: 330px 330px;
  gap: 50px 40px;
  display: grid;
}
#sixpoints .privacyCont .subContents .catch {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  grid-column: 1/2;
  margin: 50px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  transform: translate(100px);
}
#sixpoints .privacyCont .subContents .box {
  box-shadow: 0 0 20px -3px #333;
  background: #fff;
  border-radius: 5px;
  width: 330px;
  height: 330px;
  margin: 0 auto;
  padding: 30px 20px;
}
#sixpoints .privacyCont .subContents .box .text {
  text-align: center;
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
#sixpoints .privacyCont .subContents .privacy {
  grid-column: 1/2;
}
#sixpoints .privacyCont .subContents .privacy .box picture {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
#sixpoints .privacyCont .subContents .media {
  grid-column: 2/3;
}
#sixpoints .privacyCont .subContents .media .box .text {
  margin: 0 0 10px;
}
#sixpoints .privacyCont .subContents .media .box .mediaList {
  width: 226px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.4;
}
#sixpoints .privacyCont .subContents .media .box .mediaList li {
  background-image: linear-gradient(90deg, #d6d6d6 2px, rgba(0, 0, 0, 0) 2px);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 5px 2px;
  margin: 0 0 5px;
  padding: 0 10px 2px 35px;
  position: relative;
}
#sixpoints .privacyCont .subContents .media .box .mediaList li::before {
  content: "";
  background: url(../images/toppage/media_check.svg) no-repeat center;
  width: 17.5px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 10px;
}
#sixpoints .privacyCont .subContents .media .box .mediaList li span {
  float: right;
}
#sixpoints .privacyCont::before {
  content: "";
  z-index: -1;
  background: url(/_astro/privacy_p_pc.DjkUYbT_.png) bottom/100% 100% no-repeat;
  width: 150px;
  height: 210px;
  position: absolute;
  top: -60px;
  right: calc(50% - 200px);
}
#sixpoints .privacyCont::after {
  content: "";
  z-index: -1;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  width: calc(100% + 5px);
  height: 270px;
  position: absolute;
  bottom: 0;
  left: -5px;
}

#divider {
  height: 310px;
  background: url(../images/toppage/image01.jpg) no-repeat center top;
}

#membership .subContents {
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media (max-width: 750px) {
  #membership .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#membership .subContents .h-type01 {
  letter-spacing: 1px;
}
#membership .subContents .h-type01::before {
  content: "MEMBERSHIP";
}
#membership .subContents .h-type01 em {
  font-style: normal;
}
#membership .subContents .h-type01 span {
  font-size: 131.25%;
  margin-left: 5px;
}
#membership .subContents .numall {
  text-align: center;
  margin: 0 auto 50px;
}
#membership .subContents .numall > div {
  display: inline-block;
}
#membership .subContents .numall > div h3 {
  font-size: 26px;
  font-weight: bold;
}
#membership .subContents .numall > div .num {
  color: #bf9159;
  font-size: 66px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
#membership .subContents .numall > div .num span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 130%;
  letter-spacing: 3px;
  margin-right: 5px;
}
#membership .subContents .numall > div .note {
  font-size: 0.75rem;
  text-align: left;
  margin-top: 10px;
}
#membership .subContents .arealist {
  margin: 0 50px 50px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 630px 50px 420px;
}
#membership .subContents .arealist .table {
  grid-row: 1/3;
  grid-column: 1/2;
}
#membership .subContents .arealist .note {
  grid-row: 2/3;
  grid-column: 3/4;
}
#membership .subContents .arealist .fukidashi {
  grid-row: 1/2;
  grid-column: 3/4;
}
#membership .subContents .arealist .table table {
  width: 100%;
  font-size: 20px;
}
#membership .subContents .arealist .table table tr th {
  font-weight: normal;
  border: solid 1px #b7b7b7;
  padding: 5px 10px;
}
#membership .subContents .arealist .table table tr th[colspan="2"] {
  color: #fff;
  background: #3aaa7a;
}
#membership .subContents .arealist .table table tr th[colspan="2"] div {
  width: 280px;
  margin: 0 auto;
}
#membership .subContents .arealist .table table tr th[colspan="2"] div span {
  font-weight: bold;
  float: right;
}
#membership .subContents .arealist .table table tr td {
  background: #fff;
  border: solid 1px #b7b7b7;
  padding: 7px 30px 7px 55px;
}
#membership .subContents .arealist .table table tr td label {
  width: 6em;
  display: inline-block;
}
#membership .subContents .arealist .table table tr td span {
  width: calc(100% - 6em);
  font-weight: bold;
  text-align: right;
  display: inline-block;
}
#membership .subContents .arealist .table table tr.even td {
  background: #f0eee6;
}
#membership .subContents .arealist .note {
  color: #777;
  font-size: 13px;
  line-height: 1.75;
  margin-top: 5px;
  text-align: right;
}
#membership .subContents .arealist .fukidashi .box1 {
  background: #fff;
  border: solid 2px #b7b7b7;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 35px 30px;
  position: relative;
}
#membership .subContents .arealist .fukidashi .box1::before, #membership .subContents .arealist .fukidashi .box1::after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
#membership .subContents .arealist .fukidashi .box1::before {
  border-color: rgba(183, 183, 183, 0);
  border-top-color: #b7b7b7;
  border-width: 18px;
  margin-left: -18px;
}
#membership .subContents .arealist .fukidashi .box1::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
#membership .subContents .arealist .fukidashi .box2 .box21 {
  color: #ec6767;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: solid 2px #ec6767;
  border-radius: 10px;
  margin: 0 75px;
  padding: 2px 0;
  position: relative;
  z-index: 2;
}
#membership .subContents .arealist .fukidashi .box2 .box21::before, #membership .subContents .arealist .fukidashi .box2 .box21::after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
}
#membership .subContents .arealist .fukidashi .box2 .box21::before {
  border-color: rgba(183, 183, 183, 0);
  border-top-color: #ec6767;
  border-width: 18px;
  margin-left: -18px;
}
#membership .subContents .arealist .fukidashi .box2 .box21::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
#membership .subContents .arealist .fukidashi .box2 .box22 {
  color: #fff;
  background: #ec6767;
  border-radius: 10px;
  padding: 40px 30px 25px;
  position: relative;
  top: -20px;
}
#membership .subContents .shoplist {
  margin: 0 150px;
}
#membership .subContents .shoplist .shopsBtn {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #58a8bc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 30px 10px 60px;
  position: relative;
  cursor: pointer;
}
#membership .subContents .shoplist .shopsBtn::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/s_plus.svg) no-repeat;
  position: absolute;
  top: calc(50% - 0.8em);
  right: 20px;
}
#membership .subContents .shoplist .shopsBtn.opened::after {
  background-image: url(../images/common/s_minus.svg);
}
#membership .subContents .shoplist .shopsBtn span {
  position: relative;
}
#membership .subContents .shoplist .shopsBtn span::before {
  content: "";
  width: 25px;
  height: 29px;
  background: url(../images/toppage/s_shop.svg) no-repeat;
  position: absolute;
  top: calc(50% - 0.8em);
  left: -45px;
}
#membership .subContents .shoplist .box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
#membership .subContents .shoplist .box ul li {
  width: 100%;
  display: flex;
  border-bottom: solid 1px #ddd;
  padding: 13px 0 3px;
}
#membership .subContents .shoplist .box ul li:last-child {
  border-bottom: none;
}
#membership .subContents .shoplist .box ul li h4 {
  width: 210px;
}
#membership .subContents .shoplist .box ul li div {
  width: calc(100% - 210px);
  display: flex;
  flex-wrap: wrap;
}
#membership .subContents .shoplist .box ul li div p {
  width: calc(4em + 30px);
  margin: 0 40px 10px 0;
}
#membership .subContents .shoplist .box ul li div p .icon {
  width: 18px;
  height: 18px;
  fill: #58a8bc;
  margin-right: 10px;
}
#membership .subContents .shoplist .box ul li div p a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#membership .subContents .shoplist .box ul li div p.area {
  position: relative;
}
#membership .subContents .shoplist .box ul li div p.area::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #58a8bc;
  border-right: solid 2px #58a8bc;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 0;
  transform: rotate(45deg);
}
#membership .subContents .shoplist .box ul li div.sate p {
  width: calc(9em + 30px);
}

#couple {
  padding: 70px 0 100px;
}
#couple .subContents {
  width: 800px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #couple .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#couple .subContents h2 {
  font-size: 1.875rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#couple .subContents h2 span {
  position: relative;
}
#couple .subContents h2 span::before, #couple .subContents h2 span::after {
  content: "";
  width: 2px;
  height: 1.3em;
  background: #333;
  position: absolute;
  top: 0px;
}
#couple .subContents h2 span::before {
  left: -0.6em;
  transform: rotate(-20deg);
}
#couple .subContents h2 span::after {
  right: -0.6em;
  transform: rotate(20deg);
}
#couple .subContents .note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}
#couple .subContents .btn {
  text-align: center;
}
#couple .subContents .btn a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #3aaa7a;
  border-radius: 50px;
  border: solid 1px #3aaa7a;
  padding: 13px 170px 13px 30px;
  position: relative;
  transition: all 0.3s;
}
#couple .subContents .btn a:hover {
  color: #3aaa7a;
  background: #fff;
  opacity: 1;
}
@media (max-width: 750px) {
  #couple .subContents .btn a {
    margin: 0 5vw;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }
}
#couple .subContents .btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#couple .subContents .btn a:hover::after {
  border-color: #3aaa7a;
  right: 10px;
}

#voice {
  padding: 65px 0 70px;
}
#voice .subContents {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #voice .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#voice .subContents .h-type01 {
  margin-bottom: 15px;
}
#voice .subContents .h-type01::before {
  content: "USER VOICE";
}
#voice .subContents .lead {
  text-align: center;
  margin: 0 0 50px;
}
#voice .subContents ul {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
#voice .subContents ul li {
  width: 350px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#voice .subContents ul li figure {
  overflow: hidden;
}
#voice .subContents ul li figure img {
  width: 100%;
  transition: 0.3s;
}
#voice .subContents ul li .inner {
  padding: 10px 15px;
}
#voice .subContents ul li .inner .title {
  color: #bf9159;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#voice .subContents ul li .inner .title a {
  color: #bf9159;
  text-decoration: none;
}
#voice .subContents ul li .inner .title a:hover {
  color: #bf9159;
  text-decoration: none;
}
#voice .subContents ul li .inner table {
  width: 100%;
}
#voice .subContents ul li .inner table th {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  padding: 10px 0;
}
#voice .subContents ul li .inner table td {
  font-weight: bold;
  width: 33%;
  padding: 5px;
}
#voice .subContents ul li .inner table td .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
#voice .subContents ul li .inner table td.kousai {
  color: #ff80af;
}
#voice .subContents ul li .inner table td.kousai .icon {
  fill: #ff80af;
}
#voice .subContents ul li .inner table td.male {
  color: #009de2;
}
#voice .subContents ul li .inner table td.male .icon {
  fill: #009de2;
}
#voice .subContents ul li .inner table td.female {
  color: #ff80af;
}
#voice .subContents ul li .inner table td.female .icon {
  fill: #ff80af;
}
#voice .subContents ul li .inner .name {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
#voice .subContents ul li .inner .name .man {
  color: #297EE8;
}
#voice .subContents ul li .inner .name .woman {
  color: #F14980;
}
#voice .subContents ul li .inner .name .help {
  color: #999;
  font-size: 9px;
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #999;
  border-radius: 50vh;
  cursor: pointer;
  margin: 0 0 0 5px;
  transform: translateY(-2px);
  transition: 0.3s;
}
#voice .subContents ul li .inner .name .help + .helpTxt {
  color: #FFF;
  font-size: 0.84rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  display: none;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
#voice .subContents ul li .inner .name .help.on + .helpTxt {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  #voice .subContents ul li .inner .name .help:hover {
    color: #444;
    border: solid 1px #444;
  }
}
#voice .subContents ul li .inner .note {
  font-size: 13px;
  text-align: right;
}
#voice .subContents ul li .inner .note a {
  color: #333;
  text-decoration: none;
}
#voice .subContents ul li .inner .note span {
  padding-right: 1em;
  position: relative;
}
#voice .subContents ul li .inner .note span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 0.15em);
  right: 3px;
}
@media (hover: hover) and (pointer: fine) {
  #voice .subContents ul li:hover figure img {
    transform: scale(1.1);
  }
}
#voice .subContents .btn {
  text-align: center;
}
#voice .subContents .btn a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #3aaa7a;
  border-radius: 50px;
  border: solid 1px #3aaa7a;
  padding: 13px 170px 13px 30px;
  position: relative;
  transition: all 0.3s;
}
#voice .subContents .btn a:hover {
  color: #3aaa7a;
  background: #fff;
  opacity: 1;
}
@media (max-width: 750px) {
  #voice .subContents .btn a {
    margin: 0 5vw;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }
}
#voice .subContents .btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#voice .subContents .btn a:hover::after {
  border-color: #3aaa7a;
  right: 10px;
}

#bans {
  padding: 80px 0 70px;
}
#bans .subContents {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #bans .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#bans .subContents ul {
  display: flex;
  justify-content: space-between;
}
#bans .subContents ul li {
  width: 350px;
}
#bans .subContents ul li picture {
  margin-bottom: 20px;
}
#bans .subContents ul li img {
  width: 100%;
}
#bans .subContents ul li p {
  color: #666;
}
#bans .subContents ul li p.name {
  color: #333;
  font-weight: bold;
}

#columns {
  background: #f0f0f0;
  padding: 40px 0 60px;
}
#columns .subtit {
  color: #008f48;
  font-weight: bold;
}
#columns h2 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px;
}
#columns ul {
  margin-bottom: 50px;
}
#columns ul li {
  width: 400px;
  background: #fff;
  margin: 0 20px;
  padding: 10px 10px 20px 10px;
}
#columns ul li figure {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
}
#columns ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#columns ul li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#columns ul li > div svg {
  width: 20px;
}
#columns ul li > div svg.icon {
  width: 20px;
  height: 20px;
  fill: #3aaa7a;
}
#columns ul li > div > div {
  width: calc(100% - 30px);
  text-align: left;
}
#columns ul li > div > div h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
#columns ul li > div > div .honbun {
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#columns ul li > div > div .date {
  font-size: 10px;
}
#columns .btn {
  text-align: center;
}
#columns .btn a {
  color: #333;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  padding: 13px 170px 13px 30px;
  border-radius: 50px;
  position: relative;
}
#columns .btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #01a052;
  border-right: solid 2px #01a052;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  right: 15px;
}

#pickups {
  padding: 90px 0 0;
}
#pickups .subContents {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #pickups .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#pickups .subContents .h-type02 {
  margin-bottom: 20px;
}
#pickups .subContents .h-type02::before {
  content: "Pick up";
}
#pickups .subContents ul {
  display: flex;
  justify-content: space-between;
}
#pickups .subContents ul li {
  width: 265px;
  background: #ededed;
}
#pickups .subContents ul li picture img {
  width: 100%;
}
#pickups .subContents ul li div {
  padding: 20px 15px;
}
#pickups .subContents ul li div p {
  font-weight: bold;
  line-height: 1.375;
}

#info {
  padding: 75px 0 0;
}
#info .subContents {
  width: 940px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #info .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
#info .subContents h2 {
  color: #3aaa7a;
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 2px #3aaa7a;
  padding-bottom: 18px;
}
#info .subContents h2 span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 55px;
}
#info .subContents h2 span a {
  color: #333;
  text-decoration: none;
}
#info .subContents h2 span .icon {
  width: 18px;
  height: 18px;
  fill: #3aaa7a;
  margin-left: 6px;
  transform: translateY(2px);
}
#info .subContents dl dt {
  color: #3aaa7a;
  font-size: 14px;
  font-weight: bold;
  width: 135px;
  padding: 20px 0;
  float: left;
  position: relative;
}
#info .subContents dl dt.new::after {
  content: "";
  width: 44px;
  height: 17px;
  background: url(../images/common/s_new.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
#info .subContents dl dd {
  font-size: 14px;
  border-bottom: solid 1px #dedede;
  padding: 20px 0 20px 180px;
  position: relative;
}
#info .subContents dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  transform: rotate(45deg);
  top: calc(50% - 0.15em);
  left: 160px;
}
#info .subContents dl dd a {
  color: #333;
  text-decoration: none;
}
#info .subContents dl dd a:hover {
  text-decoration: underline;
}

#flmenu {
  bottom: -100px;
}
#flmenu.active {
  bottom: 0;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 751px) {
  img {
    width: 100%;
    height: auto;
  }
  #mainv {
    background: url(../images/toppage/mainv_p_01_2_sp.jpg) no-repeat center top/100%;
    padding: 0;
    margin: 0 0 14vw;
    position: relative;
  }
  #mainv .subContents {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    height: 98vw;
    margin: 0 auto 3vw;
    display: block;
    position: static;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #mainv .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #mainv .subContents > div {
    margin: 0;
  }
  #mainv .subContents > div h1 {
    width: 75vw;
    margin: 0;
    position: absolute;
    top: 74vw;
    left: 7vw;
  }
  #mainv .subContents > div .seikonrate_m {
    width: 51vw;
    top: 7%;
    left: 6%;
  }
}
@media screen and (max-width: 751px) {
  #mainv .note {
    font-size: 2.6vw;
    width: calc(100% - 6vw);
    margin: 0 auto 8vw;
    line-height: 1.3;
  }
  #mainv .note p {
    display: flex;
  }
}
@media screen and (max-width: 751px) {
  #mainv .btns {
    width: 90vw;
    margin: 0 auto;
    position: initial;
  }
  #mainv .btns li {
    width: 100%;
    margin: 0 0 1.33vw;
  }
  #mainv .btns li .btn {
    border-radius: 2.67vw;
    width: 100%;
    height: 14.98vw;
  }
  #mainv .btns li .btn::before {
    border-top: solid 0.8vw #fff;
    border-right: solid 0.8vw #fff;
    width: 2vw;
    height: 2vw;
  }
  #mainv .btns li .btn.bgleft_1 {
    margin: 0 0 1.21vw;
  }
  #mainv .btns li .btn span {
    font-size: 3.02vw;
  }
  #mainv .btns li .btn span span {
    font-size: 5.07vw;
  }
}
@media screen and (max-width: 751px) {
  .seikonrateBlock {
    padding: 5vw 0 50vw;
    pointer-events: none;
    position: absolute;
    top: 90vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .seikonrateBlock .subContents .no1s li {
    width: 40vw;
    margin: 0 2.6vw;
  }
  .seikonrateBlock .subContents .no1s li img {
    width: 100%;
  }
  .seikonrateBlock .subContents .no1s li.bumon {
    display: block;
  }
  .seikonrateBlock .subContents .no1s li.bumon p {
    display: none;
  }
  .seikonrateBlock .subContents .kome {
    width: 100%;
    margin: 39vw 0 0;
  }
  .seikonrateBlock .subContents .kome li {
    font-size: 0.675rem;
  }
}
@media screen and (max-width: 751px) {
  #spLink01 {
    padding: 0 0 13vw;
  }
  #spLink01 .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #spLink01 .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #spLink01 .subContents .links {
    margin-bottom: 5vw;
  }
  #spLink01 .subContents .links li {
    padding: 0 10vw 0 0;
    background: #edf4f8;
    border-bottom: solid 1px #d7dee1;
    display: flex;
    align-items: center;
    position: relative;
  }
  #spLink01 .subContents .links li::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #01a052;
    border-right: solid 2px #01a052;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 0.3em);
    right: 5vw;
  }
  #spLink01 .subContents .links li:first-child, #spLink01 .subContents .links li:first-child picture img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #spLink01 .subContents .links li:last-child, #spLink01 .subContents .links li:last-child picture img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #spLink01 .subContents .links li picture {
    width: 20vw;
    margin-right: 5vw;
    display: block;
  }
  #spLink01 .subContents .links li p {
    letter-spacing: 1px;
    width: calc(100% - 25vw);
  }
}
@media screen and (max-width: 751px) {
  #spLink01 .subContents .shopsBtn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to right, rgb(223, 128, 136) 0%, rgb(215, 107, 132) 100%);
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 20px 30px 20px 75px;
    position: relative;
  }
  #spLink01 .subContents .shopsBtn::before {
    content: "";
    width: 25px;
    height: 29px;
    background: url(../images/toppage/s_shop.svg) no-repeat;
    position: absolute;
    top: calc(50% - 0.8em);
    left: 7vw;
  }
  #spLink01 .subContents .shopsBtn::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/s_plus.svg) no-repeat;
    position: absolute;
    top: calc(50% - 0.8em);
    right: 5vw;
  }
  #spLink01 .subContents .shopsBtn.opened::after {
    background-image: url(../images/common/s_minus.svg);
  }
}
@media screen and (max-width: 751px) {
  #spLink01 .subContents .shopsText {
    color: #e68089;
    text-align: center;
  }
}
@media screen and (max-width: 751px) {
  #spLink01 .subContents .shoplist {
    margin-top: 10px;
  }
  #spLink01 .subContents .shoplist > li {
    margin-bottom: 5px;
  }
  #spLink01 .subContents .shoplist > li h3 {
    color: #E68089;
    margin: 0 0 5px;
  }
  #spLink01 .subContents .shoplist > li div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px;
  }
  #spLink01 .subContents .shoplist > li div p {
    font-size: 3.3vw;
    width: calc(50% - 1px);
    margin: 0 0 2px;
  }
  #spLink01 .subContents .shoplist > li div p .icon {
    width: 14px;
    height: 14px;
    fill: #e68089;
    margin-right: 10px;
  }
  #spLink01 .subContents .shoplist > li div p a {
    color: #333;
    text-decoration: none;
    background: #efefef;
    display: block;
    padding: 13px 5vw;
  }
  #spLink01 .subContents .shoplist > li div p.area {
    width: 100%;
    position: relative;
  }
  #spLink01 .subContents .shoplist > li div p.area::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #e68089;
    border-right: solid 2px #e68089;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 15px;
  }
  #spLink01 .subContents .shoplist > li div p.area a {
    border-top: solid 1px #DDD;
    background: none;
    padding: 5px 5vw;
  }
  #spLink01 .subContents .shoplist > li > ul {
    padding: 10px 5vw;
    display: flex;
  }
  #spLink01 .subContents .shoplist > li > ul li {
    width: 30%;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints {
    margin: 0 0 17vw;
  }
  #sixpoints .subContents {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #sixpoints .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents .title {
    height: auto;
    background-image: url(../images/toppage/sixpoints_p_00_sp.jpg);
    background-size: 100vw;
    margin: 0 -4vw;
    padding-top: 50vw;
    position: relative;
  }
  #sixpoints .subContents .title > div {
    width: 100vw;
    background: #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    padding: 11vw 0;
    position: static;
    transform: none;
  }
  #sixpoints .subContents .title > div .h-type01 {
    font-size: 28px;
    padding-top: 7vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents ol {
    margin: 15vw 0 0;
  }
  #sixpoints .subContents ol li {
    margin-bottom: 15vw;
  }
  #sixpoints .subContents ol li:last-child {
    margin-bottom: 0;
  }
  #sixpoints .subContents ol li > div {
    display: block;
    padding: 0;
  }
  #sixpoints .subContents ol li > div.wrapGr {
    background: #fff;
  }
  #sixpoints .subContents ol li > div.wrap1 .image {
    margin: 10vw 0 6vw;
  }
  #sixpoints .subContents ol li > div.wrap2 .image {
    margin-bottom: 5vw;
  }
  #sixpoints .subContents ol li > div .midashi {
    text-align: center;
    margin-bottom: 40px;
  }
  #sixpoints .subContents ol li > div .midashi p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #sixpoints .subContents ol li > div .midashi h3 {
    font-size: 24px;
  }
  #sixpoints .subContents ol li > div .honbun .btn {
    margin-top: 20px;
  }
  #sixpoints .subContents ol li > div .honbun .btn a {
    color: #fff;
    line-height: 1;
    text-decoration: none;
    background: #3aaa7a;
    border-radius: 50px;
    border: solid 1px #3aaa7a;
    padding: 13px 70px 13px 30px;
    position: relative;
    transition: all 0.3s;
    padding: 15px 0 15px 20px;
  }
  #sixpoints .subContents ol li > div .honbun .btn a:hover {
    color: #3aaa7a;
    background: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #sixpoints .subContents ol li > div .honbun .btn a {
    margin: 0 5vw;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents ol li > div .honbun .btn a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(45deg);
    transition: all 0.5s;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents ol li > div .honbun .btn a:hover::after {
    border-color: #3aaa7a;
    right: 10px;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents ol li.point2 > div .honbun {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents ol li.point3 > div .honbun .btn a {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents ol li.point4 > div.wrap2 {
    padding: 0 0 50px;
  }
  #sixpoints .subContents ol li.point4 > div.wrap2:last-child {
    padding: 0;
    align-items: center;
  }
  #sixpoints .subContents ol li.point4 > div.wrap2:last-child .image {
    grid-area: 1/1/2/2;
    margin: 0 0 40px;
  }
  #sixpoints .subContents ol li.point4 > div.wrap2:last-child .honbun {
    grid-area: 1/3/2/4;
  }
  #sixpoints .subContents ol li.point4 > div.wrap2:last-child .honbun .btn a {
    width: auto;
    padding: 15px 0 15px 20px;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents ol li.point6 > div.wrap2 .image {
    margin: 10vw 0 6vw;
  }
  #sixpoints .subContents ol li.point6 > div.wrap2 .image > div {
    padding: 0 0 5vw;
  }
  #sixpoints .subContents ol li.point6 > div.wrap2 .image > div p {
    font-size: 18px;
    line-height: 1.3;
    transform: translateY(-1em);
    margin-bottom: 3vw;
  }
  #sixpoints .subContents ol li.point6 > div.wrap2 .image > div p span {
    background: #fff;
    padding: 0 1em;
    display: inline-block;
  }
  #sixpoints .subContents ol li.point6 > div.wrap2 .image > div figure {
    width: 60vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .subContents ol li.point7 > div .image {
    text-align: center;
    background-size: 80vw auto;
    background-position: center 10vw;
    border-radius: 5vw;
    padding: 40vw 0 0 0;
  }
  #sixpoints .subContents ol li.point7 > div .image .suji {
    font-size: 10vw;
  }
  #sixpoints .subContents ol li.point7 > div .image .suji sub {
    font-size: 3vw;
  }
}
@media screen and (max-width: 751px) {
  #sixpoints .privacyCont {
    margin: 25vw 0 0;
    padding: 0;
  }
  #sixpoints .privacyCont .subContents {
    width: 90vw;
    display: block;
  }
  #sixpoints .privacyCont .subContents .catch {
    letter-spacing: 1.2vw;
    width: 40vw;
    margin: 0 0 4vw 6vw;
    padding: 4vw 0 0;
    font-size: 5.4vw;
    line-height: 1.4;
    transform: none;
  }
  #sixpoints .privacyCont .subContents .box {
    width: 80vw;
    height: 100%;
    padding: 5.3vw 5.3vw 8vw 8vw;
    margin: 0 0 10vw;
  }
  #sixpoints .privacyCont .subContents .box .text {
    font-size: 4.8vw;
    margin: 0 0 5vw;
  }
  #sixpoints .privacyCont .subContents .media {
    width: 88%;
    font-size: 3.8vw;
  }
  #sixpoints .privacyCont .subContents .media .box text {
    margin: 0 0 2vw;
  }
  #sixpoints .privacyCont .subContents .media .box .mediaList {
    width: 88%;
    font-size: 3.8vw;
  }
  #sixpoints .privacyCont .subContents .media .box .mediaList li {
    background-image: linear-gradient(90deg, #d6d6d6 0.8vw, rgba(0, 0, 0, 0) 0.8vw);
    background-size: 1.3vw 0.53vw;
    margin: 0 0 1vw;
    padding: 0 0.5vw 1vw 8vw;
  }
  #sixpoints .privacyCont .subContents .media .box .mediaList li::before {
    width: 4.6vw;
    height: 4.5vw;
    top: 0;
    left: 2vw;
  }
  #sixpoints .privacyCont::before {
    content: "";
    width: 34.1vw;
    height: 52.2vw;
    top: unset;
    background: url(/_astro/privacy_p_sp.BnM-vMhh.png) bottom/100% 100% no-repeat;
    bottom: 155vw;
    right: 11.5vw;
  }
  #sixpoints .privacyCont::after {
    content: "";
    z-index: -1;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    width: calc(100% + 5px);
    height: 270px;
    position: absolute;
    bottom: 0;
    left: -5px;
  }
}
@media screen and (max-width: 751px) {
  #divider {
    height: 50vw;
    background-size: auto 50vw;
  }
}
@media screen and (max-width: 751px) {
  #membership .subContents {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    padding-top: 10vw !important;
    padding-bottom: 10vw !important;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #membership .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #membership .subContents .h-type01 {
    font-size: 24px;
    padding-top: 9vw;
  }
  #membership .subContents .h-type01 em {
    position: relative;
  }
  #membership .subContents .h-type01 em::before, #membership .subContents .h-type01 em::after {
    content: "";
    width: 2px;
    height: 1.3em;
    background: #333;
    position: absolute;
    top: 0px;
  }
  #membership .subContents .h-type01 em::before {
    left: -0.7em;
    transform: rotate(-20deg);
  }
  #membership .subContents .h-type01 em::after {
    right: -0.7em;
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 751px) {
  #membership .subContents .numall {
    margin: 0 auto 5vw;
  }
  #membership .subContents .numall > div h3 {
    font-size: 20px;
  }
  #membership .subContents .numall > div .num {
    font-size: 40px;
  }
  #membership .subContents .numall > div .note {
    font-size: 12px;
  }
}
@media screen and (max-width: 751px) {
  #membership .subContents .arealist {
    margin: 0;
    display: block;
  }
  #membership .subContents .arealist .table {
    margin-bottom: 5vw;
  }
  #membership .subContents .arealist .table table {
    font-size: 16px;
  }
  #membership .subContents .arealist .table table tr th[colspan="2"] div {
    width: 75%;
  }
  #membership .subContents .arealist .table table tr td {
    font-size: 13px;
    text-align: center;
    padding: 8px 3vw;
  }
  #membership .subContents .arealist .note {
    line-height: 1.5;
    margin-top: 2vw;
    margin-bottom: 5vw;
    padding-right: 3vw;
  }
  #membership .subContents .arealist .fukidashi {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  #membership .subContents .arealist .fukidashi .box1 {
    width: 49%;
    margin-bottom: 0;
    padding: 15px;
  }
  #membership .subContents .arealist .fukidashi .box1::before, #membership .subContents .arealist .fukidashi .box1::after {
    top: auto;
    bottom: 100%;
  }
  #membership .subContents .arealist .fukidashi .box1::before {
    border-color: rgba(183, 183, 183, 0);
    border-bottom-color: #b7b7b7;
    border-width: 17px;
    margin-left: -17px;
  }
  #membership .subContents .arealist .fukidashi .box1::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
  }
  #membership .subContents .arealist .fukidashi .box2 {
    width: 49%;
  }
  #membership .subContents .arealist .fukidashi .box2 .box21 {
    font-size: 13px;
    border: none;
    border-radius: 15px;
    margin: 0 15px;
    margin-top: -26px;
    padding: 2px 0;
    position: relative;
    top: 40px;
    z-index: 2;
  }
  #membership .subContents .arealist .fukidashi .box2 .box21::before, #membership .subContents .arealist .fukidashi .box2 .box21::after {
    content: none;
  }
  #membership .subContents .arealist .fukidashi .box2 .box22 {
    border-radius: 10px;
    padding: 3.5em 15px 15px;
    position: relative;
    top: 0;
  }
  #membership .subContents .arealist .fukidashi .box2 .box22::before, #membership .subContents .arealist .fukidashi .box2 .box22::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #membership .subContents .arealist .fukidashi .box2 .box22::before {
    border-color: rgba(236, 103, 103, 0);
    border-bottom-color: #ec6767;
    border-width: 17px;
    margin-left: -17px;
  }
  #membership .subContents .arealist .fukidashi .box2 .box22::after {
    border-color: rgba(236, 103, 103, 0);
    border-bottom-color: #ec6767;
    border-width: 14px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 751px) {
  #membership .subContents .shoplist {
    display: none;
  }
}
@media screen and (max-width: 751px) {
  #couple {
    padding: 10vw 0;
  }
  #couple .subContents {
    width: 800px;
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #couple .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #couple .subContents h2 {
    font-size: 6vw;
    line-height: 1.4;
    margin-bottom: 6vw;
  }
  #couple .subContents h2 span {
    display: inline-block;
  }
  #couple .subContents h2 span::before, #couple .subContents h2 span::after {
    height: 2em;
    top: 0.5em;
  }
  #couple .subContents h2 span::before {
    left: -1em;
  }
  #couple .subContents h2 span::after {
    right: -1em;
  }
}
@media screen and (max-width: 751px) {
  #couple .subContents .note {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 751px) {
  #couple .subContents .btn {
    text-align: left;
  }
}
@media screen and (max-width: 751px) {
  #voice {
    padding: 8vw 0;
  }
  #voice .subContents ul {
    margin-bottom: 5vw;
    display: block;
  }
  #voice .subContents ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #voice .subContents ul li figure + div {
    padding: 5vw;
  }
  #voice .subContents ul li figure + div table {
    margin: 0 0 3vw;
  }
  #voice .subContents ul li figure + div .note {
    font-size: 12px;
  }
  #voice .subContents .btn {
    text-align: left;
  }
}
@media screen and (max-width: 751px) {
  #bans {
    padding: 8vw 0;
  }
  #bans .subContents ul {
    margin: 0 7vw;
    flex-direction: column;
  }
  #bans .subContents ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
  #bans .subContents ul li:nth-child(1) {
    order: 1;
  }
  #bans .subContents ul li:nth-child(2) {
    order: 2;
    margin-bottom: 0;
  }
  #bans .subContents ul li:nth-child(3) {
    order: 0;
  }
  #bans .subContents ul li picture {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 751px) {
  #columns {
    padding: 8vw 0;
  }
  #columns h2 {
    margin-bottom: 5vw;
  }
  #columns ul {
    margin: 0 2vw 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #columns ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  #columns ul li > div {
    display: block;
  }
  #columns ul li > div svg {
    display: none;
  }
  #columns ul li > div > div {
    width: 100%;
  }
  #columns ul li > div > div h3 {
    font-size: 13px;
  }
  #columns .btn {
    text-align: left;
  }
  #columns .btn a {
    color: #333;
    line-height: 1;
    margin: 0 8vw;
    padding: 13px 20px 13px 20px;
    display: block;
    border-radius: 50px;
  }
}
@media screen and (max-width: 751px) {
  #splink2 {
    background: #ededed;
    padding: 10vw 0 8vw;
  }
  #splink2 .subContents {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 751px) and (max-width: 750px) {
  #splink2 .subContents {
    width: 100vw;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 751px) {
  #splink2 .subContents .h-type02 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
  #splink2 .subContents .h-type02 span {
    color: #ff4d50;
  }
  #splink2 .subContents .h-type02::before {
    content: "Free trial";
  }
}
@media screen and (max-width: 751px) {
  #splink2 .subContents ul li {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #splink2 .subContents ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #01a052;
    border-right: solid 2px #01a052;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 15px;
  }
  #splink2 .subContents ul li figure {
    width: 23.5vw;
  }
  #splink2 .subContents ul li figure img {
    border-radius: 5px;
  }
  #splink2 .subContents ul li div {
    width: calc(100% - 23.5vw);
    padding: 0 30px 0 15px;
  }
  #splink2 .subContents ul li div p {
    line-height: 1.375;
  }
  #splink2 .subContents ul li div p span {
    color: #01a052;
    font-size: 130%;
    font-weight: bold;
  }
}
@media screen and (max-width: 751px) {
  #pickups {
    padding: 8vw 0 0;
  }
  #pickups .subContents ul {
    display: block;
  }
  #pickups .subContents ul li {
    width: 100%;
    background: #e9f1f5;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #pickups .subContents ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #01a052;
    border-right: solid 2px #01a052;
    position: absolute;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 15px;
  }
  #pickups .subContents ul li picture {
    width: 28vw;
  }
  #pickups .subContents ul li picture img {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #pickups .subContents ul li div {
    width: calc(100% - 28vw);
    padding: 0 30px 0 15px;
  }
  #pickups .subContents ul li div p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 751px) {
  #info {
    padding: 8vw 0 0;
  }
  #info .subContents {
    padding: 0 6vw;
  }
  #info .subContents h2 {
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #info .subContents h2 span {
    font-size: 13px;
    margin-left: 60px;
  }
  #info .subContents h2 span .icon {
    transform: translateY(4px);
  }
  #info .subContents dl dt {
    font-size: 14px;
    width: 100%;
    padding: 0;
    float: none;
    position: static;
  }
  #info .subContents dl dt.new::after {
    margin-left: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
  }
  #info .subContents dl dd {
    font-size: 13px;
    border-bottom: solid 1px #dedede;
    margin-bottom: 15px;
    padding: 0 0 15px 20px;
  }
  #info .subContents dl dd::before {
    top: 0.8em;
    left: 0;
  }
}
/*# sourceMappingURL=toppage.css.map */