@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
dl, dt, dd, ol, ul, li,
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;
  font-style: normal;
  vertical-align: baseline;
  line-break: strict; }

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

img {
  vertical-align: top; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.both {
  clear: both; }

h1,
h2,
h3,
h4,
p,
a,
span {
  white-space: normal;
  word-break: break-word; }

/* フォームのスタイル解除
------------------------------------------------------ */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none; }
  input:hover,
  button:hover,
  textarea:hover,
  select:hover {
    cursor: pointer; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
@use 'colors';
@use "mixin";
@use 'media';
@use 'font';
html {
  scroll-behavior: smooth; }

html,
body {
  margin: 0;
  font-weight: 400;
  /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: 'Shippori Mincho', serif; }
  html a,
  html button,
  html .children,
  body a,
  body button,
  body .children {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400;
  /* regular */
  color: #000;
  position: relative;
  position: relative; }

ul,
li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-a-r {
  text-align: right; }

#intro {
  padding-top: 40px;
  padding-top: calc(40 / 375 * 100vw);
  padding-bottom: 80px;
  padding-bottom: calc(80 / 375 * 100vw); }

.intro-lead {
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 40px;
  line-height: calc(40 / 375 * 100vw);
  margin-bottom: 26px;
  margin-bottom: calc(26 / 375 * 100vw); }
  .intro-lead .green {
    font-weight: 600;
    /* semibold */
    color: #5DA804; }

.intro-body {
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 37.5px;
  line-height: calc(37.5 / 375 * 100vw);
  width: auto;
  margin-left: auto;
  margin-right: auto; }

/* ----------------------------------------------------------

BA6RULE

---------------------------------------------------------- */
#rule {
  background: #F8F8F8;
  padding-top: 35px;
  padding-top: calc(35 / 375 * 100vw);
  padding-bottom: 60px;
  padding-bottom: calc(60 / 375 * 100vw); }

.rule-ttl {
  color: #5DA804;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: calc(30 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 15px;
  padding-bottom: calc(15 / 375 * 100vw);
  margin-bottom: 30px;
  margin-bottom: calc(30 / 375 * 100vw);
  background-image: url(../../images/rule/rule-ttl.png);
  background-repeat: no-repeat;
  background-position: center bottom; }
  .rule-ttl .num {
    font-size: 48px;
    font-size: calc(48 / 375 * 100vw); }

.rule-list__item:not(:last-of-type) {
  margin-bottom: 55px;
  margin-bottom: calc(55 / 375 * 100vw); }

.rule-list__item .img {
  width: 315px;
  width: calc(315 / 375 * 100vw);
  height: 210px;
  height: calc(210 / 375 * 100vw);
  margin-bottom: 21px;
  margin-bottom: calc(21 / 375 * 100vw);
  margin-right: 0px;
  margin-right: calc(0 / 375 * 100vw); }
  .rule-list__item .img img {
    width: 315px;
    width: calc(315 / 375 * 100vw);
    height: 210px;
    height: calc(210 / 375 * 100vw); }

.rule-list__item .content {
  position: relative;
  width: 315px;
  width: calc(315 / 375 * 100vw); }

.rule-list__item .num {
  font-family: 'Roboto', sans-serif;
  font-size: 150px;
  font-size: calc(150 / 375 * 100vw);
  font-weight: 700;
  /* bold */
  letter-spacing: 0.05em;
  color: #5DA804;
  pointer-events: none;
  opacity: 0.08;
  position: absolute;
  top: -41px;
  top: calc(-41 / 375 * 100vw);
  right: -38px;
  right: calc(-38 / 375 * 100vw); }

.rule-list__item .label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  color: #5DA804;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-bottom: calc(20 / 375 * 100vw);
  display: block; }
  .rule-list__item .label:after {
    content: "";
    width: 80px;
    width: calc(80 / 375 * 100vw);
    height: 11px;
    height: calc(11 / 375 * 100vw);
    margin-left: 12px;
    margin-left: calc(12 / 375 * 100vw);
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat; }
  .rule-list__item .label.label-1:after {
    background-image: url(../../images/rule/rule-1-mark-1.png); }
  .rule-list__item .label.label-2:after {
    background-image: url(../../images/rule/rule-2-mark-1.png); }
  .rule-list__item .label.label-3:after {
    background-image: url(../../images/rule/rule-3-mark-1.png); }
  .rule-list__item .label.label-4:after {
    background-image: url(../../images/rule/rule-4-mark-1.png); }
  .rule-list__item .label.label-5:after {
    background-image: url(../../images/rule/rule-5-mark-1.png); }
  .rule-list__item .label.label-6:after {
    background-image: url(../../images/rule/rule-6-mark-1.png); }

.rule-list__item .ttl {
  font-size: 20px;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  font-weight: 400;
  /* regular */
  margin-bottom: 10px;
  margin-bottom: calc(10 / 375 * 100vw); }
  .rule-list__item .ttl .green {
    font-weight: 600;
    /* semibold */
    color: #5DA804; }

.rule-list__item .desc {
  font-size: 15px;
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 37.5px;
  line-height: calc(37.5 / 375 * 100vw); }

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
  .l-subpage-kv .img {
    background-image: url(../../images/rule/kv-1__md.jpg); }
    #intro {
      padding-top: 120px;
      padding-top: calc(120 / 1366 * 100vw); }
    #intro {
      padding-bottom: 150px;
      padding-bottom: calc(150 / 1366 * 100vw); }
    .intro-lead {
      font-size: 25px;
      font-size: calc(25 / 1366 * 100vw); }
    .intro-lead {
      line-height: 60px;
      line-height: calc(60 / 1366 * 100vw); }
    .intro-lead {
      margin-bottom: 50px;
      margin-bottom: calc(50 / 1366 * 100vw); }
    .intro-lead {
      text-align: center; }
    .intro-body {
      font-size: 18px;
      font-size: calc(18 / 1366 * 100vw); }
    .intro-body {
      line-height: 36px;
      line-height: calc(36 / 1366 * 100vw); }
    .intro-body {
      width: 866px;
      width: calc(866 / 1366 * 100vw); }
    #rule {
      padding-top: 120px;
      padding-top: calc(120 / 1366 * 100vw); }
    #rule {
      padding-bottom: 150px;
      padding-bottom: calc(150 / 1366 * 100vw); }
    .rule-ttl {
      font-size: 50px;
      font-size: calc(50 / 1366 * 100vw); }
    .rule-ttl {
      padding-bottom: 33px;
      padding-bottom: calc(33 / 1366 * 100vw); }
    .rule-ttl {
      margin-bottom: 127px;
      margin-bottom: calc(127 / 1366 * 100vw); }
    .rule-ttl {
      background-size: 164px auto; }
      .rule-ttl .num {
        font-size: 80px;
        font-size: calc(80 / 1366 * 100vw); }
    .rule-list__item:not(:last-of-type) {
      margin-bottom: 130px;
      margin-bottom: calc(130 / 1366 * 100vw); }
  .rule-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .rule-list__item .img {
      width: 450px;
      width: calc(450 / 1366 * 100vw); }
    .rule-list__item .img {
      height: 300px;
      height: calc(300 / 1366 * 100vw); }
    .rule-list__item .img {
      margin-bottom: 0px;
      margin-bottom: calc(0 / 1366 * 100vw); }
    .rule-list__item .img {
      margin-right: 50px;
      margin-right: calc(50 / 1366 * 100vw); }
      .rule-list__item .img img {
        width: 450px;
        width: calc(450 / 1366 * 100vw); }
      .rule-list__item .img img {
        height: 300px;
        height: calc(300 / 1366 * 100vw); }
    .rule-list__item .content {
      width: 466px;
      width: calc(466 / 1366 * 100vw); }
    .rule-list__item .num {
      font-size: 150px;
      font-size: calc(150 / 1366 * 100vw); }
    .rule-list__item .num {
      top: -80px;
      top: calc(-80 / 1366 * 100vw); }
    .rule-list__item .num {
      right: -58px;
      right: calc(-58 / 1366 * 100vw); }
    .rule-list__item .label {
      font-size: 20px;
      font-size: calc(20 / 1366 * 100vw); }
    .rule-list__item .label {
      margin-bottom: 30px;
      margin-bottom: calc(30 / 1366 * 100vw); }
      .rule-list__item .label:after {
        width: 80px;
        width: calc(80 / 1366 * 100vw); }
      .rule-list__item .label:after {
        height: 11px;
        height: calc(11 / 1366 * 100vw); }
      .rule-list__item .label:after {
        margin-left: 12px;
        margin-left: calc(12 / 1366 * 100vw); }
    .rule-list__item .ttl {
      font-size: 25px;
      font-size: calc(25 / 1366 * 100vw); }
    .rule-list__item .ttl {
      margin-bottom: 10px;
      margin-bottom: calc(10 / 1366 * 100vw); }
    .rule-list__item .ttl {
      white-space: nowrap; }
      .rule-list__item .ttl .green {
        white-space: nowrap; }
    .rule-list__item .desc {
      font-size: 15px;
      font-size: calc(15 / 1366 * 100vw); }
    .rule-list__item .desc {
      line-height: 37.5px;
      line-height: calc(37.5 / 1366 * 100vw); } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
  .l-subpage-kv .img {
    background-image: url(../../images/rule/kv-1__sm.jpg); }
    .rule-ttl {
      background-size: 82px auto; } }

@media screen and (min-width: 1200px) {
    #intro {
      padding-top: 120px; }
    #intro {
      padding-bottom: 150px; }
    .intro-lead {
      font-size: 25px; }
    .intro-lead {
      line-height: 60px; }
    .intro-lead {
      margin-bottom: 50px; }
    .intro-body {
      font-size: 18px; }
    .intro-body {
      line-height: 36px; }
    .intro-body {
      width: 866px; }
    #rule {
      padding-top: 120px; }
    #rule {
      padding-bottom: 150px; }
    .rule-ttl {
      font-size: 50px; }
    .rule-ttl {
      padding-bottom: 33px; }
    .rule-ttl {
      margin-bottom: 127px; }
      .rule-ttl .num {
        font-size: 80px; }
    .rule-list__item:not(:last-of-type) {
      margin-bottom: 130px; }
    .rule-list__item .img {
      width: 450px; }
    .rule-list__item .img {
      height: 300px; }
    .rule-list__item .img {
      margin-bottom: 0px; }
    .rule-list__item .img {
      margin-right: 50px; }
      .rule-list__item .img img {
        width: 450px; }
      .rule-list__item .img img {
        height: 300px; }
    .rule-list__item .content {
      width: 466px; }
    .rule-list__item .num {
      font-size: 150px; }
    .rule-list__item .num {
      top: -80px; }
    .rule-list__item .num {
      right: -58px; }
    .rule-list__item .label {
      font-size: 20px; }
    .rule-list__item .label {
      margin-bottom: 30px; }
      .rule-list__item .label:after {
        width: 80px; }
      .rule-list__item .label:after {
        height: 11px; }
      .rule-list__item .label:after {
        margin-left: 12px; }
    .rule-list__item .ttl {
      font-size: 25px; }
    .rule-list__item .ttl {
      margin-bottom: 10px; }
    .rule-list__item .desc {
      font-size: 15px; }
    .rule-list__item .desc {
      line-height: 37.5px; } }
