/* ------------------------------
 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: 24px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
}

header .wrapper .spmenu {
  position: fixed;
  background-color: #D680A0;
  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 #fff;
}

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

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

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

main section .wrapper .ttlbox {
  text-align: center;
  width: max-content;
  margin: 0 auto;
}

main section .wrapper .ttlbox .ttl01 h2 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

main section .wrapper .ttlbox .ttl01 h2::before {
  content: "";
  background-image: url(../images/ttl01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 24px;
  height: 23px;
}

main section .wrapper .ttlbox .ttl02 h2 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2%;
}

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

/* header */
/* header .wrapper {
  padding-left: 16%;
  height: 120px;
  border-bottom: #000 solid 5px;
}

header .wrapper h1 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2;
  margin-top: 24px;
}

header .wrapper h1 a {
  color: #000;
  text-decoration: none;
} */

/* section01 */
.main_pc {
  width: 100%;
  display: block;
}

.main_sp {
  display: none;
}

/* section02 */
main div.s02 {
  padding: 64px 0;
  background-color: rgba(235, 214, 161, 57%);
}

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

main div.s02 .wrapper p {
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 1.2;
  display: inline-block;
}

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

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

main section.s03 .wrapper .list03 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  margin: 24px auto 0;
  width: max-content;
}

main section.s03 .wrapper .list03 li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 2;
}

main section.s03 .wrapper .list03 li span {
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1%;
  line-height: 1;
  padding: 8px 24px;
  border-radius: 100px;
  background-color: #000;
  text-align: center;
  white-space: nowrap;
}

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

main section.s04 .wrapper .list04 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  margin-top: 24px;
}

main section.s04 .wrapper .list04 li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: #000 solid 2px;
  width: 320px;
  height: 192px;
}

main section.s04 .wrapper .list04 li h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 2;
}

main section.s04 .wrapper .list04 li p {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 2;
}

/* section05 */
main section.s05 {
  margin-top: 64px;
  padding: 80px 0;
  background-color: rgba(235, 214, 161, 57%);
}

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

main section.s05 .wrapper .box05 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

main section.s05 .wrapper .box05 .txtbox05 h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.5;
  background-color: #fff;
  border: #000 solid 2px;
  padding: 8px 24px;
  white-space: nowrap;
}

main section.s05 .wrapper .box05 .txtbox05 p {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1%;
  line-height: 2;
  margin-top: 24px;
}

main section.s05 .wrapper .imgbox05 {
  max-width: 343px;
}

main section.s05 .wrapper .imgbox05 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 .list06 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
}

main section.s06 .wrapper .ttlbox div .ttl_s {
  font-size: 16px;
  letter-spacing: 1.2%;
  line-height: 1;
  font-weight: 900;
  color: #E77212;
  display: block;
  margin-bottom: 8px;
}

main section.s06 .wrapper .list06 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  margin-top: 24px;
}

main section.s06 .wrapper .list06 .content06 {
  width: 343px;
  padding: 24px;
  border: #000 solid 2px;
}

main section.s06 .wrapper .list06 .content06 .txtbox06 {
  margin-top: 16px;
}

main section.s06 .wrapper .list06 .content06 .txtbox06 h3 {
  color: #D680A0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.5;
}

main section.s06 .wrapper .list06 .content06 .txtbox06 li {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 2;
}

main section.s06 .wrapper .list06 li img {
  display: block;
  width: 100%;
}

/* section07 */
main section.s07 {
  padding: 80px 0;
  background-color: rgba(235, 214, 161, 57%);
}

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

main section.s07 .wrapper .box07 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  margin-top: 24px;
}

main section.s07 .wrapper .box07 .list07 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  width: 75%;
}

main section.s07 .wrapper .box07 .list07 li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 2;
}

main section.s07 .wrapper .box07 .list07 li span {
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1%;
  line-height: 1;
  padding: 8px 24px;
  border-radius: 100px;
  background-color: #000;
  text-align: center;
  white-space: nowrap;
}

main section.s07 .wrapper .box07 .imgbox07 {
  max-width: 343px;
}

main section.s07 .wrapper .box07 .imgbox07 img {
  display: block;
  width: 100%;
}


/* section08 */
main section.s08 {
  padding: 80px 0;
  background-color: #D680A0;
}

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

main section.s08 .wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

main section.s08 .wrapper ul .content08 {
  width: 100%;
}

main section.s08 .wrapper ul .content08 img {
  display: block;
  width: 100%;
}

/* section09 */
main section.s09 {
  padding: 0 0 100px;
}

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

main section.s09 .wrapper .txtbox09 {
  margin-top: 24px;
}

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

main section.s09 .wrapper .txtbox09 p:nth-child(2) {
  margin-top: 24px;
}

main section.s09 .wrapper div h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.2%;
  line-height: 1.5;
  background-color: #fff;
  border: #000 solid 2px;
  padding: 8px 24px;
  white-space: nowrap;
  margin-top: 32px;
}

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

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

main section.entry .wrapper h3 {
  margin: 0 auto;
  width: max-content;
}

main section.entry .wrapper h3 a {
  display: block;
  max-width: 800px;
}

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

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

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

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

footer .wrapper div .footer_txt {
  font-weight: 500;
}

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: 40px;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
  }

  header .wrapper .spmenu {
    position: fixed;
    background-color: #D680A0;
    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 #fff;
  }

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

  header .wrapper .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 15px auto 0;
    color: #fff;
    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 {
    text-align: center;
    width: max-content;
    margin: 0 auto;
  }

  main section .wrapper .ttlbox .ttl01 h2 {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  main section .wrapper .ttlbox .ttl01 h2::before {
    content: "";
    background-image: url(../images/ttl01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    height: 23px;
  }

  main section .wrapper .ttlbox .ttl02 h2 {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1.2%;
  }

  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;
    background-color: rgba(235, 214, 161, 57%);
  }

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

  main div.s02 .wrapper p {
    font-size: 14px;
    font-weight: 800;
    line-height: 2;
    letter-spacing: 1.2;
    display: inline-block;
  }

  /* 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 .list03 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    margin: 16px auto 0;
    width: 100%;
  }

  main section.s03 .wrapper .list03 li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.5;
  }

  main section.s03 .wrapper .list03 li span {
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1%;
    line-height: 1;
    padding: 8px 24px;
    border-radius: 100px;
    background-color: #000;
    text-align: center;
    white-space: nowrap;
  }

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

  main section.s04 .wrapper .list04 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 16px;
  }

  main section.s04 .wrapper .list04 li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border: #000 solid 2px;
    width: 320px;
    height: 132px;
  }

  main section.s04 .wrapper .list04 li h3 {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.5;
  }

  main section.s04 .wrapper .list04 li p {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.5;
  }

  /* section05 */
  main section.s05 {
    margin-top: 48px;
    padding: 48px 0;
    background-color: rgba(235, 214, 161, 57%);
  }

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

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

  main section.s05 .wrapper .box05 .txtbox05 h3 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.5;
    background-color: #fff;
    border: #000 solid 2px;
    padding: 8px 16px;
    white-space: nowrap;
    text-align: center;
  }

  main section.s05 .wrapper .box05 .txtbox05 p {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1%;
    line-height: 2;
    margin-top: 16px;
  }

  main section.s05 .wrapper .imgbox05 {
    max-width: 343px;
  }

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

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

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

  main section.s06 .wrapper .ttlbox .imgbox06 {
    width: 300px;
  }

  main section.s06 .wrapper .ttlbox .imgbox06 img {
    display: block;
    width: 100%;
  }

  main section.s06 .wrapper .list06 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    margin: 24px auto 0;
    width: max-content;
  }

  main section.s06 .wrapper .list06 .content06 {
    width: 343px;
    padding: 16px;
    border: #000 solid 2px;
  }

  main section.s06 .wrapper .list06 .content06 .txtbox06 {
    margin-top: 16px;
  }

  main section.s06 .wrapper .list06 .content06 .txtbox06 h3 {
    color: #D680A0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.5;
  }

  main section.s06 .wrapper .list06 .content06 .txtbox06 li {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.5;
    width: 100%;
  }

  main section.s06 .wrapper .list06 li img {
    display: block;
    width: 100%;
  }

  /* section07 */
  main section.s07 {
    padding: 48px 0;
    background-color: rgba(235, 214, 161, 57%);
  }

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

  main section.s07 .wrapper .box07 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
  }

  main section.s07 .wrapper .box07 .list07 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
  }

  main section.s07 .wrapper .box07 .list07 li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 2;
  }

  main section.s07 .wrapper .box07 .list07 li span {
    color: #FFF;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1%;
    line-height: 1;
    padding: 4px 16px;
    border-radius: 100px;
    background-color: #000;
    text-align: center;
    white-space: nowrap;
  }

  main section.s07 .wrapper .box07 .imgbox07 {
    max-width: 343px;
  }

  main section.s07 .wrapper .box07 .imgbox07 img {
    display: block;
    width: 100%;
  }

  /* section08 */
  main section.s08 {
    padding: 48px 0;
    background-color: #D680A0;
  }

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

  main section.s08 .wrapper ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  main section.s08 .wrapper ul .content08 {
    width: 100%;
  }

  main section.s08 .wrapper ul .content08 {
    width: 100%;
  }

  main section.s08 .wrapper ul .content08 img {
    display: block;
    width: 100%;
  }

  /* section09 */
  main section.s09 {
    padding: 0 0 48px;
  }

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

  main section.s09 .wrapper .txtbox09 {
    margin-top: 24px;
  }

  main section.s09 .wrapper .txtbox09 p {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 2;
  }

  main section.s09 .wrapper .txtbox09 p:nth-child(2) {
    margin-top: 16px;
  }

  main section.s09 .wrapper div h3 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.2%;
    line-height: 1.5;
    background-color: #fff;
    border: #000 solid 2px;
    padding: 8px 16px;
    white-space: nowrap;
    margin: 32px auto;
    width: max-content;
  }

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

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

  main section.entry .wrapper h3 {
    margin: 0 auto;
    width: 100%;
  }

  main section.entry .wrapper h3 a {
    display: block;
    max-width: 800px;
  }

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

  /* footer */
  footer {
    padding: 48px 0 64px;
    background-color: #D680A0;
  }

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

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

  footer .wrapper div .footer_txt {
    font-weight: 500;
  }

  footer .wrapper .contact {
    margin-top: 24px;
  }

  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: #FAC93E;
    text-decoration: none;
    padding: 15px 0;
  }

  footer .btn_entry_fixed p {
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    font-weight: 900;
    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;
  }
}