@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@;400;700;900&display=swap');

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
a {
  -webkit-transition: .3s color;
  transition: .3s color;
}
a:focus {
  outline: none;
}
a,
a:active {
  color: #2994ca;
}
a:hover, a:focus {
  color: #2380af;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  text-align: justify;
}
figure {
  margin: 0;
}
small {
  font-size: 0.75em;
}

/* giji body */
.cp-15th-container {
  margin: 0 auto;
  padding-bottom: 112px;
  max-width: 1200px;
  color: #231815;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}
@media (min-width:641px) {
  .cp-15th-container {
    min-width: 960px;
  }
}


/* screen reader */
.sr-only {
  position: absolute !important;
  overflow: hidden;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  background-color: transparent !important;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
/* layout */
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width:640px) {
  .pc {display: none;}
}
@media (min-width:641px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp {display: none;}
}

/* common */
.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text-center {text-align: center;}
.text-right {text-align: right;}

/* visual */
.visual {
  text-align: center;
}


/* copy */
.copy {
  margin-top: 48px;
  margin-bottom: 24px;
}
.regza_copy {
  margin-bottom: 24px;
  text-align: center;
  color: #64a080;
  font-weight: 700;
}
.lead {
  text-align: center;
  color: #a98968;
  font-weight: 700;
}
@media (min-width:414px) {
  .regza_copy {
    font-size: 20px;
  }
}
@media (max-width:640px) {
  .regza_copy {
    letter-spacing: -1px;
  }
}
@media (min-width:641px) {
  .regza_copy {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
  }
  .lead {
    font-size: 24px;
  }
}
@media (min-width:960px) {
  .regza_copy {
    font-size: 46px;
  }
  .lead {
    font-size: 32px;
  }
}


/* card */
.group {
  margin: 20px 0;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}
.group-header {
  margin: 0;
  text-align: center;
  color: #fff;
  line-height: 2.5;
}
.group-read {
  padding: 10px;
  color: #a98968;
}
.group-read img {
  margin-right: 5px;
  width: auto;
  height: 35px;
}
.group-text {
  margin-left: -2px;
  margin-right: -2px;
  padding: 10px;
  border-top-width: 1px;
  border-top-style: solid;
}
.group-text p {
  margin: 0;
}
.movie {
  position: relative;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
.movie::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.group-timeshift,
.group-timeshift .group-text {
  border-color: #beae51;
}
.group-mirukore,
.group-mirukore .group-text {
  border-color: #df8647;
}
.group-timeshift .group-header {background-color: #beae51;}
.group-mirukore .group-header {background-color: #dd8645;}

@media (max-width:414px) {
  .group-mirukore .group-read {
    letter-spacing: -1px;
  }
}
@media (max-width:640px) {
  .group-read br {
    display: none;
  }
}
@media (min-width:641px) {
  .group-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .group {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
  .group + .group {
    margin-left: auto;
  }
  .group-header {
    font-size: 33px;
    line-height: 70px;
  }
  .group-read {
    line-height: 1.5;
  }

  .group-text {
    padding: 16px;
  }
}
@media (min-width:1200px) {
  .group-read {
    font-size: 18px;
  }
  .group-read img {
    height: 70px;
  }
  .group-text::after {
    content: "";
    clear: both;
    display: block;
  }
  .group-text > p {
    float: left;
    width: calc(100% - 346px);
  }
  .movie {
    float: left;
    margin-top: 0;
    margin-left: 16px;
    margin-right: 0;
    width: 330px;
  }
}


/* btn */
.btn {
  display: block;
  border-radius: 5px;
}
.btn,
.btn:hover,
.btn:focus {
  outline: none;
  text-align: center;
  text-decoration: none;
}
.btn,
a img {
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}
.btn:hover,
.btn:focus,
a:hover img,
a:focus img {
  opacity: .7;
}
a.btn[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  background-image: url(../images/icon_newwindow-wh.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}
a.btn[target="_blank"]:hover::after,
a.btn[target="_blank"]:focus::after {
  opacity: .6;
}
@media (min-width:641px) {
  a.btn[target="_blank"]::after {
    margin-bottom: 2px;
  }
}
/* btn more */
.more {
  margin: 40px auto;
}


/* action */
.action {
    position: relative;
  margin-top: 80px;
}
.action-heading {
  margin-bottom: 40px;
  padding: 0 16px;
  height: 56px;
  background-image: url(../images/action-heading-bg-sp.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: repeat-x;
  font-size: 16px;
  line-height: 1.4;
}
.highlight_twitter {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  padding: 1px 2px;
  background-color: #2994ca;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .3s background-color, .3s color;
  transition: .3s background-color, .3s color;
}
.highlight_twitter:hover, .highlight_twitter:focus {
  background-color: #fff;
  color: #2994ca;
}
.action-guide {
  margin-bottom: 40px;
}
@media (min-width:641px) {
  .action-heading {
    padding: 0 16px 3%;
    height: 144px;
    background-image: url(../images/action-heading-bg-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 36px;
    line-height: 1;
  }
  .action-guide {
    font-size: 24px;
  }
}
@media (min-width:960px) {
  .action-guide {
    font-weight: 700;
  }
}

/* section kiyaku */
.kiyaku {
  margin-top: 40px;
  border: 1px solid #cecfce;
  font-size: 14px;
}
.kiyaku_heading {
  margin: 0;
  text-align: center;
  background-color: #13a493;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
}
.kiyaku_body {
  overflow-y: scroll;
  padding: 10px;
  height: 400px;
}
.kiyaku_body h4,
.kiyaku_body ul {
  margin: 0;
}
.kiyaku_body * + h4 {
  margin-top: 24px;
}
.kiyaku_body ul {
  margin-left: 1.25em;
  padding-left: 1em;
}
.kiyaku_body ul > li {
  list-style-type: disc !important;
}
.kiyaku_body li {
  margin-top: 4px;
  line-height: 1.6;
}
.number-maru {
  padding-left: 16px;
}
.number-maru li {
  text-indent: -1em;
  list-style-type: none;
}
@media (min-width:641px) {
  .kiyaku_heading {
    font-size: 24px;
  }
}
@media (min-width:960px) {
  .kiyaku {
    font-size: 16px;
  }
}


/* keihin */
.keihin {
  margin-top: 60px;
  margin-bottom: 80px;
  border: 1px solid #cb375a;
}
.keihin_heading {
  margin: -1px -1px 0;
  padding: 10px 16px;
  border: 1px solid #cb375a;
  border-bottom: none;
  text-align: center;
  background-color: #cb375a;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.keihin_row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.keihin_row + .keihin_row {
  border-top: 1px dashed #cb375a;
}
.keihin .col {
  padding-left: 10px;
  padding-right: 10px;
}
.keihin_row > .col + .col {
  margin-top: 40px;
}
.keihin_theme {
  margin: 0 0 40px;
  color: #189068;
  font-size: 20px;
  line-height: 1.4;
}
.keihin_theme img {
  margin-bottom: 10px;
}
.keihin .col .row {
  margin-left: -10px;
  margin-right: -10px;
}
.keihin_row .row > .col:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.keihin_row .row > .col:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.keihin_name {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.4;
}
.keihin_name:first-letter {
  margin-right: 4px;
  color: #81ab31;
  font-weight: 900;
}
.keihin_name-lg {
  font-size: 12px;
}
.keihin_name_lh {
  line-height: 1.2 !important;
}
.item_teiin {
  padding: 8px 10px;
  text-align: right;
  background-color: #81ab31;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.item_guide {
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 25px;
}
.keihin_more {
  margin: 0;
}
.keihin a[target="_blank"] {
  text-decoration: none;
}
.keihin a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_newwindow-b.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}
.keihin a[target="_blank"]:hover::after {
  opacity: .7;
}
.keihin_note {
  position: relative;
  top: 36px;
  text-align: right;
}
@media (max-width:640px) {
  .keihin .col .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .keihin_more {
    margin-bottom: 10px;
  }
  .keihin_theme img {
    height: 57px;
  }
}
@media (min-width:641px) {
  .keihin .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .keihin_row > .col {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  .keihin .col .row {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .keihin .col .row .col {
    padding-left: 0;
    padding-right: 0;
  }
  .keihin_heading {
    font-size: 30px;
    line-height: 60px;
  }
  .keihin_name {
    font-size: 22px;
    line-height: 30px;
  }
  .keihin_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .keihin_row .row > .col:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 54.5454%;
        flex-basis: 54.5454%;
  }
  .keihin_row .row > .col:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 43.3636%;
        flex-basis: 43.3636%;
    -ms-flex-negative: auto;
        flex-shrink: auto;
    margin-right: 10px;
  }
  .keihin_row > .col:nth-of-type(2) {
    margin-top: 0;
  }
}



  /* section message */
.message {
  margin: 40px auto 60px;
}
.message-em {
  color: #13a493;
}
.message-st {
  color: #cf312a;
}
@media (min-width:641px) {
  .message {
    font-size: 20px;
  }
  .message p {
    text-align: center;
  }
  .btn-anniversary-site {
    font-size: 24px;
  }
}

/* campaign end */
.overlay::after {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background-color: rgba(0, 0, 0, 0.8);
}
.end-read {
  margin-top: 53px;
  margin-bottom: -10px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 641px) {
  .end-read {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
  }
}
@media (min-width: 960px) {
  .end-read {
    font-size: min(4.5vw, 46px);
  }
}
