@charset "utf-8";
html {
  font-size: 3.125vw;
}
@media only screen and (min-width: 47em ) {
  html {
    font-size: 1.72413793vw;
  }
}
@media only screen and (min-width: 72.5em ) {
  html {
    font-size: 125%;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}



@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1em;
  padding-top: 6.2em;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media only screen and (min-width: 47em ) {
  body {
    padding-top: 0;
  }
}

img {
  height: auto;
  max-width: 100%;
}
img[srcset] {
  width: 100%;
}


.width {
  padding-right: 1.5em;
  padding-left: 1.5em;
  overflow: hidden;
}
@media only screen and (min-width: 72.5em ) {
  .width {
    margin-right: auto;
    margin-left: auto;
    width: 58em;
  }
}


.pc {
  display: none;
}
@media only screen and (min-width: 47em ) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}


.st-Header {
  background-color: #fff;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}
.st-Header_Inner {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: 6.2em;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: .5em;
  padding-right: 1.5em;
  padding-bottom: .5em;
  padding-left: 1.5em;
}
.st-Logo {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
  width: 5.45em;
}
@media only screen and (min-width: 47em ) {
  .st-Header {
    position: static;
  }
  .st-Header_Inner {
    display: block;
    height: auto;
    padding-top: 5.1em;
    padding-right: 0;
    padding-bottom: .85em;
    padding-left: 0;
    position: relative;
  }
  .st-Logo {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 1.3em;
    width: 5.85em;
  }
  .st-Header_Fb {
    position: absolute;
    right: 1.5em;
    top: .7em;
    width: 1.45em;
  }
}
.st-Menu {
  padding: 0;
  width: 3.05em;
}
.st-Gnav {
  background-color: rgba(0,0,0,.75);
  height: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  position: absolute;
  right: 0;
  left: 0;
  top: 6.2em;
  transition: .5s height ease-in-out;
}
.st-Menu-On + .st-Gnav {
  height: calc(100vh - 6.2em);
  overflow: auto;
}
.st-Gnav_List {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0;
  text-align: center;
}
.st-Gnav_List li {
  margin-bottom: 2em;
}
.st-Gnav_List .yet {
  opacity: .5;
}
.st-Gnav_List img {
  height: 3.85em;
  width: auto;
}
@media only screen and (min-width: 47em ) {
  .st-Menu {
    display: none;
  }
  .st-Gnav {
    background-color: transparent;
    height: auto;
    position: static;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .st-Gnav_List {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }
  .st-Gnav_List li {
    margin-bottom: 0;
  }
  .st-Gnav_List li:nth-child(3) {
    margin-right: 4em;
  }
  .st-Gnav_List li:nth-child(4) {
    margin-left: 4em;
  }
  .st-Gnav_List img {
    height: 1.95em;
  }
}


@media only screen and (min-width: 47em ) {
  .st-Slide {
    margin-bottom: 2.75em;
  }
  .st-Contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}


.st-Bnr {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 6.7em;
  padding-left: 0;
}
.st-Bnr li {
  margin-bottom: 1.5em;
}
.st-Bnr .yet {
  background-color: #000;
  display: block;
}
.st-Bnr .yet img {
  opacity: .5;
}
@media only screen and (min-width: 47em ) {
  .st-Bnr {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
    -webkit-box-ordinal-group: 0;
    /*order: -1;*/
  }
  .st-Contents .st-Bnr {
    margin-bottom: 5em;
  }
  .st-Bnr li {
    margin-bottom: 0;
    width: 27em;
  }
}

.st-Footer {
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  margin-right: -1.5em;
  margin-left: -1.5em;
  padding-top: 1.65em;
  padding-bottom: 2.25em;
}
.st-Footer_Logo {
  display: block;
  margin-right: auto;
  margin-bottom: .4em;
  margin-left: auto;
  width: 6.15em;
}
.st-Footer_Copyright {
  color: #fff;
  display: block;
  line-height: 1.4;
  margin-bottom: 2.65em;
  text-align: center;
}
.st-Footer_Fb {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 3.3em;
}
@media only screen and (min-width: 47em ) {
  .st-Footer {
    background-image: url(../img/pc/footer_bg.jpg);
    margin-right: 0;
    margin-left: 0;
    padding-top: 2.5em;
    padding-bottom: 2.4em;
  }
  .st-Footer_Logo {
    margin-bottom: .875em;
    width: 5.85em;
  }
  .st-Footer_Copyright {
    font-size: .65em;
    line-height: 1.84615385;
    margin-bottom: 5.19230769em;
  }
  .st-Footer_Fb {
    width: 2.25em;
  }
}



.st-Main {
  padding-top: 2.25em;
}
.st-Main2 {
  padding-top: 4.5em;
  padding-bottom: 5.8em;
}
@media only screen and (min-width: 47em ) {
  .st-Main2 {
    padding-top: .75em;
  }
}

.index-Thought {
  margin-bottom: 7.35em;
}
.index-Thought_Title {
  font-size: 1em;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 2.75em;
  margin-left: auto;
  width: 11.85em;
}
.index-Thought_Text {
  font-size: 1.2em;
  line-height: 1.66666667;
  margin-right: -.5em;
  margin-bottom: 2.70833333em;
  margin-left: -.5em;
  text-align: center;
}
.index-Thought_More {
  display: block;
  margin-right: auto;
  margin-bottom: 4.6em;
  margin-left: auto;
  width: 8em;
}
@media only screen and (min-width: 47em ) {
  .index-Thought {
    margin-bottom: 7em;
  }
  .index-Thought_Title {
    margin-bottom: 1.225em;
    width: 9.6em;
  }
  .index-Thought_Text {
    font-size: .65em;
    line-height: 1.84615385;
    margin-bottom: 1.57692308em;
  }
  .index-Thought_More {
    margin-bottom: 1em;
    width: 6.35em;
  }
}

.index-Select {
  margin-bottom: 7.35em;
}
.index-Select_Title {
  font-size: 1em;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 2.75em;
  margin-left: auto;
  width: 22.7em;
}
.index-Select_Text {
  font-size: 1.2em;
  line-height: 1.66666667;
  margin-right: -.5em;
  margin-bottom: 2.70833333em;
  margin-left: -.5em;
  text-align: center;
}
.index-Select_More {
  display: block;
  margin-right: auto;
  margin-bottom: 4.6em;
  margin-left: auto;
  width: 8.1em;
}
@media only screen and (min-width: 47em ) {
  .index-Select {
    margin-bottom: 7em;
  }
  .index-Select_Title {
    margin-bottom: 1.225em;
    width: 17.8em;
  }
  .index-Select_Text {
    font-size: .65em;
    line-height: 1.84615385;
    margin-bottom: 1.57692308em;
  }
  .index-Select_More {
    margin-bottom: 1em;
    width: 6.6em;
  }
}

.index-Pleasure {
  margin-bottom: 7.35em;
}
.index-Pleasure_Title {
  font-size: 1em;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 2.75em;
  margin-left: auto;
  width: 12.65em;
}
.index-Pleasure_Text {
  font-size: 1.2em;
  line-height: 1.66666667;
  margin-right: -.5em;
  margin-bottom: 2.70833333em;
  margin-left: -.5em;
  text-align: center;
}
.index-Pleasure_More {
  display: block;
  margin-right: auto;
  margin-bottom: 4.6em;
  margin-left: auto;
  width: 8.75em;
}
.index-Pleasure_More.yet {
  opacity: .5;
}
@media only screen and (min-width: 47em ) {
  .index-Pleasure {
    margin-bottom: 7em;
  }
  .index-Pleasure_Title {
    margin-bottom: 1.225em;
    width: 9.85em;
  }
  .index-Pleasure_Text {
    font-size: .65em;
    line-height: 1.84615385;
    margin-bottom: 1.57692308em;
  }
  .index-Pleasure_More {
    margin-bottom: 1em;
    width: 7.35em;
  }
}

.index-Info {
  margin-bottom: 5.8em;
}
.index-Info_Title {
  font-size: 1em;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 3.5em;
  margin-left: auto;
  width: 16.9em;
}
.index-Info_List {
  border-top: .1em dotted #ebebeb;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 5em;
  padding-left: 0;
}
.index-Info_List li {
  border-bottom: .1em dotted #ebebeb;
  margin-bottom: .6em;
}
.index-Info_List a {
  -webkit-box-align: start;
  align-items: flex-start;
  color: #000;
  display: -webkit-box;
  display: flex;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  text-decoration: none;
}
.index-Info_Img {
  flex-shrink: 0;
  margin-top: .5em;
  margin-right: 1.2em;
  width: 7.1em;
  min-width: 0;
}
.index-Info_Text {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}
.index-Info_Date {
  color: #bda075;
  display: block;
}
.index-Info_More {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 7.95em;
}
@media only screen and (min-width: 47em ) {
  .index-Info {
    margin-bottom: 7em;
  }
  .index-Info_Title {
    margin-bottom: 2em;
    width: 13.15em;
  }
  .index-Info_List {
    margin-bottom: 1em;
  }
  .index-Info_List a {
    -webkit-box-align: center;
    align-items: center;
    font-size: .54166667em;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .index-Info_Img {
    margin-top: 0;
    width: 8.5846418em;
  }
  .index-Info_Text {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .index-Info_Date {
    display: inline;
    margin-right: .5em;
  }
  .index-Info_More {
    width: 6.6em;
  }
}

.index-About {
  margin-bottom: 8.6em;
}
.index-About_Img {
  display: block;
  margin-right: auto;
  margin-bottom: 1.6em;
  margin-left: auto;
  width: 22.2em;
}
.index-About_Text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.2em;
  line-height: 1.75;
  text-align: center;
}
.index-About_Text p {
  margin-top: 0;
  margin-bottom: 0;
}
.index-About_Text p + p {
  margin-top: .75em;
}
@media only screen and (min-width: 47em ) {
  .index-About {
    margin-bottom: 6.5em;
  }
  .index-About_Img {
    margin-bottom: 1em;
    width: 16.45em;
  }
  .index-About_Text {
    font-size: .65em;
    line-height: 1.84615385;
  }
}


@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
