#trial {
  font-family: "Noto Sans JP", sans-serif;
}

html[data-browse-mode="P"] #trial {
  font-size: 15px;
  line-height: 1.8;
}
html[data-browse-mode="P"] #trial .sp {
  display: none;
}
html[data-browse-mode="P"] #trial h1 {
  text-align: center;
  padding: 45px 0;
  background: repeating-linear-gradient(-45deg, #DBF5C9, #DBF5C9 20px, #FFF 20px, #FFF 40px);
  margin: 0;
  line-height: 0;
}
html[data-browse-mode="P"] #trial h1 img {
  width: 1000px;
}
html[data-browse-mode="P"] #trial .coupon {
  padding: 60px 0 100px;
}
html[data-browse-mode="P"] #trial .inner {
  width: 1080px;
  margin: 0 auto;
}
html[data-browse-mode="P"] #trial .coupon .inner {
  padding: 60px 180px 70px;
  box-shadow: 3px 3px 24px rgba(0, 0, 0, .1);
}
html[data-browse-mode="P"] #trial .coupon .title {
  text-align: center;
  margin: 0 0 20px;
}
html[data-browse-mode="P"] #trial .coupon .title .head {
  position: relative;
  width: 230px;
  margin: 0 auto 8px;
  padding: 7px 0;
  background: #63C360;
  border-radius: 6px;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 2px;
}
html[data-browse-mode="P"] #trial .coupon .title .head:after {
  content: '';
  position: absolute;
  left: calc(50% - 6px);
  bottom: -10px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #63C360 transparent transparent transparent;
}
html[data-browse-mode="P"] #trial .coupon .title .head span {
  font-size: 14px;
}
html[data-browse-mode="P"] #trial .coupon h2 {
  color: #153A13;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 4px;
}
html[data-browse-mode="P"] #trial .coupon h2 span {
  font-size: 35px;
}
html[data-browse-mode="P"] #trial .coupon .img {
  text-align: center;
  line-height: 0;
  margin: 0 0 30px;
}
html[data-browse-mode="P"] #trial .coupon .img img {
  width: 276px;
}
html[data-browse-mode="P"] #trial .coupon .message {
  color: #000;
  font-size: 16px;
  text-align: center;
  letter-spacing: .5px;
  margin: 0 0 10px;
}
html[data-browse-mode="P"] #trial .coupon .info {
  margin: 0 0 35px;
}
html[data-browse-mode="P"] #trial .coupon .info dl {
  padding: 40px 0 20px;
  border-bottom: 1px solid #C2BAA1;
}
html[data-browse-mode="P"] #trial .coupon .info dt {
  margin: 0 0 10px;
}
html[data-browse-mode="P"] #trial .coupon .info h3 {
  color: #153A13;
  font-size: 21px;
  font-weight: 500;
  border-left: 8px solid #63C360;
  padding: 0 0 0 10px;
}
html[data-browse-mode="P"] #trial .coupon .info dd {
  padding: 0 0 0 20px;
}
html[data-browse-mode="P"] #trial .coupon .info .link {
  font-size: 12px;
}
html[data-browse-mode="P"] #trial .coupon .info .link a {
  color: #153A13;
  text-decoration: underline;
}
html[data-browse-mode="P"] #trial .coupon .info .link a:hover {
  text-decoration: none;
}
html[data-browse-mode="P"] #trial .coupon .caution {
  color: #444;
  font-size: 14px;
  line-height: 2;
}
html[data-browse-mode="P"] #trial .reservation {
  padding: 0 0 130px;
}
html[data-browse-mode="P"] #trial .reservation .inner {
  padding: 60px 200px 90px;
  text-align: center;
  background: #F5FFEE;
}
html[data-browse-mode="P"] #trial .reservation .title {
  margin: 0 0 35px;
}
html[data-browse-mode="P"] #trial .title:has(.en) h2 {
  color: #153A13;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
}
html[data-browse-mode="P"] #trial .title .en {
  color: #153A13;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}
html[data-browse-mode="P"] #trial .reservation .login {
  margin: 0 0 30px;
}
html[data-browse-mode="P"] #trial .reservation a {
  position: relative;
  display: block;
  width: 310px;
  margin: 0 auto;
  padding: 19px 0;
  border-radius: 5px;
  color: #FFF;
  font-size: 17px;
  letter-spacing: 2px;
  background: #63C360;
  transition: .3s ease;
}
html[data-browse-mode="P"] #trial .reservation a:after {
  content: '';
  position: absolute;
  top: 31px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  rotate: -45deg;
  transform: skew(-3deg, -3deg);
}
html[data-browse-mode="P"] #trial .reservation a:hover {
  opacity: .8;
  text-decoration: none;
}
html[data-browse-mode="P"] #trial .reservation a.btn-login {
  background: #DE4E4E;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0;
}
html[data-browse-mode="P"] #trial .reservation .login p {
  color: #153A13;
  font-size: 14px;
  margin: 10px 0 0;
}
html[data-browse-mode="P"] #trial .reservation .btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
}
html[data-browse-mode="P"] #trial .service {
  padding: 0 0 120px;
}
html[data-browse-mode="P"] #trial .service .title {
  text-align: center;
  margin: 0 0 60px;
}
html[data-browse-mode="P"] #trial .service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
html[data-browse-mode="P"] #trial .service-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 480px;
  border: 2px solid #C8C5BD;
  border-radius: 10px;
  padding: 50px 50px 30px;
}
html[data-browse-mode="P"] #trial .service-item h3 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  padding: 0 30px;
  color: #153A13;
  font-size: 24px;
  letter-spacing: 3px;
  white-space: nowrap;
}
html[data-browse-mode="P"] #trial .service-item .img {
  line-height: 0;
  margin: 0 0 18px;
}
html[data-browse-mode="P"] #trial .service-item .text {
  line-height: 1.6;
  margin: 0 0 15px;
}
html[data-browse-mode="P"] #trial .service-item .recommend {
  font-size: 14px;
  padding: 20px 24px;
  background: #F7FFF2;
  margin-top: auto;
}
html[data-browse-mode="P"] #trial .service-item .recommend .headline {
  display: inline-block;
  font-weight: 500;
  background: linear-gradient(transparent 70%, #FFF494 30%);
  margin: 0 0 5px;
}
html[data-browse-mode="P"] #trial .process {
  padding: 0 0 120px;
}
html[data-browse-mode="P"] #trial .process .inner {
  text-align: center;
  padding: 50px 100px;
  background: #FFFBDB;
}
html[data-browse-mode="P"] #trial .process .title {
  border-bottom: 1px solid #756840;
  padding: 0 0 22px;
  margin: 0 0 25px;
}
html[data-browse-mode="P"] #trial .process .title h2 {
  color: #756840;
}
html[data-browse-mode="P"] #trial .process .title .en {
  color: #B9AF54;
}
html[data-browse-mode="P"] #trial .process .step-list {
  position: relative;
  width: 480px;
  margin: 0 auto;
}
html[data-browse-mode="P"] #trial .process .step {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}
html[data-browse-mode="P"] #trial .process .step:last-child {
  margin: 0;
}
html[data-browse-mode="P"] #trial .process .step .num {
  width: 68px;
  height: 68px;
  background: #FFF492;
  border-radius: 50%;
  color: #B8A716;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 1px;
  padding: 14px 0 0 1px;
}
html[data-browse-mode="P"] #trial .process .step .num span {
  font-size: 28px;
}
html[data-browse-mode="P"] #trial .process .step p {
  font-size: 17px;
  letter-spacing: 1px;
}
html[data-browse-mode="P"] #trial .process .comment {
  position: absolute;
  top: 65px;
  right: -270px;
  width: 330px;
  background: #FFF;
  padding: 30px;
  z-index: 1;
}
html[data-browse-mode="P"] #trial .process .comment:before {
  content: '';
  position: absolute;
  top: 25px;
  left: -40px;
  border-style: solid;
  border-width: 20px 100px 20px 0;
  border-color: transparent #FFF transparent transparent;
  transform: skew(-60deg, 40deg);
  z-index: -1;
}
html[data-browse-mode="P"] #trial .process .comment p {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 15px;
}
html[data-browse-mode="P"] #trial .process .comment .img {
  line-height: 0;
}
html[data-browse-mode="P"] #trial #special-contents {
  width: 648px;
  margin: auto;
}
html[data-browse-mode="P"] #trial #special-contents .tit {
  text-align: center;
  padding: 10px 25px;
  font-size: 17px;
  letter-spacing: 1.4px;
  border-bottom: 5px solid #27A2B3;
  margin: auto;
  margin-bottom: 40px;
  width: fit-content;
}
html[data-browse-mode="P"] #trial #special-contents .contents_box {
  display: inline-flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
html[data-browse-mode="P"] #trial #special-contents .box_right,
html[data-browse-mode="P"] #trial #special-contents .box_left {
  width: 48%;
  display: block;
  position: relative;
}
html[data-browse-mode="P"] #trial #special-contents .contents_box img {
  width: 311px;
}
html[data-browse-mode="P"] #trial #special-contents .box_right img:first-of-type {
  margin: 0 0 5px;
}
html[data-browse-mode="P"] #trial #special-contents .contents_box .txt p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
html[data-browse-mode="P"] #trial #special-contents .btn a {
  width: 280px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background: #231F20;
  display: block;
  text-align: center;
  font-size: 14px;
  float: left;
  border-radius: 3px;
  margin-bottom: 5px;
}
html[data-browse-mode="P"] #trial #special-contents .btn a:hover {
  opacity: .8;
}

html[data-browse-mode="S"] #trial .pc {
  display: none;
}
html[data-browse-mode="S"] #trial h1 {
  text-align: center;
  padding: 30px 15px 110px;
  background: repeating-linear-gradient(-45deg, #DBF5C9, #DBF5C9 10px, #FFF 10px, #FFF 20px);
  margin: 0;
  line-height: 0;
}
html[data-browse-mode="S"] #trial .coupon {
  background: #FFF;
  padding: 20px 10px 30px;
  margin: -80px 12px 30px;
  box-shadow: 3px 3px 24px rgba(0, 0, 0, .1);
}
html[data-browse-mode="S"] #trial .coupon .title {
  text-align: center;
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #trial .coupon .title .head {
  position: relative;
  width: 160px;
  margin: 0 auto 8px;
  padding: 4px 0;
  background: #63C360;
  border-radius: 6px;
  color: #FFF;
  font-size: 13px;
  letter-spacing: 1.5px;
}
html[data-browse-mode="S"] #trial .coupon .title .head:after {
  content: '';
  position: absolute;
  left: calc(50% - 4px);
  bottom: -7px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #63C360 transparent transparent transparent;
}
html[data-browse-mode="S"] #trial .coupon .title .head span {
  font-size: 11px;
}
html[data-browse-mode="S"] #trial .coupon .title h2 {
  color: #153A13;
  font-size: 25px;
  letter-spacing: 1px;
}
html[data-browse-mode="S"] #trial .coupon .title h2 span {
  font-size: 20px;
}
html[data-browse-mode="S"] #trial .coupon .img {
  text-align: center;
  margin: 0 0 18px;
}
html[data-browse-mode="S"] #trial .coupon .img img {
  width: 61.445%;
}
html[data-browse-mode="S"] #trial .coupon .message {
  text-align: center;
  margin: 0 0 5px;
}
html[data-browse-mode="S"] #trial .coupon .info {
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #trial .coupon .info dl {
  padding: 15px 0 10px;
  margin: 0 0 0 13px;
  border-bottom: 1px solid #C2BAA1;
}
html[data-browse-mode="S"] #trial .coupon .info dt {
  margin: 0 0 5px -13px;
}
html[data-browse-mode="S"] #trial .coupon .info h3 {
  color: #153A13;
  font-size: 16px;
  border-left: 5px solid #63C360;
  padding: 1px 0 1px 8px;
}
html[data-browse-mode="S"] #trial .coupon .info dd {
  word-break: break-all;
}
html[data-browse-mode="S"] #trial .coupon .info .link {
  display: flex;
}
html[data-browse-mode="S"] #trial .coupon .info .link a {
  flex: 1;
  color: #153A13;
  font-size: 12px;
  text-decoration: underline;
}
html[data-browse-mode="S"] #trial .coupon .caution {
  padding: 0 0 0 13px;
}
html[data-browse-mode="S"] #trial .coupon .caution li {
  font-size: 13px;
  text-indent: -13px;
  padding: 0 0 0 13px;
  margin: 2px 0 0;
}
html[data-browse-mode="S"] #trial .reservation {
  background: #F5FFEE;
  padding: 30px 30px 40px;
  margin: 0 12px 50px;
  text-align: center;
}
html[data-browse-mode="S"] #trial .reservation .title {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] #trial .title:has(.en) h2 {
  color: #153A13;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
html[data-browse-mode="S"] #trial .title .en {
  color: #153A13;
  font-size: 12px;
  letter-spacing: 1px;
}
html[data-browse-mode="S"] #trial .reservation .login {
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #trial .reservation a {
  position: relative;
  display: block;
  padding: 17px 8% 18px 0;
  border-radius: 5px;
  color: #FFF;
  font-size: 17px;
  letter-spacing: 1px;
  background: #63C360;
}
html[data-browse-mode="S"] #trial .reservation a:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  rotate: -45deg;
  transform: skew(-3deg, -3deg);
}
html[data-browse-mode="S"] #trial .reservation a.btn-login {
  width: 78%;
  background: #DE4E4E;
  padding: 14px 0;
  margin: 0 auto;
  font-weight: bold;
}
html[data-browse-mode="S"] #trial .reservation a.btn-login:after {
  top: 22px;
}
html[data-browse-mode="S"] #trial .reservation .login p {
  color: #153A13;
  font-size: 12px;
  margin: 10px 0 0;
}
html[data-browse-mode="S"] #trial .reservation .btn-area li:not(:last-child) {
  margin: 0 0 12px;
}
html[data-browse-mode="S"] #trial .service {
  margin: 0 12px 50px;
}
html[data-browse-mode="S"] #trial .service .title {
  text-align: center;
  margin: 0 0 35px;
}
html[data-browse-mode="S"] #trial .service .service-item {
  position: relative;
  border: 2px solid #C8C5BD;
  border-radius: 10px;
  margin: 0 0 45px;
  padding: 28px 15px 20px;
}
html[data-browse-mode="S"] #trial .service .service-item:last-child {
  margin: 0;
}
html[data-browse-mode="S"] #trial .service-item h3 {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  padding: 0 30px;
  color: #153A13;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  white-space: nowrap;
}
html[data-browse-mode="S"] #trial .service .service-item .img {
  margin: 0 0 12px;
}
html[data-browse-mode="S"] #trial .service .service-item .text {
  font-size: 15px;
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #trial .service-item .recommend {
  padding: 15px 24px 18px;
  background: #F7FFF2;
}
html[data-browse-mode="S"] #trial .service-item .recommend .headline {
  display: inline-block;
  font-weight: 500;
  background: linear-gradient(transparent 70%, #FFF494 30%);
  margin: 0 0 5px;
}
html[data-browse-mode="S"] #trial .service-item .recommend li {
  text-indent: -14px;
  padding: 0 0 0 14px;
}
html[data-browse-mode="S"] #trial .process {
  background: #FFFBDB;
  padding: 22px 10px;
  margin: 0 12px 50px;
}
html[data-browse-mode="S"] #trial .process .title {
  padding: 0 0 15px;
  margin: 0 0 20px;
  text-align: center;
  border-bottom: 2px solid #756840;
}
html[data-browse-mode="S"] #trial .process .title h2 {
  color: #766840;
}
html[data-browse-mode="S"] #trial .process .title .en {
  color: #B9AF54;
}
html[data-browse-mode="S"] #trial .process .step-list ol {
  list-style: none;
  margin: 0 0 16px;
}
html[data-browse-mode="S"] #trial .process .step {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #trial .process .step:last-child {
  margin: 0;
}
html[data-browse-mode="S"] #trial .process .step .num {
  width: 46px;
  height: 46px;
  background: #FFF492;
  border-radius: 50%;
  color: #B8A716;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: .5px;
  padding: 8px 0 0 1px;
}
html[data-browse-mode="S"] #trial .process .step .num span {
  font-size: 20px;
}
html[data-browse-mode="S"] #trial .process .step p {
  flex: 1;
  letter-spacing: 1px;
}
html[data-browse-mode="S"] #trial .process .comment {
  padding: 16px 20px;
  background: #FFF;
}
html[data-browse-mode="S"] #trial .process .comment p {
  font-size: 13px;
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #trial #special-contents {
  margin: 0 12px 50px;
}
html[data-browse-mode="S"] #trial #special-contents .tit {
  text-align: center;
  padding: 10px 25px;
  font-size: 17px;
  letter-spacing: 1.4px;
  border-bottom: 5px solid #27A2B3;
  margin: auto;
  margin-bottom: 40px;
  width: fit-content;
}
html[data-browse-mode="S"] #trial #special-contents .contents_box {
  padding-bottom: 40px;
}
html[data-browse-mode="S"] #trial #special-contents .contents_box .box_right img:first-of-type {
  margin: 0 0 5px;
}
html[data-browse-mode="S"] #trial #special-contents .contents_box .txt {
  margin: 10px auto 30px;
}
html[data-browse-mode="S"] #trial #special-contents .contents_box .btn {
  display: block;
  padding: 0;
}
html[data-browse-mode="S"] #trial #special-contents .contents_box .btn a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background: #231F20;
  display: block;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 5px;
}
html[data-browse-mode="S"] #trial #special-contents .contents_box .btn a span {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.4px;
}