@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
/* サイトの基本のカラー */
/* メニュー別にカラーが決まってる場合 */
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/*共通の処理*/
@media screen and (min-width: 599px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .tb-sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .tb-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
    color: inherit;
  }
}
/*左右中央*/
/*上下中央*/
/*align-items: flex-start;*/
/*縦並び*/
/*flex-direction: column-reverse;*/
/*左寄せ*/
/*右寄せ*/
/* justify-content: space-between; */
/* justify-content: space-around; */
/* justify-content: center; */
/* align-self: flex-end; */
/* align-self: center; */
/* =========================================================
  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.com/yui/license.html
  version: 2.9.0

  reset.css
========================================================= */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

/* =========================================================
  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.com/yui/license.html
  version: 2.9.0

  fonts.css
  ---------------------------------
  font-size:1	for setting 10px
========================================================= */
html {
  background: #ffffff;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.6 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
  color: #333;
}

select,
input,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* HTML5 reset */
del,
ins,
var,
article,
aside,
canvas,
details,
span,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: transparent;*/
  margin: 0;
  padding: 0;
}

article,
aside,
details,
dialog,
figure,
footer,
header,
hgroup,
legend,
nav,
section,
menu {
  display: block;
  zoom: 1;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

/* Reset */
body {
  -webkit-text-size-adjust: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

a {
  color: #003764;
  text-decoration: underline;
  cursor: pointer;
  _cursor: hand;
  outline: none;
}

a:hover {
  color: #003764;
  text-decoration: none;
}

embed,
object {
  display: block;
  outline: none;
}

object,
a:focus {
  -moz-outline-style: none;
}

hr {
  display: none;
}

div {
  position: relative;
  zoom: 1;
}

dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*----------------------------------------------
	*
---------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*マージン*/
.mlr-05 {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.mlr-03 {
  margin-right: -0.3em;
  margin-left: -0.3em;
}

.mlr-01 {
  margin-right: -0.1em;
  margin-left: -0.1em;
}

.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 30px !important;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1200px;
    -webkit-print-color-adjust: exact;
  }
  .fl-bnr {
    position: relative !important;
  }
  .pagetop {
    position: relative !important;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
#wysiwyg {
  /*デフォルトの処理*/
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
#wysiwyg a {
  color: #e95f25;
  text-decoration: underline;
}
#wysiwyg a:hover {
  color: #e95f25;
  text-decoration: none;
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg .box {
  margin-bottom: 30px;
}
#wysiwyg .box:before, #wysiwyg .box:after {
  content: "";
  display: table;
}
#wysiwyg .box:after {
  clear: both;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 15px;
  }
}
#wysiwyg .title-line {
  margin-bottom: -15px;
  padding: 0 0 15px 15px;
  font-size: 20px;
  line-height: 1.2em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line {
    margin-bottom: -5px;
    padding: 0 0 10px 15px;
    font-size: 16px;
  }
}
#wysiwyg .title-line::before {
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: calc(100% - 15px);
  background-color: #e95f25;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line::before {
    height: calc(100% - 10px);
  }
}
#wysiwyg .title-obi {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-color: #e95f25;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    padding: 8px 20px;
    font-size: 14px;
  }
}
#wysiwyg .title-obi::before {
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
#wysiwyg .title-icon {
  margin-bottom: -15px;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.2em;
  color: #222;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon {
    margin-bottom: -5px;
    font-size: 14px;
  }
}
#wysiwyg .title-icon::before {
  content: "";
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 5px solid #e95f25;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon::before {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #e95f25;
  }
}
#wysiwyg .copy01 {
  margin-bottom: -15px;
  font-size: 20px;
  line-height: 1.7;
  color: #e95f25;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 15px;
  }
}
#wysiwyg .copy02 {
  margin-bottom: -15px;
  font-size: 24px;
  line-height: 1.7;
  color: #e95f25;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}
#wysiwyg .text {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text {
    font-size: 14px;
    line-height: 1.8em;
  }
}
#wysiwyg .text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}
#wysiwyg .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .btn-wrapper {
  text-align: center;
}
#wysiwyg .btn-wrapper a {
  padding: 20px 40px 20px 25px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #e95f25;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper a {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
    text-align: left;
  }
}
#wysiwyg .btn-wrapper a::before {
  content: "";
  top: calc(50% - 4px);
  right: 15px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
#wysiwyg .btn-wrapper a:hover {
  color: #fff;
  background-color: #222;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .btn-wrapper a:hover {
    background-color: #e95f25;
  }
}
#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc((99.9% - 20px) / 3);
  float: left;
}
#wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  #wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}
#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-2 li {
  width: calc(50% - 5px);
  float: right;
}
#wysiwyg .photo-2 li:first-child {
  float: left;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li {
    width: calc((100% - 5px) / 2);
  }
}
#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
#wysiwyg .list-wrapper {
  padding: 30px;
  background-color: #f7f7f7;
  list-style: none;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper {
    padding: 20px;
  }
}
#wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
#wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}
#wysiwyg .list-wrapper li::before {
  content: "";
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #e95f25;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li {
    margin-top: 7px;
    font-size: 13px;
  }
  #wysiwyg .list-wrapper li::before {
    content: "";
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
  }
}
#wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#wysiwyg .table thead th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #e95f25;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #222;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.3em;
  color: #222;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
#wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #222;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #222;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
#wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#wysiwyg blockquote {
  padding-left: 1em;
}
#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: italic !important;
}
#wysiwyg strong {
  font-weight: bold !important;
}
#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

/*--------------------------------------------------------
layout
----------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .top-contents {
    margin-top: 60px;
  }
}

.contents {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    padding: 0 0 40px;
  }
}
.contents__inner {
  margin-bottom: 50px;
  padding: 30px 30px 80px;
  background-color: #fef7eb;
}
@media screen and (min-width: 1025px) {
  .contents__inner {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .contents__inner {
    margin-bottom: 40px;
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner {
    margin-bottom: 30px;
    padding: 20px 20px 40px;
  }
}

/*--------------------------------------------------------
breadcrumbs
----------------------------------------------------------*/
.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 15px 15px 13px;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.breadcrumbs__list li {
  color: #555;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
}
.breadcrumbs__list li:not(:last-child) {
  position: relative;
  padding-right: 30px;
}
.breadcrumbs__list li:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: -1px;
  right: 10px;
  font-size: 1.3rem;
}
.breadcrumbs__list li a {
  color: #27a5c5;
}
.breadcrumbs__list li a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------
button
----------------------------------------------------------*/
.button-type01 {
  display: block;
  padding: 13px;
  background-color: #ec723e;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #fff !important;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .button-type01 {
    font-size: 1.4rem;
  }
}
.button-type01 span {
  position: relative;
  padding-right: 25px;
  padding-left: 8px;
}
.button-type01 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 13px;
  margin: auto;
  background: url("../img/common/icon_arrow01.svg") no-repeat;
}
.button-type01:hover {
  background-color: #e05b23;
}
.button-type01--beige {
  background-color: #ffefd5;
  color: #ec723e !important;
}
.button-type01--beige span::after {
  background: url("../img/common/icon_arrow02.svg") no-repeat;
}
.button-type01--beige:hover {
  background-color: #f9daa7;
}
.button-type01--yellow {
  background-color: #fdf466;
  color: #ec723e !important;
}
.button-type01--yellow span::after {
  background: url("../img/common/icon_arrow02.svg") no-repeat;
}
.button-type01--yellow:hover {
  background-color: #f7ea23;
}
.button-type01--orange {
  background-color: #f29b76;
  color: #fff !important;
}
.button-type01--orange span::after {
  background: url("../img/common/icon_arrow01.svg") no-repeat;
}
.button-type01--orange:hover {
  background-color: #ff8450;
}
.button-type01--line {
  background: none;
  border: 5px solid #f29b76;
  color: #ec723e !important;
}
@media screen and (max-width: 599px) {
  .button-type01--line {
    border: 4px solid #f29b76;
  }
}
.button-type01--line span::after {
  background: url("../img/common/icon_arrow02.svg") no-repeat;
}
.button-type01--line:hover {
  background-color: #ffcdb8;
}
.button-type01--past {
  border: 5px solid #f29b76;
}
.button-type01--large {
  padding: 18px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .button-type01--large {
    padding: 15px;
    font-size: 1.6rem;
  }
}
.button-type01--disable {
  background-color: #ddd;
  color: #777 !important;
  pointer-events: none;
}
.button-type01--disable span::after {
  background: url("../img/common/icon_arrow01_disable.svg") no-repeat;
}

/*--------------------------------------------------------
pagetitle
----------------------------------------------------------*/
.pagetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1160px;
  height: 350px;
  margin: 0 auto 35px;
  background: url("../img/common/pagetitle_bg_animal_left.png") bottom center no-repeat, url("../img/common/pagetitle_bg_animal_right.png") bottom 20px center no-repeat, url("../img/common/pagetitle_bg_flower.png") bottom 38px center no-repeat, url("../img/common/pagetitle_roof.png") top no-repeat;
  background-size: 1160px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    height: 300px;
    margin: 60px auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    height: 170px;
    margin: 60px auto 10px;
    background: url("../img/common/pagetitle_bg_animal_left.png") bottom 0px left -110px no-repeat, url("../img/common/pagetitle_bg_animal_right.png") bottom 10px right -80px no-repeat, url("../img/common/pagetitle_bg_flower.png") bottom 16px center no-repeat, url("../img/common/pagetitle_roof.png") top no-repeat;
    background-size: 540px auto, 540px auto, 580px auto, 100%;
  }
}
.pagetitle h2 {
  position: relative;
  margin: auto 0;
  color: #d63c59;
  font-size: 2.4rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .pagetitle h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle h2 {
    font-size: 1.8rem;
  }
}
.pagetitle h2::before {
  content: "";
  position: absolute;
  top: -68px;
  right: 0;
  left: 0;
  width: 46px;
  height: 44px;
  margin: 0 auto;
  background: url("../img/common/pagetitle_flower.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .pagetitle h2::before {
    top: -46px;
    width: 30px;
    height: 29px;
  }
}
.pagetitle h2.past::before {
  width: 38px;
  height: 41px;
  background: url(../img/common/icon_cup.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .pagetitle h2.past::before {
    width: 35px;
    height: 38px;
  }
}

/*--------------------------------------------------------
header
----------------------------------------------------------*/
.header {
  height: 120px;
  background: #fff;
  border-top: 6px solid #097d9f;
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-top: none;
    z-index: 99;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1205px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    position: relative;
    padding: 0;
  }
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 480px;
}
@media screen and (max-width: 1100px) {
  .header-logo {
    width: 430px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    padding-left: 20px;
  }
}
.header-logo__main {
  margin-right: 25px;
}
@media screen and (max-width: 1100px) {
  .header-logo__main {
    margin-right: 20px;
  }
}
.header-logo__main a:hover {
  opacity: 0.6;
}
.header-logo__main a img {
  max-width: 236px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .header-logo__main a img {
    max-width: 206px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo__main a img {
    max-width: 156px;
  }
}
.header-logo__description {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .header-logo__description {
    display: none;
  }
}

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(99.9% - 480px);
}
@media screen and (max-width: 1100px) {
  .header-nav {
    width: calc(99.9% - 430px);
  }
}
@media screen and (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(99.9% - 107px);
}
.header-nav__item {
  position: relative;
  width: 19.98%;
}
.header-nav__item::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  background: url("../img/common/circle_yellow_small.png") top no-repeat;
  background-size: 100%;
}
.header-nav__item:nth-child(1) .header-nav__item__link::after {
  background-color: #e07454;
}
.header-nav__item:nth-child(2) .header-nav__item__link::after {
  background-color: #e8abaa;
}
.header-nav__item:nth-child(3) .header-nav__item__link::after {
  background-color: #75c8c4;
}
.header-nav__item:nth-child(4) .header-nav__item__link::after {
  background-color: #73975a;
}
.header-nav__item:nth-child(5) .header-nav__item__link::after {
  background-color: #52a4bc;
}
.header-nav__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  color: #000;
  font-size: 1.2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
.header-nav__item__link:hover, .header-nav__item__link.active {
  color: #097d9f;
}
.header-nav__item__link::before, .header-nav__item__link::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0 auto;
}
.header-nav__item__link::before {
  top: 0;
  background-color: #097d9f;
}
.header-nav__item__link::after {
  top: 14px;
}
.header-nav__inquiry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 107px;
  height: 107px;
  background: url("../img/common/circle_yellow.png") top no-repeat;
  background-size: 107px 107px;
}
.header-nav__inquiry__link {
  display: block;
  color: #000;
  font-size: 1.3rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}

.header-nav-sp__item > a, .header-nav-sp__item > span {
  display: block;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #3391ad;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
.header-nav-sp__item > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav-sp__item > span::before, .header-nav-sp__item > span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 14px;
  height: 2px;
  margin: auto 0;
  background-color: #fff;
  transition: 0.3s;
}
.header-nav-sp__item > span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header-nav-sp__item > span.active::after {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.header-nav-sp__item__second-level {
  display: none;
  background-color: #006c8c;
}
.header-nav-sp__item__second-level li {
  border-bottom: 1px solid #1f819e;
}
.header-nav-sp__item__second-level li a {
  display: block;
  position: relative;
  padding: 15px 10px 15px 43px;
  color: #fff;
  font-size: 1.4rem;
}
.header-nav-sp__item__second-level li a::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 23px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-open {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 42px;
  height: 42px;
  margin: auto 0;
  background-color: #097d9f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 1025px) {
  #nav-open {
    display: none;
  }
}
#nav-open > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}
#nav-open > span > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  transition: all 0.3s ease;
}
#nav-open > span > span::before, #nav-open > span > span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  transition: 0.5s;
}
#nav-open > span > span::before {
  top: -7px;
}
#nav-open > span > span::after {
  bottom: -7px;
}
#nav-open.active > span > span {
  background-color: transparent;
}
#nav-open.active > span > span::before, #nav-open.active > span > span::after {
  top: 0;
}
#nav-open.active > span > span::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#nav-open.active > span > span::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

#nav-content {
  overflow: scroll;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 99;
  width: 55%;
  height: 100%;
  padding-bottom: 60px;
  background-color: #097d9f;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  #nav-content {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #nav-content {
    width: 100%;
  }
}

#nav-close-overlay {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 10;
}

#nav-input {
  display: none;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#nav-input:checked ~ #nav-close-overlay {
  display: block;
  opacity: 0.5;
}

/*--------------------------------------------------------
footer
----------------------------------------------------------*/
.footer {
  background-color: #097d9f;
  padding: 110px 20px 180px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 40px 20px;
  }
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .footer-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-logo__main {
  margin-right: 18px;
}
@media screen and (max-width: 599px) {
  .footer-logo__main {
    margin: 0 auto 18px;
  }
}
.footer-logo__main img {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .footer-logo__main img {
    max-width: 170px;
  }
}
.footer-logo__description {
  color: #dee9ee;
  font-size: 1.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .footer-logo__description {
    text-align: center;
    line-height: 1.5;
  }
}

.footer-text {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}

.footer-copyright {
  color: #7ec2d6;
  font-size: 1rem;
  text-align: center;
}

.pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  display: block;
  z-index: 9999;
}
.pagetop a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------
title
----------------------------------------------------------*/
.ttl-type01 {
  position: relative;
  margin-bottom: 40px;
  padding-top: 140px;
  color: #e95f25;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .ttl-type01 {
    margin-bottom: 30px;
    padding-top: 100px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .ttl-type01 {
    margin-bottom: 20px;
    padding-top: 65px;
    font-size: 1.8rem;
  }
}
.ttl-type01::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.ttl-type01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1100px;
  height: 93px;
  margin: 0 auto;
  background: url("../img/top/top_anniversary_title.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .ttl-type01::after {
    height: 62px;
  }
}
@media screen and (max-width: 599px) {
  .ttl-type01::after {
    height: 29px;
  }
}
.ttl-type01--horse::before {
  top: 65px;
  width: 51px;
  height: 54px;
  background: url("../img/common/icon_horse.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .ttl-type01--horse::before {
    top: 42px;
    width: 42px;
    height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .ttl-type01--horse::before {
    top: 25px;
    width: 30px;
    height: 32px;
  }
}

/*--------------------------------------------------------
form
----------------------------------------------------------*/
.form-tbl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  border-top: 1px dotted #C99D7C;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .form-tbl {
    display: block;
  }
}

.form-tbl__title {
  position: relative;
  font-size: 1.6rem;
  width: 200px;
  padding: 30px 40px 30px 5px;
  border-bottom: 1px dotted #C99D7C;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .form-tbl__title {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: 0;
    padding: 15px 10px 0px 0px;
  }
}

.form-tbl__title__notes {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}

.form-tbl__data {
  width: calc(100% - 200px);
  padding: 30px 20px 30px 40px;
  border-bottom: 1px dotted #C99D7C;
}
@media screen and (max-width: 599px) {
  .form-tbl__data {
    width: 100%;
    padding: 10px 0px 16px 0px;
    font-size: 1.4rem;
  }
}

.icon-must {
  background-color: #B20000;
  color: #fff;
  width: 36px;
  height: 18px;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
}
@media screen and (max-width: 599px) {
  .icon-must {
    top: 20px;
    font-size: 12px;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  border: 0px solid #eee;
  background-color: #fff;
  padding: 15px 15px;
  line-height: 1.4;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 599px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 12px 12px;
  }
}
input[type=text].w-type01,
input[type=tel].w-type01,
input[type=email].w-type01,
textarea.w-type01 {
  width: 200px;
}
@media screen and (max-width: 599px) {
  input[type=text].w-type01,
  input[type=tel].w-type01,
  input[type=email].w-type01,
  textarea.w-type01 {
    width: 150px;
  }
}
input[type=text].error,
input[type=tel].error,
input[type=email].error,
textarea.error {
  background-color: #f2d4c8;
}

input[type=reset] {
  border: none;
}

input[type=file] {
  font-size: 1.2rem;
}
@media (prefers-color-scheme: dark) {
  input[type=file]::file-selector-button {
    background-color: #eee;
    color: #000 !important;
    border: 1px solid #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}

select {
  background-color: #fff;
  border: 0px solid #eee;
  display: block;
  padding: 15px 15px 15px 15px;
  line-height: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  background-image: url(../img/common/select-arrow.webp);
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: right 8px top 50%;
}
@media screen and (max-width: 599px) {
  select {
    padding: 12px 12px;
  }
}
select.w-type01 {
  width: 200px;
}
@media screen and (max-width: 599px) {
  select.w-type01 {
    width: 150px;
  }
}
select.w-type02 {
  width: 180px;
  margin-left: 15px;
}
select.error {
  background-color: #f2d4c8;
}

textarea.episode {
  height: 600px;
}
@media screen and (max-width: 1024px) {
  textarea.episode {
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  textarea.episode {
    height: 400px;
  }
}

.form-list01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-list01__item {
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
.form-list01__item:not(:nth-child(3n)) {
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .form-list01__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .form-list01__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .form-list01__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.form-list01.cl02 .form-list01__item {
  width: calc((100% - 15px) / 2);
}
.form-list01.cl02 .form-list01__item:not(:nth-child(3n)) {
  margin-right: 0px;
}
.form-list01.cl02 .form-list01__item:not(:nth-child(2n)) {
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .form-list01.cl02 .form-list01__item {
    width: 100%;
  }
  .form-list01.cl02 .form-list01__item:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}

.input-radio01,
.input-checkbox01 {
  display: none;
}
.input-radio01:checked + .radio01,
.input-checkbox01:checked + .radio01 {
  background-color: #eee;
}
.input-radio01:checked + .radio01::before,
.input-checkbox01:checked + .radio01::before {
  background-color: #fff;
}
.input-radio01:checked + .radio01::after,
.input-checkbox01:checked + .radio01::after {
  background-color: #eee;
  width: 7px;
  height: 7px;
  left: 14px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.input-radio01:checked + .checkbox01::before,
.input-checkbox01:checked + .checkbox01::before {
  background-color: #fff;
  border: 1px solid #ec723e;
}
.input-radio01:checked + .checkbox01::after,
.input-checkbox01:checked + .checkbox01::after {
  left: 16px;
  width: 7px;
  height: 7px;
  background-color: #ec723e;
  left: 17px;
  bottom: 0px;
}

.checkbox01,
.radio01 {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 15px 15px 34px;
  position: relative;
  font-size: 1.5rem;
}
.checkbox01::before, .checkbox01::after,
.radio01::before,
.radio01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.radio01::before {
  background-color: #fff;
  width: 15px;
  height: 15px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  left: 10px;
}

.checkbox01 {
  padding-left: 36px;
}
.checkbox01::before {
  background-color: #eee;
  width: 15px;
  height: 15px;
  left: 13px;
}

.input-checkbox02 {
  display: none;
}
.input-checkbox02:checked + .checkbox02::before {
  background-color: #fff;
}
.input-checkbox02:checked + .checkbox02::after {
  background-color: #eee;
}

.checkbox02 {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 0px 0px 24px;
  position: relative;
  font-size: 1.5rem;
}
.checkbox02::before, .checkbox02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.checkbox02::before {
  width: 15px;
  height: 15px;
  border: 1px solid var(--cl-line);
  left: 0;
}
.checkbox02::after {
  width: 7px;
  height: 7px;
  background-color: #dce2e1;
  left: 4px;
}

.form-error-box {
  background-color: #f2d4c8;
  color: #b20000;
  font-weight: bold;
  padding: 15px 20px;
  margin: 40px 0 40px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .form-error-box {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}

.form-error-text {
  color: #b20000;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}

.form-fix__btn {
  background-color: #ddd;
  color: #444;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  font-weight: 600;
  max-width: 60%;
  margin: 20px auto 0;
  padding: 10px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .form-fix__btn {
    max-width: 280px;
  }
}

.form-send {
  margin-bottom: 20px;
  max-width: 640px;
  width: 100%;
  margin: 60px auto 20px;
}
@media screen and (max-width: 1024px) {
  .form-send {
    margin: 40px auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .form-send {
    margin: 20px auto 20px;
  }
}
.form-send__title {
  font-size: 2.5rem;
  margin-bottom: 25px;
  font-weight: 700;
  color: #ec723e;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .form-send__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .form-send__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.form-send__data {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .form-send__data {
    margin-bottom: 30px;
    text-align: left;
    font-size: 1.4rem;
  }
}

.form-send__contact {
  background-color: #eee;
  padding: 20px 30px;
}
@media screen and (max-width: 599px) {
  .form-send__contact {
    padding: 20px 20px;
  }
}
.form-send__contact__title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .form-send__contact__title {
    margin-bottom: 5px;
  }
}
.form-send__contact__tel {
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .form-send__contact__tel {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-send__contact__tel__link {
    text-decoration: underline;
  }
}
@media screen and (max-width: 599px) {
  .form-send__contact__mail {
    font-size: 1.4rem;
  }
}
.form-send__contact__mail__link {
  text-decoration: underline;
}

.form-lead {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .form-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .form-lead {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.form-lead .icon-must {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  margin-right: 5px;
  font-weight: bold;
}

.form-lead02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .form-lead02 {
    margin-bottom: 30px;
  }
}

.form-file__title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.form-file__box {
  background-color: #fff;
  padding: 10px;
}

.form-post__link {
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .form-post__link {
    font-size: 1.4rem;
  }
}

.form-post__btn {
  background-color: #bfa377;
  color: #fff;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding: 0px 15px;
  transition: 0.3s;
  border: 0;
}
@media screen and (max-width: 599px) {
  .form-post__btn {
    font-size: 1.4rem;
    padding: 0px 5px;
    height: 48px;
    line-height: 48px;
  }
}
.form-post__btn:hover {
  background-color: #b58f52;
}

.conf-img {
  display: flex;
  flex-wrap: wrap;
}
.conf-img__item {
  width: calc((100% - 40px) / 5);
  margin-bottom: 10px;
}
.conf-img__item:not(:nth-child(5n)) {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .conf-img__item {
    width: calc((100% - 30px) / 4);
    margin-bottom: 10px;
  }
  .conf-img__item:not(:nth-child(5n)) {
    margin-right: 0px;
  }
  .conf-img__item:not(:nth-child(4n)) {
    margin-right: 10px;
  }
}

.form-tbl__notes {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .form-tbl__notes {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.form-tbl__notes02 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .form-tbl__notes02 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.form-adlist {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .form-adlist {
    display: block;
  }
}
.form-adlist__title {
  width: 150px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .form-adlist__title {
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .form-adlist__title {
    width: 100%;
  }
}
.form-adlist__data {
  width: calc(100% - 150px);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .form-adlist__data {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 599px) {
  .form-adlist__data {
    width: 100%;
  }
}
.form-adlist .sele-prefectures {
  width: 200px;
}

.btn-wrap {
  position: relative;
}

.btn-submit {
  display: block;
  padding: 16px;
  background-color: #ec723e;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #fff !important;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 0px;
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .btn-submit {
    font-size: 1.4rem;
    padding: 12px;
  }
}
.btn-submit span {
  position: relative;
  padding-right: 25px;
  padding-left: 8px;
}
.btn-submit span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 13px;
  margin: auto;
  background: url("../img/common/icon_arrow01.svg") no-repeat;
}
.btn-submit:hover {
  background-color: #e05b23;
}
.btn-submit.prev span {
  padding-right: 8px;
  padding-left: 25px;
}
.btn-submit.prev span::after {
  left: 0;
  right: auto;
  transform: scale(-1, 1);
}

.btn-fix {
  display: block;
  padding: 12px;
  background-color: #666;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: #fff !important;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 0px;
  width: 180px;
  margin: 0px auto 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .btn-fix {
    position: relative;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .btn-fix {
    font-size: 1.4rem;
  }
}
.btn-fix span {
  position: relative;
  padding-left: 25px;
  padding-right: 8px;
}
.btn-fix span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 13px;
  margin: auto;
  background: url("../img/common/icon_arrow01.svg") no-repeat;
  transform: scale(-1, 1);
}
.btn-fix:hover {
  background-color: #333;
}

/*--------------------------------------------------------
top
----------------------------------------------------------*/
.top-main {
  height: 660px;
  background-image: url(../img/top/top_main_left.png), url(../img/top/top_main_right.png), url(../img/top/top_main_bg.jpg);
  background-position: left, right, center;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-size: auto, auto, contain;
}
@media screen and (max-width: 1500px) {
  .top-main {
    background-size: auto, auto, cover;
  }
}
@media screen and (max-width: 1024px) {
  .top-main {
    background-position: bottom 60px left, bottom 60px right, center;
    background-size: 720px, 720px, cover;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    height: 300px;
    background-position: bottom 20px left, bottom 20px right, center;
    background-size: 330px, 330px, cover;
  }
}
.top-main__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1140px;
  height: calc(100% - 120px);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .top-main__inner {
    height: calc(100% - 54px);
  }
}
.top-main__logo {
  margin-bottom: 15px;
  text-align: center;
}
.top-main__logo img {
  max-width: 554px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-main__logo img {
    max-width: 220px;
  }
}
.top-main__caption {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  text-align: center;
  text-shadow: 0px 0px 6px #3d0202;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .top-main__caption {
    font-size: 1.3rem;
  }
}

.top-lead {
  background-color: #ffefd5;
}
.top-lead__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 160px;
}
@media screen and (max-width: 1024px) {
  .top-lead__inner {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner {
    padding: 0 20px 50px;
  }
}
.top-lead__title {
  margin-bottom: 45px;
  color: #e95f25;
  font-size: 3rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1024px) {
  .top-lead__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__title {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
}
.top-lead__text {
  background: url("../img/top/top_lead_icon_book.png") center no-repeat;
  background-size: 492px auto;
  color: #e95f25;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .top-lead__text {
    background-size: 340px auto;
    font-size: 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__text {
    background-size: 240px auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.top-feature {
  position: relative;
}
.top-feature::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  background: url("../img/top/top_feature_bg_penguin.png") top repeat-x;
  background-size: 1389px auto;
}
@media screen and (max-width: 1024px) {
  .top-feature::before {
    top: -19px;
    height: 19px;
    background-size: 919px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-feature::before {
    top: -16px;
    height: 17px;
    background-size: 789px auto;
  }
}
.top-feature__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 20px 125px;
}
@media screen and (max-width: 1024px) {
  .top-feature__inner {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__inner {
    padding: 40px 20px 30px;
  }
}
.top-feature__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .top-feature__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-feature__content {
  width: calc((99.9% - 100px) / 2);
}
@media screen and (max-width: 1024px) {
  .top-feature__content {
    width: calc((99.9% - 80px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-feature__content {
    width: 100%;
  }
}
.top-feature__content__title {
  position: relative;
  margin-bottom: 40px;
  padding-top: 105px;
  color: #d63c59;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .top-feature__content__title {
    margin-bottom: 20px;
    padding-top: 70px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__content__title {
    margin-bottom: 15px;
    padding-top: 50px;
    font-size: 2rem;
  }
}
.top-feature__content__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top-feature__content__image {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-feature__content__image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__content__image {
    margin-bottom: 20px;
  }
}
.top-feature__content__image img {
  width: 100%;
}
.top-feature__content__text {
  color: #d63c59;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .top-feature__content__text {
    line-height: 1.8;
  }
}
.top-feature__content:nth-child(1) {
  margin-right: 100px;
}
@media screen and (max-width: 1024px) {
  .top-feature__content:nth-child(1) {
    margin-right: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__content:nth-child(1) {
    margin-right: 0;
    margin-bottom: 105px;
  }
}
.top-feature__content:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  width: 100px;
  height: 78px;
  margin: auto;
  background: url("../img/top/top_feature_icon_arrow.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-feature__content:nth-child(1)::after {
    right: -70px;
    width: 60px;
    height: 47px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__content:nth-child(1)::after {
    top: auto;
    right: 0;
    bottom: -75px;
    left: 0;
    transform: rotate(90deg);
  }
}
.top-feature__content:nth-child(1) .top-feature__content__title::before {
  width: 53px;
  height: 84px;
  background: url("../img/top/top_feature_title01.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-feature__content:nth-child(1) .top-feature__content__title::before {
    width: 38px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__content:nth-child(1) .top-feature__content__title::before {
    width: 28px;
    height: 44px;
  }
}
.top-feature__content:nth-child(1) .top-feature__content__image img {
  max-width: 494px;
}
@media screen and (max-width: 1024px) {
  .top-feature__content:nth-child(1) .top-feature__content__image img {
    max-width: 285px;
  }
}
.top-feature__content:nth-child(2) .top-feature__content__title::before {
  top: 10px;
  width: 60px;
  height: 73px;
  background: url("../img/top/top_feature_title02.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-feature__content:nth-child(2) .top-feature__content__title::before {
    top: 6px;
    width: 46px;
    height: 56px;
  }
}
@media screen and (max-width: 599px) {
  .top-feature__content:nth-child(2) .top-feature__content__title::before {
    width: 34px;
    height: 42px;
  }
}
.top-feature__content:nth-child(2) .top-feature__content__image img {
  max-width: 431px;
}
@media screen and (max-width: 1024px) {
  .top-feature__content:nth-child(2) .top-feature__content__image img {
    max-width: 250px;
  }
}

.top-news {
  position: relative;
  margin-top: 29px;
  padding: 155px 20px 120px;
  background-color: #82a453;
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 70px 20px 60px;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 100%;
  height: 29px;
  margin: 0 auto;
  background: url("../img/top/top_news_bg_penguin.png") top repeat-x;
  background-size: 1389px auto;
}
@media screen and (max-width: 1024px) {
  .top-news::before {
    top: -19px;
    height: 19px;
    background-size: 919px auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-news::before {
    top: -16px;
    height: 17px;
    background-size: 789px auto;
  }
}
.top-news::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 202px;
  margin: 0 auto;
  background: url("../img/top/top_news_bg_flower.svg") top repeat-x;
  background-size: 245px 204px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-news::after {
    height: 127px;
    background-size: 155px 129px;
  }
}
@media screen and (max-width: 599px) {
  .top-news::after {
    height: 77px;
    background-size: 95px 79px;
  }
}
.top-news__inner {
  position: relative;
  max-width: 1100px;
  min-height: 540px;
  margin: 0 auto;
  padding: 50px 120px 120px;
  background-color: #ffefd5;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-news__inner {
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner {
    padding: 30px 20px 40px;
  }
}
.top-news__inner::before {
  content: "";
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 617px;
  height: 617px;
  background-color: #ffefd5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-news__inner::before {
    top: -65px;
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner::before {
    top: -45px;
    width: 200px;
    height: 200px;
  }
}
.top-news__title {
  position: relative;
  margin-bottom: 35px;
  color: #d63c59;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .top-news__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-news__title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.top-news__title::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  width: 63px;
  height: 60px;
  margin: 0 auto;
  background: url("../img/top/top_sec_title.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-news__title::before {
    top: -60px;
    width: 43px;
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__title::before {
    top: -45px;
    width: 34px;
    height: 33px;
  }
}
.top-news__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top-news__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__list {
    margin-bottom: 20px;
  }
}
.top-news__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .top-news__item__link {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.top-news__item__link:hover {
  background-color: #f3e1c3;
}
.top-news__item__date {
  width: 95px;
  margin-right: 35px;
  color: #9f5224;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top-news__item__date {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__item__date {
    width: auto;
    font-size: 1.3rem;
    margin-right: 15px;
  }
}
.top-news__item__category {
  margin-top: 1px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .top-news__item__category {
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__item__category {
    margin-right: 0;
  }
}
.top-news__item__category img {
  max-width: 80px;
  width: 100%;
}
.top-news__item__text {
  width: calc(99.9% - 250px);
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1024px) {
  .top-news__item__text {
    width: calc(99.9% - 225px);
  }
}
@media screen and (max-width: 599px) {
  .top-news__item__text {
    width: 100%;
    margin-top: 8px;
  }
}
.top-news__item__text--new {
  display: inline-block;
  margin-left: 3px;
  color: #f00;
}
.top-news__button {
  max-width: 250px;
  margin: 0 auto;
}

.top-award {
  position: relative;
  background-color: #f29a76;
}
.top-award::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -44px;
  width: 524px;
  height: 1087px;
  background: url("../img/top/top_award_bg.png") no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-award::after {
    width: 340px;
    height: 721px;
  }
}
@media screen and (max-width: 599px) {
  .top-award::after {
    width: 160px;
    height: 362px;
  }
}
.top-award__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 20px 110px;
}
@media screen and (max-width: 1024px) {
  .top-award__inner {
    padding: 70px 20px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-award__inner {
    padding: 40px 20px 60px;
  }
}
.top-award__content {
  width: 61%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-award__content {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .top-award__content {
    width: 100%;
  }
}
.top-award__title {
  margin-bottom: 50px;
  color: #fff;
  font-size: 7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1024px) {
  .top-award__title {
    margin-bottom: 35px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-award__title {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}
.top-award__title span.ff-roboto {
  font-family: "Roboto", sans-serif !important;
}
.top-award__title span.fs-middle {
  font-size: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .top-award__title span.fs-middle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-award__title span.fs-middle {
    font-size: 1.8rem;
  }
}
.top-award__image {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top-award__image {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-award__image {
    margin-bottom: 20px;
  }
}
.top-award__image img {
  max-width: 640px;
  width: 100%;
}
.top-award__bnr {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top-award__bnr {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 0px;
  }
}
@media screen and (max-width: 599px) {
  .top-award__bnr {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.top-award__bnr img {
  max-width: 640px;
  width: 100%;
}
.top-award__text {
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1024px) {
  .top-award__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-award__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.top-reward {
  background-color: #ec723e;
}
.top-reward__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 20px 110px;
}
@media screen and (max-width: 1024px) {
  .top-reward__inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__inner {
    padding: 50px 20px 40px;
  }
}
.top-reward__content:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .top-reward__content:not(:last-child) {
    margin-bottom: 50px;
  }
}
.top-reward__content:nth-child(1) .top-reward__content__title::before {
  width: 47px;
  height: 54px;
  background: url("../img/top/top_reward_icon_apple.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-reward__content:nth-child(1) .top-reward__content__title::before {
    width: 34px;
    height: 39px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content:nth-child(1) .top-reward__content__title::before {
    width: 28px;
    height: 31px;
  }
}
.top-reward__content:nth-child(2) .top-reward__content__title::before {
  width: 46px;
  height: 50px;
  background: url("../img/top/top_reward_icon_cup.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-reward__content:nth-child(2) .top-reward__content__title::before {
    width: 35px;
    height: 38px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content:nth-child(2) .top-reward__content__title::before {
    width: 28px;
    height: 31px;
  }
}
.top-reward__content__title {
  position: relative;
  margin-bottom: 25px;
  padding-top: 150px;
  color: #ffefd5;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__title {
    padding-top: 100px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__title {
    margin-bottom: 20px;
    padding-top: 65px;
    font-size: 1.8rem;
  }
}
.top-reward__content__title::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__title::before {
    top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__title::before {
    top: 25px;
  }
}
.top-reward__content__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1100px;
  height: 93px;
  background: url("../img/top/top_reward_title.png") no-repeat;
  background-size: 100%;
}
.top-reward__content__date {
  color: #ffefd5;
  font-size: 3.4rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__date {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__date {
    font-size: 1.8rem;
  }
}
.top-reward__content__date span {
  font-size: 6rem;
  font-family: "Roboto", sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__date span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__date span {
    font-size: 2.4rem;
  }
}
.top-reward__content__cap {
  color: #ffefd5;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__cap {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__cap {
    font-size: 1.2rem;
  }
}
.top-reward__content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .top-reward__content__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.top-reward__content__item {
  position: relative;
  width: 30.9666666667%;
  margin-top: 60px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item {
    width: 100%;
    margin-top: 38px;
  }
}
.top-reward__content__item::before, .top-reward__content__item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #ffefd5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.top-reward__content__item::before {
  top: -60px;
  width: 290px;
  height: 290px;
  background-color: #ec723e;
  border: 6px solid #ffefd5;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item::before {
    top: -40px;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item::before {
    top: -38px;
    border: 10px solid #ffefd5;
  }
}
.top-reward__content__item::after {
  top: -54px;
  width: 278px;
  height: 278px;
  border: 8px solid #ec723e;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item::after {
    top: -34px;
    width: 186px;
    height: 186px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item::after {
    top: -32px;
    border: 5px solid #ec723e;
  }
}
.top-reward__content__item:not(:last-child) {
  margin-right: 3.5%;
}
@media screen and (max-width: 599px) {
  .top-reward__content__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top-reward__content__item__inner {
  padding: 30px 10px 50px;
  background-color: #ffefd5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item__inner {
    padding: 25px 10px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item__inner {
    padding: 20px 10px 40px;
  }
}
.top-reward__content__item__title {
  position: relative;
  margin-bottom: 40px;
  padding-top: 70px;
  color: #e06936;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item__title {
    padding-top: 55px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item__title {
    margin-bottom: 20px;
    padding-top: 40px;
    font-size: 1.8rem;
  }
}
.top-reward__content__item__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 57px;
  height: 55px;
  margin: 0 auto;
  background: url("../img/top/top_reward_icon_trophy.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item__title::before {
    width: 45px;
    height: 44px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item__title::before {
    width: 35px;
    height: 34px;
  }
}
.top-reward__content__item__text {
  position: relative;
}
.top-reward__content__item__text::before {
  content: attr(data-title);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 50px;
  width: 65px;
  height: 65px;
  background-color: #ffdccd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ec723e;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item__text::before {
    top: -20px;
    left: 20px;
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item__text::before {
    top: -25px;
    left: 30px;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.top-reward__content__item__text span {
  position: relative;
  color: #e06936;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1;
}
.top-reward__content__item__text span:nth-child(1) {
  font-size: 1.8rem;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item__text span:nth-child(1) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item__text span:nth-child(1) {
    font-size: 1.4rem;
  }
}
.top-reward__content__item__text span:nth-child(2) {
  width: 70px;
  display: inline-block;
  font-size: 10rem;
  font-family: "Roboto", sans-serif !important;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item__text span:nth-child(2) {
    width: 60px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item__text span:nth-child(2) {
    width: 40px;
    font-size: 4rem;
  }
}
.top-reward__content__item__text span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  width: 105px;
  height: 105px;
  margin: auto;
  background-color: #fdf466;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 20px 10px #fdf466;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item__text span:nth-child(2)::before {
    right: -3px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item__text span:nth-child(2)::before {
    width: 45px;
    height: 45px;
  }
}
.top-reward__content__item__text span:nth-child(3) {
  font-size: 3rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-reward__content__item__text span:nth-child(3) {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-reward__content__item__text span:nth-child(3) {
    font-size: 1.7rem;
  }
}
.top-reward__content__button {
  max-width: 250px;
  margin: 0 auto;
}

.top-anniversary__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 20px 120px;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__inner {
    padding: 60px 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__inner {
    padding: 40px 20px;
  }
}
.top-anniversary__title {
  position: relative;
  margin-bottom: 40px;
  padding-top: 140px;
  color: #e95f25;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__title {
    margin-bottom: 30px;
    padding-top: 100px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__title {
    margin-bottom: 20px;
    padding-top: 65px;
    font-size: 1.8rem;
  }
}
.top-anniversary__title::before {
  content: "";
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  width: 51px;
  height: 54px;
  margin: 0 auto;
  background: url("../img/top/top_anniversary_icon_uma.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__title::before {
    top: 42px;
    width: 42px;
    height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__title::before {
    top: 25px;
    width: 30px;
    height: 32px;
  }
}
.top-anniversary__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1100px;
  height: 93px;
  margin: 0 auto;
  background: url("../img/top/top_anniversary_title.png") no-repeat;
  background-size: 100%;
}
.top-anniversary__lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__lead {
    margin-bottom: 40px;
  }
}
.top-anniversary__lead__title {
  margin-bottom: 45px;
  color: #e95f25;
  font-size: 3rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__lead__title {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__lead__title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.top-anniversary__lead__text {
  color: #e95f25;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__lead__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__lead__text {
    font-size: 1.4rem;
  }
}
.top-anniversary__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .top-anniversary__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-anniversary__container--ehon {
  background: url("../img/top/top_anniversary_bg01.png") bottom no-repeat;
  background-size: 100%;
  padding-bottom: 220px;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__container--ehon {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__container--ehon {
    padding-bottom: 70px;
  }
}
.top-anniversary__container--ehon .top-anniversary__text-area__title {
  padding-top: 95px;
}
@media screen and (max-width: 599px) {
  .top-anniversary__container--ehon .top-anniversary__text-area__title {
    padding-top: 60px;
  }
}
.top-anniversary__container--ehon .top-anniversary__text-area__title::before {
  width: 60px;
  height: 73px;
  background: url("../img/top/top_feature_title02.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .top-anniversary__container--ehon .top-anniversary__text-area__title::before {
    width: 40px;
    height: 48px;
  }
}
.top-anniversary__container--zukan {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 220px;
  background: url("../img/top/top_anniversary_bg02.png") bottom no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__container--zukan {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__container--zukan {
    padding-bottom: 90px;
  }
}
.top-anniversary__container--zukan .top-anniversary__text-area__title {
  padding-top: 105px;
}
@media screen and (max-width: 599px) {
  .top-anniversary__container--zukan .top-anniversary__text-area__title {
    padding-top: 60px;
  }
}
.top-anniversary__container--zukan .top-anniversary__text-area__title::before {
  width: 53px;
  height: 84px;
  background: url("../img/top/top_feature_title01.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .top-anniversary__container--zukan .top-anniversary__text-area__title::before {
    width: 32px;
    height: 51px;
  }
}
.top-anniversary__container:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__container:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__container:not(:last-child) {
    margin-bottom: 40px;
  }
}
.top-anniversary__image-area {
  width: 37%;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .top-anniversary__image-area {
    width: 70%;
    margin: 0 auto 30px;
  }
}
.top-anniversary__image-area img {
  max-width: 400px;
  width: 100%;
}
.top-anniversary__text-area {
  width: 56%;
}
@media screen and (max-width: 599px) {
  .top-anniversary__text-area {
    width: 100%;
  }
}
.top-anniversary__text-area__title {
  position: relative;
  margin-bottom: 35px;
  color: #e95f25;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__text-area__title {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__text-area__title {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
}
.top-anniversary__text-area__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top-anniversary__text-area__text {
  color: #e95f25;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__text-area__text {
    line-height: 1.8;
  }
}
.top-anniversary__text-area__text:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top-anniversary__text-area__text:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-anniversary__text-area__text:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* =====================================================

  banner 

===================================================== */
.fl-bnr {
  position: fixed;
  width: 290px;
  height: 290px;
  right: 30px;
  bottom: 130px;
  display: block;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .fl-bnr {
    bottom: 106px;
    width: 200px;
    height: 200px;
  }
}
.fl-bnr a {
  width: 290px;
  height: 290px;
  background-image: url(../img/common/banner_award.png);
  background-size: 290px 290px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .fl-bnr a {
    background-size: 200px 200px;
    width: 200px;
    height: 200px;
  }
}
.fl-bnr a:hover {
  opacity: 0.7;
}

.fl-bnr-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}
.fl-bnr-sp > a {
  display: block;
}

@media screen and (max-width: 599px) {
  .top .pagetop {
    bottom: 115px;
  }
}
@media screen and (max-width: 320px) {
  .top .pagetop {
    bottom: 100px;
  }
}

/*--------------------------------------------------------
news
----------------------------------------------------------*/
.news-archive__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .news-archive__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .news-archive__list {
    margin-bottom: 30px;
  }
}
.news-archive__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 30px;
  border-bottom: 1px solid #e2c0a0;
}
@media screen and (max-width: 1024px) {
  .news-archive__item__link {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .news-archive__item__link {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.news-archive__item__link:hover {
  background-color: #f3e1c3;
}
.news-archive__item__date {
  width: 95px;
  margin-right: 30px;
  color: #9f5224;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .news-archive__item__date {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .news-archive__item__date {
    width: auto;
    font-size: 1.3rem;
    margin-right: 15px;
  }
}
.news-archive__item__category {
  margin-top: 1px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .news-archive__item__category {
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .news-archive__item__category {
    margin-right: 0;
  }
}
.news-archive__item__category img {
  max-width: 80px;
  width: 100%;
}
.news-archive__item__text {
  width: calc(99.9% - 245px);
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1024px) {
  .news-archive__item__text {
    width: calc(99.9% - 225px);
  }
}
@media screen and (max-width: 599px) {
  .news-archive__item__text {
    width: 100%;
    margin-top: 8px;
  }
}
.news-archive__item__text--new {
  display: inline-block;
  margin-left: 3px;
  color: #f00;
}
.news-archive__pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-archive__pagination__item__prev, .news-archive__pagination__item__next {
  display: block;
  position: relative;
  color: #80411b;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .news-archive__pagination__item__prev, .news-archive__pagination__item__next {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .news-archive__pagination__item__prev, .news-archive__pagination__item__next {
    font-size: 1.1rem;
  }
}
.news-archive__pagination__item__prev::before, .news-archive__pagination__item__next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #80411b;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-archive__pagination__item__prev:hover, .news-archive__pagination__item__next:hover {
  opacity: 0.7;
}
.news-archive__pagination__item__prev {
  margin-right: 25px;
  padding-left: 13px;
}
@media screen and (max-width: 599px) {
  .news-archive__pagination__item__prev {
    margin-right: 8px;
    padding-left: 12px;
  }
}
.news-archive__pagination__item__prev::before {
  left: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.news-archive__pagination__item__next {
  margin-left: 25px;
  padding-right: 13px;
}
@media screen and (max-width: 599px) {
  .news-archive__pagination__item__next {
    margin-left: 8px;
    padding-right: 12px;
  }
}
.news-archive__pagination__item__next::before {
  right: 0;
}
.news-archive__pagination__item__num, .news-archive__pagination__item__while {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 2.5px;
  background-color: #f0d8aa;
  color: #80411b;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .news-archive__pagination__item__num, .news-archive__pagination__item__while {
    margin: 0 3px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .news-archive__pagination__item__num, .news-archive__pagination__item__while {
    width: 30px;
    font-size: 1.1rem;
  }
}
.news-archive__pagination__item__num:hover, .news-archive__pagination__item__num.current, .news-archive__pagination__item__while:hover, .news-archive__pagination__item__while.current {
  background-color: #bfa377;
  color: #fff;
}

.news-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .news-button {
    padding: 0 10px;
  }
}
.news-button a {
  width: 250px;
}
@media screen and (max-width: 599px) {
  .news-button--2col a {
    width: calc((99.9% - 20px) / 2);
  }
}
.news-button--2col a:nth-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .news-button--2col a:nth-child(2) {
    margin-left: 20px;
  }
}

.news-detail__title {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 10px 20px;
  border-top: 3px solid #f2e0bd;
  border-bottom: 1px solid #e2c0a0;
}
@media screen and (max-width: 599px) {
  .news-detail__title {
    margin-bottom: 20px;
    padding: 20px 0 15px;
  }
}
.news-detail__title::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 200px;
  height: 3px;
  background-color: #f29b76;
}
.news-detail__title__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-detail__title__date {
  margin-right: 18px;
  color: #e95f25;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .news-detail__title__date {
    margin-right: 10px;
  }
}
.news-detail__title__category {
  margin-right: 15px;
}
.news-detail__title__category img {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .news-detail__title__category {
    margin-right: 10px;
  }
}
.news-detail__title__new {
  color: #f00;
  font-size: 1.4rem;
}
.news-detail__title__text {
  margin-top: 10px;
  color: #000;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .news-detail__title__text {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------------
award
----------------------------------------------------------*/
.award-main {
  background: url("../img/award/award_main_bg.jpg") center no-repeat;
  background-size: cover;
}
.award-main__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  height: 540px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .award-main__inner {
    height: 400px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .award-main__inner {
    height: 240px;
  }
}
.award-main__title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 295px;
  color: #fff;
  font-size: 7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-shadow: 0 0 10px rgba(61, 2, 2, 0.8);
}
@media screen and (max-width: 1024px) {
  .award-main__title {
    margin-bottom: 20px;
    padding-left: 200px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 599px) {
  .award-main__title {
    margin-bottom: 10px;
    padding-left: 100px;
    font-size: 2.4rem;
  }
}
.award-main__title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 270px;
  height: 147px;
  background: url("../img/award/award_ehonnohi_logo_book.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .award-main__title::before {
    width: 180px;
    height: 98px;
  }
}
@media screen and (max-width: 599px) {
  .award-main__title::before {
    width: 90px;
    height: 50px;
  }
}
.award-main__title span {
  font-size: 5.6rem;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .award-main__title span {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 599px) {
  .award-main__title span {
    font-size: 1.8rem;
  }
}
.award-main__title span span {
  font-family: "Roboto", sans-serif !important;
}
.award-main__deadline {
  background-color: rgba(250, 158, 8, 0.54);
  color: #fff;
  font-size: 2.5rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  padding-right: 8px;
}
@media screen and (max-width: 1024px) {
  .award-main__deadline {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-main__deadline {
    padding: 5px 3px 7px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.award-lead {
  background: url("../img/award/award_lead_bg.png") top 180px center no-repeat, #ffefd5;
  background-size: 1191px auto;
}
@media screen and (max-width: 1024px) {
  .award-lead {
    background: #ffefd5;
  }
}
.award-lead__inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 110px 20px 240px 20px;
}
@media screen and (max-width: 1024px) {
  .award-lead__inner {
    padding: 50px 20px 50px 20px;
  }
}
@media screen and (max-width: 599px) {
  .award-lead__inner {
    padding: 30px 20px 30px 20px;
  }
}
.award-lead__bnr {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
@media screen and (max-width: 1024px) {
  .award-lead__bnr {
    padding: 0 20px 80px 20px;
  }
}
@media screen and (max-width: 599px) {
  .award-lead__bnr {
    padding: 0 20px 40px 20px;
  }
}
.award-lead__title {
  color: #e95f25;
  font-size: 3rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1024px) {
  .award-lead__title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-lead__title {
    font-size: 1.7rem;
  }
}
.award-lead__text {
  padding: 30px 0;
  background: url("../img/award/award_lead_book.png") center no-repeat;
  background-size: 510px auto;
  color: #e95f25;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-lead__text {
    padding: 0;
    background-size: 300px auto;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .award-lead__text {
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
  }
}

.award-reward {
  position: relative;
  background-color: #ec723e;
}
.award-reward::before {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 100%;
  height: 29px;
  margin: 0 auto;
  background: url(../img/award/award_reward_bg_penguin.png) top repeat-x;
  background-size: 1389px auto;
}
@media screen and (max-width: 1024px) {
  .award-reward::before {
    top: -19px;
    height: 19px;
    background-size: 919px auto;
  }
}
@media screen and (max-width: 599px) {
  .award-reward::before {
    top: -16px;
    height: 17px;
    background-size: 789px auto;
  }
}
.award-reward__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 20px 140px;
}
@media screen and (max-width: 1024px) {
  .award-reward__inner {
    padding: 60px 20px 70px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__inner {
    padding: 50px 20px 60px;
  }
}
.award-reward__content:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .award-reward__content:not(:last-child) {
    margin-bottom: 50px;
  }
}
.award-reward__content:nth-child(1) .award-reward__content__title::before {
  width: 47px;
  height: 54px;
  background: url("../img/common/icon_apple.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .award-reward__content:nth-child(1) .award-reward__content__title::before {
    width: 34px;
    height: 39px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content:nth-child(1) .award-reward__content__title::before {
    width: 28px;
    height: 33px;
  }
}
.award-reward__content:nth-child(2) .award-reward__content__title::before {
  width: 46px;
  height: 50px;
  background: url("../img/common/icon_cup.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .award-reward__content:nth-child(2) .award-reward__content__title::before {
    width: 35px;
    height: 38px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content:nth-child(2) .award-reward__content__title::before {
    width: 28px;
    height: 31px;
  }
}
.award-reward__content__title {
  position: relative;
  margin-bottom: 25px;
  padding-top: 150px;
  color: #ffefd5;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__title {
    padding-top: 100px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__title {
    margin-bottom: 20px;
    padding-top: 65px;
    font-size: 1.8rem;
  }
}
.award-reward__content__title::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__title::before {
    top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__title::before {
    top: 25px;
  }
}
.award-reward__content__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1100px;
  height: 93px;
  background: url("../img/top/top_reward_title.png") no-repeat;
  background-size: 100%;
}
.award-reward__content__date {
  color: #ffefd5;
  font-size: 3.4rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__date {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__date {
    font-size: 1.8rem;
  }
}
.award-reward__content__date span {
  font-size: 6rem;
  font-family: "Roboto", sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__date span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__date span {
    font-size: 2.4rem;
  }
}
.award-reward__content__cap {
  color: #ffefd5;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__cap {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__cap {
    font-size: 1.2rem;
  }
}
.award-reward__content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .award-reward__content__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.award-reward__content__item {
  position: relative;
  width: 30.9666666667%;
  margin-top: 60px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item {
    margin-top: 40px;
    width: 31.3%;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item {
    width: 100%;
    margin-top: 38px;
  }
}
.award-reward__content__item::before, .award-reward__content__item::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #ffefd5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.award-reward__content__item::before {
  top: -60px;
  width: 290px;
  height: 290px;
  background-color: #ec723e;
  border: 6px solid #ffefd5;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item::before {
    top: -40px;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item::before {
    top: -38px;
    border: 10px solid #ffefd5;
  }
}
.award-reward__content__item::after {
  top: -54px;
  width: 278px;
  height: 278px;
  border: 8px solid #ec723e;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item::after {
    top: -34px;
    width: 186px;
    height: 186px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item::after {
    top: -32px;
    border: 5px solid #ec723e;
  }
}
.award-reward__content__item:not(:last-child) {
  margin-right: 3.5%;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item:not(:last-child) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.award-reward__content__item__inner {
  padding: 30px 10px 50px;
  background-color: #ffefd5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item__inner {
    padding: 25px 10px 40px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item__inner {
    padding: 20px 10px 40px;
  }
}
.award-reward__content__item__title {
  position: relative;
  margin-bottom: 40px;
  padding-top: 70px;
  color: #e06936;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item__title {
    padding-top: 55px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item__title {
    margin-bottom: 20px;
    padding-top: 40px;
    font-size: 1.8rem;
  }
}
.award-reward__content__item__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 57px;
  height: 55px;
  margin: 0 auto;
  background: url("../img/common/icon_trophy.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item__title::before {
    width: 45px;
    height: 44px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item__title::before {
    width: 35px;
    height: 34px;
  }
}
.award-reward__content__item__text {
  position: relative;
}
.award-reward__content__item__text::before {
  content: attr(data-title);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 50px;
  width: 65px;
  height: 65px;
  background-color: #ffdccd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ec723e;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item__text::before {
    top: -20px;
    left: 20px;
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item__text::before {
    top: -25px;
    left: 30px;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
}
.award-reward__content__item__text span {
  position: relative;
  color: #e06936;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1;
}
.award-reward__content__item__text span:nth-child(1) {
  font-size: 1.8rem;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item__text span:nth-child(1) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item__text span:nth-child(1) {
    font-size: 1.4rem;
  }
}
.award-reward__content__item__text span:nth-child(2) {
  width: 70px;
  display: inline-block;
  font-size: 10rem;
  font-family: "Roboto", sans-serif !important;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item__text span:nth-child(2) {
    width: 60px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item__text span:nth-child(2) {
    width: 40px;
    font-size: 4rem;
  }
}
.award-reward__content__item__text span:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  width: 105px;
  height: 105px;
  margin: auto;
  background-color: #fdf466;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 20px 10px #fdf466;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item__text span:nth-child(2)::before {
    right: -3px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item__text span:nth-child(2)::before {
    width: 45px;
    height: 45px;
  }
}
.award-reward__content__item__text span:nth-child(3) {
  font-size: 3rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .award-reward__content__item__text span:nth-child(3) {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-reward__content__item__text span:nth-child(3) {
    font-size: 1.7rem;
  }
}
.award-reward__content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .award-reward__content__buttons li {
    width: 100%;
  }
}
.award-reward__content__buttons li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .award-reward__content__buttons li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.award-reward__content__buttons li .button-type01 {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .award-reward__content__buttons li .button-type01 {
    width: 80%;
  }
}

.award-details {
  position: relative;
  background-color: #f29b76;
}
.award-details::before {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 100%;
  height: 29px;
  margin: 0 auto;
  background: url(../img/award/award_details_bg_penguin.png) top repeat-x;
  background-size: 1389px auto;
}
@media screen and (max-width: 1024px) {
  .award-details::before {
    top: -19px;
    height: 19px;
    background-size: 919px auto;
  }
}
@media screen and (max-width: 599px) {
  .award-details::before {
    top: -16px;
    height: 17px;
    background-size: 789px auto;
  }
}
.award-details--bg-none::before {
  display: none;
}
.award-details--dark-orange {
  background-color: #ec723e;
}
.award-details--dark-orange::before {
  background: url(../img/award/award_reward_bg_penguin.png) top repeat-x;
  background-size: 1389px auto;
}
@media screen and (max-width: 1024px) {
  .award-details--dark-orange::before {
    top: -19px;
    height: 19px;
    background-size: 919px auto;
  }
}
@media screen and (max-width: 599px) {
  .award-details--dark-orange::before {
    top: -16px;
    height: 17px;
    background-size: 789px auto;
  }
}
.award-details__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px 140px;
}
@media screen and (max-width: 1024px) {
  .award-details__inner {
    padding: 50px 20px 80px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__inner {
    padding: 40px 20px 60px;
  }
}
.award-details__box {
  position: relative;
  padding-top: 85px;
}
@media screen and (max-width: 1024px) {
  .award-details__box {
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__box {
    padding-top: 50px;
  }
}
.award-details__box:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .award-details__box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.award-details__box::before, .award-details__box::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #ffefd5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}
.award-details__box::before {
  top: 0;
  width: 617px;
  height: 617px;
}
@media screen and (max-width: 1024px) {
  .award-details__box::before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__box::before {
    width: 250px;
    height: 250px;
  }
}
.award-details__box::after {
  top: 6px;
  width: 604px;
  height: 604px;
  border: 10px solid #f29b76;
}
@media screen and (max-width: 1024px) {
  .award-details__box::after {
    width: 390px;
    height: 390px;
    border: 8px solid #f29b76;
  }
}
@media screen and (max-width: 599px) {
  .award-details__box::after {
    width: 240px;
    height: 240px;
    border: 6px solid #f29b76;
  }
}
.award-details__box__inner {
  position: relative;
  padding: 60px 50px 210px;
  background: url("../img/award/award_details_flower.png") bottom 60px center no-repeat, #ffefd5;
  background-size: calc(99.9% - 100px);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .award-details__box__inner {
    padding: 60px 30px 140px;
    background-position: bottom 50px center;
    background-size: calc(99.9% - 60px);
  }
}
@media screen and (max-width: 599px) {
  .award-details__box__inner {
    padding: 30px 20px 80px;
    background-position: bottom 30px center;
    background-size: calc(99.9% - 40px);
  }
}
.award-details__box__title {
  position: relative;
  margin-bottom: 40px;
  color: #e06936;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .award-details__box__title {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__box__title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.award-details__box__title::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.award-details__box__title--flower::before {
  top: -85px;
  width: 63px;
  height: 60px;
  background: url("../img/common/icon_flower.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .award-details__box__title--flower::before {
    top: -45px;
    width: 36px;
    height: 34px;
  }
}
.award-details__box__title--tree::before {
  top: -95px;
  width: 60px;
  height: 73px;
  background: url("../img/common/icon_tree.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .award-details__box__title--tree::before {
    top: -46px;
    width: 32px;
    height: 39px;
  }
}
.award-details__box__title--horse::before {
  top: -75px;
  width: 51px;
  height: 54px;
  background: url("../img/common/icon_horse.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .award-details__box__title--horse::before {
    top: -45px;
    width: 34px;
    height: 36px;
  }
}
.award-details__box__title--trophy::before {
  top: -75px;
  width: 61px;
  height: 60px;
  background: url("../img/common/icon_trophy.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 599px) {
  .award-details__box__title--trophy::before {
    top: -45px;
    width: 34px;
    height: 36px;
  }
}
.award-details__box__title__main {
  display: block;
  margin-top: 5px;
  font-size: 3.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .award-details__box__title__main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__box__title__main {
    font-size: 2.4rem;
  }
}
.award-details__box__name {
  margin-bottom: 30px;
  padding: 11px 15px 13px;
  font-size: 1.9rem;
  line-height: 1.2;
  color: #e95f25;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  border: 2px solid #f29b76;
}
@media screen and (max-width: 1024px) {
  .award-details__box__name {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__box__name {
    margin-bottom: 18px;
    padding: 7px 8px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.award-details__box__heading {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1.3;
  color: #e95f25;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-details__box__heading {
    margin-bottom: 30px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__box__heading {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.award-details__box__heading__author {
  margin-top: 20px;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .award-details__box__heading__author {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__box__heading__author {
    margin-top: 12px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.award-details__box__text {
  padding: 0 25px;
  font-size: 1.7rem;
  width: 750px;
  margin: 0 auto;
  line-height: 1.8;
  color: #555;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .award-details__box__text {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .award-details__box__text {
    padding: 0;
    font-size: 1.4rem;
  }
}
.award-details__outline {
  padding: 0 80px;
}
@media screen and (max-width: 1024px) {
  .award-details__outline {
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__outline {
    padding: 0;
  }
}
.award-details__outline table {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .award-details__outline table {
    margin-bottom: 15px;
  }
}
.award-details__outline table th,
.award-details__outline table td {
  padding: 6px 0;
  color: #e95f25;
  font-size: 2.2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-details__outline table th,
  .award-details__outline table td {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__outline table th,
  .award-details__outline table td {
    padding: 5px 0;
    font-size: 1.5rem;
  }
}
.award-details__outline table th {
  width: 182px;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .award-details__outline table th {
    width: 100px;
  }
}
.award-details__outline__kome {
  margin-bottom: 3px;
  padding-left: 1em;
  color: #e95f25;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-indent: -1em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-details__outline__kome {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__outline__kome {
    font-size: 1.3rem;
  }
}
.award-details__reward {
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .award-details__reward {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__reward {
    padding: 0;
  }
}
.award-details__reward__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .award-details__reward__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -25px;
    margin-bottom: 10px;
  }
}
.award-details__reward__item {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .award-details__reward__item {
    width: 33.3%;
  }
}
@media screen and (max-width: 320px) {
  .award-details__reward__item {
    width: 49.95%;
  }
}
.award-details__reward__item__title {
  position: relative;
  margin-bottom: 25px;
  padding-top: 75px;
  color: #e95f25;
  font-size: 2.2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-details__reward__item__title {
    margin-bottom: 15px;
    padding-top: 45px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__reward__item__title {
    padding-top: 40px;
    font-size: 1.5rem;
  }
}
.award-details__reward__item__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: url("../img/common/icon_trophy.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .award-details__reward__item__title::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__reward__item__title::before {
    width: 28px;
    height: 28px;
  }
}
.award-details__reward__item__title span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .award-details__reward__item__title span {
    font-size: 1.4rem;
  }
}
.award-details__reward__item__text {
  position: relative;
  z-index: 1;
}
.award-details__reward__item__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  background-color: #fdf466;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 15px 5px #fdf466;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .award-details__reward__item__text::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__reward__item__text::before {
    width: 60px;
    height: 60px;
  }
}
.award-details__reward__item__text p {
  color: #ec723e;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.award-details__reward__item__text p:nth-child(1) {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-details__reward__item__text p:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__reward__item__text p:nth-child(1) {
    font-size: 1.4rem;
  }
}
.award-details__reward__item__text p:nth-child(2) {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .award-details__reward__item__text p:nth-child(2) {
    margin: 5px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__reward__item__text p:nth-child(2) {
    font-size: 1.5rem;
  }
}
.award-details__reward__item__text p:nth-child(2) span {
  font-size: 10rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .award-details__reward__item__text p:nth-child(2) span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__reward__item__text p:nth-child(2) span {
    font-size: 2.6rem;
  }
}
.award-details__reward__item__text p:nth-child(3) {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-details__reward__item__text p:nth-child(3) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__reward__item__text p:nth-child(3) {
    font-size: 1.6rem;
  }
}
.award-details__ceremony__sub {
  margin-bottom: 45px;
  color: #e95f25;
  font-size: 2.2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .award-details__ceremony__sub {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__ceremony__sub {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.award-details__ceremony__sub02 {
  color: #e95f25;
  font-size: 3.2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .award-details__ceremony__sub02 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__ceremony__sub02 {
    font-size: 2.4rem;
  }
}
.award-details__ceremony__title {
  position: relative;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .award-details__ceremony__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .award-details__ceremony__title {
    margin-bottom: 15px;
  }
}
.award-details__ceremony__title::before, .award-details__ceremony__title::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-color: #f29b76;
  z-index: 0;
}
.award-details__ceremony__title::before {
  height: 8px;
}
.award-details__ceremony__title::after {
  height: 6px;
  border-top: 1px solid #ffefd5;
  border-bottom: 1px solid #ffefd5;
}
.award-details__ceremony__title span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  background-color: #ffefd5;
  color: #e95f25;
  font-size: 2.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .award-details__ceremony__title span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-details__ceremony__title span {
    padding: 0 20px;
    font-size: 1.6rem;
  }
}
.award-details__ceremony__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .award-details__ceremony__list {
    margin-top: -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.award-details__ceremony__item {
  width: 30.8333333333%;
}
@media screen and (max-width: 599px) {
  .award-details__ceremony__item {
    margin-top: 10px;
    width: calc((99.9% - 10px) / 2);
  }
}
.award-details__ceremony__item:not(:last-child) {
  margin-right: 3.7%;
}
@media screen and (max-width: 599px) {
  .award-details__ceremony__item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .award-details__ceremony__item:nth-last-child(2n) {
    margin-left: 10px;
  }
}

.award-entry {
  position: relative;
}
.award-entry::before {
  content: "";
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 100%;
  height: 29px;
  margin: 0 auto;
  background: url(../img/award/award_entry_bg_penguin.png) top repeat-x;
  background-size: 1389px auto;
}
@media screen and (max-width: 1024px) {
  .award-entry::before {
    top: -19px;
    height: 19px;
    background-size: 919px auto;
  }
}
@media screen and (max-width: 599px) {
  .award-entry::before {
    top: -16px;
    height: 17px;
    background-size: 789px auto;
  }
}
.award-entry__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px 80px;
}
@media screen and (max-width: 1024px) {
  .award-entry__inner {
    padding: 50px 20px 60px;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__inner {
    padding: 40px 20px 50px;
  }
}
.award-entry__inner--btn-block {
  padding: 50px 20px 80px;
  max-width: 530px;
}
@media screen and (max-width: 1024px) {
  .award-entry__inner--btn-block {
    padding: 50px 20px 60px;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__inner--btn-block {
    padding: 40px 20px 50px;
  }
}
.award-entry__inner__btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .award-entry__inner__btn-block {
    margin-top: -15px;
  }
}
.award-entry__inner__btn-block > li {
  width: calc((99.9% - 30px) / 2);
}
@media screen and (max-width: 599px) {
  .award-entry__inner__btn-block > li {
    margin-top: 15px;
    width: 100%;
  }
}
.award-entry__content:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .award-entry__content:not(:last-child) {
    margin-bottom: 50px;
  }
}
.award-entry__content__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__container {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.award-entry__content__container .award-entry__content__block {
  width: 47.95%;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__container .award-entry__content__block {
    width: 100%;
  }
}
.award-entry__content__container .award-entry__content__block:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__container .award-entry__content__block:first-child {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.award-entry__content__title {
  position: relative;
  margin-bottom: 50px;
  padding-top: 140px;
  color: #e95f25;
  font-size: 2.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__title {
    margin-bottom: 30px;
    padding-top: 100px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__title {
    margin-bottom: 20px;
    padding-top: 65px;
    font-size: 1.8rem;
  }
}
.award-entry__content__title::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.award-entry__content__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1100px;
  height: 93px;
  margin: 0 auto;
  background: url("../img/top/top_anniversary_title.png") no-repeat;
  background-size: 100%;
}
.award-entry__content__title--tree::before {
  top: 50px;
  width: 44px;
  height: 70px;
  background: url("../img/common/icon_tree02.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__title--tree::before {
    top: 42px;
    width: 30px;
    height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__title--tree::before {
    top: 22px;
    width: 23px;
    height: 37px;
  }
}
.award-entry__content__title--apple::before {
  top: 65px;
  width: 47px;
  height: 54px;
  background: url("../img/common/icon_apple.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__title--apple::before {
    top: 45px;
    width: 34px;
    height: 39px;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__title--apple::before {
    top: 25px;
    width: 28px;
    height: 34px;
  }
}
.award-entry__content__wait {
  position: relative;
  margin-bottom: 50px;
  padding: 15px 15px;
  color: #d63c59;
  font-size: 2.5rem;
  line-height: 1.4;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  border: 4px solid rgba(214, 60, 89, 0.7);
}
@media screen and (max-width: 1024px) {
  .award-entry__content__wait {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__wait {
    margin-bottom: 20px;
    padding: 10px 10px;
    font-size: 1.56rem;
    line-height: 1.5;
    letter-spacing: 0;
    border: 3px solid rgba(214, 60, 89, 0.7);
  }
}
.award-entry__content__block__image {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .award-entry__content__block__image {
    margin-bottom: 20px;
  }
}
.award-entry__content__block__image img {
  width: 100%;
}
.award-entry__content__block__image--01 img {
  max-width: 264px;
}
@media screen and (max-width: 599px) {
  .award-entry__content__block__image--01 img {
    max-width: 170px;
    margin-left: -10px;
  }
}
.award-entry__content__block__image--02 img {
  max-width: 353px;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__block__image--02 img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__block__image--02 img {
    margin-left: 0;
    max-width: 230px;
  }
}
.award-entry__content__block__image--03 img {
  max-width: 428px;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__block__image--03 img {
    margin-left: 70px;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__block__image--03 img {
    max-width: 278px;
    margin-left: 20px;
  }
}
.award-entry__content__block__text {
  margin-bottom: 20px;
  color: #e95f25;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__block__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__block__text {
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.award-entry__content__block__button {
  max-width: 320px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__block__button {
    margin: 25px auto 0;
  }
}
.award-entry__content__block__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #f29b76;
}
.award-entry__content__block__box.box-contact {
  border: 2px dotted rgba(242, 155, 118, 0.6);
  padding: 15px 20px 20px;
}
@media screen and (max-width: 599px) {
  .award-entry__content__block__box.box-contact {
    padding: 12px 12px 15px;
    background-color: #fcf5f2;
    border: none;
  }
}
.award-entry__content__block__box.box-contact p {
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .award-entry__content__block__box.box-contact p {
    font-size: 1.3rem;
  }
}
.award-entry__content__block__box p {
  color: #e95f25;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__block__box p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__block__box p {
    font-size: 1.4rem;
  }
}
.award-entry__content__block__box p a {
  color: #e95f25;
}
.award-entry__content__block__box p a:hover {
  text-decoration: underline;
}
.award-entry__content__box {
  margin-bottom: 50px;
  padding: 25px;
  border: 1px solid #f29b76;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__box {
    margin-bottom: 30px;
  }
}
.award-entry__content__box p {
  color: #e95f25;
  font-size: 1.9rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .award-entry__content__box p {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__box p {
    font-size: 1.5rem;
  }
}
.award-entry__content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .award-entry__content__buttons {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .award-entry__content__buttons li {
    width: 100%;
  }
}
.award-entry__content__buttons li:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .award-entry__content__buttons li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.award-entry__content__buttons li .button-type01 {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .award-entry__content__buttons li .button-type01 {
    width: 80%;
  }
}
.award-entry__content__buttons li .button-type01--line {
  padding: 13px 0;
}

.award-intro {
  max-width: 1140px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .award-intro {
    margin: 0 auto 35px;
  }
}
.award-intro__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: -10px auto 50px;
}
@media screen and (max-width: 599px) {
  .award-intro__nav {
    margin: 0 auto 30px;
  }
}
.award-intro__nav__item {
  margin-top: 10px;
  margin-right: 5px;
  width: calc((99.9% - 20px) / 5);
}
.award-intro__nav__item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .award-intro__nav__item {
    margin-top: 12px;
    width: 100%;
    margin-right: 0;
  }
}
.award-intro__nav__item .button-type01 {
  padding: 8px;
}
@media screen and (max-width: 599px) {
  .award-intro__nav__item .button-type01 {
    padding: 9px;
  }
}
.award-intro__title {
  padding: 25px 28px;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #e95f25;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 5px solid #f29b76;
}
@media screen and (max-width: 599px) {
  .award-intro__title {
    padding: 20px 15px;
    font-size: 1.7rem;
    border: 4px solid #f29b76;
  }
}/*# sourceMappingURL=style.css.map */