@media screen and (max-width: 737px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
}

@media screen and (min-width: 738px) {
  .sp {
    display: none !important;
  }
}

body {
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
  color: #000;
  position: relative;
}

body a {
  color: #000;
}

@media screen and (min-width: 738px) {
  body {
    min-width: 1100px;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
}

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

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  font-family: sans-serif;
}

textarea:hover {
  border: 0;
}

main {
  display: block;
}


/* general */

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  align-items: flex-end;
}

.pagetop a:first-child {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 737px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
  .pagetop a:first-child {
    margin: 0;
  }
  .pagetop a:first-child img{
    width: 75px;
  }
  .pagetop a:last-child {
    display: none;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.fix-mt {
  padding-top: 80px;
}

@media screen and (min-width: 738px) {
  body {
    background-image: url(../img/bg.jpg);
    background-size: 50px 50px;
  }
}

@media screen and (max-width: 737px) {
  body {
    background-image: url(../img/SP/bg.jpg);
    background-size: 50px 50px;
  }
}


/* header */

.header {
  text-align: center;
}

@media screen and (min-width: 738px) {
  .header {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 737px) {
  .header {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}


/* footer */

.info {
  text-align: center;
}

.info ul {
  letter-spacing: -0.5em;
}

@media screen and (min-width: 738px) {
  .info ul {
    background-image: url(../img/pic_bg.png);
    width: 951px;
    height: 277px;
    background-size: auto 277px;
    margin: -10px auto 0 auto;
    padding-top: 38px;
    box-sizing: border-box;
  }
}

.info ul> * {
  letter-spacing: normal;
}

@media screen and (min-width: 738px) {
  .info ul li {
    display: inline-block;
    margin-left: 20px;
  }
  .info ul li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 737px) {
  .info ul li {
    display: block;
    margin-top: 15px;
  }
}

.map {
  text-align: center;
  margin-top: 75px;
}

@media screen and (max-width: 737px) {
  .map {
    margin-top: 45px;
  }
}

.map> div {
  letter-spacing: -0.5em;
  text-align: left;
  box-sizing: border-box;
}

@media screen and (min-width: 738px) {
  .map> div {
    margin: -10px auto 0 auto;
    width: 660px;
    height: 540px;
    background-image: url(../img/bg_map.png);
    padding-top: 40px;
  }
}

.map> div> * {
  letter-spacing: normal;
}

@media screen and (max-width: 737px) {
  .map> div {
    text-align: center;
    margin-top: 17.5px;
  }
  .map> div> div {
    display: inline-block;
    text-align: left;
  }
}

.map iframe {
  display: block;
  background-color: #ccc;
  margin: 0 auto;
}

@media screen and (min-width: 738px) {
  .map iframe {
    width: 560px;
    height: 340px;
  }
}

@media screen and (max-width: 737px) {
  .map iframe {
    width: 100%;
    height: 225px;
  }
}

.map__addr {
  font-size: 17px;
  line-height: 1.75;
  margin-left: 120px;
  margin-top: 1em;
}

@media screen and (max-width: 737px) {
  .map__addr {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.75;
    margin-left: 0.3em;
    margin-top: 0.5em;
  }
  .fix0920 {
    font-size: 15px;
  }
}

.map__tel {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-left: 120px;
}

.map__tel span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 737px) {
  .map__tel {
    margin-left: 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .map__tel span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
    margin-right: 0.3em;
  }
}

.map__fax {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

.map__fax span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 737px) {
  .map__fax {
    margin-left: 2em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .map__fax span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
    margin-right: 0.3em;
  }
}

.map__mail {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-left: 110px;
  padding-left: 35px;
}

.map__mail span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 737px) {
  .map__mail {
    margin-left: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333;
    padding-left: 30px;
  }
  .map__mail span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.linkbtn {
  width: 250px;
  margin: 40px auto 0 auto;
}

.linkbtn ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
}

.footer {
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}

.footer:before {
  content: "";
  width: 100%;
  height: 140px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
}

@media screen and (max-width: 737px) {
  .footer:before {
    height: 113px;
  }
}

@media screen and (min-width: 738px) {
  .footer {
    margin-top: 80px;
  }
}

@media screen and (max-width: 737px) {
  .footer {
    padding: 40px 0 20px 0;
  }
}


/* nav */

.nav {
  background-color: #fff;
  position: relative;
}

.nav> div {
  letter-spacing: -0.5em;
  padding-top: 15px;
  padding-bottom: 10px;
}

@media screen and (min-width: 738px) {
  .nav> div {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
}

.nav> div> * {
  letter-spacing: normal;
}

@media screen and (min-width: 738px) {
  .nav> div {
    position: relative;
  }
}

@media screen and (max-width: 737px) {
  .nav> div {
    width: 320px;
    margin: 0 auto;
  }
  .nav> div> ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
  }
  .nav> div> ul> li> ul {
    display: none;
    position: absolute;
    top: 64.5px;
    left: 0;
    right: 0;
    background-color: green;
    z-index: 999;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    opacity: 0.9;
  }
  .nav> div> ul> li> ul a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 1em 0;
  }
}

.nav__link {
  display: inline-block;
  width: 760px;
  letter-spacing: -0.5em;
}

.nav__link> * {
  letter-spacing: normal;
}

.nav__link> li {
  position: relative;
  display: inline-block;
  margin-left: 50px;
}

.nav__link> li:first-child {
  margin-left: 170px;
}

.nav__link> li:hover> ul {
  display: block;
}

.nav__link> li> ul {
  display: none;
  position: absolute;
  top: 55px;
  left: -40px;
  z-index: 1;
  width: 160px;
  height: 238px;
  text-align: center;
  padding-top: 35px;
  box-sizing: border-box;
}

.nav__link> li> ul:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/bg_nav.png);
}

.nav__link> li> ul a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.71429;
  color: #fff;
  position: relative;
}

.nav__link> li> ul a:hover {
  color: #FFFF00;
}

.nav__link> li> ul a:first-child {
  margin-top: 40px;
}

.nav__btn {
  display: inline-block;
}

.nav__btn a {
  display: inline-block;
  margin-left: 15px;
}

.nav__btn a:first-child {
  margin-left: 0;
}

.nav__txt {
  position: absolute;
  right: 152px;
  top: -15px;
}


/* top */

#top {
  /* top */
  /** for slick.js **/
}

#top .mainvis__slick .slick-slide {
  width: 100%;
  height: 540px;
  background-size: auto 540px;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 737px) {
  #top .mainvis__slick .slick-slide {
    height: 270px;
    background-size: auto 270px;
  }
}

#top .mainvis__slick .slick-dots {
  margin-top: 30px;
}

@media screen and (max-width: 737px) {
  #top .mainvis__slick .slick-dots {
    margin-top: 20px;
  }
}

#top .mainvis__slick .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 20px;
}

@media screen and (max-width: 737px) {
  #top .mainvis__slick .slick-dots li {
    margin: 0 17.5px;
  }
}

#top .mainvis__slick .slick-dots li button {
  width: 10px;
  height: 10px;
}

#top .mainvis__slick .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background-color: #bdbdbd;
}

#top .mainvis__slick .slick-dots li.slick-active button:before {
  background-color: #c03411;
}

#top .mainvis__slick__slide01 {
  background-image: url(../img/SP/01/slide01.jpg);
}

#top .mainvis__slick__slide02 {
  background-image: url(../img/SP/01/slide02.jpg);
}

#top .mainvis__slick__slide03 {
  background-image: url(../img/SP/01/slide03.jpg);
}

#top .mainvis__slick__slide04 {
  background-image: url(../img/SP/01/slide04.jpg);
}

#top .top {
  text-align: center;
  padding-bottom: 150px;
}

@media screen and (max-width: 737px) {
  #top .top {
    padding-bottom: 50px;
  }
}

#top .top__sec01 {
  margin-top: 70px;
}

@media screen and (max-width: 737px) {
  #top .top__sec01 {
    margin-top: 35px;
  }
}

#top .top__sec02 {
  margin-top: 95px;
  position: relative;
}

@media screen and (max-width: 737px) {
  #top .top__sec02 {
    margin-top: 38px;
  }
}

#top .top__sec02 p {
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  top: 390px;
  left: 0;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 737px) {
  #top .top__sec02 p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
    top: 280px;
  }
}

#top .top__sec03__pic {
  margin-top: 50px;
}

@media screen and (max-width: 737px) {
  #top .top__sec03__pic {
    margin-top: 45px;
  }
}

#top .top__sec03> div {
  position: relative;
  margin-top: 25px;
}

#top .top__sec03__txt01 {
  font-size: 20.3px;
  font-size: 2.03rem;
  line-height: 1.75025;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  color: #338F33;
}

@media screen and (max-width: 737px) {
  #top .top__sec03__txt01 {
    top: 13px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

#top .top__sec03__txt02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8125;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 737px) {
  #top .top__sec03__txt02 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.65385;
    top: 43px;
  }
}

#top .top__sec03__txt03 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  position: absolute;
  top: 272px;
  left: 30px;
  right: 0;
}

@media screen and (max-width: 737px) {
  #top .top__sec03__txt03 {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.75;
    top: 204px;
    left: 22px;
  }
}


/* lower */

#lower .where__sec01 p,
#lower .where__sec02> div p,
#lower .where__sec03 p,
#lower .where__sec04 p,
#lower .tomato__sec02 p,
#lower .fan__sec02__txt p,
#lower .fan__sec02__txt p span,
#lower .fan__sec02__price,
#lower .dream__sec02 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2;
}

@media screen and (max-width: 737px) {
  #lower .where__sec01 p,
  #lower .where__sec02> div p,
  #lower .where__sec03 p,
  #lower .where__sec04 p,
  #lower .tomato__sec02 p,
  #lower .fan__sec02__txt p,
  #lower .fan__sec02__txt p span,
  #lower .fan__sec02__price,
  #lower .dream__sec02 p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92308;
  }
}

#lower .where {
  text-align: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 737px) {
  #lower .where {
    padding-bottom: 55px;
  }
}

#lower .where__sec01 {
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 738px) {
  #lower .where__sec01 {
    background-image: url(../img/02/pic01.png);
    padding-top: 384px;
    background-size: auto 384px;
    margin-top: 130px;
  }
}

@media screen and (max-width: 737px) {
  #lower .where__sec01 {
    background-image: url(../img/SP/02/pic01_1.png);
    padding-top: 360px;
    background-size: auto 360px;
    margin-top: 55px;
  }
}

#lower .where__sec01 p {
  margin-top: 1em;
}

#lower .where__sec02 {
  margin-top: 65px;
}

@media screen and (max-width: 737px) {
  #lower .where__sec02 {
    margin-top: 40px;
  }
}

#lower .where__sec02 ul {
  letter-spacing: -0.5em;
}

#lower .where__sec02 ul> * {
  letter-spacing: normal;
}

#lower .where__sec02 ul li {
  display: inline-block;
  margin-left: 40px;
}

#lower .where__sec02 ul li:first-child {
  margin-left: 0;
}

#lower .where__sec02> div {
  margin-top: 45px;
  position: relative;
}

@media screen and (max-width: 737px) {
  #lower .where__sec02> div {
    margin-top: 35px;
  }
}

@media screen and (min-width: 738px) {
  #lower .where__sec02> div> div {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 737px) {
  #lower .where__sec02> div> div {
    margin: 15px 0 40px 0;
  }
}

#lower .where__sec02> div p {
  margin-top: 2em;
}

#lower .where__sec02> div p:first-child {
  margin-top: 0;
}

#lower .where__sec03 {
  margin-top: 70px;
}

@media screen and (max-width: 737px) {
  #lower .where__sec03 {
    margin-top: 90px;
  }
}

#lower .where__sec03 img {
  display: block;
  margin: 35px auto 0 auto;
}

#lower .where__sec03 img:first-child {
  margin-top: 0;
}

#lower .where__sec03 p {
  margin-top: 1em;
}

#lower .where__sec04 {
  margin-top: 70px;
}

@media screen and (max-width: 737px) {
  #lower .where__sec04 {
    margin-top: 40px;
  }
}

#lower .where__sec04> div {
  position: relative;
}

@media screen and (min-width: 738px) {
  #lower .where__sec04> div {
    width: 861px;
    margin: 0 auto;
    text-align: left;
  }
}

#lower .where__sec04__txt01 {
  top: 180px;
}

@media screen and (max-width: 737px) {
  #lower .where__sec04__txt01 {
    top: 260px;
  }
}

#lower .where__sec04__txt02 {
  top: 582px;
}

@media screen and (max-width: 737px) {
  #lower .where__sec04__txt02 {
    top: 685px;
  }
}

#lower .where__sec04 p {
  position: absolute;
  left: 400px;
}

@media screen and (max-width: 737px) {
  #lower .where__sec04 p {
    left: 0;
    right: 0;
  }
}

#lower .where__sec04 a {
  margin-top: 85px;
  display: inline-block;
}

@media screen and (max-width: 737px) {
  #lower .where__sec04 a {
    margin-top: 50px;
  }
}

#lower .tomato {
  text-align: center;
  padding-bottom: 130px;
}

@media screen and (max-width: 737px) {
  #lower .tomato {
    padding-bottom: 62.5px;
  }
}

#lower .tomato__sec01 {
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec01 {
    background-image: url(../img/03/pic01.png);
    height: 381px;
    background-size: auto 381px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec01 {
    margin-top: 38px;
    background-image: url(../img/SP/03/pic01.png);
    height: 190px;
    background-size: auto 190px;
  }
}

#lower .tomato__sec02 {
  position: relative;
  margin-top: 40px;
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec02 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec02 {
    height: 775px;
  }
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec02 p {
    width: 540px;
    position: absolute;
    left: 0;
  }
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec02 p {
    margin-top: 2em;
  }
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec02__txt01 {
    top: 10px;
  }
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec02__txt02 {
    top: 395px;
  }
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec02__txt03 {
    top: 495px;
  }
}

#lower .tomato__sec02__pic {
  position: absolute;
  top: 0;
  right: 120px;
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec02 a {
    position: absolute;
    top: 485px;
    right: 230px;
  }
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec02 a {
    margin-top: 45px;
    display: inline-block;
  }
}

#lower .tomato__sec03 {
  position: relative;
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec03 {
    background-color: #f2efe8;
    margin-top: 115px;
  }
  #c01 {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
  }
  #lower .tomato__sec03 img {
    margin-top: -40px;
  }
}

#lower .tomato__sec03__txt01 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.42105;
  display: inline-block;
  background-color: #ffff01;
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 330px;
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec03__txt01 {
    top: 360px;
  }
}

#lower .tomato__sec03__txt02 {
  position: absolute;
  width: 100%;
  top: 375px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec03__txt02 {
    top: 405px;
  }
}

#lower .tomato__sec03__txt02 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 2em;
}

#lower .tomato__sec03__txt02 p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec03__txt02 p {
    font-size: 14.5px;
    font-size: 1.45rem;
    line-height: 1.82276;
  }
}

@media screen and (min-width: 738px) {
  #lower .tomato__sec03__txt03 {
    position: absolute;
    width: 100%;
    top: 680px;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec03__txt03 {
    margin-top: 45px;
    padding-bottom: 35px;
  }
}

#lower .tomato__sec03__txt03 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.06667;
  margin-top: 2em;
}

#lower .tomato__sec03__txt03 p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec03__txt03 p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.88462;
  }
}

#lower .fan {
  text-align: center;
  padding-bottom: 160px;
}

@media screen and (max-width: 737px) {
  #lower .fan {
    padding-bottom: 75px;
  }
}

#lower .fan__sec01 {
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 50px;
}

@media screen and (min-width: 738px) {
  #lower .fan__sec01 {
    background-image: url(../img/04/pic01.png);
    height: 381px;
    background-size: auto 381px;
  }
}

@media screen and (max-width: 737px) {
  #lower .fan__sec01 {
    background-image: url(../img/SP/04/pic01.png);
    height: 190px;
    background-size: auto 190px;
  }
}

#lower .fan__sec02 {
  position: relative;
}

@media screen and (min-width: 738px) {
  #lower .fan__sec02 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
}

@media screen and (max-width: 737px) {
  #lower .fan__sec02 {
    margin-top: 15px;
  }
  #lower .fan__sec02 img {
    display: block;
    margin: 0 auto;
  }
}

#lower .fan__sec02__pic {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 1060px;
}

#lower .fan__sec02__pic img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

#lower .fan__sec02__pic img:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

#lower .fan__sec02__txt {
  position: relative;
  z-index: 1;
  margin-top: 120px;
  padding-top: 5px;
}

@media screen and (max-width: 737px) {
  #lower .fan__sec02__txt {
    margin-top: 30px;
  }
}

#lower .fan__sec02__txt p {
  font-size: 16px;
  line-height: 33px;
  margin-top: 45px;
}

#lower .fan__sec02__txt p:first-child {
  margin-top: 0;
}

#lower .fan__sec02__txt p span {
  color: #E57864;
}

#lower .fan__sec02__price {
  margin-top: 3em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 737px) {
  #lower .fan__sec02__txt{
    margin-top: 25px;
    margin-bottom: 50px;
  }
  #lower .fan__sec02__txt img{
    width: 100%;
    max-width: 325px;
  }
  #lower .fan__sec02__txt p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 25px;
  }

  #lower .fan__sec02__price {
    margin-bottom: 55px;
  }
}

#lower .fan__sec02 a {
  display: inline-block;
  margin-top: 80px;
}

@media screen and (max-width: 737px) {
  #lower .fan__sec02 a {
    margin-top: 72px;
  }
}


@media screen and (min-width: 738px) {

#lower .fan__sec03 {
  margin-top: 150px;
}

#lower .fan__sec03>div {
  margin: 60px auto 0 auto;
  width: 750px;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}

#lower .fan__sec03>div:first-child {
  margin-top: 0;
}
  #lower .fan__sec03>img{
    display: block;
    margin: 120px auto 0 auto;
  }

#lower .fan__sec03__title p {
  font-size: 15px;
  line-height: 33px;
  margin-top: 35px;
}
  
  #lower .fan__sec03__title img:last-child{
    margin-top: 35px;
  }

#lower .fan__sec03__title span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 22px;
  margin-top: 25px;
}

#lower .fan__sec03__text p {
  font-size: 21px;
  line-height: 28px;
  color: #EB4720;
  font-weight: bold;
  margin-top: 40px;
}

#lower .fan__sec03__text span {
  font-size: 15px;
  line-height: 33px;
  margin-top: 5px;
}

#lower .fan__sec03__box {
  margin-top: 20px;
}

#lower .fan__sec03__box>div {
  background-color: #F9F8F4;
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}

#lower .fan__sec03__box>div:first-child {
  margin-left: 0;
}

#lower .fan__sec03__box__title {
  margin-top: 5px;
  margin-bottom: 30px;
}

#lower .fan__sec03__box__title p {
  font-size: 15px;
  line-height: 33px;
  margin-top: 10px;
}


#lower .fan__sec03__box>div>ul>li {
  margin-top: 25px;
}

#lower .fan__sec03__box>div>ul>li:first-child {
  margin-top: 0;
}

#lower .fan__sec03__box>div>ul span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  background-color: #FCFF94;
  padding: 1px 5px;
  font-weight: bold;
}

#lower .fan__sec03__box>div>ul p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 3px;
}

#lower .fan__sec03__box__under {
  margin: 50px auto 0 auto;
  width: 290px;
  border-top: 1px solid;
  text-align: left;
}

#lower .fan__sec03__box__under p {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 19px;
  margin-top: 20px;
}

#lower .fan__sec03__box__under p span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 19px;
}
  
  #lower .fan__sec03__box02 {
    margin-top: 15px;
  }
  
  #lower .fan__sec03__box02>div>ul>li {
    background-color: #F9F8F4;
    width: 350px;
    height: 68px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
    margin: 15px auto 0 auto;
    font-size: 15px;
    line-height: 23px;
  }
  
#lower .fan__sec03__form p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
  
  #lower .fan__sec03__form > img{
    display: block;
    margin: 30px auto 0 auto;
  }

#lower .fan__sec03__form a {
  display: block;
  margin: 30px auto 0 auto;
  width: 210px;
}
  
}

@media screen and (max-width: 737px) {
  #lower .fan__sec03 {
    margin-top: 45px;
  }
  #lower .fan__sec03>div {
    margin: 70px auto 0 auto;
    width: 100%;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
  }
  #lower .fan__sec03>div:first-child {
    margin-top: 0;
  }
  #lower .fan__sec03>img{
    display: block;
    margin: 100px auto 0 auto;
    max-width: 375px;
    width: 100%
  }
  #lower .fan__sec03__title p {
    font-size: 13px;
    line-height: 29px;
    margin-top: 30px;
  }
  #lower .fan__sec03__title span {
    display: inline-block;
    vertical-align: top;
    font-size: 10.5px;
    line-height: 19px;
    margin-top: 25px;
  }
  #lower .fan__sec03__text p {
    font-size: 18px;
    line-height: 25px;
    color: #EB4720;
    font-weight: bold;
    margin-top: 45px;
  }
  #lower .fan__sec03__text span {
    font-size: 13px;
    line-height: 29px;
    margin-top: 5px;
  }
  #lower .fan__sec03__box {
    margin-top: 20px;
  }
  #lower .fan__sec03__box>div {
    background-color: #F9F8F4;
    width: 305px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 30px auto 0 auto;
  }
  #lower .fan__sec03__box>div:first-child {
    margin-top: 0;
  }
  #lower .fan__sec03__box__title {
    margin-bottom: 30px;
  }
#lower .fan__sec03__title img:last-child {
  display: block;
  margin: 30px auto 0 auto;
  width: 303px;
}
  #lower .fan__sec03__box__title p {
    font-size: 13px;
    line-height: 29px;
    margin-top: 10px;
  }
  #lower .fan__sec03__box>div>ul>li {
    margin-top: 25px;
  }
  #lower .fan__sec03__box>div>ul>li:first-child {
    margin-top: 0;
  }
  #lower .fan__sec03__box>div>ul span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    background-color: #FCFF94;
    padding: 1px 8px;
    font-weight: bold;
  }
  #lower .fan__sec03__box>div>ul p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
  }
  #lower .fan__sec03__box__under {
    margin: 40px auto 0 auto;
    width: 255px;
    border-top: 1px solid;
    text-align: left;
  }
  #lower .fan__sec03__box__under p {
    position: relative;
    padding-left: 1em;
    font-size: 10.5px;
    line-height: 16px;
    margin-top: 20px;
  }
  #lower .fan__sec03__box__under p span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10.5px;
    line-height: 16px;
  }
  #lower .fan__sec03__box02 {
    margin-top: 10px;
  }
  
  #lower .fan__sec03__box02>div>ul>li {
    background-color: #F9F8F4;
    width: 303px;
    height: 59px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 29.5px;
    margin: 15px auto 0 auto;
    font-size: 13px;
    line-height: 20px;
  }
  #lower .fan__sec03__form p {
    font-size: 13px;
    line-height: 26px;
    margin-top: 45px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  #lower .fan__sec03__form a {
    display: block;
    margin: 45px auto 0 auto;
    width: 175px;
  }
  #lower .fan__sec03__form > img{
    width: 253px;
    display: block;
    margin: 25px auto 0 auto;
  }
}

#lower .dream {
  text-align: center;
  padding-bottom: 90px;
}

@media screen and (max-width: 737px) {
  #lower .dream {
    padding-bottom: 75px;
  }
}

#lower .dream__sec01 {
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 738px) {
  #lower .dream__sec01 {
    background-image: url(../img/05/pic01.jpg);
    height: 540px;
    background-size: auto 540px;
  }
}

@media screen and (max-width: 737px) {
  #lower .dream__sec01 {
    background-image: url(../img/SP/05/pic01_2.jpg);
    height: 270px;
    background-size: auto 270px;
  }
}

#lower .dream__sec02 {
  margin-top: 40px;
  position: relative;
}

@media screen and (min-width: 738px) {
  #lower .dream__sec02 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
}

@media screen and (min-width: 738px) {
  #lower .dream__sec02 p {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 737px) {
  #lower .dream__sec02> div {
    background-color: #fef5e3;
    margin-top: -18px;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  #lower .dream__sec02> div img {
    margin: 25px 0 20px 0;
  }
  #lower .dream__sec02> div.dream__sec02__pic {
    margin-top: -40px;
    padding: 0;
    height: 443px;
    background-color: transparent;
    background-image: url(../img/SP/05/pic04.png);
    background-size: auto 443px;
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 738px) {
  #lower .dream__sec02__txt01 {
    top: 90px;
  }
}

@media screen and (min-width: 738px) {
  #lower .dream__sec02__txt02 {
    top: 715px;
  }
}

#lower .contact {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 737px) {
  #lower .contact {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

#lower .contact__sec01 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8125;
  margin-top: 1em;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec01 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

#lower .contact__sec01 span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333;
  margin-top: 1.5em;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec01 span {
    font-size: 10.3px;
    font-size: 1.03rem;
    line-height: 2.42718;
  }
}

@media screen and (min-width: 738px) {
  #lower .contact__sec02 {
    margin: 120px auto 0 auto;
    width: 740px;
    background-color: #fff;
    border-radius: 25px;
    padding-bottom: 50px;
  }
}

#lower .contact__sec02__title {
  margin-top: -45px;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02__title {
    margin-top: 50px;
  }
}

#lower .contact__sec02__btn {
  margin-top: 50px;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02__btn {
    margin-top: 35px;
  }
}

#lower .contact__sec02__btn span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.063;
}

#lower .contact__sec02__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 2em;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.625;
    margin-top: 3em;
  }
}

#lower .contact__sec02__error {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  padding: 0 0.5em;
  text-align: left;
  color: red;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02__error {
    font-size: 8.15px;
    font-size: 0.815rem;
    line-height: 1.47239;
  }
}

@media screen and (min-width: 738px) {
  #lower .contact__sec02 form {
    width: 600px;
    margin: 45px auto 0 auto;
  }
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02 form {
    width: 350px;
    margin: 24px auto 0 auto;
  }
}

#lower .contact__sec02 form dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#lower .contact__sec02 form dl:first-child {
  margin-top: 0;
}

@media screen and (min-width: 738px) {
  #lower .contact__sec02 form dl {
    border: 2px solid #b1b1b1;
    margin-top: 10px;
  }
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02 form dl {
    border: 1px solid #b1b1b1;
    margin-top: 6px;
  }
}

#lower .contact__sec02 form dl dt {
  width: 125px;
  background: #e7ded5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02 form dl dt {
    width: 80px;
  }
}

#lower .contact__sec02 form dl dt p {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02 form dl dt p {
    font-size: 8.15px;
    font-size: 0.815rem;
    line-height: 1.71779;
  }
}

#lower .contact__sec02 form dl dd {
  flex-grow: 1;
}

#lower .contact__sec02 form dl dd input {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
  height: 32px;
  border: 0;
  box-sizing: border-box;
  padding: 0 0.5em;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02 form dl dd input {
    font-size: 8.15px;
    font-size: 0.815rem;
    line-height: 1.71779;
    height: 14px;
  }
}

#lower .contact__sec02 form dl dd textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  border: 0;
  box-sizing: border-box;
  padding: 0.5em;
  height: 300px;
}

@media screen and (max-width: 737px) {
  #lower .contact__sec02 form dl dd textarea {
    font-size: 8.15px;
    font-size: 0.815rem;
    line-height: 1.71779;
    height: 175px;
  }
}


#lower .fan__sec04 {
  text-align: center;
  padding-top: 120px;
}

#lower .fan__sec04 > p{
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 50px;
}

#lower .fan__sec04 > span{
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #E44720;
  margin-top: 25px;
}

#lower .fan__sec04 > div {
  margin-top: 20px;
  text-align: left;
  display: inline-block;
}

#lower .fan__sec04 > div > p{
  font-size: 15px;
  line-height: 22px;
  margin-top: 20px;
}

@media screen and (max-width: 737px) {
  #lower .fan__sec04{
    padding: 60px 15px 0 15px;
  }
  #lower .fan__sec04 > img{
    width: 333px;
  }
  #lower .fan__sec04 > p{
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: -0.05em;
  }
  
  #lower .fan__sec04 > span{
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #E44720;
    letter-spacing: -0.05em;
    margin-top: 20px;
  }
  
  #lower .fan__sec04 > div {
    margin-top: 15px;
    text-align: left;
    display: block;
  }
  
  #lower .fan__sec04 > div > p{
    font-size: 10px;
    line-height: 13px;
    margin-top: 15px;
  }
}



#lower .dream__sec03 {
  text-align: center;
  margin-top: 130px;
}


#lower .dream__sec03 >div {
  width: 440px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 30px auto 0 auto;
  border-radius: 40px;
}
#lower .dream__sec03 >div >p{
  font-size: 15px;
  line-height: 30px;
}
#lower .dream__sec03 >div >p >span{
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}
#lower .dream__sec03 > ul {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
#lower .dream__sec03 > ul > li{
  width: 200px;
}
#lower .dream__sec03 > ul > li > p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 737px) {
  #lower .dream__sec03 {
  margin-top: 70px;
  }

  #lower .dream__sec03 > img{
    width: 306px;
  }


#lower .dream__sec03 >div {
  width: 300px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 20px auto 0 auto;
  border-radius: 30px;
}
#lower .dream__sec03 >div >p{
  font-size: 13px;
  line-height: 25px;
  letter-spacing: -0.05em;
}
#lower .dream__sec03 >div >p >span{
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}
#lower .dream__sec03 > ul {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
#lower .dream__sec03 > ul > li{
  width: 150px;
}
#lower .dream__sec03 > ul > li > p{
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 15px;
}
#lower .dream__sec03 > ul > li img{
  width: 100px;
}
}

#top .top__instagram{
  margin-top: 90px;
  display: flex;
  justify-content: center;
}

#top .top__instagram > a{
  margin: 8px 8px 0 8px;
  display: inline-block;
  vertical-align: top;
}

#top .top__instagram .gallery {
  display: flex;
  flex-wrap: wrap;
  width: 408px;
  justify-content: space-between;
}

#top .top__instagram .gallery > li{
  margin-top: 8px;
}

#top .top__instagram .gallery > li img{
  width: 200px;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 737px) {
  #top .top__instagram{
    margin: 50px auto 0 auto;
    display: block;
    max-width: 368px;
    padding: 0 15px;
  }
  #top .top__instagram > a{
    margin: 8px 0 0 0;
    display: inline-block;
    vertical-align: top;
  }
  
  #top .top__instagram .gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  
  #top .top__instagram .gallery > li{
    width: calc(50vw - 19px);
    height: calc(50vw - 19px);
    max-width: 180px;
    max-height: 180px;
    margin-top: 8px;
  }
  
  #top .top__instagram .gallery > li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


@media screen and (min-width: 738px) {
  #lower .tomato__sec02__box{
    width: 350px;
    height: 350px;
    box-sizing: border-box;
    position: absolute;
    bottom: 55px;
    left: 85px;
    background-color: #FFF3D9;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #lower .tomato__sec02__box > p{
    position: relative;
    top: 0; width: auto; left: 0;
  }
  #lower .tomato__sec02__box__title{
    font-size: 15px;
    line-height: 24px;
    margin-top: 35px;
  }
  #lower .tomato__sec02__box__title:first-child{
    margin-top: 0;
  }
  #lower .tomato__sec02__box__txt{
    font-size: 15px;
    line-height: 33px;
    font-weight: bold;
  }
  #lower .tomato__sec02__box__txt>span{
    display: block;
    font-size: 12px;
    line-height: 20px;
  }
  #lower .tomato__sec02__box > ul{
    width: 220px;
    margin: 5px auto ;
  }
  #lower .tomato__sec02__box > ul > li{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 33px;
    font-weight: bold;
  }
  #lower .tomato__sec02__box > ul > li > span{
    font-size: 15px;
    line-height: 33px;
    font-weight: bold;
  }
}

@media screen and (max-width: 737px) {
  #lower .tomato__sec02__box{
    width: 300px;
    height: 350px;
    box-sizing: border-box;
    background-color: #FFF3D9;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 65px auto 0 auto;
  }
  #lower .tomato__sec02__box > p{
    margin-top: 0;
  }
  #lower .tomato__sec02__box .tomato__sec02__box__title{
    font-size: 14px;
    line-height: 24px;
    margin-top: 35px;
  }
  #lower .tomato__sec02__box__title:first-child{
    margin-top: 0;
  }
  #lower .tomato__sec02__box__txt{
    font-size: 14px;
    line-height: 33px;
    font-weight: bold;
  }
  #lower .tomato__sec02__box__txt>span{
    display: block;
    font-size: 11px;
    line-height: 20px;
  }
  #lower .tomato__sec02__box > ul{
    width: 220px;
    margin: 5px auto ;
  }
  #lower .tomato__sec02__box > ul > li{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 33px;
    font-weight: bold;
  }
  #lower .tomato__sec02__box > ul > li > span{
    font-size: 14px;
    line-height: 33px;
    font-weight: bold;
  }
}