@charset "UTF-8";
/* CSS Document */
/*************************************************************************************************************************
* デフォルト：640px以下用の記述
*************************************************************************************************************************/
#content {
  font-family: "Hiragino Sans";
  color: #222;
}
#content > section {
  padding: 0 10px;
}
#content .bg-blue {
  background: #E6F8FF;
}
#content .wrap {
  max-width: 1000px;
  padding: 70px 0;
}
#content .secTit {
  font-weight: bold;
}
#content .secTit .sub {
  display: table;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}
#content .secTit .sub::before, #content .secTit .sub::after {
  content: "";
  display: block;
  background: url("img/coupon_tit01.svg") no-repeat center/contain;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 6px;
}
#content .secTit .sub::before {
  left: 0;
  transform: scale(-1, 1);
}
#content .secTit .sub::after {
  right: 0;
}
#content .secTit .big {
  font-size: 42px;
}
#content .btn.entry {
  background: #FF6584;
  width: 100%;
  max-width: 506px;
  height: 54px;
  padding: 0 10px;
  margin: 50px auto 0;
  position: relative;
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 54px;
  border-radius: 100px;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.25);
}
#content .btn.entry::before {
  content: "";
  display: block;
  background: url("img/btn_arrow01.svg") no-repeat center/contain;
  width: 12px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translate(0, -50%);
}
#content .blue {
  color: #008FE1;
}
#content .pink {
  color: #FF6584;
}
@media print, screen and (max-width: 980px) {
  #content .secTit .sub {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0;
  }
  #content .secTit .sub::before, #content .secTit .sub::after {
    top: 2px;
  }
  #content .secTit .big {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 640px) {
  #content .wrap {
    padding: 50px 0;
  }
  #content .btn.entry {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 980px) {
  #content .secTit {
    margin-top: -10px;
    margin-bottom: 40px;
  }
  #content .btn.entry {
    transition: background 0.8s ease-in-out 0s;
  }
  #content .btn.entry:hover {
    margin-top: 56px;
    margin-bottom: -6px;
    box-shadow: none;
  }
}

/* main
**********************************************************************/
main {
  background: url("img/main_bg01.jpg") no-repeat center top/cover;
  padding: 0 10px;
}
main .wrap {
  max-width: 644px;
  padding-bottom: 40px;
}
main .wrap .tit {
  margin: 8px 0 24px;
}
main .wrap .tit img {
  display: block;
  max-width: 380px;
  margin: 0 auto;
}
main .wrap .tit span {
  display: block;
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}
main .wrap .detail {
  display: flex;
  justify-content: center;
  gap: 60px;
}
main .wrap .detail li {
  width: calc((100% - 60px) / 2);
  position: relative;
  border-radius: 16px;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.25);
}
main .wrap .detail li::before {
  content: "";
  display: block;
  background: url("img/main_img04.png") no-repeat left top/contain;
  width: 106px;
  height: 90px;
  position: absolute;
  top: -44px;
  right: -68px;
}
main .wrap .detail li:first-child::before {
  background: url("img/main_img03.png") no-repeat left top/contain;
  right: auto;
  left: -38px;
}
main .wrap .detail li:hover {
  margin-top: 6px;
  margin-bottom: -6px;
  box-shadow: none;
}
main .day {
  background: #FFE45E;
  max-width: none;
  margin: 0 -10px;
  padding: 0 10px;
  position: relative;
  color: #008FE1;
}
main .day dl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 28px;
  font-weight: 600;
}
main .day dl dd span {
  font-family: Helvetica;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 980px) {
  main .wrap .detail {
    gap: 30px;
  }
  main .wrap .detail li {
    width: calc((100% - 30px) / 2);
  }
  main .day {
    padding: 10px;
  }
  main .day dl {
    font-size: 18px;
    text-align: center;
  }
  main .day dl dd span {
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media print, screen and (max-width: 640px) {
  main .wrap .detail {
    gap: 20px;
  }
  main .wrap .detail li {
    width: calc((100% - 20px) / 2);
  }
  main .wrap .detail li::before {
    display: none;
  }
  main .day dl dt {
    width: 100%;
  }
}

/* about
**********************************************************************/
#about {
  padding: 0 10px;
}
#about .wrap {
  display: flex;
  align-items: flex-end;
  gap: 88px;
}
#about dl {
  flex: 1;
}
#about dl dt {
  color: #008FE1;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}
#about dl dd {
  margin-top: 20px;
}
#about dl dd > span {
  display: block;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
}
#about img {
  max-width: 310px;
}
@media print, screen and (max-width: 980px) {
  #about .wrap {
    gap: 40px;
  }
  #about dl dt {
    font-size: 18px;
  }
  #about dl dd > span {
    font-size: 16px;
  }
  #about img {
    max-width: 280px;
  }
}
@media print, screen and (max-width: 640px) {
  #about .wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  #about dl {
    flex: 100%;
  }
}

/* coupon
**********************************************************************/
#coupon {
  background: url("img/coupon_bg01.jpg") no-repeat center top/cover;
  padding: 70px 10px;
}
#coupon .wrap {
  background: white;
  padding: 50px 10px;
  border-radius: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
#coupon .txt {
  margin-top: -30px;
  font-size: 15px;
  text-align: center;
}
#coupon ul {
  display: flex;
  gap: 95px;
  max-width: 760px;
  margin: 70px auto 0;
}
#coupon ul li {
  background: #F3F3F3;
  width: calc((100% - 95px) / 2);
  padding: 0 10px 24px;
  position: relative;
  text-align: center;
}
#coupon ul li::before {
  content: "";
  background: url("img/icon_tokuten01.png") no-repeat center/contain;
  width: 92px;
  height: 92px;
  position: absolute;
  top: -46px;
  left: -42px;
}
#coupon ul li:last-child::before {
  background: url("img/icon_tokuten02.png") no-repeat center/contain;
}
#coupon ul li > img {
  display: block;
  width: auto;
  height: 136px;
  margin: -26px auto 34px;
}
#coupon ul li .tit {
  font-size: 20px;
  font-weight: 700;
}
#coupon ul li p img {
  display: block;
  width: auto;
  height: 24px;
  margin: 4px auto 0;
}
#coupon ul li a {
  display: block;
  background: white;
  width: 104px;
  height: 28px;
  margin: 20px auto 0;
  position: relative;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  border-radius: 100px;
  border: #222 1px solid;
  letter-spacing: 4px;
  transition: background 0.3s ease-in-out 0s;
}
#coupon ul li a::before {
  content: "";
  background: url("img/coupon_arrow01.svg") no-repeat center/contain;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
#coupon ul li a:hover {
  background: #E6F8FF;
}
@media print, screen and (max-width: 980px) {
  #coupon .txt {
    margin-top: 0;
    font-size: 14px;
  }
  #coupon ul {
    gap: 40px;
    margin: 50px auto 0;
  }
  #coupon ul li {
    width: calc((100% - 40px) / 2);
  }
  #coupon ul li::before {
    width: 80px;
    height: 80px;
    top: -36px;
    left: -32px;
  }
  #coupon ul li > img {
    height: 100px;
    margin: -16px auto 20px;
  }
  #coupon ul li .tit {
    font-size: 18px;
  }
  #coupon ul li p img {
    height: 20px;
  }
}
@media print, screen and (max-width: 640px) {
  #coupon {
    padding: 50px 10px;
  }
  #coupon .wrap {
    padding: 40px 10px;
    border-radius: 20px;
  }
  #coupon ul {
    gap: 20px;
  }
  #coupon ul li {
    width: calc((100% - 20px) / 2);
  }
  #coupon ul li::before {
    width: 60px;
    height: 60px;
    top: -26px;
    left: -22px;
  }
  #coupon ul li > img {
    height: 80px;
  }
  #coupon ul li .tit {
    font-size: 16px;
  }
}

.bg-icon {
  position: relative;
}
.bg-icon::before {
  content: "";
  display: block;
  background: url("img/icon_tokuten01.png") no-repeat center/contain;
  width: 94px;
  height: 94px;
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translate(-50%, 0);
}
.bg-icon .wrap {
  padding-top: 100px;
}
@media print, screen and (max-width: 980px) {
  .bg-icon::before {
    width: 80px;
    height: 80px;
  }
}
@media print, screen and (max-width: 640px) {
  .bg-icon::before {
    width: 60px;
    height: 60px;
  }
}

/* server
**********************************************************************/
#server .wrap {
  padding-top: 110px;
}
#server .scroll {
  margin-top: -40px;
}
#server .priceBox {
  min-width: 900px;
  margin-left: -2.4%;
  font-family: "Noto Sans JP";
}
#server .priceBox > li {
  width: 30.8%;
  margin-left: 2.4%;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
#server .priceBox > li .popular {
  background: #FFFC00;
  color: #008FE1;
  right: 0;
}
#server .priceBox > li > div {
  min-height: 150px;
  padding-bottom: 14px;
}
#server .priceBox > li > div > span {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1;
}
#server .priceBox > li > div p {
  position: relative;
}
#server .priceBox > li > div p > .red {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}
#server .priceBox > li > div p .update {
  margin-top: -4px;
  color: #5C5C5C;
  font-weight: normal;
}
#server .priceBox > li .detail {
  padding: 0;
  margin: 8px -20px 0;
  font-size: 14px;
  font-weight: bold;
  border: none;
  letter-spacing: 0;
  line-height: 1.4;
}
#server .priceBox > li .list {
  position: relative;
  text-align: left;
}
#server .priceBox > li .list li {
  position: relative;
  text-align: left;
}
#server .priceBox > li .list span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}
#server .priceBox > li .btn {
  width: 220px;
  margin: 30px auto 0;
  color: white;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
#server .scrollTxt span {
  background: #E6F8FF;
}
#server .attention {
  display: block;
}
#server .open {
  display: none;
}
#server .openPlan {
  background: white;
  width: 100%;
  height: 50px;
  margin: 30px auto 0;
  padding: 0;
  color: #008fe1;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  border: #008fe1 1px solid;
  box-shadow: none;
}
#server .openPlan span {
  position: relative;
}
#server .openPlan img {
  display: block;
  width: 15px;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translate(0, -50%);
}
#server .oemTxt {
  margin-top: 20px;
  text-align: center;
}
#server .oemTxt a {
  color: #222 !important;
}
@media print, screen and (max-width: 980px) {
  #server .wrap {
    padding-top: 70px;
  }
  #server .attention {
    font-size: 12px;
  }
}
@media print, screen and (max-width: 640px) {
  #server .wrap {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 980px) {
  #server .priceBox {
    min-width: 1000px;
  }
  #server .priceBox > li > div {
    min-height: 156px;
  }
  #server .priceBox > li .detail {
    font-size: 16px;
  }
  #server .priceBox > li .btn {
    font-size: 16px;
  }
  #server .openPlan {
    font-size: 18px;
    transition: background 0.3s ease-in-out 0s;
  }
  #server .openPlan:hover {
    background: #F5FBFF;
  }
}

/* amazon
**********************************************************************/
#amazon {
  background: #FFEEF2;
}
#amazon::before {
  background: url("img/icon_tokuten02.png") no-repeat center/contain;
}
#amazon .wrap {
  max-width: 860px;
  padding-top: 110px;
}
#amazon ul {
  display: flex;
  gap: 20px;
  margin-top: 100px;
  margin-bottom: -10px;
}
#amazon ul li {
  width: calc((100% - 40px) / 3);
  padding: 0 20px;
}
#amazon ul li:nth-child(1) {
  order: 2;
  margin-top: -56px;
  padding: 0;
}
#amazon ul li:nth-child(1) p {
  margin-top: -8px;
}
#amazon ul li:nth-child(2) {
  order: 1;
}
#amazon ul li:nth-child(3) {
  order: 3;
}
#amazon ul li p {
  margin: 12px 0 -2px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}
#amazon ul li p span {
  font-size: 33px;
  line-height: 1;
}
#amazon ul li .num {
  display: block;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
#amazon ul li .num span {
  font-size: 25px;
}
@media print, screen and (max-width: 980px) {
  #amazon .wrap {
    padding-top: 70px;
  }
  #amazon ul {
    gap: 10px;
    margin-top: 80px;
  }
  #amazon ul li {
    width: calc((100% - 20px) / 3);
  }
  #amazon ul li p {
    font-size: 14px;
  }
  #amazon ul li p span {
    font-size: 23px;
  }
  #amazon ul li .num {
    font-size: 16px;
  }
  #amazon ul li .num span {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 640px) {
  #amazon .wrap {
    padding-top: 50px;
  }
  #amazon ul {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #amazon ul li {
    width: calc((100% - 10px) / 2);
    padding: 0;
  }
  #amazon ul li:nth-child(1) {
    order: 1;
    width: 100%;
    margin-top: 0;
  }
  #amazon ul li:nth-child(2) {
    order: 2;
  }
  #amazon ul li p {
    padding-left: 20px;
  }
}

/* flow
**********************************************************************/
#flow .wrap {
  max-width: 860px;
  padding-bottom: 90px;
}
#flow ul {
  display: flex;
  gap: 124px;
}
#flow ul li {
  width: calc((100% - 248px) / 3);
}
#flow ul li:not(:last-child) {
  position: relative;
}
#flow ul li:not(:last-child)::before {
  content: "";
  display: block;
  background: url("img/flow_arrow01.svg") no-repeat center/contain;
  width: 18px;
  height: 36px;
  position: absolute;
  top: 184px;
  right: -74px;
}
#flow ul li:first-child img {
  padding-left: 20px;
}
#flow ul li img {
  display: block;
  width: auto;
  max-height: 150px;
  margin: 0 auto;
}
#flow ul li .tit {
  background: #FFE45E;
  height: 45px;
  margin: 30px 0 28px;
  padding-left: 14px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  border-radius: 100px;
}
#flow ul li .tit span {
  width: 37px;
  height: 37px;
  background: white;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 19px;
  line-height: 37px;
  text-align: center;
  border-radius: 100px;
}
#flow ul li p {
  font-size: 16px;
  display: table;
  margin: 0 auto;
}
#flow ul li p .attention {
  display: block;
  font-size: 12px;
}
@media print, screen and (max-width: 980px) {
  #flow .wrap {
    padding-bottom: 60px;
  }
  #flow ul {
    gap: 80px;
  }
  #flow ul li {
    width: calc((100% - 160px) / 3);
  }
  #flow ul li:not(:last-child)::before {
    width: 14px;
    height: 28px;
    top: 156px;
    right: -50px;
  }
  #flow ul li img {
    max-height: 130px;
  }
  #flow ul li .tit {
    height: 40px;
    margin: 20px 0 18px;
    font-size: 20px;
    line-height: 40px;
  }
  #flow ul li .tit span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  #flow ul li p {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 640px) {
  #flow ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  #flow ul li {
    width: 100%;
  }
  #flow ul li:not(:last-child)::before {
    display: none;
  }
  #flow ul li .tit {
    height: 36px;
    margin: 14px 0 10px;
    font-size: 16px;
    line-height: 36px;
  }
  #flow ul li .tit span {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }
}

/* note
**********************************************************************/
#note {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
#note .wrap {
  background: white;
  padding: 50px 20px;
}
#note .table01 {
  max-width: 820px;
  min-width: auto;
  margin: 0 auto;
  border: none;
}
#note .table01 tr {
  background: none;
}
#note .table01 tr:first-of-type th,
#note .table01 tr:first-of-type td {
  border-top: none;
}
#note .table01 th,
#note .table01 td {
  padding: 24px 20px;
  border-left: none;
  border-top-color: #008FE1;
}
#note .table01 th {
  background: none;
  width: 22%;
  padding-left: 0;
  font-weight: 600;
}
#note .table01 td a {
  text-decoration: underline;
}
#note .table01 td a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 980px) {
  #note {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #note .wrap {
    padding: 30px 10px;
  }
  #note .table01 th,
  #note .table01 td {
    padding: 20px 10px 20px 20px;
  }
  #note .table01 th {
    width: 28%;
    padding-left: 10px;
    padding-right: 0;
  }
}/*# sourceMappingURL=this.css.map */