@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP);
@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: "Noto Sans JP", sans-serif;
}

body {
  color: #282828;
  position: relative;
}
body a, body button {
  color: #282828;
}
@media screen and (min-width: 738px) {
  body {
    /*min-width: $contents;*/
  }
}

.contents {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (min-width: 738px) {
  .contents {
    width: 350px;
  }
}
@media screen and (max-width: 737px) {
  .contents {
    padding: 0 3.2vw;
  }
}

/*  */
#lower .bread > ul > li > a, #lower .bread > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 737px) {
  #lower .bread > ul > li > a, #lower .bread > ul > li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

#top .top02__sec07 h2, #top .top02__sec06 h4, #top .top02__sec06 h3, #top .top02__sec04 ul li h4, #top .top02__sec04 h3, #top .top02__sec03 .box02 > div h3, #top .top02__sec03 ul li h4, #top .top02__sec03 ul li h3, #top .top02__sec02 ul li .box02 h6, #top .top02__sec02 ul li h3, #top .top02__sec01 > div > div.box02 h3, #top .top02__sec01 > div > div.box02 h2, #top .top02__sec01 > div > h2, #top .mainvis_top h2 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

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: 100%;
  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=text], input[type=tel], input[type=email], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  outline: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline: none;
  outline-offset: -2px;
}

input[type=radio], input[type=check] {
  margin: 0;
  padding: 0;
}

textarea {
  font-family: sans-serif;
}

main {
  display: block;
}

/* general */
@media screen and (min-width: 738px) {
  a:hover, button:hover {
    opacity: 0.8;
  }
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
}

/* header */
/* footer */
.footer {
  position: relative;
  z-index: 111;
}

.bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_contents {
  position: relative;
  -webkit-box-shadow: 0 0 15px -5px #777;
  box-shadow: 0 0 15px -5px #777;
  padding-inline: 0;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
  background-color: #fff;
  padding-bottom: 90px;
}
@media screen and (min-width: 738px) {
  .main_contents {
    max-width: 375px;
  }
}
/* top */
#top {
  /* header */
}
#top .header {
  display: none;
}
#top .header02 h1 {
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: -0.1em;
  color: #6e6e6e;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 100px;
}
@media screen and (max-width: 737px) {
  #top .header02 h1 {
    font-size: 2.6666666667vw;
    top: 2.6666666667vw;
    left: 26.6666666667vw;
  }
}
#top .header02 h1 span {
  font-size: 12px;
  color: #ff0d0d;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 737px) {
  #top .header02 h1 span {
    font-size: 3.2vw;
  }
}
#top .header02 img {
  width: 100%;
}
#top .btn_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top .btn_wrap {
    width: 345px;
  }
}
@media screen and (max-width: 737px) {
  #top .btn_wrap {
    width: 92vw;
    max-width: 106.6666666667vw;
  }
}
#top .btn_wrap a {
  display: block;
}
#top .mainvis_top {
  position: relative;
  width: 100vw;
  max-width: 100%;
}
#top .mainvis_top h2 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  bottom: 420px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 737px) {
  #top .mainvis_top h2 {
    font-size: 6.4vw;
    bottom: 112vw;
  }
}
@media screen and (min-width: 738px) {
  #top .mainvis_top .btn_wrap {
    bottom: 20px;
  }
}
@media screen and (max-width: 737px) {
  #top .mainvis_top .btn_wrap {
    bottom: 5.3333333333vw;
  }
}
#top .mainvis_top img {
  width: 100%;
}
#top .top02 img {
  width: 100%;
}
@media screen and (min-width: 738px) {
  #top .top02__sec01 {
    padding-top: 210px;
  }
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 {
    padding-top: 56vw;
  }
}
#top .top02__sec01 .mainvis_video {
  position: absolute;
  width: 100%;
  height: 210px;
  top: 0px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 .mainvis_video {
    height: 56vw;
  }
}
#top .top02__sec01 > div > h2 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div > h2 {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 738px) {
  #top .top02__sec01 > div > h2:nth-of-type(1) {
    padding-top: 360px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div > h2:nth-of-type(1) {
    padding-top: 96vw;
    padding-bottom: 8vw;
  }
}
#top .top02__sec01 > div > h2:nth-of-type(1) span {
  padding: 0 3px;
  background: linear-gradient(transparent 60%, #ffe7e7 60%);
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div > h2:nth-of-type(1) span {
    padding: 0 0.8vw;
  }
}
#top .top02__sec01 > div > h2:nth-of-type(2) {
  padding-top: 140px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div > h2:nth-of-type(2) {
    padding-top: 37.3333333333vw;
  }
}
#top .top02__sec01 > div ul {
  padding-top: 50px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul {
    padding-top: 13.3333333333vw;
  }
}
#top .top02__sec01 > div ul li h3 {
  font-size: 20px;
  color: #573634;
  line-height: 1.2;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li h3 {
    font-size: 5.3333333333vw;
    padding-left: 10.6666666667vw;
  }
}
#top .top02__sec01 > div ul li h3::before {
  content: "";
  background: url("/wp/wp-content/themes/luck/assets/img/top02/icon01.png") no-repeat center 0/contain;
  width: 31.5px;
  height: 31px;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li h3::before {
    width: 8.4vw;
    height: 8.2666666667vw;
    top: -1.3333333333vw;
  }
}
#top .top02__sec01 > div ul li h4 {
  font-size: 15px;
  line-height: 1.6;
  color: #573634;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li h4 {
    font-size: 4vw;
  }
}
#top .top02__sec01 > div ul li:nth-of-type(1) h4 {
  width: 50%;
  padding-top: 250px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li:nth-of-type(1) h4 {
    padding-top: 66.6666666667vw;
  }
}
#top .top02__sec01 > div ul li:nth-of-type(2) {
  padding-top: 37.5px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li:nth-of-type(2) {
    padding-top: 10vw;
  }
}
#top .top02__sec01 > div ul li:nth-of-type(2) h4 {
  padding-top: 190px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li:nth-of-type(2) h4 {
    padding-top: 50.6666666667vw;
  }
}
#top .top02__sec01 > div ul li:nth-of-type(3) {
  padding-top: 35px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li:nth-of-type(3) {
    padding-top: 9.3333333333vw;
  }
}
#top .top02__sec01 > div ul li:nth-of-type(3) h4 {
  width: 58%;
  padding-top: 190px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li:nth-of-type(3) h4 {
    padding-top: 50.6666666667vw;
  }
}
#top .top02__sec01 > div ul li:nth-of-type(4) {
  padding-top: 45px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li:nth-of-type(4) {
    padding-top: 12vw;
  }
}
#top .top02__sec01 > div ul li:nth-of-type(4) h4 {
  width: 58%;
  padding-top: 20px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div ul li:nth-of-type(4) h4 {
    padding-top: 5.3333333333vw;
  }
}
#top .top02__sec01 > div > div.box02 {
  padding-top: 60px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div > div.box02 {
    padding-top: 16vw;
  }
}
#top .top02__sec01 > div > div.box02 h2 {
  font-size: 28px;
  color: #ff5b0a;
  text-align: center;
  text-shadow: 0px 10px 15px rgba(54, 20, 0, 0.4);
  font-style: italic;
  margin-bottom: 13px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div > div.box02 h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
#top .top02__sec01 > div > div.box02 h3 {
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div > div.box02 h3 {
    font-size: 4.2666666667vw;
  }
}
#top .top02__sec01 > div > div.box02 h3 span {
  color: #ff5b0a;
}
#top .top02__sec01 > div > div.box02 h3:nth-of-type(1) {
  width: 65%;
  margin-bottom: 27.5px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec01 > div > div.box02 h3:nth-of-type(1) {
    margin-bottom: 7.3333333333vw;
  }
}
#top .top02__sec02 ul {
  padding-top: 263px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul {
    padding-top: 70.1333333333vw;
  }
}
#top .top02__sec02 ul li {
  padding-top: 82px;
  box-sizing: border-box;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li {
    padding-top: 21.8666666667vw;
  }
}
#top .top02__sec02 ul li:nth-of-type(1) {
  height: 1285px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li:nth-of-type(1) {
    height: 342.6666666667vw;
  }
}
#top .top02__sec02 ul li:nth-of-type(1) .box02 {
  padding-top: 100px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li:nth-of-type(1) .box02 {
    padding-top: 26.6666666667vw;
  }
}
#top .top02__sec02 ul li:nth-of-type(2) {
  height: 1199px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li:nth-of-type(2) {
    height: 319.7333333333vw;
  }
}
#top .top02__sec02 ul li:nth-of-type(2) .box02 {
  padding-top: 90px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li:nth-of-type(2) .box02 {
    padding-top: 24vw;
  }
}
#top .top02__sec02 ul li:nth-of-type(3) {
  height: 1373px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li:nth-of-type(3) {
    height: 367.7333333333vw;
  }
}
#top .top02__sec02 ul li:nth-of-type(3) .box02 {
  padding-top: 65px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li:nth-of-type(3) .box02 {
    padding-top: 17.3333333333vw;
  }
}
#top .top02__sec02 ul li:nth-of-type(4) {
  height: 1026px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li:nth-of-type(4) {
    height: 273.6vw;
  }
}
#top .top02__sec02 ul li h3 {
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  padding-top: 35px;
  padding-bottom: 30px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li h3 {
    font-size: 5.3333333333vw;
    padding-top: 9.3333333333vw;
    padding-bottom: 8vw;
  }
}
#top .top02__sec02 ul li .box01 > div {
  margin-bottom: 20px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box01 > div {
    margin-bottom: 5.3333333333vw;
  }
}
#top .top02__sec02 ul li .box01 > div:nth-of-type(1) span {
  color: #009e00;
}
#top .top02__sec02 ul li .box01 > div:nth-of-type(1) h4 {
  background-color: #009e00;
}
#top .top02__sec02 ul li .box01 > div:nth-of-type(2) {
  margin-top: 5px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box01 > div:nth-of-type(2) {
    margin-top: 1.3333333333vw;
  }
}
#top .top02__sec02 ul li .box01 > div:nth-of-type(2) span {
  color: #ff5b0a;
}
#top .top02__sec02 ul li .box01 > div:nth-of-type(2) h4 {
  background-color: #ff5b0a;
}
#top .top02__sec02 ul li .box01 > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box01 > div > div {
    gap: 1.6vw;
  }
}
#top .top02__sec02 ul li .box01 > div p {
  margin-top: 8px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box01 > div p {
    margin-top: 2.1333333333vw;
  }
}
#top .top02__sec02 ul li .box01 span {
  font-size: 15px;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box01 span {
    font-size: 4vw;
  }
}
#top .top02__sec02 ul li .box01 h4 {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  padding: 3px 9px;
  display: inline-block;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box01 h4 {
    font-size: 4vw;
    border-radius: 1.0666666667vw;
    padding: 0.8vw 2.4vw;
  }
}
#top .top02__sec02 ul li p, #top .top02__sec02 ul li h5 {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li p, #top .top02__sec02 ul li h5 {
    font-size: 4vw;
  }
}
#top .top02__sec02 ul li .box02 h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 140px;
  color: #573634;
  white-space: pre;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box02 h6 {
    font-size: 4.2666666667vw;
    padding-left: 37.3333333333vw;
  }
}
#top .top02__sec02 ul li .box02 h6:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box02 h6:nth-of-type(n + 2) {
    margin-top: 5.3333333333vw;
  }
}
#top .top02__sec02 ul li .box02 a {
  width: 177.5px;
  display: block;
  margin: 32px 0 0 139px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec02 ul li .box02 a {
    width: 47.3333333333vw;
    margin: 8.5333333333vw 0 0 37.0666666667vw;
  }
}
#top .top02__sec03 ul {
  padding-top: 140px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul {
    padding-top: 37.3333333333vw;
  }
}
#top .top02__sec03 ul li {
  height: 130px;
  padding: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li {
    height: 34.6666666667vw;
    padding: 2.6666666667vw 0;
  }
}
#top .top02__sec03 ul li:nth-of-type(n + 2) {
  margin-top: 27px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li:nth-of-type(n + 2) {
    margin-top: 7.2vw;
  }
}
#top .top02__sec03 ul li:nth-of-type(odd) {
  padding-right: 34%;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li:nth-of-type(odd) {
    padding-right: 32vw;
  }
}
#top .top02__sec03 ul li:nth-of-type(even) {
  padding-left: 34%;
}
#top .top02__sec03 ul li:nth-of-type(even) h4 {
  margin-left: auto;
}
#top .top02__sec03 ul li:nth-of-type(3) {
  padding-top: 4px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li:nth-of-type(3) {
    padding-top: 1.0666666667vw;
  }
}
#top .top02__sec03 ul li:nth-of-type(4) h3 {
  padding-left: 80px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li:nth-of-type(4) h3 {
    padding-left: 21.3333333333vw;
  }
}
#top .top02__sec03 ul li:nth-of-type(5) {
  padding-top: 0px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li:nth-of-type(5) {
    padding-top: 0vw;
  }
}
#top .top02__sec03 ul li:nth-of-type(6) {
  padding-top: 2px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li:nth-of-type(6) {
    padding-top: 0.5333333333vw;
  }
}
#top .top02__sec03 ul li:nth-of-type(6) h3 {
  padding-left: 80px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li:nth-of-type(6) h3 {
    padding-left: 21.3333333333vw;
  }
}
#top .top02__sec03 ul li h3 {
  font-size: 19px;
  line-height: 1.2;
  padding-left: 53px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li h3 {
    font-size: 5.0666666667vw;
    padding-left: 14.1333333333vw;
  }
}
#top .top02__sec03 ul li h3 span {
  padding: 0 3px;
  background: linear-gradient(transparent 60%, #ffe7e7 60%);
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li h3 span {
    padding: 0 0.8vw;
  }
}
#top .top02__sec03 ul li h4 {
  width: 87%;
  font-size: 16px;
  line-height: 1.4375;
  font-style: italic;
  margin-top: 20px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li h4 {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
#top .top02__sec03 ul li h4 span {
  font-size: 13px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 ul li h4 span {
    font-size: 3.4666666667vw;
  }
}
#top .top02__sec03 .box02 {
  padding-top: 433px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 .box02 {
    padding-top: 115.4666666667vw;
  }
}
#top .top02__sec03 .box02 > div:nth-of-type(n + 2) {
  margin-top: 15px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 .box02 > div:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
}
#top .top02__sec03 .box02 > div h3 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 .box02 > div h3 {
    font-size: 5.3333333333vw;
  }
}
#top .top02__sec03 .box02 > div h4 {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 195px;
  text-align: justify;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 .box02 > div h4 {
    font-size: 4vw;
    margin-top: 52vw;
  }
}
#top .top02__sec03 .box02 > div h4 span {
  padding: 0 3px;
  background: linear-gradient(transparent 60%, #f9f234 60%);
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 .box02 > div h4 span {
    padding: 0 0.8vw;
  }
}
#top .top02__sec03 a {
  width: 337px;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 737px) {
  #top .top02__sec03 a {
    width: 89.8666666667vw;
    bottom: 12.2666666667vw;
  }
}
#top .top02__sec04 h3 {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 90px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 h3 {
    font-size: 5.3333333333vw;
    top: 24vw;
  }
}
#top .top02__sec04 h3 span {
  padding: 0 3px;
  background: linear-gradient(transparent 60%, #ffe7e7 60%);
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 h3 span {
    padding: 0 0.8vw;
  }
}
#top .top02__sec04 ul {
  padding-top: 221px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul {
    padding-top: 58.9333333333vw;
  }
}
#top .top02__sec04 ul li:nth-of-type(odd) h4 {
  padding-left: 180px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul li:nth-of-type(odd) h4 {
    padding-left: 48vw;
  }
}
#top .top02__sec04 ul li:nth-of-type(odd) h5 {
  padding: 0 12px 0 35px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul li:nth-of-type(odd) h5 {
    padding: 0 3.2vw 0 9.3333333333vw;
  }
}
#top .top02__sec04 ul li:nth-of-type(even) h4 {
  padding: 0 170px 0 20px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul li:nth-of-type(even) h4 {
    padding: 0 45.3333333333vw 0 5.3333333333vw;
  }
}
#top .top02__sec04 ul li:nth-of-type(even) h5 {
  padding: 0 35px 0 12px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul li:nth-of-type(even) h5 {
    padding: 0 9.3333333333vw 0 3.2vw;
  }
}
#top .top02__sec04 ul li:nth-of-type(2) {
  margin-top: 65px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul li:nth-of-type(2) {
    margin-top: 17.3333333333vw;
  }
}
#top .top02__sec04 ul li:nth-of-type(3) {
  margin-top: 78px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul li:nth-of-type(3) {
    margin-top: 20.8vw;
  }
}
#top .top02__sec04 ul li h4 {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4375;
  color: #573634;
  padding-top: 70px !important;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul li h4 {
    font-size: 4.8vw;
    padding-top: 18.6666666667vw !important;
  }
}
#top .top02__sec04 ul li h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4375;
  color: #573634;
  text-align: justify;
  margin-top: 25px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec04 ul li h5 {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
  }
}
#top .top02__sec05 a {
  position: absolute;
  bottom: 18px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec05 a {
    width: 93.3333333333vw;
    bottom: 4.8vw;
  }
}
#top .top02__sec06 h3 {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  padding-top: 85px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 h3 {
    font-size: 4vw;
    padding-top: 22.6666666667vw;
  }
}
#top .top02__sec06 h3 span {
  font-weight: 600;
  color: #fd4f4f;
  padding: 0 3px;
  background: linear-gradient(transparent 60%, #fefad0 60%);
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 h3 span {
    padding: 0 0.8vw;
  }
}
#top .top02__sec06 h4 {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 h4 {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
#top .top02__sec06 h4 span {
  color: #fd4f4f;
  font-weight: 600;
}
#top .top02__sec06 h4:nth-of-type(1) {
  margin-top: 150px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 h4:nth-of-type(1) {
    margin-top: 40vw;
  }
}
#top .top02__sec06 h4:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 h4:nth-of-type(2) {
    margin-top: 10.6666666667vw;
  }
}
#top .top02__sec06 h4:nth-of-type(3) {
  margin-top: 195px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 h4:nth-of-type(3) {
    margin-top: 52vw;
  }
}
#top .top02__sec06 h4:nth-of-type(4) {
  margin-top: 165px;
  padding: 0 177px 0 30px;
  text-align: left;
  letter-spacing: 0em;
  line-height: 1.25;
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 h4:nth-of-type(4) {
    margin-top: 44vw;
    padding: 0 47.2vw 0 8vw;
  }
}
#top .top02__sec06 h4:nth-of-type(5) {
  margin-top: 195px;
  padding: 0 24px 0 185px;
  text-align: left;
  letter-spacing: 0em;
  line-height: 1.25;
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 h4:nth-of-type(5) {
    margin-top: 52vw;
    padding: 0 6.4vw 0 49.3333333333vw;
  }
}
#top .top02__sec06 a {
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 737px) {
  #top .top02__sec06 a {
    margin-top: 10.6666666667vw;
  }
}
#top .top02__sec07 {
  padding-bottom: 180px;
  background-color: #fff;
}
#top .top02__sec07 img {
  position: absolute;
  z-index: 1;
}
#top .top02__sec07 > div {
  position: relative !important;
  width: 100% !important;
  padding: 0 12px 30px !important;
  background: #f1e1d4;
}
#top .top02__sec07 > div::after {
  content: "";
  background: url("/wp/wp-content/themes/luck/assets/img/top02/bg07_1.png") no-repeat center 0/cover;
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 > div::after {
    height: 10.6666666667vw;
    bottom: -10.6666666667vw;
  }
}
#top .top02__sec07 h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 13px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 h2 {
    font-size: 6.4vw;
    padding-top: 12vw;
    padding-bottom: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
#top .top02__sec07 dl {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 dl {
    padding: 2.6666666667vw 4vw;
    border-radius: 1.0666666667vw;
  }
}
#top .top02__sec07 dl:nth-of-type(n + 2) {
  margin-top: 14px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 dl:nth-of-type(n + 2) {
    margin-top: 3.7333333333vw;
  }
}
#top .top02__sec07 dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3333;
  color: #573634;
  padding-left: 43px;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 dl dt {
    font-size: 4.8vw;
    padding-left: 11.4666666667vw;
    padding-right: 6.6666666667vw;
  }
}
#top .top02__sec07 dl dt img {
  width: 50px;
  height: 53px;
  display: block;
  position: absolute;
  top: -20px;
  left: -23px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 dl dt img {
    width: 13.3333333333vw;
    height: 14.1333333333vw;
    top: -5.3333333333vw;
    left: -6.1333333333vw;
  }
}
#top .top02__sec07 dl dt::after {
  content: "";
  background: url("/wp/wp-content/themes/luck/assets/img/top02/qa_icon.png") no-repeat center 0/contain;
  width: 10.5px;
  height: 15.5px;
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 dl dt::after {
    width: 2.8vw;
    height: 4.1333333333vw;
    top: 1.6vw;
  }
}
#top .top02__sec07 dl dt.open::after {
  transform: rotate(90deg);
}
#top .top02__sec07 dl dd {
  font-size: 16px;
  color: #573634;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 400;
  display: none;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 dl dd {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#top .top02__sec07 a {
  width: 350px;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 737px) {
  #top .top02__sec07 a {
    width: 93.3333333333vw;
  }
}
#top .top02__sec08 {
  padding-top: 100px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec08 {
    padding-top: 16vw;
  }
}
#top .top02__sec08 > div {
  width: 350px;
  margin: 0 auto;
}
#top .top02__sec08 > div > dl > dt img {
  width: inherit;
}
#top .top02__sec08 > div > dl > dt h2 {
  font-size: 16px;
}
@media screen and (max-width: 737px) {
  #top .top02__sec08 > div > dl > dt h2 {
    font-size: 4.2666666667vw;
  }
}
#top .top02__sec08 > div > dl > dd {
  margin-top: 30px;
}
#top .top02__sec08 > div > dl > dd > ul > li {
  border-bottom: 1px dotted #282828;
  padding: 20px 0;
}
@media screen and (max-width: 737px) {
  #top .top02__sec08 > div > dl > dd > ul > li {
    padding: 10px 0;
  }
}
#top .top02__sec08 > div > dl > dd > ul > li:first-child {
  padding-top: 0;
}
#top .top02__sec08 > div > dl > dd > ul > li > a {
  position: relative;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 738px) {
  #top .top02__sec08 > div > dl > dd > ul > li > a {
    padding-left: 100px;
  }
}
#top .top02__sec08 > div > dl > dd > ul > li > a > span {
  font-size: 16px;
}
@media screen and (min-width: 738px) {
  #top .top02__sec08 > div > dl > dd > ul > li > a > span {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 737px) {
  #top .top02__sec08 > div > dl > dd > ul > li > a > span {
    display: block;
    margin-bottom: 10px;
  }
}
#top .top02__sec08 .btn01 {
  border: 2px solid #333;
  border-radius: 35px;
  margin-top: 60px;
}
#top .top02__sec08 .btn01 a {
  font-size: 18px;
  line-height: 66px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
#top .footer * {
  font-size: 16px;
}
#top .footer__nav ul li a {
  font-size: 16px;
}
#top .btn:hover, #top a:hover {
  opacity: 0.8;
}
#top section {
  position: relative;
  margin-top: -1px;
}
#top section .contents {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 738px) {
  #top section .contents {
    padding: 0 0px;
  }
}
@media screen and (max-width: 737px) {
  #top section .contents {
    padding: 0 3.2vw;
  }
}

/* lower */
#lower .bread {
  padding-top: 35px;
}
@media screen and (min-width: 738px) {
  #lower .bread {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 737px) {
  #lower .bread {
    padding-top: 20px;
  }
}
#lower .bread > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  #lower .bread > ul {
    margin-left: 15px;
  }
}
#lower .bread > ul > li {
  margin-right: 1em;
  font-weight: bold;
}
#lower .bread > ul > li:last-child {
  margin-right: 0;
}
#lower .bread > ul > li > a {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */