@charset "UTF-8";

/* ======================
reset css
========================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  line-height: 1.7;
}
body{
  margin: 0 auto;
  padding: 0;
  font-family: "Yu Gothic", "游ゴシック", sans-serif;
  font-weight: 600;
  max-width: 800px;
  background-color: #445145;
}
@media screen and (min-width:960px) {
  body{
    background-color: #445145;
  }
}
/* h1, h2, h3, h4, h5, h6 {
  font-family: 'Baloo 2', cursive;
} */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: .3s;
}
a:hover{
  opacity: .8;
  transition: .3s;
}
p {
  font-size: 1.4rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  margin: 0;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
@media screen and (min-width: 600px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
}

/* ==========================
Reset and base styles
========================== */
body {
  overflow-x: hidden;
}
.global-header {
  display: none;
}
.global-contents__inner {
  width: 100% !important;
  padding: 0 !important
}
#tblLayout {
  width: 100% !important;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
td, th {
  padding: 0;
  margin: 0;
}
main + div {
  display: none;
}

/* ======================
inner
========================*/
.inner {
  padding-bottom: 40%;
}
@media screen and (min-width:960px) {
  .inner {
    background-color: #445145;
    padding-bottom: 10%;
    border-left: 8px solid #E6E0C6;
    border-right: 8px solid #E6E0C6;
    box-sizing: border-box;
  }
}

/* ======================
lead
========================*/
.lead {
  padding: 0 32px;
  color: #E6E0C6;
  margin: 32px auto;
  font-size: 1.4rem;
  line-height: 2.2;
  max-width: 750px;
}
@media screen and (min-width: 960px) {
  .lead {
    font-size: 1.8rem;
    text-align: center;
  }
}


/* ======================
box
========================*/
.box-1{
  height: auto;
}
.box-1 img{
  height: auto;
}
.box-2{
  margin: 0% 0 0%;
}
.box-3{
  padding: 20px 0px;
  display: block;
}
.box-4{
  margin: 10% auto 0;
}
@media screen and (min-width:960px) {
  .box-2 img , .box-4 img {
    margin: 20% auto 0;
    max-width: 700px;
  }
}

/* ======================
element
========================*/
.element {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform .8s, opacity .5s;
}

/* ======================
right
========================*/
.right {
  width: 88%!important;
  margin-top: 10px!important;
}

/* ======================
flex
========================*/
.flex .item img:hover {
  transform: translate(0px, 5px);
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex .item{
  width: 100%;
  margin: 0;
  padding: 0;
}
.flex .item img {
  width: 100%;
  display: block;
  margin: 0 auto;
  transition: .2s;
}
@media screen and (min-width:960px) {
  .flex .item {
    width: 60%;
  }
  .right {
    width: 40%!important;
    position: relative;
    top: 230px;
  }
  .flex .item img {
    width: 100%;
  }
}


/* ======================
push
========================*/
.push {
  text-align: center;
  display: block;
  color: #000;
  font-size: .9rem!important;
  margin-top: 15px;
}
@media screen and (min-width:960px) {
  .push {
    font-size: 1rem !important;
    text-align: center;
    display: block;
    color: #000;
  }
}

/* ======================
button
========================*/
.button {
  display: block;
  text-align: center;
  font-size: .1.2rem;
  border-radius: 1000px;
  border: 2px solid #fff;
  background: #fff;
  color: #333;
  text-decoration: none;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 600;
  padding: 16px 0;
  margin: 30px auto 0;
}
@media screen and (min-width:960px) {
  .button {
    font-size: 1.4rem;
  }
}

/* ======================
copy
========================*/
copy {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin-top: 40px;
}

/* ======================
fade
========================*/
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* ======================
bnr(footer)
========================*/
/* .Bnr {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  z-index: 9999999;
}
.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.Bnr__img__inner {
  box-sizing: border-box;
  padding: 8px 8px 0px 8px;
  background-color: #fef81e;
  width: 100%;
  margin-top: -1px;
}
.Bnr__img__inner a {
  display: block;
  background-color: #fef81e;
  color: #fff;
  text-align: center;
  font-size: .9rem;
  letter-spacing: 2px;
}
.bnr-open {
  width: 65px;
  height: 30px;
  border-radius: 75px 75px 0 0;
  border-bottom: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fef81e;
  font-size: .6rem;
  color: #202020;
  line-height: 3.5;
  letter-spacing: .83px;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.Bnr__img img {
width: 100%;
}
.bnr-open:hover {
  transition: .2s;
  opacity: 1;
  background-color: #fef81e;
}
@media all and (-ms-high-contrast: none) {
  .Bnr__img__inner {
    box-sizing: border-box;
    padding: 8px 8px 8px;
    background-color: #fef81e;
    width: 100%;
  }
} 
@media screen and (min-width:960px) {
  .bnr-open {
    width: 65px;
    height: 30px;
    border-radius: 75px 75px 0 0;
    border-bottom: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #fef81e;
    font-size: .7rem;
    color: #202020;
    line-height: 3.5;
    letter-spacing: 1.3px;
    cursor: pointer;
    font-weight: 600;
    display: block;
    text-decoration: none;
  }
  .Bnr .Bnr__img {
      position: fixed;
      bottom: 0;
      z-index: 99999;
      width: 100%;
      left: 50%;
      transform: translate(-50%, 0%);
      max-width: 515px;
  }
}
*/