@charset "utf-8";

@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";

/* =================================================
 * reset
 * ================================================*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  outline: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0px;
  empty-cells: show;
}

/* =================================================
 * common
 * ================================================*/

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::selection {
  background: #5995DA none repeat scroll 0 0;
  color: #FFFFFF;
}

*::-moz-selection {
  background: #5995DA none repeat scroll 0 0;
  color: #FFFFFF;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.scrollIn {
  opacity: 0;
}

.zoomIn {
  opacity: 0;
  transform: scale(0);
}

.fadeIn {
  animation: fadeIn 0.8s 0.3s ease forwards;
}

.fadeInUp {
  animation: fadeInUp 0.5s ease forwards;
}

.scaleInUp {
	animation: scaleInUp 0.5s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
	
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
	
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes scaleInUp {
  from {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* =================================================
 * all display
 * ================================================*/

header {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 40px;
}

header .logo {
  width: 140px;
}

#mainvisual {
  background-color: #DEEAF8;
  padding: 30px 40px;
}

#mainvisual .inner {
  max-width: 1074px;
  margin: 0 auto;
  position: relative;
}

#mainvisual .package {
  width: 36.12%;
  position: absolute;
  top: 8.3%;
  right: 7.9%;
  animation-delay: 0.5s;
}

h1 {
  opacity: 0;
}

#period {
  background: url("../img/bg_period.png") top center repeat;
  background-size: 20px;
  padding: 80px 0;
}

#period .inner {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}

h2 {
  max-width: 316px;
  margin: 0 auto;
}

.date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 15px;
}

.date img {
  width: 12.76%;
}

.date ul {
  width: 85%;
}

.date li {
  background-color: #FFFFFF;
  border: 2px solid #5995DA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  font-size: 165%;
  line-height: 1.4;
  border-radius: 100px;
  margin: 20px 0;
  letter-spacing: 0.05em;
}

.date li p {
  color: #4083D2;
  text-align: center;
}

.date li span {
  font-size: 75%;
}

.date li img {
  max-width: 58px;
  padding: 2% 2.5% 2% 0;
  margin-right: 2.5%;
  border-right: 2px solid #5995DA;
}

.apply {
  text-align: center;
  letter-spacing: 0.05em;
}

.txt_apply {
  font-size: 165%;
  font-weight: bold;
  color: #5994D9;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, #FFF100 60%);
  display: inline-block;
}

.apply .btn a {
  display: block;
  max-width: 420px;
  margin: 22px auto 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 215%;
  background: url("../img/bg_btn.png") right 8% center no-repeat #5995DA;
  background-size: 30px;
  border-radius: 10px;
  letter-spacing: 0.1em;
  padding: 0.4em 0 0.45em;
  transition: all 0.3s;
}

.apply .btn a:hover {
  background-color: #1F57BA;
}

#present {
  background-color: #FFFDDD;
  padding: 110px 0 90px;
}

#present .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
}

#present h2 {
  transform: translateY(-58%);
}

#present .product {
  padding: 20px 6.8% 60px;
  display: flex;
  align-items: center;
}

#present .product .text {
  width: 62.5%;
  margin-right: 5%;
}

#present .product h3 {
  border-bottom: 2px solid #333333;
  font-size: 232%;
  line-height: 1;
  padding-bottom: 0.6em;
}

#present .product span {
  font-size: 65%;
}

#present .product span.gram {
  font-size: 100%;
  font-family: Verdana,sans-serif;
}

#present .product li {
  display: flex;
  align-items: center;
  margin-top: 1em;
}

#present .product li:first-child {
  margin-top: 1.5em;
}

#present .product li img {
  width: 11.11%;
  min-width: 60px;
  margin-right: 1em;
}

#present .product li p {
  width: 87%;
  line-height: 1.6;
}

#present .product .image {
  width: 25.46%;
  position: relative;
}

#present .product .image .badge {
  width: 68.18%;
  position: absolute;
  top: -13%;
  right: -42%;
}

#terms {
  padding: 110px 0 90px;
}

#terms .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
  border: 2px solid #CCCCCC;
  padding-bottom: 50px;
}

#terms h2 {
  transform: translateY(-58%);
}

#terms .scroll {
  width: 89.2%;
  margin: 0 auto;
  padding-right: 2em;
  box-sizing: border-box;
  height: 26em;
  overflow-y: auto;
}

#terms h3 {
  font-weight: bold;
  margin-top: 1.5em;
}

#terms li {
  text-indent: -1em;
  padding-left: 1em;
}

#contact {
  background-color: #F7F7F8;
  padding: 80px 0;
}

#contact .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#contact h3 {
  font-size: 190%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 1.2em 0 0.8em;
}

#contact p {
  font-size: 115%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#sns {
  max-width: 260px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}

#sns li {
  width: 23.07%;
}

#sns li a {
  transition: all 0.3s;
}

#sns li a:hover {
  opacity: 0.7;
}

footer {
  padding: 0 40px 40px;
}

footer .logo {
  width: 140px;
  margin-left: auto;
}

.copyright {
  text-align: right;
  font-size: 90%;
  letter-spacing: 0.05em;
  margin-top: 1em;
}

.spOnly {
  display: none;
}

/* =================================================
 * smartphone
 * ================================================*/

@media (max-width: 767px) {

.pcOnly {
  display: none;
}

.spOnly {
  display: inherit;
}

body {
  font-size: 3.5vw;
}

header {
  padding: 14px 16px;
}

header .logo {
  width: 110px;
}

#mainvisual {
  padding: 6vw 4.53%;
}

#mainvisual .inner {
  max-width: 676px;
}

#mainvisual .package {
  width: 57.98%;
  top: 31.6%;
  right: 11.5%;
}

#period {
  background: url("../img/bg_period.png") top center repeat;
  background-size: 5%;
  padding: 10vw 0;
}

#period .inner {
  width: 90%;
}

h2 {
  width: 70.14%;
}

.date {
  margin: 2% 0 0;
}

.date img {
  width: 12.76%;
}

.date ul {
  width: 100%;
}

.date li {
  border: 1px solid #5995DA;
  padding: 1em 7%;
  font-size: 120%;
  line-height: 1.4;
  margin: 5% 0 0;
  letter-spacing: -0.05em;
}

.date li img {
  width: 14%;
  padding: 2% 0;
  margin-right: 0;
  border-right: none;
}

.date li p {
  word-break: keep-all;
}

.txt_apply {
  font-size: 140%;
}

.apply .btn a {
  width: 80%;
  max-width: 600px;
  margin: 4% auto 3%;
  font-size: 160%;
  background: url("../img/bg_btn.png") right 7% center no-repeat #5995DA;
  background-size: 7.5%;
  border-radius: 8px;
}

.apply .attention {
  font-size: 88%;
}

#present {
  padding: 17vw 0 10vw;
}

#present .inner {
  width: 90%;
  margin: 0 auto;
  border-radius: 16px;
}

#present .product {
  padding: 1% 5.97% 9%;
  flex-wrap: wrap-reverse;
}

#present .product .text {
  width: 100%;
  margin-right: 0;
}

#present .product h3 {
  font-size: 145%;
  padding-bottom: 0.8em;
  text-align: center;
}

#present .product li {
  justify-content: space-between;
  margin-top: 1.5em;
}

#present .product li:first-child {
  margin-top: 1.8em;
}

#present .product li img {
  width: 21%;
  min-width: auto;
  margin-right: 0;
}

#present .product li p {
  width: 76%;
  line-height: 1.4;
  font-size: 95%;
}

#present .product .image {
  width: 44.57%;
  margin: 0 auto 4%;
}

#present .product .image .badge {
  width: 76.04%;
  top: -2%;
  right: -62%;
}

#terms {
  padding: 17vw 0 12vw;
}

#terms .inner {
  width: 90%;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #CCCCCC;
  padding-bottom: 8%;
}

#terms .scroll {
  width: 96%;
  padding: 0 1em;
  height: 15em;
  font-size: 95%;
  line-height: 1.4;
}

#contact {
  padding: 11vw 0;
}

#contact .inner {
  width: 90%;
}

#contact h3 {
  font-size: 140%;
}

#contact p {
  font-size: 95%;
}

#sns {
  width: 43.46%;
  margin: 11vw auto 12vw;
}

#sns li {
  width: 24.53%;
}

footer {
  padding: 0 16px 20px;
}

footer .logo {
  width: 110px;
}

.copyright {
  font-size: 10px;
  line-height: 1.2;
}

}
