@charset "UTF-8";
/* -----------------------------------------------------------------
## Base
----------------------------------------------------------------- */
body {
  font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium,
    游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,
    メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;
  font-weight: 400;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body,
button,
input,
select,
ul,
p,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

p {
  line-height: 180%;
}

ul {
  list-style: none;
}

a,
a:visited,
input[type="submit"] {
  color: #333;
  vertical-align: baseline;
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  text-decoration: none;
}

@media screen and (min-width: 979px) {
  a:hover,
  a:active,
  input[type="submit"]:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
  }
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/*-------- common --------*/
.container {
  position: relative;
  overflow: hidden;
}

section {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  display: block;
  padding: 16px calc(20 / 375 * 100vw) 56px;
}

@media screen and (min-width: 480px) {
  section {
    padding-bottom: calc(80 / 835 * 100vw);
  }
}

@media screen and (min-width: 835px) {
  section {
    padding: 32px 32px 80px;
    margin: 0 auto;
  }
}

.layout__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.layout__col2_item {
  -ms-flex-preferred-size: calc(140 / 375 * 100vw);
  flex-basis: calc(140 / 375 * 100vw);
}

.layout__col2 .layout-l {
  margin-right: calc(12 / 375 * 100vw);
}

@media screen and (min-width: 835px) {
  .layout__col2 {
    min-height: 0%;
  }
  .layout__col2 .layout-l {
    margin-right: 0;
  }
}

@media screen and (min-width: 480px) {
  .sm-block {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .md-hidden {
    display: none;
  }
}

.lg-hidden {
  display: none;
}

@media screen and (min-width: 835px) {
  .lg-hidden {
    display: block;
  }
}

/*-------- title --------*/
.hdg-level2 {
  margin: 16px 0;
  padding-top: 24px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

.hdg-level2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  content: "";
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/icon_hdg_01.svg)
    no-repeat top;
}

.hdg-level2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 35px;
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/icon_hdg_02.svg)
    no-repeat top;
}

.hdg-level2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hdg-level2__image {
  min-height: 0%;
}

@media screen and (min-width: 480px) {
  .hdg-level2 {
    margin: 16px auto;
    width: 90%;
  }
  .hdg-level2__wrap {
    max-width: 720px;
    margin: 0 auto;
  }
  .hdg-level2__textline1 {
    height: 1.8rem;
  }
  .hdg-level2__textline2 {
    height: 4.6rem;
  }
  .hdg-level2__image {
    margin-top: calc(32 / 835 * 100vw);
  }
  .hdg-level2__illust {
    width: 480px;
  }
}

@media screen and (min-width: 1000px) {
  .hdg-level2 {
    width: 500px;
    margin: 48px 24px 0;
  }
  .hdg-level2__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    max-width: 960px;
  }
  .hdg-level2__textline1 {
    height: 2.25rem;
  }
  .hdg-level2__textline2 {
    height: 5.625rem;
  }
}

.hdg-level2.c-white::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  content: "";
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/icon_hdg_03.svg)
    no-repeat top;
}

.hdg-level2.c-white::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 35px;
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/icon_hdg_04.svg)
    no-repeat top;
}

.hdg-level3 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .hdg-level3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.link {
  padding-left: 16px;
  position: relative;
  display: inline;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.link::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 7px;
  height: 14px;
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/icon_link_01.svg)
    no-repeat top;
}

.link-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/*-------- header --------*/
.header {
  position: relative;
}

.header__inner {
  margin-top: 64px;
  z-index: 10;
}

.header__logowrap {
  text-align: center;
}

.header__messagewrap {
  text-align: center;
  margin-top: calc(16 / 375 * 100vw);
}

.header__message {
  width: 228px;
}

.header__text {
  margin-top: calc(40 / 375 * 100vw);
  padding: 0 8vw 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
  line-height: 225%;
  font-size: 16px;
  font-size: 1rem;
}

.header__text p + p {
  margin-top: 16px;
}

@media screen and (min-width: 480px) {
  .header__logo {
    width: 50%;
  }
  .header__message {
    width: 40%;
  }
}

@media screen and (min-width: 835px) {
  .header__logo {
    width: 440px;
  }
  .header__message {
    width: 338px;
  }
  .header__messagewrap {
    margin-top: 24px;
  }
  .header__text {
    margin: 64px auto 0;
    max-width: 720px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#confetti {
  position: absolute;
  top: 0;
  z-index: 0;
}

/*-------- data --------*/
.data {
  background-color: #fff0aa;
  z-index: 20;
  position: relative;
}

.data-box__item,
.data-box__item02,
.data-box__item03 {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: calc(12 / 375 * 100vw);
  padding-top: calc(4 / 375 * 100vw);
  padding-left: calc(12 / 375 * 100vw);
  padding-bottom: calc(12 / 375 * 100vw);
  padding-right: calc(12 / 375 * 100vw);
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.data-box__text {
  text-align: left;
}

.data-box__data {
  margin-top: calc(8 / 375 * 100vw);
  max-height: calc(20 / 375 * 100vw);
}

.data-box__note {
  text-align: right;
  color: #aaa;
  line-height: 100%;
}

@media screen and (min-width: 480px) {
  .data-box__item,
  .data-box__item02 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 835px) {
  .data-box {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .data-box__wrap {
    width: calc(468 / 960 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .data-box__item,
  .data-box__item02,
  .data-box__item03 {
    margin-top: 24px;
    padding: 8px 16px 16px;
    min-height: 0%;
  }
  .data-box__item03 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .data-box__data {
    max-height: 28px;
  }
  .data-box .layout-l {
    margin-right: 24px;
  }
}

.layout__col1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 6px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (min-width: 979px) {
  .layout__col1-2:hover,
  .layout__col1-2:focus {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
  }
}

.layout__col1-2 .layout-r {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.layout__col1-2 .layout-l {
  margin-right: calc(12 / 375 * 100vw);
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

@media screen and (min-width: 480px) {
  .layout__col1-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout__col1-2 .layout-r {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

@media screen and (min-width: 835px) {
  .layout__col1-2 .layout-l {
    margin-right: 24px;
  }
}

.layout__col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 6px;
}

.layout__col3_item {
  margin-right: 4.39%;
  -ms-flex-preferred-size: calc(88 / 375 * 100vw);
  flex-basis: calc(88 / 375 * 100vw);
}

.layout__col3_item:last-child {
  margin-right: 0;
  -ms-flex-preferred-size: calc(120 / 375 * 100vw);
  flex-basis: calc(120 / 375 * 100vw);
}

@media screen and (min-width: 835px) {
  .layout__col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .layout__col3_item {
    margin-right: 4.39%;
    -ms-flex-preferred-size: calc(120 / 436 * 100%);
    flex-basis: calc(120 / 436 * 100%);
  }
  .layout__col3_item:last-child {
    margin-right: 0;
    -ms-flex-preferred-size: calc(162 / 436 * 100%);
    flex-basis: calc(162 / 436 * 100%);
  }
}

/*-------- special --------*/
.special {
  background-color: #ffda33;
}

.special__text {
  line-height: 200%;
  margin: 16px 0;
}

@media screen and (min-width: 480px) {
  .special__text {
    max-width: 720px;
    margin: 24px auto 0;
  }
}

.special-box__main {
  width: 100%;
}

.special-box__item,
.special-box__item02 {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: calc(12 / 375 * 100vw);
  padding-bottom: calc(16 / 375 * 100vw);
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

.special-box__inner,
.special-box__item02 {
  padding-top: calc(12 / 375 * 100vw);
  padding-left: calc(16 / 375 * 100vw);
  padding-right: calc(16 / 375 * 100vw);
}

.special-box__link {
  display: block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (min-width: 979px) {
  .special-box__link:hover,
  .special-box__link:focus {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    opacity: 0.7;
  }
}

.special-box__sub_hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.special-box__sub_hdg .special-box__hdg {
  text-align: left;
}

.special-box__main-thumb {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.special-box__hdg {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  -ms-flex-negative: 70;
  flex-shrink: 70;
  max-width: 100%;
}

.special-box__text {
  margin-top: calc(4 / 375 * 100vw);
  margin-bottom: calc(8 / 375 * 100vw);
  text-align: left;
  max-width: 100%;
}

.special-box__image {
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  margin-right: 16px;
  max-width: 100%;
}

.special-box .layout-r {
  background-color: #fff2b5;
}

.special-box__item::after,
.special-box__item02::after {
  position: absolute;
  bottom: 4px;
  right: 4px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/bg_link_01.svg)
    no-repeat bottom;
}

@media screen and (min-width: 480px) {
  .special-box__item,
  .special-box__item02 {
    font-size: 16px;
    font-size: 1rem;
  }
  .special-box__hdg {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .special-box__image {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

@media screen and (min-width: 835px) {
  .special-box {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .special-box .special-box__sub {
    width: calc(300 / 472 * 100%);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .special-box__main {
    margin-right: 24px;
  }
  .special-box__inner,
  .special-box__item02 {
    padding: 24px;
  }
  .special-box__inner {
    padding-top: 32px;
  }
  .special-box__item,
  .special-box__item02 {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .special-box__image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

/*-------- message --------*/
.message {
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/bg_message_01.jpg)
    repeat;
}

.message-list {
  margin-top: calc(12 / 375 * 100vw);
  font-size: 13px;
  font-size: 0.8125rem;
}

.message-list__item {
  border-top: 2px solid #d5d5d5;
  border-radius: 3% 45% 6% 40% / 1% 2% 2% 4%;
  padding-top: calc(16 / 375 * 100vw);
  padding-bottom: calc(16 / 375 * 100vw);
}

@media screen and (min-width: 835px) {
  .message-list {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 835px) {
  .message-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .message-list__item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: calc(456 / 960 * 100%);
  }
}

.message-name {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8 / 375 * 100vw);
}

.message-name__des {
  padding-left: 16px;
}

.message-name__image {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 835px) {
  .message-name {
    margin-bottom: 16px;
  }
}

/*-------- sns --------*/
.sns {
  background-color: #fdd000;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 48px;
  position: relative;
}

.sns::before {
  position: absolute;
  top: -18px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/bg_sns_02.png)
    repeat-x top;
  z-index: 10;
}

.sns::after {
  position: absolute;
  top: -34px;
  right: 4px;
  content: "";
  width: 48px;
  height: 24px;
  background: url(https://d36atwftrcmaqv.cloudfront.net/assets/images/10th/bg_sns_01.png)
    no-repeat top;
  background-size: 48px 24px;
}

@media screen and (min-width: 835px) {
  .sns::after {
    top: -48px;
    right: 2%;
    width: 72px;
    height: 36px;
    background-size: 72px 36px;
  }
}

.logo-box {
  margin: 28px;
}

@media screen and (min-width: 835px) {
  .logo-box {
    margin: 40px;
  }
  .logo-box__item {
    height: 2.4rem;
  }
}

.list-sns {
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-sns__item {
  padding-right: 16px;
}

.list-sns__item:last-child {
  padding-right: 0;
}

@media screen and (min-width: 979px) {
  .list-sns__item:hover {
    opacity: 0.8;
  }
}

.list-sns__icon {
  width: 32px;
}

@media screen and (min-width: 835px) {
  .list-sns__item {
    padding-right: 24px;
  }
  .list-sns__icon {
    width: 50px;
  }
}

/*-------- footer --------*/
.footer {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 24px calc(20 / 375 * 100vw);
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-top: 32px;
  text-align: center;
}

@media screen and (min-width: 835px) {
  .footer {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link__item {
  width: 47%;
  padding-top: 8px;
}

@media screen and (min-width: 480px) {
  .footer-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-link__item {
    width: auto;
    padding-top: 8px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 835px) {
  .footer-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
