@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
header .logo {
  max-width: 310px;
}
header .right-btns {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px;
  }
  header .logo {
    max-width: 180px;
  }
  header .right-btns {
    width: 50% !important;
  }
}

#visual {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #visual {
    padding: 60px 0 0;
  }
}

#group-buying {
  width: 90%;
  max-width: 1080px;
  margin: 70px auto 100px;
}
@media screen and (max-width: 768px) {
  #group-buying {
    margin: 50px auto;
  }
}
#group-buying > h2 {
  color: #004EA2;
  line-height: 1.3;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#group-buying > h2 span:first-of-type {
  font-size: 16px;
  font-weight: 600;
  background-color: #004EA2;
  color: #fff;
  padding: 4px 12px;
}
#group-buying > h2 span:nth-of-type(2) {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #group-buying > h2 span:first-of-type {
    font-size: 18px;
  }
  #group-buying > h2 span:nth-of-type(2) {
    font-size: 18px;
  }
}
#group-buying > h2 span:last-of-type {
  font-size: 60px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  #group-buying > h2 span:last-of-type {
    font-size: 38px;
  }
}
#group-buying .green-box {
  position: relative;
  background-color: #004EA2;
  color: white;
  padding: 30px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 2;
  margin: 40px 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #group-buying .green-box {
    text-align: left;
    font-size: 14px;
  }
}
#group-buying .green-box .strong{
  font-size: 32px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #group-buying .green-box .strong{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
#group-buying .green-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #004EA2;
}
@media screen and (max-width: 768px) {
  #group-buying .green-box {
    margin: 40px 0;
    padding: 25px;
    font-size: 16px;
  }
}
#group-buying .ex {
  margin: 150px 0 0;
}
@media screen and (max-width: 768px) {
  #group-buying .ex {
    margin: 120px 0 0;
  }
}
#group-buying .ex > h2 {
  position: relative;
  color: #004EA2;
  font-size: 42px;
  text-align: center;
  font-weight: 600;
}
#group-buying .ex > h2::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: #004EA2;
}
@media screen and (max-width: 768px) {
  #group-buying .ex > h2 {
    font-size: 28px;
  }
}
#group-buying .ex .flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: baseline;
  width: 100%;
  min-width: 700px;
  margin: 50px auto 0;
  align-items: stretch;
  gap: 40px;
}
#group-buying .ex .flex section {
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 35px;
}


#group-buying .ex .flex section h3 {
  font-size: 24px;
  color: #004EA2;
  font-weight: 600;
  margin-top: 24px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

#group-buying .ex .flex section h3 span {
  font-size: 48px;
  color: #004EA2;
  font-weight: 600;
  display: block;
  margin-top: 12px;
}

#group-buying .ex .flex section h3 span sup {
  font-size: 16px;
  vertical-align: top;
}


#group-buying .ex .flex section p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}

#group-buying .ex .note {
  font-size: 12px;
  line-height: 2;
  text-align: left;
  margin-top: 20px;
}

#group-buying .ex .note a {
  color: #004EA2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #group-buying .ex .flex {
    min-width: inherit;
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  #group-buying .ex .flex section {
    margin: 20px 0;
    padding: 30px;
    width: 100%;
  }
  #group-buying .ex .flex section h3 {
    font-size: 16px;
  }
  #group-buying .ex .flex section p {
    font-size: 14px;
  }
}
#group-buying .ex .good,
#group-buying .ex .bad {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
  margin: 30px 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #group-buying .ex .good,
  #group-buying .ex .bad {
    margin: 20px 0;
    display: block;
    padding: 20px 20px 35px;
  }
}
#group-buying .ex .good .disp,
#group-buying .ex .bad .disp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  text-align: center;
  margin-right: 20px;
}
#group-buying .ex .good .disp span:first-child,
#group-buying .ex .bad .disp span:first-child {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 90px;
  font-size: 100px;
  text-align: center;
}
#group-buying .ex .good .disp span:last-child,
#group-buying .ex .bad .disp span:last-child {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #group-buying .ex .good .disp,
  #group-buying .ex .bad .disp {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
  }
  #group-buying .ex .good .disp span:first-child,
  #group-buying .ex .bad .disp span:first-child {
    margin: 0 auto;
  }
  #group-buying .ex .good .disp span:last-child,
  #group-buying .ex .bad .disp span:last-child {
    margin: 10px 0 0;
  }
}
#group-buying .ex .good .content,
#group-buying .ex .bad .content {
  flex-grow: 1;
}
#group-buying .ex .good .content ul,
#group-buying .ex .bad .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
#group-buying .ex .good .content li,
#group-buying .ex .bad .content li {
  margin: 8px 0;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
#group-buying .ex .good .content li::before,
#group-buying .ex .bad .content li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
}
@media screen and (max-width: 768px) {
  #group-buying .ex .good .content li,
  #group-buying .ex .bad .content li {
    margin: 12px 0 0;
    font-size: 15px;
  }
}
#group-buying .ex .good {
  background-color: #ff0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #group-buying .ex .good {
    margin-top: 30px;
  }
}
#group-buying .ex .good .disp span:first-child {
  color: #004EA2;
}
#group-buying .ex .good .disp span:last-child {
  color: #004EA2;
}
#group-buying .ex .bad {
  background-color: #ccc;
}
#group-buying .ex .bad .disp span:first-child {
  color: #fff;
}
#group-buying .ex .bad .disp span:last-child {
  color: #fff;
}
#group-buying .item-bn {
  margin: 100px 20px;
}
#group-buying .item-bn a {
  transition: transform 0.3s;
  display: block;
}
#group-buying .item-bn a:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #group-buying .item-bn {
    margin: 80px 0;
  }
}
#group-buying .price-table {
  background: #fff;
  margin: 0 20px;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  #group-buying .price-table {
    margin: 0;
    padding: 40px 25px;
  }
}
#group-buying .price-table > h2 {
  font-size: 43px;
  font-weight: 600;
  color: #FF9900;
  border-bottom: 3px solid #FF9900;
  display: inline-block;
  padding-bottom: 10px;
}
#group-buying .price-table > p {
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0 0;
}
#group-buying .price-table > p > span {
  background: linear-gradient(transparent 70%, #FFE600 70%);
}
@media screen and (max-width: 768px) {
  #group-buying .price-table h2 {
    font-size: 22px;
  }
  #group-buying .price-table > p {
    font-size: 14px;
    text-align: left;
    margin-bottom: -30px;
  }
}
#group-buying .price-table .group {
  margin: 40px 0 0;
}
#group-buying .price-table .group > h3 {
  color: #fff;
  padding: 10px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  background: #FF9900 url("../images/2408/logo-dmm-w.png") no-repeat 15px center/120px;
  padding-left: 150px;
}
@media screen and (max-width: 768px) {
  #group-buying .price-table .group {
    margin: 60px 0 0;
  }
  #group-buying .price-table .group > h3 {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 90px;
    background: #FF9900 url("../images/2408/logo-dmm-w.png") no-repeat 15px center/60px;
  }
}
#group-buying .price-table .group .flex {
  margin: 30px 0 0;
  text-align: left;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #group-buying .price-table .group .flex {
    gap: 0;
    display: block;
  }
}
#group-buying .price-table .group .flex .content {
  width: 40%;
  padding-left: 15px;
}
#group-buying .price-table .group .flex .content h4 {
  font-size: 18px;
  color: #004EA2;
  font-weight: bold;
  border-bottom: 2px solid #004EA2;
  padding-bottom: 7px;
  display: inline-block;
  margin: 30px 0 0;
}
#group-buying .price-table .group .flex .content h4:first-of-type {
  margin: 0;
}
#group-buying .price-table .group .flex .content p {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
#group-buying .price-table .group .flex .content p.caution {
  margin: 10px 0 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #group-buying .price-table .group .flex .content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #group-buying .price-table .group .flex .content h4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  #group-buying .price-table .group .flex .content p {
    text-align: left;
    font-size: 14px;
  }
  #group-buying .price-table .group .flex .content p.caution {
    font-size: 12px;
  }
}
#group-buying .price-table .group .flex .table {
  width: 55%;
}
#group-buying .price-table .group .flex .table table {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#group-buying .price-table .group .flex .table table th, #group-buying .price-table .group .flex .table table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  padding: 6px;
}
#group-buying .price-table .group .flex .table table th {
  background: #E5E6E6;
}
#group-buying .price-table .group .flex .table dl {
  border: 4px solid #FFAA00;
  padding: 30px 0 45px;
  text-align: center;
}
#group-buying .price-table .group .flex .table dl dt img {
  max-width: 310px;
  width: 80%;
}
#group-buying .price-table .group .flex .table dl dd {
  margin: 30px 0 0;
  display: block;
}
#group-buying .price-table .group .flex .table dl dd a {
  background: #EA5400;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  padding: 6px 70px 9px 80px;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: background 0.3s;
}
#group-buying .price-table .group .flex .table dl dd a::before, #group-buying .price-table .group .flex .table dl dd a::after {
  content: "";
  display: block;
  position: absolute;
}
#group-buying .price-table .group .flex .table dl dd a::before {
  background: url("../images/icon-arrow1.svg") no-repeat 0 0;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 45px;
}
#group-buying .price-table .group .flex .table dl dd a:hover {
  background: #b74200;
}
@media screen and (max-width: 768px) {
  #group-buying .price-table .group .flex .table {
    width: 100%;
    margin: 30px 0 0;
  }
  #group-buying .price-table .group .flex .table table th, #group-buying .price-table .group .flex .table table td {
    font-size: 15px;
  }
  #group-buying .price-table .group .flex .table dl {
    padding: 25px 0 40px;
  }
  #group-buying .price-table .group .flex .table dl dd a {
    font-size: 17px;
    font-weight: 700;
    padding: 5px 20px 8px 45px;
  }
  #group-buying .price-table .group .flex .table dl dd a::before {
    width: 20px;
    height: 20px;
    top: 9px;
    left: 10px;
  }
}
#group-buying .price-table .sankou {
  display: inline-block;
  margin: 50px auto 0;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.4;
}
#group-buying .price-table > .caution {
  margin: 50px 0 0;
  padding: 45px 30px 20px;
  border: 3px solid #FFAA00;
}
#group-buying .price-table > .caution h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #FFAA00;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #group-buying .price-table > .caution {
    padding: 30px 20px 0;
  }
  #group-buying .price-table > .caution h3 {
    font-size: 18px;
  }
}
#group-buying .price-table > .caution ul {
  width: 470px;
  margin: 40px auto 0;
}
#group-buying .price-table > .caution ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 18px;
}
#group-buying .price-table > .caution ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
}
#group-buying .price-table > .caution ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #group-buying .price-table > .caution ul {
    width: 100%;
    margin: 25px auto 0;
  }
  #group-buying .price-table > .caution ul li {
    font-size: 13px;
  }
}

#concept {
  background-color: #fff;
}

#concept > h2 {
  color: #004EA2;
  line-height: 1.3;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#concept > h2 span:first-of-type {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-top: 16px;
}
#concept > h2 span:last-of-type {
  font-size: 60px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  #concept > h2 span:last-of-type {
    font-size: 38px;
  }
}

#profile .wrap figure {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #profile .wrap figure {
    width: 240px;
  }
}/*# sourceMappingURL=index3.css.map */

