@charset "UTF-8";
html,
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-size: 10px;
}
html.roll,
body.roll {
  overflow: hidden;
}

body {
  color: #333333;
}

/* フローティングバナー */
/* ============================================ */

.float-bnr {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
}

.float-bnr .btn {
  display: block;
  margin: 0 auto;
  width: 78%;
}

@media screen and (min-width: 769px) {
  .float-bnr {
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .float-bnr {
    width: 900px;
  }
}

@media screen and (max-width: 640px) {
  .float-bnr {
    width: 400px;
  }
}

/* フローティングバナー ここまで */
/* ============================================ */

@media screen and (min-width: 769px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  p,
  dt,
  dd,
  li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  p,
  dt,
  dd,
  li {
    font-size: 1.4rem;
  }
}

a,
span,
strong {
  font-size: 100%;
}

strong {
  font-weight: bold;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

html,
body {
  font-size: 10px;
  overflow-y: auto;
  -ms-overflow-style: none;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
main,
header,
footer,
nav,
section,
article,
aside,
span,
applet,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
caption {
  color: #313130;
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-feature-settings: "palt";
  vertical-align: baseline;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
}

div,
main,
header,
footer,
nav,
section,
article,
aside,
span,
applet,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  font-size: 100%;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

/*input[type="button"],input[type="submit"],button { box-shadow:none; border:none;-webkit-appearance: none;}*/
input,
button,
textarea {
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}

fieldset,
img {
  border: 0;
}

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

q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

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

abbr,
acronym {
  border: 0;
}

ul.wpp-list li {
  clear: none;
}

pre {
  /* Mozilla */
  white-space: -moz-pre-wrap; /* Opera 4-6 */
  white-space: -pre-wrap; /* Opera 7 */
  white-space: -o-pre-wrap; /* CSS3 */
  white-space: pre-wrap; /* IE 5.5+ */
  word-wrap: break-word;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.mosaic {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc_only {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

.overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.inner {
  z-index: 1;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1000px;
    padding: 0 2rem;
  }
}

.c_sec {
  padding: 80px 0;
}

.title02 {
  text-align: center;
}
.title02 h2 {
  position: relative;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #313130;
}
.title02 h2 img {
  position: absolute;
  transform-origin: bottom right;
  object-fit: contain;
}

.content {
  max-width: 750px;
  margin: 0 auto;
}
.content header {
  padding: 48px 0 40px;
  background: linear-gradient(54deg, #ed9f72, #ee9499);
}
@media screen and (max-width: 750px) {
  .content header {
    padding: 6.4vw 0 5.3333333333vw;
  }
}
.content header img {
  max-width: 714px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .content header img {
    max-width: 95.2vw;
  }
}
.content .sec_mv {
  padding: 80px 0 48px;
  background: url(../webp/mv.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_mv {
    padding: 15vw 0 8.399999999999999vw;
  }
}
.content .sec_mv .mv_copy {
  max-width: 490px;
  width: 100%;
  padding-right: 4px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .content .sec_mv .mv_copy {
    max-width: 65.3333333333vw;
    padding-right: 0.5333333333vw;
  }
}
.content .sec_mv .mv_copy .mv_copy_upper {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
@media screen and (max-width: 750px) {
  .content .sec_mv .mv_copy .mv_copy_upper {
    column-gap: 0.5333333333vw;
  }
}
.content .sec_mv .mv_copy .mv_copy_upper span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 108px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 45px;
  color: #3f220f;
  padding-bottom: 4px;
  background: url(../webp/mv-textbg.webp) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  .content .sec_mv .mv_copy .mv_copy_upper span {
    width: 29.8666666667vw;
    height: 14.4vw;
    font-size: 6vw;
    padding-bottom: 0.5333333333vw;
  }
}
.content .sec_mv .mv_copy .mv_copy_upper img {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 750px) {
  .content .sec_mv .mv_copy .mv_copy_upper img {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.mv_copy_upper_title {
  width: 91%;
  margin:0 auto;
}
.content .sec_mv .mv_copy .mv_copy_lower {
  padding-left: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .content .sec_mv .mv_copy .mv_copy_lower {
    margin-top: 5.3333333333vw;
  }
}
.content .sec_mv .mv_copy .mv_copy_lower h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #3f220e;
  -webkit-text-stroke: 2px #3f220e;
}
@media screen and (max-width: 750px) {
  .content .sec_mv .mv_copy .mv_copy_lower h1 {
    font-size: 3.9vw;
    -webkit-text-stroke: 0.2666666667vw #3f220e;
    text-stroke: 0.2666666667vw #3f220e;
  }
}
.content .sec_mv .mv_copy .mv_copy_lower h1 img {
  object-fit: contain;
}
.content .sec_mv ul {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .content .sec_mv ul {
    margin-top: 10.6666666667vw;
  }
}
.content .sec_mv ul li {
  width: 256px;
  height: 256px;
}
@media screen and (max-width: 750px) {
  .content .sec_mv ul li {
    width: 34.1333333333vw;
    height: 34.1333333333vw;
  }
}
.content .sec_mv ul li:nth-child(n + 2) {
  margin-left: 80px;
}
@media screen and (max-width: 750px) {
  .content .sec_mv ul li:nth-child(n + 2) {
    margin-left: 10.6666666667vw;
  }
}
.content .sec_cta {
  padding: 84px 0 60px;
  background: #ffede7;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
  .content .sec_cta {
    padding: 11.2vw 0 8vw;
    margin-top: -0.1333333333vw;
  }
}
.content .sec_cta h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 43px;
  color: #361708;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .content .sec_cta h2 {
    font-size: 5.7333333333vw;
  }
}
.content .sec_cta ul {
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .content .sec_cta ul {
    margin-top: 6.4vw;
  }
}
.content .sec_cta ul li {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .content .sec_cta ul li {
    max-width: 88vw;
  }
}
.content .sec_cta ul li:nth-child(n + 2) {
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .content .sec_cta ul li:nth-child(n + 2) {
    margin-top: 4.5333333333vw;
  }
}
.content .sec_cta ul li .cta_icon {
  position: absolute;
  top: -16px;
  left: -24px;
  width: 80px;
  height: 88px;
}
@media screen and (max-width: 750px) {
  .content .sec_cta ul li .cta_icon {
    top: -2.1333333333vw;
    left: -3.2vw;
    width: 10.6666666667vw;
    height: 11.7333333333vw;
  }
}
.content .sec_cta .btn {
  max-width: 689px;
  margin: 72px auto 0;
  filter: drop-shadow(4px 10px 9px rgba(0, 0, 0, 0.18));
}
@media screen and (max-width: 750px) {
  .content .sec_cta .btn {
    max-width: 91.8666666667vw;
    margin: 9.6vw auto 0;
    filter: drop-shadow(
      0.5333333333vw 1.3333333333vw 1.2vw rgba(0, 0, 0, 0.18)
    );
  }
}
.content .sec_cta .btn:hover {
  cursor: pointer;
}
.content .sec_cta .btn a {
  display: block;
  transition: ease 0.3s;
}
.content .sec_cta .btn a img {
  object-fit: contain;
}
.content .sec_cta .btn a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.content .sec_cta p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  color: #1f1412;
  text-align: center;
  letter-spacing: -0.8px;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .content .sec_cta p {
    font-size: 3.2vw;
    letter-spacing: -0.1066666667vw;
    margin-top: 3.2vw;
  }
}
.content .sec_01 {
  position: relative;
  padding: 100px 0 60px;
  background: url(../webp/bg01.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_01 {
    padding: 13.3333333333vw 0 8vw;
  }
}
.content .sec_01 h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 45px;
  color: #1f1412;
  text-align: center;
  letter-spacing: 1.4px;
  text-shadow: 0px 4px 10px #ffffff, 0px 4px 10px #ffffff;
}
@media screen and (max-width: 750px) {
  .content .sec_01 h2 {
    font-size: 6vw;
    letter-spacing: 0.1866666667vw;
    text-shadow: 0px 0.5333333333vw 1.3333333333vw #ffffff,
      0px 0.5333333333vw 1.3333333333vw #ffffff;
  }
}
.content .sec_01 ul {
  max-width: 648px;
  width: 100%;
  margin: 48px auto 0;
}
@media screen and (max-width: 750px) {
  .content .sec_01 ul {
    max-width: 86.4vw;
    margin: 6.4vw auto 0;
  }
}
.content .sec_01 ul li {
  display: flex;
  padding: 18px 20px 18px 12px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .content .sec_01 ul li {
    padding: 2.4vw 2.6666666667vw 2.4vw 1.6vw;
  }
}
.content .sec_01 ul li:nth-child(n + 2) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .content .sec_01 ul li:nth-child(n + 2) {
    margin-top: 5.3333333333vw;
  }
}
.content .sec_01 ul li .sec01_check {
  width: 40px;
  height: 36px;
  margin-top: 8px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .content .sec_01 ul li .sec01_check {
    width: 5.3333333333vw;
    height: 4.8vw;
    margin-top: 1.0666666667vw;
  }
}
.content .sec_01 ul li p {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 2.8px;
  margin-left: 18px;
}
@media screen and (max-width: 750px) {
  .content .sec_01 ul li p {
    font-size: 3.8666666667vw;
    letter-spacing: 0.3733333333vw;
    margin-left: 2.4vw;
  }
}
.content .sec_01 ul li p span {
  font-weight: 600;
  font-size: 29px;
  color: #d5636e;
}
@media screen and (max-width: 750px) {
  .content .sec_01 ul li p span {
    font-size: 3.8666666667vw;
  }
}
.content .sec_01::before {
  content: "";
  position: absolute;
  bottom: -79px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 376px solid transparent;
  border-right: 376px solid transparent;
  border-top: 80px solid #7f7d7c;
}
@media screen and (max-width: 750px) {
  .content .sec_01::before {
    bottom: -10.4vw;
    border-left: 50.1333333333vw solid transparent;
    border-right: 50.1333333333vw solid transparent;
    border-top: 10.6666666667vw solid #7f7d7c;
  }
}
.content .sec_02 {
  position: relative;
  padding: 116px 0 40px;
  margin-top: -1px;
  background: url(../webp/bg02.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_02 {
    padding: 15.4666666667vw 0 5.3333333333vw;
    margin-top: -0.1333333333vw;
  }
}
.content .sec_02 h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 4px;
  color: #1a0e0c;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .content .sec_02 h2 {
    font-size: 4.2666666667vw;
    letter-spacing: 0.5333333333vw;
  }
}
.content .sec_02 .sec_02_upper {
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content .sec_02 .sec_02_upper {
    max-width: 100vw;
  }
}
.content .sec_02 .sec_02_middle {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .content .sec_02 .sec_02_middle {
    margin-top: 7.4666666667vw;
  }
}
.content .sec_02 .sec_02_middle p {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  color: #1f1412;
}
@media screen and (max-width: 750px) {
  .content .sec_02 .sec_02_middle p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.32vw;
  }
}
.content .sec_02 .sec_02_middle p:nth-child(n + 2) {
  margin-top: 66px;
}
@media screen and (max-width: 750px) {
  .content .sec_02 .sec_02_middle p:nth-child(n + 2) {
    margin-top: 8.8vw;
  }
}
.content .sec_02 .sec_02_lower {
  position: relative;
  left: 12px;
  max-width: 676px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .content .sec_02 .sec_02_lower {
    left: 1.6vw;
    max-width: 90.1333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.content .sec_02 .arrow_b {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 78px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .content .sec_02 .arrow_b {
    bottom: -3.2vw;
    width: 10.4vw;
  }
}
.content .sec_03 {
  padding: 132px 0 96px;
  background: url(../webp/bg03.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_03 {
    padding: 17.6vw 0 12.8vw;
  }
}
.content .sec_03 .sec_03_wrap {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap {
    max-width: 90.6666666667vw;
  }
}
.content .sec_03 .sec_03_wrap .sec_03_upper {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.8px;
  color: #281e1c;
  text-shadow: 10px 10px 21px rgb(255, 255, 255),
    10px 10px 21px rgb(255, 255, 255), 10px 10px 21px rgb(255, 255, 255);
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_upper {
    font-size: 4.2666666667vw;
    letter-spacing: -0.1066666667vw;
    text-shadow: 1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255),
      1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255),
      1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255);
  }
}
.content .sec_03 .sec_03_wrap .sec_03_middle {
  display: flex;
  align-items: end;
  padding-left: 8px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_middle {
    padding-left: 1.0666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.content .sec_03 .sec_03_wrap .sec_03_middle .sec_03_box {
  display: flex;
  align-items: center;
  column-gap: 28px;
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_middle .sec_03_box {
    column-gap: 3.7333333333vw;
  }
}
.content .sec_03 .sec_03_wrap .sec_03_middle .sec_03_box .box {
  line-height: 1;
  padding-bottom: 4px;
  padding: 20px 24px;
  background: linear-gradient(54deg, #ed9f72, #ee9499);
  box-shadow: 3px 6px 16px rgba(80, 78, 78, 0.4);
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_middle .sec_03_box .box {
    padding-bottom: 0.5333333333vw;
    padding: 2.6666666667vw 3.2vw;
    box-shadow: 0.4vw 0.8vw 2.1333333333vw rgba(80, 78, 78, 0.4);
  }
}
.content .sec_03 .sec_03_wrap .sec_03_middle .sec_03_box .box span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_middle .sec_03_box .box span {
    font-size: 6.6666666667vw;
  }
}
.content .sec_03 .sec_03_wrap .sec_03_middle .sec_03_box .sec_03x {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_middle .sec_03_box .sec_03x {
    width: 4vw;
    height: 4vw;
  }
}
.content .sec_03 .sec_03_wrap .sec_03_middle .sec_03wo {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  color: #281e1c;
  line-height: 1.2;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_middle .sec_03wo {
    font-size: 5.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.content .sec_03 .sec_03_wrap .sec_03_lower01 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 38px;
  letter-spacing: -0.4px;
  color: #281e1c;
  margin-top: 16px;
  text-shadow: 10px 10px 21px rgb(255, 255, 255),
    10px 10px 21px rgb(255, 255, 255), 10px 10px 21px rgb(255, 255, 255);
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_lower01 {
    font-size: 5.0666666667vw;
    letter-spacing: -0.0533333333vw;
    margin-top: 2.1333333333vw;
    text-shadow: 1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255),
      1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255),
      1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255);
  }
}
.content .sec_03 .sec_03_wrap .sec_03_lower02 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 38px;
  color: #281e1c;
  background-image: linear-gradient(transparent 72%, #f3ec57 0%);
  white-space: nowrap;
  text-shadow: 10px 10px 21px rgb(255, 255, 255),
    10px 10px 21px rgb(255, 255, 255), 10px 10px 21px rgb(255, 255, 255);
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_lower02 {
    font-size: 5.0666666667vw;
    text-shadow: 1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255),
      1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255),
      1.3333333333vw 1.3333333333vw 2.8vw rgb(255, 255, 255);
  }
}
.content .sec_03 .sec_03_wrap .sec_03_lower02 span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #f2716a;
  font-size: 70px;
}
@media screen and (max-width: 750px) {
  .content .sec_03 .sec_03_wrap .sec_03_lower02 span {
    font-size: 9.3333333333vw;
  }
}
.content .sec_04 {
  padding: 72px 0 160px;
  background: url(../webp/bg04.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_04 {
    padding: 9.6vw 0 21.3333333333vw;
  }
}
.content .sec_04 .sec_04_title {
  text-align: center;
}
.content .sec_04 .sec_04_title .sec_04_title_wrap {
  position: relative;
  display: inline-block;
}
.content .sec_04 .sec_04_title .sec_04_title_wrap h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: -0.6px;
  color: #414142;
}
@media screen and (max-width: 750px) {
  .content .sec_04 .sec_04_title .sec_04_title_wrap h2 {
    font-size: 4.6666666667vw;
    letter-spacing: -0.08vw;
  }
}
.content .sec_04 .sec_04_title .sec_04_title_wrap h2 span {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 50px;
  color: #d5636e;
}
@media screen and (max-width: 750px) {
  .content .sec_04 .sec_04_title .sec_04_title_wrap h2 span {
    font-size: 6.6666666667vw;
  }
}
.content .sec_04 .sec_04_title .sec_04_title_wrap img {
  position: absolute;
  bottom: -30px;
  width: 48px;
  height: 124px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .content .sec_04 .sec_04_title .sec_04_title_wrap img {
    bottom: -4vw;
    width: 6.4vw;
    height: 16.5333333333vw;
  }
}
.content .sec_04 .sec_04_title .sec_04_title_wrap .sec_04_left {
  left: -50px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 .sec_04_title .sec_04_title_wrap .sec_04_left {
    left: -6.6666666667vw;
  }
}
.content .sec_04 .sec_04_title .sec_04_title_wrap .sec_04_right {
  right: -50px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 .sec_04_title .sec_04_title_wrap .sec_04_right {
    right: -6.6666666667vw;
  }
}
.content .sec_04 ul {
  max-width: 697px;
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul {
    max-width: 92.9333333333vw;
    margin: 8vw auto 0;
  }
}
.content .sec_04 ul li {
  padding: 60px 0px;
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(8px 6px 6px rgba(38, 38, 38, 0.16));
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul li {
    padding: 8vw 0px;
    filter: drop-shadow(
      1.0666666667vw 0.8vw 1.0666666667vw rgba(38, 38, 38, 0.21)
    );
  }
}
.content .sec_04 ul li:nth-child(n + 2) {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul li:nth-child(n + 2) {
    margin-top: 12vw;
  }
}
.content .sec_04 ul li .textbox {
  padding: 0 40px;
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul li .textbox {
    padding: 0 5.3333333333vw;
    margin-top: 7.4666666667vw;
  }
}
.content .sec_04 ul li .textbox p {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 2.6px;
  color: #414142;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul li .textbox p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.3466666667vw;
  }
}
.content .sec_04 ul li .textbox p span {
  font-weight: 500;
  color: #d5636e;
}
.content .sec_04 ul .sec_04_01 .imgbox {
  padding: 0 8px 0 48px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul .sec_04_01 .imgbox {
    padding: 0 1.0666666667vw 0 6.4vw;
  }
}
.content .sec_04 ul .sec_04_01 .textbox p {
  letter-spacing: 2.6px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul .sec_04_01 .textbox p {
    letter-spacing: 0.3466666667vw;
  }
}
.content .sec_04 ul .sec_04_02 .imgbox {
  padding: 0 40px 0 10px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul .sec_04_02 .imgbox {
    padding: 0 5.3333333333vw 0 1.3333333333vw;
  }
}
.content .sec_04 ul .sec_04_02 .textbox p {
  letter-spacing: 2.42px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul .sec_04_02 .textbox p {
    letter-spacing: 0.3226666667vw;
  }
}
.content .sec_04 ul .sec_04_03 .imgbox {
  padding: 0 10px 0 48px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul .sec_04_03 .imgbox {
    padding: 0 1.3333333333vw 0 6.4vw;
  }
}
.content .sec_04 ul .sec_04_03 .textbox p {
  letter-spacing: 1.89px;
}
@media screen and (max-width: 750px) {
  .content .sec_04 ul .sec_04_03 .textbox p {
    letter-spacing: 0.252vw;
  }
}
.content .sec_05 {
  padding: 0 0 88px;
}
@media screen and (max-width: 750px) {
  .content .sec_05 {
    padding: 0 0 11.7333333333vw;
  }
}
.content .sec_05 .title02 {
  padding: 90px 0 105px;
  background: url(../webp/sec05-title.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_05 .title02 {
    padding: 12vw 0 14vw;
  }
}
.content .sec_05 .title02 h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.6px;
  color: #414142;
}
@media screen and (max-width: 750px) {
  .content .sec_05 .title02 h2 {
    font-size: 4.8vw;
    letter-spacing: -0.08vw;
  }
}
.content .sec_05 .title02 h2 img {
  top: -34px;
  left: -92px;
  width: 140px;
}
@media screen and (max-width: 750px) {
  .content .sec_05 .title02 h2 img {
    top: -4.5333333333vw;
    left: -12.2666666667vw;
    width: 18.6666666667vw;
  }
}
.content .sec_05 .title02 h2 p {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 66px;
  color: #171c60;
}
@media screen and (max-width: 750px) {
  .content .sec_05 .title02 h2 p {
    font-size: 8.8vw;
  }
}
.content .sec_05 .title02 h2 p span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 88px;
  color: #171c60;
}
@media screen and (max-width: 750px) {
  .content .sec_05 .title02 h2 p span {
    font-size: 11.7333333333vw;
  }
}
.content .sec_05 ul {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .content .sec_05 ul {
    margin-top: 5.3333333333vw;
  }
}
.content .sec_05 ul li {
  max-width: 724px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content .sec_05 ul li {
    max-width: 96.5333333333vw;
  }
}
.content .sec_05 ul li:nth-child(n + 2) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .content .sec_05 ul li:nth-child(n + 2) {
    margin-top: 5.3333333333vw;
  }
}
.content .sec_05 ul .sec_05_02 {
  margin-left: auto;
}
.content .sec_06 {
  padding: 108px 0 58px;
  background: url(../webp/bg06.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_06 {
    padding: 14.4vw 0 7.7333333333vw;
  }
}
.content .sec_06 .title02 h2 {
  color: #313130;
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  .content .sec_06 .title02 h2 {
    font-size: 6.6666666667vw;
  }
}
.content .sec_06 .title02 h2 img {
  width: 170px;
  top: -38px;
  left: -114px;
}
@media screen and (max-width: 750px) {
  .content .sec_06 .title02 h2 img {
    width: 22.6666666667vw;
    top: -5.0666666667vw;
    left: -15.2vw;
  }
}
.content .sec_06 .sec_06_box {
  max-width: 650px;
  width: 100%;
  border-radius: 10px;
  padding: 40px 32px;
  margin: 48px auto 0;
  background: #fff;
  filter: drop-shadow(8px 6px 8px rgba(95, 93, 93, 0.3));
}
@media screen and (max-width: 750px) {
  .content .sec_06 .sec_06_box {
    max-width: 86.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw 4.2666666667vw;
    margin: 6.4vw auto 0;
    filter: drop-shadow(
      1.0666666667vw 0.8vw 1.0666666667vw rgba(95, 93, 93, 0.3)
    );
  }
}
.content .sec_06 .sec_06_box .imgbox {
  position: relative;
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .content .sec_06 .sec_06_box .imgbox {
    max-width: 49.8666666667vw;
  }
}
.content .sec_06 .sec_06_box .imgbox .namebox {
  position: absolute;
  right: -38px;
  bottom: -18px;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content .sec_06 .sec_06_box .imgbox .namebox {
    right: -5.0666666667vw;
    bottom: -2.4vw;
    max-width: 24vw;
  }
}
.content .sec_06 .sec_06_box .textbox {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .content .sec_06 .sec_06_box .textbox {
    margin-top: 6.6666666667vw;
  }
}
.content .sec_06 .sec_06_box .textbox p {
  font-weight: 400;
  color: #393939;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 1.24px;
}
@media screen and (max-width: 750px) {
  .content .sec_06 .sec_06_box .textbox p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1653333333vw;
  }
}
.content .sec_06 .sec_06_box .textbox p span {
  font-weight: 600;
  color: #d5636e;
}
.content .sec_07 {
  position: relative;
}
.content .sec_07 h2 {
  position: absolute;
  top: 196px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 50px;
  color: #3e3d3d;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .content .sec_07 h2 {
    top: 26.1333333333vw;
    font-size: 6.6666666667vw;
  }
}
.content .sec_08 {
  position: relative;
  background: #fff;
}
.content .sec_08 h2 {
  position: absolute;
  top: 119px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 50px;
  color: #3e3d3d;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .content .sec_08 h2 {
    top: 15.8666666667vw;
    font-size: 6.6666666667vw;
  }
}
.content .sec_08 h2 span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 38px;
  color: #3e3d3d;
}
@media screen and (max-width: 750px) {
  .content .sec_08 h2 span {
    font-size: 5.0666666667vw;
  }
}

.content .sec_10 {
  padding: 93px 0 97px;
  background: url(../webp/bg10.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_10 {
    padding: 12.4vw 0 12.9333333333vw;
  }
}
.content .sec_10 .title02 h2 {
  font-size: 43px;
}
@media screen and (max-width: 750px) {
  .content .sec_10 .title02 h2 {
    font-size: 6.6666666667vw;
  }
}
.content .sec_10 .title02 h2 img {
  width: 196px;
  top: -32px;
  left: -148px;
}
@media screen and (max-width: 750px) {
  .content .sec_10 .title02 h2 img {
    width: 26.1333333333vw;
    top: -4.2666666667vw;
    left: -19.7333333333vw;
  }
}
.content .sec_10 .imgbox {
  max-width: 736px;
  margin: 76px auto 0;
}
@media screen and (max-width: 750px) {
  .content .sec_10 .imgbox {
    max-width: 98.1333333333vw;
    margin: 10.1333333333vw auto 0;
  }
}
.content .sec_12 {
  padding: 100px 0 46px;
  background: url(../webp/bg12.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_12 {
    padding: 13.3333333333vw 0 6.1333333333vw;
  }
}
.content .sec_12 h2 {
  font-weight: 500;
  color: #3e3d3d;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .content .sec_12 h2 {
    font-size: 6vw;
  }
}
.content .sec_12 .imgbox {
  position: relative;
  left: -24px;
  max-width: 624px;
  margin: 32px auto 0;
}
@media screen and (max-width: 750px) {
  .content .sec_12 .imgbox {
    left: -3.2vw;
    max-width: 83.2vw;
    margin: 4.2666666667vw auto 0;
  }
}
.content .sec_13 {
  padding: 116px 0 76px;
  background: url(../webp/bg13.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .content .sec_13 {
    padding: 15.4666666667vw 0 10.1333333333vw;
  }
}
.content .sec_13 .title02 h2 {
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  .content .sec_13 .title02 h2 {
    font-size: 6.6666666667vw;
  }
}
.content .sec_13 .title02 h2 img {
  width: 126px;
  top: -54px;
  left: -94px;
}
@media screen and (max-width: 750px) {
  .content .sec_13 .title02 h2 img {
    width: 16.8vw;
    top: -7.2vw;
    left: -12.5333333333vw;
  }
}
.content .sec_13 .sec_13_wrap {
  max-width: 645px;
  width: 100%;
  margin: 46px auto 0;
}
@media screen and (max-width: 750px) {
  .content .sec_13 .sec_13_wrap {
    max-width: 86vw;
  }
}
.content .sec_13 .sec_13_wrap ul li:nth-child(n + 2) {
  margin-top: 74px;
}
@media screen and (max-width: 750px) {
  .content .sec_13 .sec_13_wrap ul li:nth-child(n + 2) {
    margin-top: 9.8666666667vw;
  }
}
.content footer {
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 750px) {
  .content footer {
    padding: 1.6vw 0;
  }
}
.content footer small {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .content footer small {
    font-size: 1.6vw;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
  50% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
  50% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  visibility: visible;
  animation-duration: 1.7s;
  animation-iteration-count: 1000;
}
