/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 1080px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

.container {
  min-height: 100%;
  background: #fff4eb;
  color: #1c221e;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.header {
  width: 100%;
  background: #fbfef9;
  box-shadow: 0px 13px 16px rgba(104, 57, 3, 0.06);
  padding: 0 15px;
}

.header__inner {
  display: flex;
  align-items: center;
  height: 58px;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-img {
  width: 114px;
  height: auto;
}

.header__logo-img img {
  width: 100%;
  height: auto;
}

.header__logo-body {
  margin-left: 70px;
  font-size: 14px;
  color: #696861;
}

@media screen and (max-width: 767px) {
  .header__logo-body {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-body {
  margin-left: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #696861;
  text-decoration: none;
}

.header__nav-body:first-of-type {
  margin-left: 0;
}

.footer {
  background-color: #fff;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 120px 0 68px;
  }
}

.footer__logo {
  width: 211px;
  margin: auto;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__logo-title {
  margin-top: 18px;
  font-size: 38px;
  color: #03934f;
}

.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    display: block;
    height: auto;
    margin-top: 120px;
  }
}

.footer__nav-body {
  margin: 0 25px;
  font-size: 18px;
  font-weight: bold;
  color: #696861;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__nav-body {
    display: block;
    margin: 57px 0 0;
    text-align: center;
  }
  .footer__nav-body:first-of-type {
    margin: 0;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  min-width: 1080px;
  margin: auto;
  font-size: 24px;
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .main {
    min-width: auto;
  }
}

.main-visual {
  position: relative;
  display: flex;
  align-items: center;
  /* max-width: 1280px; */
  height: 680px;
  margin: auto;
  background: url("../img/pat/pat_1.gif") repeat;
  /* background-size: cover; */
  background-position: left center;
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: auto;
  }
}
.main-visual__inner {
  position: relative;
  background: url("../img/bg/bg_illust.jpg") no-repeat;
  background-size: contain;
  background-position: left top;
  width: 1080px;
  height: inherit;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .main-visual__inner {
    width: 100%;
  }
}

.main-visual__thumb-text {
  position: absolute;
  top: 50px;
  left: 60px;
  right: 0;
  width: 54%;
}

.main-visual__thumb-text img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-visual__thumb-text {
    width: 80%;
    top: 37px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.main-visual__thumb-ui {
  position: absolute;
  top: 130px;
  right: 60px;
  right: 0;
  width: 350px;
}

.main-visual__thumb-ui img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-visual__thumb-ui {
    position: relative;
    width: 50%;
    /* height: 292px; */
    top: unset;
    /* bottom: -56px; */
    left:  unset;
    right: unset;
    margin: auto;
    padding-top: 170px;
  }
  .main-visual__thumb-ui img {
    max-width: 100%;
    height: auto;
  }
}

.main-visual__body {
  position: absolute;
  bottom: 40px;
  left: 0;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .main-visual__body {
    font-size: 22px;
    padding: 0 10px 20px;
    position: relative;
    bottom: unset;
    left: unset;
  }
}

.main-text-content {
  width: 1080px;
  margin: 56px auto 0;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .main-text-content {
    width: auto;
    margin-top: 67px;
    padding: 0;
  }
}

.main-text-content--footer {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .main-text-content--footer {
    margin-top: 24px;
  }
}

.main-text-content__body {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}

.main-text-content__body:last-of-type {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .main-text-content__body:last-of-type {
    display: block;
    margin-top: 33px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main-text-content__body {
    font-size: 23px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main-text-content__body-text {
    margin-top: 26px;
  }
}

.main-text-content__free {
  display: flex;
  justify-content: center;
  align-items: center;
  width:  70px;
  height: 70px;
  margin-right: 10px;
  background: #a00028;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  color: #f0cd6c;
}

@media screen and (max-width: 767px) {
  .main-text-content__free {
    margin: auto;
  }
}

.main-download {
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .main-download {
    margin-top: 36px;
    padding-bottom: 48px;
  }
}

.main-download__inner {
  padding: 10px 0 10px;
  /* background: #f2d9cd; */
}

@media screen and (max-width: 767px) {
  .main-download__inner {
    padding: 0;
    background: transparent;
  }
}

.main-download__massage {
  width: 950px;
  margin: 17px auto 0;
  font-size: 14px;
  color: #8e8c87;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .main-download__massage {
    width: auto;
    margin: 57px auto 0;
    text-align: center;
  }
}

.main-download__list-massage {
  position: absolute;
  top: -180px;
  left: 220px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .main-download__list-massage {
    top: -120px;
    left: 0;
  }
}

.main-download__list-massage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: #fff4eb;
}

@media screen and (max-width: 767px) {
  .main-download__list-massage-icon {
    width: 90px;
    height: 90px;
  }
}

.main-download__list-massage-icon-img {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .main-download__list-massage-icon-img {
    width: 72px;
  }
}

.main-download__list-massage-icon-img img {
  width: 100%;
  height: auto;
}

.main-download__list-massage-body {
  margin-left: 11px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .main-download__list-massage-body {
    font-size: 18px;
  }
}

.main-download__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .main-download__list {
    display: block;
    width: auto;
    max-width: 320px;
  }
}

.main-download__list-item {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .main-download__list-item {
    margin: 80px auto 0;
  }
  .main-download__list-item:first-of-type {
    margin: 0 auto;
  }
}

.main-download__list-item-body {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .main-download__list-item-body {
    font-size: 18px;
    text-align: center;
  }
}

.main-download__list-item-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: inherit;
  height: 80px;
  margin-top: 17px;
  padding: 0 34px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  box-shadow: 10px 15px 18px rgba(140, 86, 7, 0.08);
}

.main-download__list-item-button--ios {
  border: 1px solid #1c9cee;
}

.main-download__list-item-button--android {
  border: 1px solid #0acac3;
}

.main-download__list-item-button--qr {
  padding: 0 19px;
  border: 1px solid #00c638;
}

.main-download__list-item-button-icon {
  height: 32px;
}

@media screen and (max-width: 767px) {
  .main-download__list-item-button-icon {
    height: 35px;
  }
}

.main-download__list-item-button-icon img {
  width: auto;
  height: 100%;
}

.main-download__list-item-button-icon--qr {
  height: 70px;
}

@media screen and (max-width: 767px) {
  .main-download__list-item-button-icon--qr {
    height: 70px;
  }
}

.main-about {
  background-color: #fff;
  position: relative;
  margin-top: 50px;
}

.main-about__title {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 50%;
  height: 77px;
  padding-right: 254px;
  background: #a00028;
  color: #f0cd6c;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .main-about__title {
    position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    justify-content: center;
    width: 136px;
    height: 136px;
    margin: auto;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
  }
  .main-about__title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: block;
    width: 21px;
    height: 15px;
    margin: auto;
    background: url("../img/icon/icon_arrow-down.png") no-repeat;
    background-size: contain;
  }
}

.main-about__content {
  padding: 40px 0;
  background: #fbfef9;
}

@media screen and (max-width: 767px) {
  .main-about__content {
    padding-top: 80px;
  }
}

.main-about__content-inner {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .main-about__content-inner {
    width: auto;
    padding: 0 10px;
  }
}

.main-about__content-discription {
  width: 660px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .main-about__content-discription {
    margin: auto;
  }
}

.main-about__content-discription-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .main-about__content-discription-title {
    font-size: 28px;
    text-align: center;
  }
}

.main-about__content-discription-body {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
}

.main-about__content-discription-body:last-of-type {
  font-weight: normal;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .main-about__content-discription-body {
    margin-top: 42px;
    font-size: 18px;
    text-align: center;
  }
  .main-about__content-discription-body:last-of-type {
    margin-top: 20px;
  }
}

.main-about__content-thumb {
  width: 400px;
}

.main-about__content-thumb img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-about__content-thumb {
    display: none;
  }
}

.main-about-ex {
  position: relative;
  padding-top: 0px;
  padding-bottom: 70px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .main-about-ex {
    margin-top: -50px;
    padding: 0 20px 70px;
  }
}

.main-about-ex__title {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid #489be7;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .main-about-ex__title {
    width: auto;
  }
}

.main-about-ex__title a {
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  display: block;
}

.main-about-ex__title span {
  vertical-align: middle;
  font-size: 40px;
  font-weight: bold;
  margin: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .main-about-ex__title span {
    font-size: 20px;
  }
}

.main-about-ex__title img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .main-about-ex__title img {
    width: 30px;
  }
}

.main-section__item {
  background: url("../img/pat/pat_2.gif") repeat transparent;
}

.main-section__item--green {
  /* background: #1b9065; */
  background: url("../img/pat/pat_3.gif") repeat transparent;
}

.main-section__item--yellow {
  /* background: #e68a1d; */
  background: url("../img/pat/pat_2.gif") repeat transparent;
}

.main-section__item--dark-yellow {
  /* background: #a14715; */
  background: url("../img/pat/pat_3.gif") repeat transparent;
}

.main-section__item-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1080px;
  margin: auto;
  padding: 60px 0;
  box-sizing: content-box;
  background-image: url("../img/bg/bg_leaf-brown.png");
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 120px -10px;
}

.main-section__item-inner--green {
  background-image: url("../img/bg/bg_leaf-green.png");
}

.main-section__item-inner--yellow {
  background-image: url("../img/bg/bg_leaf-yellow.png");
}

.main-section__item-inner--dark-yellow {
  background-image: url("../img/bg/bg_leaf-dark-green.png");
}

@media screen and (max-width: 767px) {
  .main-section__item-inner {
    display: block;
    width: auto;
    padding: 48px 10px;
    background-size: 100%;
    background-position: left -15px;
  }
}

.main-section__item-thumbs {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .main-section__item-thumbs {
    justify-content: center;
    position: relative;
    top: 30px;
  }
}

.main-section__item-thumb {
  width: 320px;
}

.main-section__item-thumb img {
  width: 100%;
  height: auto;
}

.main-section__item-double-thumb {
  position: relative;
  top: -33px;
  height: 307px;
}

.main-section__item-double-thumb img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .main-section__item-double-thumb {
    top: 0;
  }
}

.main-section__item-double-thumb--sub {
  position: relative;
  top: 21px;
  margin: 0 93px 0 12px;
}

@media screen and (max-width: 767px) {
  .main-section__item-double-thumb--sub {
    top: 60px;
    margin: 0 0 0 10px;
  }
}

.main-section__item-icon {
  width: 136px;
  margin: 0 62px 0 44px;
}

.main-section__item-icon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-section__item-icon {
    width: 100px;
    margin: 0 0 0 30px;
  }
}

.main-section__item-body {
  width: 690px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main-section__item-body {
    width: auto;
    margin-top: 60px;
    font-size: 20px;
    text-align: center;
  }
  .main-section__item-body--double-thumb {
    margin-top: 135px;
  }
}

.main-section__item-body-notice {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}
