/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
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;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

* {
  letter-spacing: 0.2em;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1280px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {

  html,
  body {
    min-width: 375px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* ------------------------------
 width: all
------------------------------ */
header .wrapper .ham {
  width: 80px;
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
}

header .wrapper .spmenu {
  position: fixed;
  background-color: #F8F4DB;
  padding: 120px 40px 50px;
  top: 0;
  right: 0;
  z-index: 10;
  width: 350px;
  display: none;
}

header .wrapper .spmenu .spwrapper ul li {
  border-bottom: 1px solid #000;
}

header .wrapper .spmenu .spwrapper ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 15px 0;
  font-size: 18px;
}

header .wrapper .spmenu .close {
  width: 120px;
  height: 30px;
  margin: 20px auto 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

header .wrapper .spmenu .close span {
  cursor: pointer;
}

main section .wrapper .ttlbox {
  width: 460px;
  background-color: #B70000;
  border-radius: 100px;
  padding: 8px 0 8px 24px;
}

main section .wrapper .ttlbox .ttl h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

main section .wrapper .btn_entry {
  width: 550px;
  margin: 70px auto 0;
  border: 4px solid #000;
  border-radius: 100px;
  padding: 55px 0;
  background-color: #FFD800;
  font-size: 31px;
  line-height: 100%;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

main section .wrapper .btn_entry:hover {
  background-color: #f15c00;
  opacity: 1;
  color: #fff;
}

/* section01 */
main section.s01 {
  background-color: #F8F4DB;
}
.main_pc {
  width: 100%;
  display: block;
}

.main_sp {
  display: none;
}

/* section02 */
main div.s02 {
  padding: 64px 0 80px;
  background-color: #F8F4DB;
}

main div.s02 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

main div.s02 .wrapper p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
}

/* section03 */
main section.s03 {
  padding: 100px 0 0;
}

main section.s03 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

main section.s03 .wrapper .box03 {
  margin-top: 24px;
}

main section.s03 .wrapper .box03 .box03_ttl::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #B70000;
  margin-top: 32px;
}

main section.s03 .wrapper .box03 .box03_ttl p {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.2;
  margin-top: 8px;
}

main section.s03 .wrapper .box03 .box03_ttl p span {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.2;
}

main section.s03 .wrapper .box03 p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
  margin-top: 32px;
}

/* section04 */
main section.s04 {
  padding: 56px 0 80px;
}

main section.s04 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

main section.s04 .wrapper .box04 {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

main section.s04 .wrapper .box04 .content04 .box04_ttl::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #B70000;
  margin-top: 32px;
}

main section.s04 .wrapper .box04 .content04 .box04_ttl p {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.2;
  margin-top: 8px;
}

main section.s04 .wrapper .box04 .content04 .box04_ttl p span {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.2;
}

main section.s04 .wrapper .box04 .content04 p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
  margin-top: 32px;
}

main section.s04 .wrapper .box04 .content04 h3 {
  color: #B70000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
  margin-top: 24px;
}

main section.s04 .wrapper .box04 .content04 .box04_txt {
  margin-top: 0;
}

main section.s04 .wrapper .box04 p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
  margin-top: 32px;
}

main section.s04 .wrapper .box04 .imgbox04 {
  width: 70%;
}

main section.s04 .wrapper .box04 .imgbox04 img {
  display: block;
  width: 100%;
}

/* entry */
main section.entry {
  background-color: #551A19;
  padding: 100px 0;
}

main section.entry02 {
  background-color: #F8F4DB;
  padding: 56px 0 80px;
}

main section.entry .wrapper {
  max-width: 800px;
  margin: 0 auto;
}

main section.entry .wrapper .imgbox_entry {
  max-width: 800px;
  margin: 32px auto 0;
  position: relative;
}

main section.entry .wrapper .imgbox_entry img {
  display: block;
  width: 100%;
}

main section.entry .wrapper .imgbox_entry .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66.66%;
  /* 下3分の2だけカバー */
  display: block;
  text-indent: -9999px;
}

/* section05 */
main section.s05 {
  padding: 80px 0 0;
}

main section.s05 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

main section.s05 .wrapper .box05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

main section.s05 .wrapper .box05 h3 {
  width: 480px;
}

main section.s05 .wrapper .box05 h3 img {
  display: block;
  width: 100%;
}

/* section06 */
main section.s06 {
  padding: 80px 0;
}

main section.s06 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

main section.s06 .wrapper .box06 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-top: 32px;
}

main section.s06 .wrapper .box06 .imgbox06_1 {
  width: 70%;
}

main section.s06 .wrapper .box06 .imgbox06_1 img {
  display: block;
  width: 100%;
}

main section.s06 .wrapper p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
  margin-top: 32px;
  padding: 24px;
}

main section.s06 .wrapper a {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1;
  text-decoration: none;
  background-color: #B70000;
  padding: 16px 80px;
  margin: 32px auto 0;
  width: max-content;
  display: block;
}

/* section07 */
main section.s07 {
  padding: 80px 0 0;
  background-color: #F8F4DB;
}

main section.s07 .wrapper {
  max-width: 1000px;
  width: max-content;
  margin: 0 auto;
}

main section.s07 .wrapper h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.5;
}

main section.s07 .wrapper h3 span {
  color: #B70000;
}

main section.s07 .wrapper p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 2;
}

/* footer */
footer {
  padding: 80px 0;
  background-color: #551A19;
}

footer .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

footer .wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 2;
}

footer .wrapper .footer_txt {
  font-size: 14px;
  margin-top: 16px;
}

footer .btn_entry_fixed {
  width: 104px;
  display: block;
  position: fixed;
  top: 200px;
  right: 0;
}

footer .btn_entry_fixed img {
  width: 100%;
  display: block;
}

footer .pagetop {
  width: 60px;
  display: block;
  position: fixed;
  right: 60px;
  bottom: 80px;
}

footer .pagetop img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header .wrapper .ham {
    width: 48px;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
  }

  header .wrapper .spmenu {
    position: fixed;
    background-color: #F8F4DB;
    padding: 65px 20px 30px;
    top: 0;
    right: 0;
    z-index: 10;
    width: 250px;
    display: none;
  }

  header .wrapper .spmenu .spwrapper ul li {
    border-bottom: 1px solid #000;
  }

  header .wrapper .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 0;
    font-size: 14px;
  }

  header .wrapper .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 15px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  header .wrapper .spmenu .close span {
    cursor: pointer;
  }

  main section .wrapper .ttlbox {
  width: 300px;
  background-color: #B70000;
  border-radius: 100px;
  padding: 8px 0 8px 24px;
}

main section .wrapper .ttlbox .ttl h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

  main section .wrapper .btn_entry {
    width: 280px;
    margin: 40px auto 0;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 20px 0;
    background-color: #FFD800;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  main section .wrapper .btn_entry:hover {
    background-color: #f15c00;
    opacity: 1;
    color: #fff;
  }

  /* section01 */
  .main_pc {
    display: none;
  }

  .main_sp {
    width: 100%;
    display: block;
  }

  /* section02 */
  main div.s02 {
  padding: 48px 0 56px;
  background-color: #F8F4DB;
}

main div.s02 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 91.5%;
}

main div.s02 .wrapper p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
}

/* section03 */
main section.s03 {
  padding: 48px 0 0;
}

main section.s03 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 91.5%;
}

main section.s03 .wrapper .box03 {
  margin-top: 16px;
}

main section.s03 .wrapper .box03 .box03_ttl::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #B70000;
  margin-top: 16px;
}

main section.s03 .wrapper .box03 .box03_ttl p {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.2;
  margin-top: 8px;
}

main section.s03 .wrapper .box03 .box03_ttl p span {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.2;
}

main section.s03 .wrapper .box03 p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
  margin-top: 16px;
}

/* section04 */
main section.s04 {
  padding: 48px 0 64px;
}

main section.s04 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 91.5%;
}

main section.s04 .wrapper .box04 {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

main section.s04 .wrapper .box04 .content04 .box04_ttl::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #B70000;
  margin-top: 16px;
}

main section.s04 .wrapper .box04 .content04 .box04_ttl p {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.2;
  margin-top: 8px;
}

main section.s04 .wrapper .box04 .content04 .box04_ttl p span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.2;
}

main section.s04 .wrapper .box04 .content04 p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
  margin-top: 24px;
}

main section.s04 .wrapper .box04 .content04 h3 {
  color: #B70000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
  margin-top: 16px;
}

main section.s04 .wrapper .box04 .content04 .box04_txt {
  margin-top: 0;
}

main section.s04 .wrapper .box04 p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
  margin-top: 32px;
}

main section.s04 .wrapper .box04 .imgbox04 {
  width: 80%;
}

main section.s04 .wrapper .box04 .imgbox04 img {
  display: block;
  width: 100%;
}

  /* entry */
  main section.entry {
    background-color: #551A19;
    padding: 32px 0;
  }

  main section.entry02 {
  background-color: #F8F4DB;
  padding: 16px 0 64px;
}

  main section.entry .wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 91.5%;
  }

  main section.entry .wrapper .imgbox_entry {
    max-width: 800px;
    margin: 24px auto 0;
    position: relative;
  }

  main section.entry .wrapper .imgbox_entry img {
    display: block;
    width: 100%;
  }

  main section.entry .wrapper .imgbox_entry .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66.66%;
    /* 下3分の2だけカバー */
    display: block;
    text-indent: -9999px;
  }

  /* section05 */
  main section.s05 {
  padding: 48px 0 0;
}

main section.s05 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 91.5%;
}

main section.s05 .wrapper .box05 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

main section.s05 .wrapper .box05 h3 {
  width: 100%;
}

main section.s05 .wrapper .box05 h3 img {
  display: block;
  width: 100%;
}

  /* section06 */
  main section.s06 {
  padding: 64px 0;
}

main section.s06 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 91.5%;
}

main section.s06 .wrapper .box06 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px;
}

main section.s06 .wrapper .box06 .imgbox06_1 {
  width: 100%;
}

main section.s06 .wrapper .box06 .imgbox06_1 img {
  display: block;
  width: 100%;
}

main section.s06 .wrapper .box06 .imgbox06_2 {
  width: 100%;
}

main section.s06 .wrapper .box06 .imgbox06_2 img {
  display: block;
  width: 100%;
}

main section.s06 .wrapper p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
  margin-top: 16px;
  padding: 0;
}

main section.s06 .wrapper a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  background-color: #B70000;
  padding: 16px 80px;
  margin: 24px auto 0;
  max-width: max-content;
  width: 100%;
  display: block;
}

/* section07 */
main section.s07 {
  padding: 48px 0 0;
  background-color: #F8F4DB;
}

main section.s07 .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 91.5%;
}

main section.s07 .wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
}

main section.s07 .wrapper h3 span {
  color: #B70000;
}

main section.s07 .wrapper p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2%;
  line-height: 1.5;
  margin-top: 8px;
}
  /* footer */
  footer {
    padding: 64px 0;
  background-color: #551A19;
  }

  footer .wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 91.5%;
  }

  footer .wrapper p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2%;
    line-height: 2;
  }

  footer .wrapper .footer_txt {
  font-size: 12px;
  margin-top: 16px;
}

  footer .btn_entry_fixed {
    width: 104px;
    display: block;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    background-color: #FFD800;
    text-decoration: none;
    padding: 15px 0;
  }

  footer .btn_entry_fixed p {
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    font-weight: 800;
    color: #000;
  }

  footer .btn_entry_fixed img {
    width: 100%;
    display: block;
  }

  footer .pagetop {
    width: 32px;
    display: block;
    position: fixed;
    right: 25px;
    bottom: 40px;
  }

  footer .pagetop img {
    width: 100%;
    display: block;
  }
}