@charset "UTF-8";
/**@mixin en{
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}**/
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

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

li {
  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;
  font-variant: normal; }

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

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

.container figure, .container figcaption {
  margin: 0;
  padding: 0; }

.bg {
  background: #f0ece9; }

.sup-midashi {
  border-top: 1px solid #705914;
  border-bottom: 1px solid #705914;
  padding: 2rem 0;
  text-align: center;
  font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 400; }
  .sup-midashi .furi {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0.5rem; }
  .sup-midashi .kana {
    font-size: 1.8rem;
    line-height: 1.4;
    font-size: 3.6rem;
    color: #bfa445;
    font-family: "Times","Times New Roman", serif; }

.sup-box {
  background: #f0ece9;
  padding: 7rem 0; }
  .sup-box .inner {
    padding: 0; }
  .sup-box .sup-flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch; }
    .sup-box .sup-flex * {
      min-height: 0%; }
    .sup-box .sup-flex .img-box {
      margin-top: 3rem; }
      .sup-box .sup-flex .img-box .img .note {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 1rem;
        text-align: right; }
      .sup-box .sup-flex .img-box .img img {
        box-shadow: 1rem 1rem 0 #fff; }
    .sup-box .sup-flex .img01 {
      width: 63%; }
    .sup-box .sup-flex .txt01 {
      width: 33%; }
    .sup-box .sup-flex .img02 {
      width: 44%;
      -webkit-box-ordinal-group: 5;
      order: 4;
      position: relative; }
      .sup-box .sup-flex .img02 .img {
        margin-top: -10rem;
        z-index: 3; }
    .sup-box .sup-flex .txt02 {
      width: 51%; }
    .sup-box .sup-flex .txt-box {
      margin-top: 3rem; }
      .sup-box .sup-flex .txt-box .q {
        margin-top: 4rem;
        color: #9f8d4b;
        font-size: 2.2rem;
        line-height: 1.5; }
      .sup-box .sup-flex .txt-box .a {
        margin-top: 3rem;
        font-size: 1.6rem;
        line-height: 2;
        font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt";
        font-weight: 400; }
  .sup-box:nth-of-type(2n) {
    background: none; }
    .sup-box:nth-of-type(2n) .sup-flex .txt01 {
      -webkit-box-ordinal-group: -2;
      order: -1; }
    .sup-box:nth-of-type(2n) .sup-flex .txt02 {
      -webkit-box-ordinal-group: 6;
      order: 5; }
    .sup-box:nth-of-type(2n) .sup-flex .img img {
      box-shadow: 1rem 1rem 0 #f0ece9; }
  @media screen and (max-width: 600px) {
    .sup-box {
      padding: 4.5rem 0; }
      .sup-box .sup-flex .img01 {
        width: 100%; }
      .sup-box .sup-flex .txt01 {
        width: 100%; }
      .sup-box .sup-flex .img02 {
        width: 100%; }
        .sup-box .sup-flex .img02 .img {
          margin-top: 0; }
      .sup-box .sup-flex .txt02 {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        order: 5; }
      .sup-box .sup-flex .txt-box {
        margin-top: 0; }
      .sup-box:nth-of-type(2n) .img01 {
        -webkit-box-ordinal-group: -3;
        order: -2; } }
