@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 3.85rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.45rem;
}

h4, .h4 {
  font-size: 1.82rem;
}

h5, .h5 {
  font-size: 1.68rem;
}

h6, .h6 {
  font-size: 1.4rem;
}

.lead {
  font-size: 2.8rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

img {
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  padding-top: 54px;
  width: 100%;
  letter-spacing: .06em;
  color: #333;
  background-color: #fff;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 1.26rem;
}

@media (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

body.ie11 {
  font-family: "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 1;
}

a:hover {
  opacity: .6;
}

ol,
ul {
  padding-left: 1em;
}

ol li,
ul li {
  padding-left: 0;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.h1,
h1 {
  font-size: 3.08rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.5em;
}

@media (min-width: 769px) {
  .h1,
  h1 {
    font-size: 3.85rem;
  }
}

.h2,
h2 {
  font-size: 2.24rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em;
}

@media (min-width: 769px) {
  .h2,
  h2 {
    font-size: 2.8rem;
    margin-bottom: 1em;
  }
}

.h3,
h3 {
  font-size: 1.96rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em;
}

@media (min-width: 769px) {
  .h3,
  h3 {
    font-size: 2.45rem;
    margin-bottom: 1em;
  }
}

.h4,
h4 {
  font-size: 1.547rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em;
}

@media (min-width: 769px) {
  .h4,
  h4 {
    font-size: 1.82rem;
    margin-bottom: 1em;
  }
}

.h5,
h5 {
  font-size: 1.428rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: .8em;
}

@media (min-width: 769px) {
  .h5,
  h5 {
    font-size: 1.68rem;
    margin-bottom: 1em;
  }
}

figcaption {
  font-size: 1.1rem;
  display: block;
  padding-top: .2em;
  text-align: center;
  color: #999;
}

*:last-child {
  margin-bottom: 0;
}



.copy {
  text-align: center;
  font-size: 1.1rem;
}

.pagetop a {
  display: block;
  padding: .5em 15px;
  text-align: center;
  background-color: #333;
  color: #fff;
}

@media (min-width: 769px) {
  .pagetop {
    position: fixed;
    bottom: 60px;
    right: 8px;
    z-index: 99;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .pagetop a {
    position: relative;
    color: #333;
    width: 100%;
    height: 100%;
  }
  .pagetop a::before {
    content: '\f106';
    font-family: 'FontAwesome';
    color: #fff;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    line-height: 1;
  }
}

body {
  width: 100%;
  padding-top: 0;
  margin-top: 0;
  overflow-x: hidden;
}

body::after {
  content: none;
}

.mv {
  width: 100%;
  margin-bottom: 10px;
}

.mv img {
  width: 100%;
  display: block;
}

.mv-cap {
  text-align: right;
  margin-right: 20px;
  font-size: 1.4rem;
  margin-bottom: 60px;
}

.btn {
  width: 94%;
  margin: 0 3%;
  display: block;
  padding: 0;
}

.btn a {
 width: 100%;
 display: block;
 background: #268ac5;
 text-align: center;
 color: #FFF;
 font-size: 2rem;
 font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
 padding: 20px 0;
 position: relative;
}

@media (min-width: 769px) {
.btn {
    /* width: 384px; */
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
}

.btn a {
  /*width: 100%;*/
  width: 384px;
  display: block;
  /*background: #9f8b4a;*/
  background: #5bb555;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  padding: 20px 0;
  position: relative;
}	

.btn a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 20px;
}

.btn a:hover {
  text-decoration: none;
}

.btn.anc a::after {
  top: 40%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}


.presents {
  width: 94%;
  margin: 0 3%;
  /*border: 1px solid #9f8b4a;*/
  /*-webkit-box-sizing: border-box;
          box-sizing: border-box;*/
  /*padding: 60px 20px;*/
  margin-bottom: 60px;
}

@media (min-width: 769px) {
  .presents {
    width: 98%;
    margin: 0 auto;
    /*padding: 60px;*/
    margin-bottom: 40px;
  }
}

@media (min-width: 1112px) {
  .presents {
    width: 1112px;
    margin: 0 auto;
    /*padding: 60px;*/
    margin-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .presents {
    width: 1400px;
    margin: 0 auto;
    /*padding: 60px;*/
    margin-bottom: 40px;
  }
}

.presents h2 {
  width: 80%;
  margin: 0 10% 40px;
}

@media (min-width: 769px) {
  .presents h2 {
    width: 494px;
    margin: 0 auto 40px;
  }
}

.presents .presents-image {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .presents .presents-image {
    width: 1280px;
  }
}

.presents .first-txt {
  text-align: center;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .presents .first-txt {
    font-size: 3rem;
  }
}

.presents .main-txt {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background: #eff0ef;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .presents .main-txt {
    font-size: 3rem;
  }
}

.presents .main-txt span {
  font-size: 3rem;
  color: #9f8b4a;
}

@media (min-width: 769px) {
  .presents .main-txt span {
    font-size: 4rem;
  }
}

.presents .pre-cap {
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .presents .pre-cap {
    margin-bottom: 80px;
    font-weight: normal;
  }
}

.presents .row {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .presents .row {
    width: 850px;
  }
}

.presents .row h3 {
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  margin-bottom: 20px;
}

.presents .row h3 ruby rb {
  font-size: 3rem;
}

.presents .row p {
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
  font-size: 1.6rem;
}

.presents .row img {
  width: 60%;
  margin: 0 20%;
}

@media (min-width: 769px) {
  .presents .row img {
    width: auto;
    margin: 0;
  }
}

hr {
  max-width: 94%;
  margin: 0 3%;
  background-color: #000;
  margin-bottom: 100px;
}

@media (min-width: 769px) {
  hr {
    width: 1112px;
    margin: 0 auto 100px;
  }
}

.outline {
  width: 94%;
  margin: 0 3%;
}

@media (min-width: 769px) {
  .outline {
    width: 1112px;
    margin: 0 auto 20px;
  }
}

.outline h2 {
  -ms-flex-preferred-size: bold;
      flex-basis: bold;
  font-size: 1.9rem;
  margin-bottom: 20px;
}



.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1367px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

