/*-----------------------
import.scss
-----------------------*/
/*reset --Don't use global reset!--*/
/*html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}*/

/*mediaquery*/
main table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
main table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}
main table caption, table th {
  font-weight: 300;
}
main table td {
  font-weight: 200;
}

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

main a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
main a:link {
  color: #000;
}
main a:active {
  color: #000;
}
main a:visited {
  color: #000;
}
main a:hover {
  cursor: pointer;
}

main a img {
  border: none;
}

main img {
  vertical-align: bottom;
  max-width: 100%;
}

main ul {
  list-style: none;
}

main article, main aside, main details, main figcaption, main figure, main footer, main header, main hgroup, main menu, main nav, main section, main summary {
  display: block;
}

main button, main textarea, main select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
input {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

main img.cover, main video.cover {
  object-fit: cover;
}

main h1 {
  font-weight: normal;
}

main h2, main h3, main h4, main h5, main h6 {
  font-weight: 500;
}

main p {
  margin: 0;
}

main :placeholder-shown {
  color: #8a8a8a;
}

main ::-webkit-input-placeholder {
  color: #8a8a8a;
}

main :-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

main ::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

main :-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------
style.scss
-----------------------*/
/*html {
  font-size: 62.5%;
  line-height: 1;
}*/

main {
  position: relative;
  color: #484848;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}

.inner {
  width: 80rem;
  margin: 0 auto;
}

.pc {
  display: !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media only screen and (min-width: 752px) {
main {
    padding-top: 5%;
}
}
.mincho {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.float-left {
  display: inline-block;
}
.float-left p {
  float: left;
}

h2 {
  font-size: 5rem;
  line-height: 1.4em;
  padding: 1.5rem 0;
  margin: 0 0 3rem 0;
  text-align: center;
}

.brown {
  color: #c8ad84;
  font-size: 110%;
}

.light-brown {
  color: #daa77e;
  font-size: 110%;
}

.orange {
  color: #f09b11;
  font-size: 110%;
}

.blue1 {
  color: #68a8c3;
  font-size: 110%;
}

.blue2 {
  color: #7fbbc5;
  font-size: 110%;
}

.blue3 {
  color: #94cde4;
  font-size: 110%;
}

.btn-0 {
  width: 48%;
  margin-bottom: 7rem;
}
.btn-0 p {
  font-size: 2rem;
  color: #fff;
  padding: 3rem 5rem 3rem 3rem;
  position: relative;
  text-align: center;
}
.btn-0 p::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 2.7rem;
  height: 1.5rem;
  background: url(../img/sankaku.png) no-repeat;
  background-size: contain;
}
.btn-0 .yellowbox {
  background-color: #e3bb66;
  border-radius: 10px;
}
.btn-0 .brownbox {
  background-color: #daa77e;
  border-radius: 10px;
}
.btn-0 .brownbox-dark {
  background-color: #c8ad84;
  border-radius: 10px;
}

#ikuji .img-main, #boribon .img-main, #other .img-main {
  margin: 6rem 0;
}

#ikuji {
  padding-bottom: 30rem;
  background-color: #f1ead4;
}
#ikuji .section {
  letter-spacing: 5px;
  color: #c8ad84;
}
#ikuji .section span {
  letter-spacing: 8px;
}
#ikuji .section .small {
  font-size: 2.5rem;
}
#ikuji .btn-1 {
  width: 100%;
  margin-bottom: 5rem;
}
#ikuji .btn-1 p {
  font-size: 3.5rem;
  padding: 3rem;
  color: #fff;
  text-align: center;
}
#ikuji .btn-1 p::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid white;
}
#ikuji .btn-1 .brownbox-dark {
  background-color: #c8ad84;
  border-radius: 10px;
}
#ikuji .btn-1 .bluebox3 {
  background-color: #50abb4;
  border-radius: 10px;
}
#ikuji .pc .point1 {
  width: 30%;
  position: relative;
}
#ikuji .pc .point1 .point-img {
  margin-left: auto;
  margin-right: auto;
}
#ikuji .pc .point1 .text {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 90%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 4rem;
  padding: 0;
}
#ikuji #setgroup1, #ikuji #setgroup2 {
  background-color: white;
  margin-bottom: 10rem;
}
#ikuji #setgroup1 .set, #ikuji #setgroup2 .set {
  margin: 0;
}
#ikuji #setgroup1 .title, #ikuji #setgroup2 .title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  padding: 3rem;
}
#ikuji #setgroup1 .set-content, #ikuji #setgroup2 .set-content {
  padding: 4rem 6rem;
}
#ikuji #setgroup1 .set-content .green-back, #ikuji #setgroup2 .set-content .green-back {
  margin-right: 0.5rem;
  padding: 0 1rem;
  border-radius: 30px;
  background-color: #7f9c74;
  color: white;
}
#ikuji #setgroup1 .set-content .blue-back, #ikuji #setgroup2 .set-content .blue-back {
  margin-right: 0.5rem;
  padding: 0 1rem;
  border-radius: 50px;
  background-color: #98c0e5;
  color: white;
}
#ikuji #setgroup1 .set-content .set-name, #ikuji #setgroup2 .set-content .set-name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
#ikuji #setgroup1 .set-content .price, #ikuji #setgroup2 .set-content .price {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#ikuji #setgroup1 .set-content .price span, #ikuji #setgroup2 .set-content .price span {
  font-size: 70%;
}
#ikuji #setgroup1 .set-content .naiyou, #ikuji #setgroup2 .set-content .naiyou {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  height: 6rem;
  line-height: 6rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
#ikuji #setgroup1 .set-content .naiyou::before, #ikuji #setgroup2 .set-content .naiyou::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
  margin-right: .4em;
}
#ikuji #setgroup1 .set-content .naiyou::after, #ikuji #setgroup2 .set-content .naiyou::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
  margin-left: .4em;
}
#ikuji #setgroup1 .set-content .flex, #ikuji #setgroup2 .set-content .flex {
  display: flex;
}
#ikuji #setgroup1 .set-content .flex2, #ikuji #setgroup2 .set-content .flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ikuji #setgroup1 .set-content .item, #ikuji #setgroup2 .set-content .item {
  justify-content: flex-start;
}
#ikuji #setgroup1 .set-content .item li, #ikuji #setgroup2 .set-content .item li {
  width: calc(100% / 3 - 1rem);
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
#ikuji #setgroup1 .set-content .item li img, #ikuji #setgroup2 .set-content .item li img {
  width: 100%;
}
#ikuji #setgroup1 .set-content .item li p, #ikuji #setgroup2 .set-content .item li p {
  text-align: center;
}
#ikuji #setgroup1 .set-content .item li:nth-child(3n), #ikuji #setgroup2 .set-content .item li:nth-child(3n) {
  margin-right: 0;
}

.title-bg-b {
  margin-top: -11%;
  width: 100%;
  vertical-align: top;
}

#boribon {
  padding-bottom: 30rem;
  background-color: #cededd;
}
#boribon .section {
  letter-spacing: 5px;
  color: #50abb4;
}
#boribon .section span {
  letter-spacing: 8px;
}
#boribon .section .small {
  font-size: 2.5rem;
}
#boribon .btn-sc {
  justify-content: space-around;
}
#boribon .btn-0:nth-of-type(1), #boribon .btn-0:nth-of-type(2) {
  margin-bottom: 3rem;
}
#boribon .btn-0 .bluebox1 {
  background-color: #68a8c3;
  border-radius: 10px;
}
#boribon .btn-0 .bluebox2 {
  background-color: #7fbbc5;
  border-radius: 10px;
}
#boribon .btn-0 .bluebox3 {
  background-color: #94cde4;
  border-radius: 10px;
}
#boribon .btn-1 {
  width: 100%;
  margin-bottom: 5rem;
}
#boribon .btn-1 p {
  font-size: 3.5rem;
  padding: 3rem;
  color: #fff;
  text-align: center;
}
#boribon .btn-1 .brownbox {
  background-color: #c8ad84;
  border-radius: 10px;
}
#boribon .btn-1 .bluebox3 {
  background-color: #50abb4;
  border-radius: 10px;
}
#boribon .point1 {
  width: 30%;
  position: relative;
}
#boribon .point1 .point-img {
  margin-left: auto;
  margin-right: auto;
}
#boribon #setgroup3, #boribon #setgroup4, #boribon #setgroup5 {
  background-color: white;
  margin-bottom: 10rem;
}
#boribon #setgroup3 .set, #boribon #setgroup4 .set, #boribon #setgroup5 .set {
  margin: 0;
}
#boribon #setgroup3 .title, #boribon #setgroup4 .title, #boribon #setgroup5 .title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  padding: 3rem;
}
#boribon #setgroup3 .title .brown, #boribon #setgroup4 .title .brown, #boribon #setgroup5 .title .brown {
  color: #c8ad84;
  font-size: 110%;
}
#boribon #setgroup3 .set-content, #boribon #setgroup4 .set-content, #boribon #setgroup5 .set-content {
  padding: 4rem 6rem;
}
#boribon #setgroup3 .set-content .green-back, #boribon #setgroup4 .set-content .green-back, #boribon #setgroup5 .set-content .green-back {
  margin-right: 0.5rem;
  padding: 0 1rem;
  border-radius: 50px;
  background-color: #7f9c74;
  color: white;
}
#boribon #setgroup3 .set-content .blue-back, #boribon #setgroup4 .set-content .blue-back, #boribon #setgroup5 .set-content .blue-back {
  margin-right: 0.5rem;
  padding: 0 1rem;
  border-radius: 50px;
  background-color: #98c0e5;
  color: white;
}
#boribon #setgroup3 .set-content .set-name, #boribon #setgroup4 .set-content .set-name, #boribon #setgroup5 .set-content .set-name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
#boribon #setgroup3 .set-content .price, #boribon #setgroup4 .set-content .price, #boribon #setgroup5 .set-content .price {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#boribon #setgroup3 .set-content .price span, #boribon #setgroup4 .set-content .price span, #boribon #setgroup5 .set-content .price span {
  font-size: 70%;
}
#boribon #setgroup3 .set-content .naiyou, #boribon #setgroup4 .set-content .naiyou, #boribon #setgroup5 .set-content .naiyou {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  height: 6rem;
  line-height: 6rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
#boribon #setgroup3 .set-content .naiyou::before, #boribon #setgroup4 .set-content .naiyou::before, #boribon #setgroup5 .set-content .naiyou::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
  margin-right: .4em;
}
#boribon #setgroup3 .set-content .naiyou::after, #boribon #setgroup4 .set-content .naiyou::after, #boribon #setgroup5 .set-content .naiyou::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
  margin-left: .4em;
}
#boribon #setgroup3 .set-content .flex, #boribon #setgroup4 .set-content .flex, #boribon #setgroup5 .set-content .flex {
  display: flex;
}
#boribon #setgroup3 .set-content .flex2, #boribon #setgroup4 .set-content .flex2, #boribon #setgroup5 .set-content .flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#boribon #setgroup3 .set-content .item, #boribon #setgroup4 .set-content .item, #boribon #setgroup5 .set-content .item {
  justify-content: flex-start;
}
#boribon #setgroup3 .set-content .item li, #boribon #setgroup4 .set-content .item li, #boribon #setgroup5 .set-content .item li {
  width: calc(100% / 3 - 1rem);
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
#boribon #setgroup3 .set-content .item li img, #boribon #setgroup4 .set-content .item li img, #boribon #setgroup5 .set-content .item li img {
  width: 100%;
}
#boribon #setgroup3 .set-content .item li p, #boribon #setgroup4 .set-content .item li p, #boribon #setgroup5 .set-content .item li p {
  text-align: center;
}
#boribon #setgroup3 .set-content .item li:nth-child(3n), #boribon #setgroup4 .set-content .item li:nth-child(3n), #boribon #setgroup5 .set-content .item li:nth-child(3n) {
  margin-right: 0;
}

#other {
  padding-bottom: 10rem;
  background-color: #f9e4a2;
}
#other .section {
  letter-spacing: 5px;
  color: #f09b11;
}
#other .section span {
  letter-spacing: 8px;
}
#other .section .small {
  font-size: 2.5rem;
}
#other .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 4rem;
  padding: 0;
}
#other .point1 {
  position: relative;
}
#other .point1 .point-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#other .setgroup {
  background-color: white;
  margin-bottom: 10rem;
}
#other .setgroup .set {
  margin: 0;
}
#other .setgroup .title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  padding: 3rem;
}
#other .setgroup .set-content {
  padding: 4rem 6rem;
}
#other .setgroup .set-content .green-back {
  margin-right: 0.5rem;
  padding: 0 1rem;
  border-radius: 50px;
  background-color: #7f9c74;
  color: white;
}
#other .setgroup .set-content .blue-back {
  margin-right: 0.5rem;
  padding: 0 1rem;
  border-radius: 50px;
  background-color: #98c0e5;
  color: white;
}
#other .setgroup .set-content .set-name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
#other .setgroup .set-content .price {
  font-size: 3rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#other .setgroup .set-content .price span {
  font-size: 70%;
}
#other .setgroup .set-content .naiyou {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  height: 6rem;
  line-height: 6rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
#other .setgroup .set-content .naiyou::before {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
  margin-right: .4em;
}
#other .setgroup .set-content .naiyou::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
  margin-left: .4em;
}
#other .setgroup .set-content .flex {
  display: flex;
}
#other .setgroup .set-content .flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#other .setgroup .set-content .item {
  justify-content: flex-start;
}
#other .setgroup .set-content .item li {
  width: calc(100% / 3 - 1rem);
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
#other .setgroup .set-content .item li img {
  width: 100%;
}
#other .setgroup .set-content .item li p {
  text-align: center;
}
#other .setgroup .set-content .item li:nth-child(3n) {
  margin-right: 0;
}

.set-btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.buy-btn {
  width: 48%;
  height: 6rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
}
.buy-btn p {
  font-size: 2rem;
  color: #fff;
  line-height: 6rem;
  text-align: center;
}
.buy-btn p::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 3.5rem;
  background: url(../img/shop.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
}
.buy-btn.red {
  background-color: #cb7377;
}
.buy-btn.blue {
  background-color: #50abb4;
}
.buy-btn.pink {
  background-color: #eaa9ac;
}
.buy-btn.ivory {
  background-color: #dad2c2;
}
.buy-btn.white {
  background-color: #cacaca;
}

.air {
  height: 26rem;
}

.sale {
  color: #ec6480;
  font-weight: 500;
}
.sale .solid {
  border-bottom: 2px solid #ec6480;
}
.sale .big {
  font-size: 200%;
}

h3 {
  color: #484848;
  font-size: 3rem;
  margin: 0;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #484848;
}

.title-bg {
  width: 100%;
}

.p-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.p-sub {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.p-main {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10rem;
}

.p-main-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 8rem 0 4rem;
}

.center {
  text-align: center;
}

.group-a {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background-color: #c8ad84;
  margin-top: 2rem;
}
.group-a p {
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 8rem;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}

.group-b {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background-color: #50abb4;
  margin-top: 2rem;
}
.group-b p {
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 6rem;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}

.group-c {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  background-color: #f09b11;
  margin-top: 2rem;
}
.group-c p {
  color: white;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 8rem;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}

a {
  color: #484848;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.read {
  margin: 5rem 0;
  text-align: center;
}
.read .flex {
  justify-content: space-around;
}
.read .flex img {
  width: 3rem;
  margin-bottom: 3rem;
}

.three-points {
  margin: 4rem 0 8rem;
  position: relative;
  width: 24rem;
}
.three-points h4 {
  background: url(../img/point-bg-01.png) no-repeat;
  background-size: 24rem;
  height: 20rem;
  text-align: center;
  font-size: 2rem;
  padding: 7.5rem 0 0;
}
.three-points h4::before {
  position: absolute;
  right: 3rem;
  top: 1rem;
  width: 22rem;
  height: 10rem;
  content: '';
  display: inline-block;
  background: url(../img/point-01.png) no-repeat;
  background-size: 18rem;
}
.three-points:nth-child(2) h4 {
  background: url(../img/point-bg-02.png) no-repeat;
  background-size: 24rem;
  height: 20rem;
}
.three-points:nth-child(2) h4::before {
  position: absolute;
  right: -3rem;
  top: -1rem;
  width: 22rem;
  height: 10rem;
  content: '';
  display: inline-block;
  background: url(../img/point-02.png) no-repeat;
  background-size: 18rem;
}
.three-points:nth-child(3) h4::before {
  position: absolute;
  right: 1rem;
  top: 0;
  width: 22rem;
  height: 10rem;
  content: '';
  display: inline-block;
  background: url(../img/point-03.png) no-repeat;
  background-size: 18rem;
}

#boribon .three-points {
  margin: 4rem 0 8rem;
  position: relative;
  width: 24rem;
}
#boribon .three-points h4 {
  background: url(../img/point-bg-01.png) no-repeat;
  background-size: 24rem;
  height: 20rem;
  text-align: center;
  font-size: 2rem;
  padding: 7.5rem 0 0;
}
#boribon .three-points h4::before {
  position: absolute;
  right: 3rem;
  top: 1rem;
  width: 22rem;
  height: 10rem;
  content: '';
  display: inline-block;
  background: url(../img/point-04.png) no-repeat;
  background-size: 18rem;
}
#boribon .three-points:nth-child(2) h4 {
  background: url(../img/point-bg-02.png) no-repeat;
  background-size: 24rem;
  height: 20rem;
}
#boribon .three-points:nth-child(2) h4::before {
  position: absolute;
  right: -3rem;
  top: -1rem;
  width: 22rem;
  height: 10rem;
  content: '';
  display: inline-block;
  background: url(../img/point-05.png) no-repeat;
  background-size: 18rem;
}
#boribon .three-points:nth-child(3) h4::before {
  position: absolute;
  right: 1rem;
  top: 0;
  width: 22rem;
  height: 10rem;
  content: '';
  display: inline-block;
  background: url(../img/point-06.png) no-repeat;
  background-size: 18rem;
}

@media (max-width: 750px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }

  .title-bg-b {
    margin-top: -11%;
    width: 100%;
    vertical-align: top;
  }

  body {
    font-size: 3.125vw;
    line-height: 6vw;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
  }

  .fs35vw {
    font-size: 3vw;
    text-align: center;
  }

  .p-title {
    font-size: 4.7vw;
    margin-bottom: 2rem;
  }

  .p-main-title {
    font-size: 4vw;
    margin-bottom: 12vw;
  }

  .flex {
    display: flex;
  }

  .group-a {
    width: 44vw;
    height: 44vw;
    border-radius: 50%;
    background-color: #c8ad84;
    margin-left: 0;
    margin-top: 1rem;
  }
  .group-a p {
    color: #fff;
    font-size: 3vw;
    font-weight: 300;
    margin-top: 14vw;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
  .group-a img {
    width: 5vw !important;
    margin: 0 !important;
  }

  .group-b {
    width: 44vw;
    height: 44vw;
    border-radius: 50%;
    background-color: #50abb4;
    margin-right: 0;
    margin-top: 1rem;
  }
  .group-b p {
    color: #fff;
    font-size: 3vw;
    font-weight: 300;
    margin-top: 11vw;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
  .group-b img {
    width: 5vw !important;
    margin: 0 !important;
  }

  .group-c {
    width: 44vw;
    height: 44vw;
    border-radius: 50%;
    background-color: #f09b11;
    margin-right: 0;
    margin-top: 1rem;
  }
  .group-c p {
    color: #fff;
    font-size: 3vw;
    font-weight: 300;
    margin-top: 14vw;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
  .group-c img {
    width: 5vw !important;
    margin: 0 !important;
  }

  #boribon .btn-0:nth-child(1), #boribon .btn-0:nth-child(2) {
    margin-bottom: 1rem;
  }

  #other .img-main {
    margin-top: 0rem;
  }

  #ikuji, #boribon, #other {
    padding-bottom: 20vw;
    margin-bottom: -5vw;
  }
  #ikuji .p-main-title, #boribon .p-main-title, #other .p-main-title {
    margin: 4rem 0 2rem;
  }
  #ikuji .p-sub, #boribon .p-sub, #other .p-sub {
    font-size: 4.5vw;
  }
  #ikuji h2, #boribon h2, #other h2 {
    font-size: 3rem;
  }
  #ikuji h2 .small, #boribon h2 .small, #other h2 .small {
    font-size: 1.8rem !important;
  }
  #ikuji .p-main, #boribon .p-main, #other .p-main {
    font-size: 4.5vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
  }
  #ikuji .sp .text, #boribon .sp .text, #other .sp .text {
    position: absolute;
    top: 26%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 85%;
  }
  #ikuji .sp .point1, #boribon .sp .point1, #other .sp .point1 {
    width: 100%;
    position: relative;
    margin-bottom: 7vw;
  }
  #ikuji .sp .point1 .point-img, #boribon .sp .point1 .point-img, #other .sp .point1 .point-img {
    margin-left: auto;
    margin-right: auto;
  }
  #ikuji .btn-0, #ikuji .btn-1, #boribon .btn-0, #boribon .btn-1, #other .btn-0, #other .btn-1 {
    position: relative;
    width: 100%;
    margin-bottom: 6vw;
  }
  #ikuji .btn-0 p, #ikuji .btn-1 p, #boribon .btn-0 p, #boribon .btn-1 p, #other .btn-0 p, #other .btn-1 p {
    font-size: 4vw;
    padding: 2rem 5rem 2rem 2rem;
    color: #fff;
  }
  #ikuji .btn-0 p::after, #ikuji .btn-1 p::after, #boribon .btn-0 p::after, #boribon .btn-1 p::after, #other .btn-0 p::after, #other .btn-1 p::after {
    width: 2rem !important;
    position: absolute;
    top: 3.5vh;
    right: 2.5rem;
  }
  #ikuji .btn-0 .yellowbox, #ikuji .btn-1 .yellowbox, #boribon .btn-0 .yellowbox, #boribon .btn-1 .yellowbox, #other .btn-0 .yellowbox, #other .btn-1 .yellowbox {
    background-color: #e3bb66;
    border-radius: 10px;
  }
  #ikuji .btn-0 .brownbox, #ikuji .btn-1 .brownbox, #boribon .btn-0 .brownbox, #boribon .btn-1 .brownbox, #other .btn-0 .brownbox, #other .btn-1 .brownbox {
    background-color: #daa77e;
    border-radius: 10px;
  }
  #ikuji .btn-0 .brownbox-dark, #ikuji .btn-1 .brownbox-dark, #boribon .btn-0 .brownbox-dark, #boribon .btn-1 .brownbox-dark, #other .btn-0 .brownbox-dark, #other .btn-1 .brownbox-dark {
    background-color: #c8ad84;
    border-radius: 10px;
  }
  #ikuji .btn-0 .brownbox-dark p::after, #ikuji .btn-1 .brownbox-dark p::after, #boribon .btn-0 .brownbox-dark p::after, #boribon .btn-1 .brownbox-dark p::after, #other .btn-0 .brownbox-dark p::after, #other .btn-1 .brownbox-dark p::after {
    display: none;
  }
  #ikuji .btn-0 .bluebox1, #ikuji .btn-1 .bluebox1, #boribon .btn-0 .bluebox1, #boribon .btn-1 .bluebox1, #other .btn-0 .bluebox1, #other .btn-1 .bluebox1 {
    background-color: #68a8c3;
    border-radius: 10px;
  }
  #ikuji .btn-0 .bluebox2, #ikuji .btn-1 .bluebox2, #boribon .btn-0 .bluebox2, #boribon .btn-1 .bluebox2, #other .btn-0 .bluebox2, #other .btn-1 .bluebox2 {
    background-color: #7fbbc5;
    border-radius: 10px;
  }
  #ikuji .btn-0 .bluebox3, #ikuji .btn-1 .bluebox3, #boribon .btn-0 .bluebox3, #boribon .btn-1 .bluebox3, #other .btn-0 .bluebox3, #other .btn-1 .bluebox3 {
    background-color: #50abb4;
    border-radius: 10px;
  }
  #ikuji .btn-0 p::after, #boribon .btn-0 p::after, #other .btn-0 p::after {
    content: '';
    width: 2.7rem;
    height: 1.5rem;
    background: url(../img/sankaku.png) no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
  }
  #ikuji .btn-1 p, #boribon .btn-1 p, #other .btn-1 p {
    font-size: 4vw;
    padding: 2rem;
  }
  #ikuji .air, #boribon .air, #other .air {
    height: 10rem;
  }
  #ikuji .setgroup, #ikuji #setgroup1, #ikuji #setgroup2, #ikuji #setgroup3, #ikuji #setgroup4, #ikuji #setgroup5, #boribon .setgroup, #boribon #setgroup1, #boribon #setgroup2, #boribon #setgroup3, #boribon #setgroup4, #boribon #setgroup5, #other .setgroup, #other #setgroup1, #other #setgroup2, #other #setgroup3, #other #setgroup4, #other #setgroup5 {
    background-color: #fff;
    margin-bottom: 10vw;
  }
  #ikuji .setgroup .set, #ikuji #setgroup1 .set, #ikuji #setgroup2 .set, #ikuji #setgroup3 .set, #ikuji #setgroup4 .set, #ikuji #setgroup5 .set, #boribon .setgroup .set, #boribon #setgroup1 .set, #boribon #setgroup2 .set, #boribon #setgroup3 .set, #boribon #setgroup4 .set, #boribon #setgroup5 .set, #other .setgroup .set, #other #setgroup1 .set, #other #setgroup2 .set, #other #setgroup3 .set, #other #setgroup4 .set, #other #setgroup5 .set {
    margin: 0;
  }
  #ikuji .setgroup .buy-btn, #ikuji #setgroup1 .buy-btn, #ikuji #setgroup2 .buy-btn, #ikuji #setgroup3 .buy-btn, #ikuji #setgroup4 .buy-btn, #ikuji #setgroup5 .buy-btn, #boribon .setgroup .buy-btn, #boribon #setgroup1 .buy-btn, #boribon #setgroup2 .buy-btn, #boribon #setgroup3 .buy-btn, #boribon #setgroup4 .buy-btn, #boribon #setgroup5 .buy-btn, #other .setgroup .buy-btn, #other #setgroup1 .buy-btn, #other #setgroup2 .buy-btn, #other #setgroup3 .buy-btn, #other #setgroup4 .buy-btn, #other #setgroup5 .buy-btn {
    width: 100%;
    height: 15vw;
    border-radius: 1rem;
    margin-right: auto;
  }
  #ikuji .setgroup .buy-btn p, #ikuji #setgroup1 .buy-btn p, #ikuji #setgroup2 .buy-btn p, #ikuji #setgroup3 .buy-btn p, #ikuji #setgroup4 .buy-btn p, #ikuji #setgroup5 .buy-btn p, #boribon .setgroup .buy-btn p, #boribon #setgroup1 .buy-btn p, #boribon #setgroup2 .buy-btn p, #boribon #setgroup3 .buy-btn p, #boribon #setgroup4 .buy-btn p, #boribon #setgroup5 .buy-btn p, #other .setgroup .buy-btn p, #other #setgroup1 .buy-btn p, #other #setgroup2 .buy-btn p, #other #setgroup3 .buy-btn p, #other #setgroup4 .buy-btn p, #other #setgroup5 .buy-btn p {
    line-height: 15vw;
    margin: auto 0 auto 3vw;
    font-size: 4vw;
    color: #fff;
    text-align: center;
  }
  #ikuji .setgroup .buy-btn p::before, #ikuji #setgroup1 .buy-btn p::before, #ikuji #setgroup2 .buy-btn p::before, #ikuji #setgroup3 .buy-btn p::before, #ikuji #setgroup4 .buy-btn p::before, #ikuji #setgroup5 .buy-btn p::before, #boribon .setgroup .buy-btn p::before, #boribon #setgroup1 .buy-btn p::before, #boribon #setgroup2 .buy-btn p::before, #boribon #setgroup3 .buy-btn p::before, #boribon #setgroup4 .buy-btn p::before, #boribon #setgroup5 .buy-btn p::before, #other .setgroup .buy-btn p::before, #other #setgroup1 .buy-btn p::before, #other #setgroup2 .buy-btn p::before, #other #setgroup3 .buy-btn p::before, #other #setgroup4 .buy-btn p::before, #other #setgroup5 .buy-btn p::before {
    width: 2rem;
    margin: 1rem 0.5rem 0;
  }
  #ikuji .setgroup .title, #ikuji #setgroup1 .title, #ikuji #setgroup2 .title, #ikuji #setgroup3 .title, #ikuji #setgroup4 .title, #ikuji #setgroup5 .title, #boribon .setgroup .title, #boribon #setgroup1 .title, #boribon #setgroup2 .title, #boribon #setgroup3 .title, #boribon #setgroup4 .title, #boribon #setgroup5 .title, #other .setgroup .title, #other #setgroup1 .title, #other #setgroup2 .title, #other #setgroup3 .title, #other #setgroup4 .title, #other #setgroup5 .title {
    font-size: 5vw;
    font-weight: 500;
    padding: 2rem;
  }
  #ikuji .setgroup .set-content, #ikuji #setgroup1 .set-content, #ikuji #setgroup2 .set-content, #ikuji #setgroup3 .set-content, #ikuji #setgroup4 .set-content, #ikuji #setgroup5 .set-content, #boribon .setgroup .set-content, #boribon #setgroup1 .set-content, #boribon #setgroup2 .set-content, #boribon #setgroup3 .set-content, #boribon #setgroup4 .set-content, #boribon #setgroup5 .set-content, #other .setgroup .set-content, #other #setgroup1 .set-content, #other #setgroup2 .set-content, #other #setgroup3 .set-content, #other #setgroup4 .set-content, #other #setgroup5 .set-content {
    padding: 4vw;
  }
  #ikuji .setgroup .set-content .green-back, #ikuji #setgroup1 .set-content .green-back, #ikuji #setgroup2 .set-content .green-back, #ikuji #setgroup3 .set-content .green-back, #ikuji #setgroup4 .set-content .green-back, #ikuji #setgroup5 .set-content .green-back, #boribon .setgroup .set-content .green-back, #boribon #setgroup1 .set-content .green-back, #boribon #setgroup2 .set-content .green-back, #boribon #setgroup3 .set-content .green-back, #boribon #setgroup4 .set-content .green-back, #boribon #setgroup5 .set-content .green-back, #other .setgroup .set-content .green-back, #other #setgroup1 .set-content .green-back, #other #setgroup2 .set-content .green-back, #other #setgroup3 .set-content .green-back, #other #setgroup4 .set-content .green-back, #other #setgroup5 .set-content .green-back {
    margin-right: 0.5rem;
    padding: 0 1rem;
    border-radius: 50px;
    background-color: #7f9c74;
    color: #fff;
  }
  #ikuji .setgroup .set-content .blue-back, #ikuji #setgroup1 .set-content .blue-back, #ikuji #setgroup2 .set-content .blue-back, #ikuji #setgroup3 .set-content .blue-back, #ikuji #setgroup4 .set-content .blue-back, #ikuji #setgroup5 .set-content .blue-back, #boribon .setgroup .set-content .blue-back, #boribon #setgroup1 .set-content .blue-back, #boribon #setgroup2 .set-content .blue-back, #boribon #setgroup3 .set-content .blue-back, #boribon #setgroup4 .set-content .blue-back, #boribon #setgroup5 .set-content .blue-back, #other .setgroup .set-content .blue-back, #other #setgroup1 .set-content .blue-back, #other #setgroup2 .set-content .blue-back, #other #setgroup3 .set-content .blue-back, #other #setgroup4 .set-content .blue-back, #other #setgroup5 .set-content .blue-back {
    margin-right: 0.5rem;
    padding: 0 1rem;
    border-radius: 50px;
    background-color: #98c0e5;
    color: #fff;
  }
  #ikuji .setgroup .set-content .set-name, #ikuji #setgroup1 .set-content .set-name, #ikuji #setgroup2 .set-content .set-name, #ikuji #setgroup3 .set-content .set-name, #ikuji #setgroup4 .set-content .set-name, #ikuji #setgroup5 .set-content .set-name, #boribon .setgroup .set-content .set-name, #boribon #setgroup1 .set-content .set-name, #boribon #setgroup2 .set-content .set-name, #boribon #setgroup3 .set-content .set-name, #boribon #setgroup4 .set-content .set-name, #boribon #setgroup5 .set-content .set-name, #other .setgroup .set-content .set-name, #other #setgroup1 .set-content .set-name, #other #setgroup2 .set-content .set-name, #other #setgroup3 .set-content .set-name, #other #setgroup4 .set-content .set-name, #other #setgroup5 .set-content .set-name {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 3rem;
  }
  #ikuji .setgroup .set-content .price, #ikuji #setgroup1 .set-content .price, #ikuji #setgroup2 .set-content .price, #ikuji #setgroup3 .set-content .price, #ikuji #setgroup4 .set-content .price, #ikuji #setgroup5 .set-content .price, #boribon .setgroup .set-content .price, #boribon #setgroup1 .set-content .price, #boribon #setgroup2 .set-content .price, #boribon #setgroup3 .set-content .price, #boribon #setgroup4 .set-content .price, #boribon #setgroup5 .set-content .price, #other .setgroup .set-content .price, #other #setgroup1 .set-content .price, #other #setgroup2 .set-content .price, #other #setgroup3 .set-content .price, #other #setgroup4 .set-content .price, #other #setgroup5 .set-content .price {
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  #ikuji .setgroup .set-content .price span, #ikuji #setgroup1 .set-content .price span, #ikuji #setgroup2 .set-content .price span, #ikuji #setgroup3 .set-content .price span, #ikuji #setgroup4 .set-content .price span, #ikuji #setgroup5 .set-content .price span, #boribon .setgroup .set-content .price span, #boribon #setgroup1 .set-content .price span, #boribon #setgroup2 .set-content .price span, #boribon #setgroup3 .set-content .price span, #boribon #setgroup4 .set-content .price span, #boribon #setgroup5 .set-content .price span, #other .setgroup .set-content .price span, #other #setgroup1 .set-content .price span, #other #setgroup2 .set-content .price span, #other #setgroup3 .set-content .price span, #other #setgroup4 .set-content .price span, #other #setgroup5 .set-content .price span {
    font-size: 70%;
  }
  #ikuji .setgroup .set-content .naiyou, #ikuji #setgroup1 .set-content .naiyou, #ikuji #setgroup2 .set-content .naiyou, #ikuji #setgroup3 .set-content .naiyou, #ikuji #setgroup4 .set-content .naiyou, #ikuji #setgroup5 .set-content .naiyou, #boribon .setgroup .set-content .naiyou, #boribon #setgroup1 .set-content .naiyou, #boribon #setgroup2 .set-content .naiyou, #boribon #setgroup3 .set-content .naiyou, #boribon #setgroup4 .set-content .naiyou, #boribon #setgroup5 .set-content .naiyou, #other .setgroup .set-content .naiyou, #other #setgroup1 .set-content .naiyou, #other #setgroup2 .set-content .naiyou, #other #setgroup3 .set-content .naiyou, #other #setgroup4 .set-content .naiyou, #other #setgroup5 .set-content .naiyou {
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    height: 6rem;
    line-height: 6rem;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  #ikuji .setgroup .set-content .naiyou::before, #ikuji #setgroup1 .set-content .naiyou::before, #ikuji #setgroup2 .set-content .naiyou::before, #ikuji #setgroup3 .set-content .naiyou::before, #ikuji #setgroup4 .set-content .naiyou::before, #ikuji #setgroup5 .set-content .naiyou::before, #boribon .setgroup .set-content .naiyou::before, #boribon #setgroup1 .set-content .naiyou::before, #boribon #setgroup2 .set-content .naiyou::before, #boribon #setgroup3 .set-content .naiyou::before, #boribon #setgroup4 .set-content .naiyou::before, #boribon #setgroup5 .set-content .naiyou::before, #other .setgroup .set-content .naiyou::before, #other #setgroup1 .set-content .naiyou::before, #other #setgroup2 .set-content .naiyou::before, #other #setgroup3 .set-content .naiyou::before, #other #setgroup4 .set-content .naiyou::before, #other #setgroup5 .set-content .naiyou::before {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
    margin-right: .4em;
  }
  #ikuji .setgroup .set-content .naiyou::after, #ikuji #setgroup1 .set-content .naiyou::after, #ikuji #setgroup2 .set-content .naiyou::after, #ikuji #setgroup3 .set-content .naiyou::after, #ikuji #setgroup4 .set-content .naiyou::after, #ikuji #setgroup5 .set-content .naiyou::after, #boribon .setgroup .set-content .naiyou::after, #boribon #setgroup1 .set-content .naiyou::after, #boribon #setgroup2 .set-content .naiyou::after, #boribon #setgroup3 .set-content .naiyou::after, #boribon #setgroup4 .set-content .naiyou::after, #boribon #setgroup5 .set-content .naiyou::after, #other .setgroup .set-content .naiyou::after, #other #setgroup1 .set-content .naiyou::after, #other #setgroup2 .set-content .naiyou::after, #other #setgroup3 .set-content .naiyou::after, #other #setgroup4 .set-content .naiyou::after, #other #setgroup5 .set-content .naiyou::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
    margin-left: .4em;
  }
  #ikuji .setgroup .set-content .flex, #ikuji #setgroup1 .set-content .flex, #ikuji #setgroup2 .set-content .flex, #ikuji #setgroup3 .set-content .flex, #ikuji #setgroup4 .set-content .flex, #ikuji #setgroup5 .set-content .flex, #boribon .setgroup .set-content .flex, #boribon #setgroup1 .set-content .flex, #boribon #setgroup2 .set-content .flex, #boribon #setgroup3 .set-content .flex, #boribon #setgroup4 .set-content .flex, #boribon #setgroup5 .set-content .flex, #other .setgroup .set-content .flex, #other #setgroup1 .set-content .flex, #other #setgroup2 .set-content .flex, #other #setgroup3 .set-content .flex, #other #setgroup4 .set-content .flex, #other #setgroup5 .set-content .flex {
    display: flex;
  }
  #ikuji .setgroup .set-content .flex2, #ikuji #setgroup1 .set-content .flex2, #ikuji #setgroup2 .set-content .flex2, #ikuji #setgroup3 .set-content .flex2, #ikuji #setgroup4 .set-content .flex2, #ikuji #setgroup5 .set-content .flex2, #boribon .setgroup .set-content .flex2, #boribon #setgroup1 .set-content .flex2, #boribon #setgroup2 .set-content .flex2, #boribon #setgroup3 .set-content .flex2, #boribon #setgroup4 .set-content .flex2, #boribon #setgroup5 .set-content .flex2, #other .setgroup .set-content .flex2, #other #setgroup1 .set-content .flex2, #other #setgroup2 .set-content .flex2, #other #setgroup3 .set-content .flex2, #other #setgroup4 .set-content .flex2, #other #setgroup5 .set-content .flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) and (min-width: 751px) {
  .inner {
    width: 100%;
  }
}
