@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700|Roboto:400,700&display=swap&subset=japanese");
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ================================================== *
/*
/*    BASE
/*
/* ================================================== */
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antsialiased;
  font-size: 13px;
  line-height: 1.5;
  background: url("../images/bg_type4_1.jpg") 0 0 repeat;
  color: #522b04;
  text-align: justify;
  font-feature-settings: "palt";
}

a {
  color: #522b04;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
a:visited {
  color: #522b04;
}
a:hover {
  opacity: 0.5;
}

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

* {
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

*:focus {
  outline: none !important;
}

.main1__inner1 {
  background: url("../images/bg_type2_1.png") 0 0 repeat-x;
  padding: 10px 0 0 0;
}
body.-top .main1__inner1 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.-top .main1__inner1 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  body.-top .main1__inner1 {
    margin-top: 60px;
  }
}

.main1__subInner1 {
  padding: 30px 30px 90px;
  background: url("../images/bg_type2_2.png") 0 0 repeat;
}
@media screen and (min-width: 768px) {
  .main1__subInner1 {
    padding: 40px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .main1__subInner1 {
    padding: 60px 0 120px;
  }
}

.main1__inner2 {
  background: url("../images/bg_type3_1.png") 0 0 repeat-x;
  padding: 10px 0 0 0;
}

.main1__subInner2 {
  padding: 30px;
  background: url("../images/bg_type3_2.png") 0 0 repeat;
}
@media screen and (min-width: 768px) {
  .main1__subInner2 {
    padding: 40px 0 120px;
  }
}
@media screen and (min-width: 992px) {
  .main1__subInner2 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .main1__subInner2 {
    padding: 60px 0 120px;
  }
}

/* ================================================== *
/*
/*    GLOBAL HELPER
/*
/* ================================================== */
/* ------------------------------------------------- *
/*        clearfix
/* ------------------------------------------------- */
.-clearFix:before, .-clearFix:after {
  content: " ";
  display: table;
}
.-clearFix:after {
  clear: both;
}

/* ------------------------------------------------- *
/*        visible
/* ------------------------------------------------- */
.-spOnly {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .-spOnly {
    display: none !important;
  }
}

.-pcOnly {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .-pcOnly {
    display: block !important;
  }
}

/* ================================================== *
/*
/*    BUTTON
/*
/* ================================================== */
/* ------------------------------------------------- *
/*        button1
/* ------------------------------------------------- */
a.button1 {
  display: block;
  background: #392b27;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  a.button1 {
    border-radius: 30px;
    padding: 7px 40px;
  }
}
@media screen and (min-width: 992px) {
  a.button1 {
    font-size: 16px;
  }
}
a.button1:hover {
  opacity: 1;
  background: #8d5217;
}
a.button1:after {
  position: relative;
  left: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: 0 0 0 10px;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
a.button1:hover:after {
  left: 5px;
}

/* ------------------------------------------------- *
/*        button2
/* ------------------------------------------------- */
a.button2,
button.button2 {
  display: block;
  color: transparent;
  background: #392b27;
  position: relative;
  padding: 0 10px;
}
a.button2:before,
button.button2:before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  background: url("../images/icon_form1_1.svg") 0 0 no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0.8);
}

/* ------------------------------------------------- *
/*        button3
/* ------------------------------------------------- */
a.button3 {
  width: 100%;
  display: block;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #522b04;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  a.button3 {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  a.button3:hover {
    opacity: 1;
    color: #fff;
    background: #522b04;
  }
}

/* ------------------------------------------------- *
/*        button4
/* ------------------------------------------------- */
a.button4 {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  background: #392b27;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  a.button4 {
    font-size: 16px;
  }
}
a.button4:hover {
  opacity: 1;
  background: #8d5217;
}

/* ------------------------------------------------- *
/*        button5
/* ------------------------------------------------- */
.button5 {
  display: block;
  width: 30px;
  height: 30px;
  color: transparent;
}
@media screen and (min-width: 992px) {
  .button5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .button5:hover {
    opacity: 1;
    transform: scale(1.3);
  }
}
.button5.-type1 {
  background: url("../images/icon_sns1_1.svg") 0 0 no-repeat;
  background-size: 30px;
}
.button5.-type2 {
  background: url("../images/icon_sns1_3.svg") 0 0 no-repeat;
  background-size: 30px;
}

/* ------------------------------------------------- *
/*        button6
/* ------------------------------------------------- */
a.button6 {
  display: block;
  padding: 15px 20px;
  background: #e2907b;
  color: #e2907b;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  a.button6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  a.button6:hover {
    opacity: 1;
    background: #c75c40;
  }
}
a.button6.-type1 {
  background: #208fa1;
}
a.button6.-type1:hover {
  background: rgb(23.5440414508, 105.2124352332, 118.4559585492);
}

/* ------------------------------------------------- *
/*        button7
/* ------------------------------------------------- */
button.button7 {
  display: block;
  background: #392b27;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
}
button.button7:hover {
  background: rgb(117.5625, 88.6875, 80.4375);
}
button.button7:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  margin: 0 5px 0 0;
  background: url("../images/icon_form1_1.svg") 0 0 no-repeat;
  transform: scale(0.8);
}

/* ------------------------------------------------- *
/*        button8
/* ------------------------------------------------- */
a.button8 {
  display: block;
  border: 1px solid #392b27;
  background: #fff;
  position: relative;
  padding: 0 10px;
  width: 100%;
  color: #392b27;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
a.button8:hover {
  color: #fff;
  background: #392b27;
}

a.button8 i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
}

a.button8 i span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #392b27;
}
a.button8:hover i span {
  background-color: #fff;
}

a.button8 i span:nth-of-type(1) {
  top: 0;
  transform: translateY(7px) rotate(-45deg);
}

a.button8 i span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-7px) rotate(45deg);
}

/* ------------------------------------------------- *
/*        button9
/* ------------------------------------------------- */
a.button9 {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  background: #d45754;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  a.button9 {
    font-size: 16px;
  }
}
a.button9:hover {
  opacity: 1;
  background: rgb(114.2663551402, 30.738317757, 28.7336448598);
}
a.button9:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../images/icon_button1_1.svg") 0 0 no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}

/* ------------------------------------------------- *
/*        buttonGroup1
/* ------------------------------------------------- */
.buttonGroup1 {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .buttonGroup1 {
    display: flex;
  }
}
.buttonGroup1 li {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .buttonGroup1 li {
    width: 33.333%;
    padding: 0 15px;
    margin: 0;
  }
}
.buttonGroup1 li:first-child {
  margin-top: 0;
}

/* ================================================== *
/*
/*    FORM
/*
/* ================================================== */
/* ------------------------------------------------- *
/*        select1
/* ------------------------------------------------- */
.select1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 5px 0;
}
.select1 select {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.select1:first-child {
  margin: 0 0 5px 0;
}
.select1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

/* ------------------------------------------------- *
/*        inputText1
/* ------------------------------------------------- */
.inputText1 {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

/* ------------------------------------------------- *
/*        check1
/* ------------------------------------------------- */
.check1 {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
}
.check1 input {
  position: absolute;
  left: 0;
  top: 0;
}
.check1 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.check1 span + span {
  margin-left: 5px;
  margin-top: -2px;
}

/* ------------------------------------------------- *
/*        formGroup1
/* ------------------------------------------------- */
@media screen and (min-width: 992px) {
  .formGroup1 {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .formGroup1__unit1:nth-of-type(1) {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .formGroup1__unit1:nth-of-type(2) {
    width: 68%;
  }
}

/* ------------------------------------------------- *
/*        formGroup2
/* ------------------------------------------------- */
.formGroup2 {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}

/* ------------------------------------------------- *
/*        formGroup3
/* ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .formGroup3__inner1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -30px;
  }
}
@media screen and (min-width: 992px) {
  .formGroup3__inner1 {
    justify-content: left;
  }
}

.formGroup3__unit1 {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .formGroup3__unit1 {
    width: 50%;
    margin: 15px 0 0 0;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .formGroup3.-col1 .formGroup3__inner1 .formGroup3__unit1 {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .formGroup3__unit1 {
    width: 33.333%;
  }
}
.formGroup3__unit1:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .formGroup3__unit1:first-child {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .formGroup3__unit1:last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .formGroup3__unit1.-half1 {
    max-width: 50%;
  }
}

.formGroup3__btn1 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .formGroup3__btn1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    width: 300px;
  }
}
.formGroup3__btn1 a {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .formGroup3__btn1 a {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .formGroup3__btn1 a {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .formGroup3__btn1.-inline {
    display: flex;
    justify-content: space-between;
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .formGroup3__btn1.-inline button:first-child {
    width: 300px;
  }
}

/* ------------------------------------------------- *
/*        formGroup4
/* ------------------------------------------------- */
.formGroup4 {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formGroup4.-labelTop {
  align-items: start;
}
.formGroup4 > label {
  min-width: 30%;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 768px) {
  .formGroup4 > label {
    min-width: 130px;
    white-space: nowrap;
    text-align: right;
    padding-right: 15px;
  }
}
.formGroup4 div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .formGroup4.-inline div {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .formGroup4.-inline div .select1 {
    margin: 0 10px;
  }
}
.formGroup4.-inline div .select1:first-child {
  margin-left: 0;
}

/* ------------------------------------------------- *
/*        formGroup5
/* ------------------------------------------------- */
.formGroup5 {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .formGroup5 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .formGroup5 li {
    margin: 0 30px 0 0;
  }
}

/* ------------------------------------------------- *
/*        formGroup
/* ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .formGroup__inner1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -30px;
  }
}

.formGroup__unit1 {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .formGroup__unit1 {
    width: 50%;
    margin: 15px 0 0 0;
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .formGroup__unit1 {
    width: 33.333%;
  }
}
.formGroup__unit1:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .formGroup__unit1:first-child {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .formGroup__unit1:last-child {
    margin-right: auto;
  }
}

.formGroup__btn1 {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  .formGroup__btn1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    width: 300px;
  }
}

/* ================================================== *
/*
/*    LABEL
/*
/* ================================================== */
/* ------------------------------------------------- *
/*        label1
/* ------------------------------------------------- */
span.label1,
a.label1 {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}
span.label1.-type1,
a.label1.-type1 {
  background: #d45754;
}
span.label1.-type2,
a.label1.-type2 {
  background: #e48218;
}
span.label1.-type3,
a.label1.-type3 {
  background: #b4a800;
}
span.label1.-type4,
a.label1.-type4 {
  background: #208fa1;
}

/* ------------------------------------------------- *
/*        label2
/* ------------------------------------------------- */
.label2 {
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #e64e20;
  color: #e64e20;
  padding: 10px 15px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .label2 {
    font-size: 16px;
  }
}

/* ------------------------------------------------- *
/*        label3
/* ------------------------------------------------- */
a.label3 {
  display: block;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  transition: none;
}
a.label3.-type1 {
  color: #d45754;
  border-color: #d45754;
}
a.label3.-type2 {
  color: #6071b3;
  border-color: #6071b3;
}

/* ------------------------------------------------- *
/*        label4
/* ------------------------------------------------- */
a.label4,
span.label4 {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
a.label4.-type1,
span.label4.-type1 {
  color: #f00;
  border: 1px solid #f00;
  border-radius: 3px;
}
a.label4.-type2,
span.label4.-type2 {
  color: #fff;
  border-radius: 3px;
  background: #ff481a;
}
a.label4.-small1,
span.label4.-small1 {
  font-size: 12px;
}

/* ================================================== *
/*
/*    LINK
/*
/* ================================================== */
/* ------------------------------------------------- *
/*        link1
/* ------------------------------------------------- */
.link1:after {
  position: relative;
  left: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #522b04;
  border-right: 2px solid #522b04;
  transform: rotate(45deg);
  margin: 0 0 0 10px;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
a.button1:hover:after {
  left: 5px;
}

/* ================================================== *
/*
/*    BLOCK
/*
/* ================================================== */
/* ------------------------------------------------- *
/*        header1
/* ------------------------------------------------- */
.header1 {
  position: relative;
  padding: 15px 30px 20px;
  background: url("../images/line_type1_1.png") 0 bottom repeat-x;
}
@media screen and (min-width: 768px) {
  .header1 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .header1__inner1 {
    padding: 20px 50px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header1__inner1 {
    position: relative;
    max-width: 1170px;
    padding: 40px;
    margin: auto;
  }
}

.header1__logo1 {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .header1__logo1 {
    width: 180px;
  }
}
.header1__logo1 a {
  display: block;
}

@media screen and (min-width: 1200px) {
  .header1__nav1 {
    position: absolute;
    top: 60px;
    right: 0;
    margin: 0;
  }
}

/* ------------------------------------------------- *
/*        nav1
/* ------------------------------------------------- */
.nav1__buttonToggle1,
.nav1__buttonToggle1 span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.nav1__buttonToggle1 {
  position: fixed;
  width: 20px;
  height: 16px;
  top: 30px;
  right: 30px;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .nav1__buttonToggle1 {
    top: 40px;
    right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .nav1__buttonToggle1 {
    display: none;
  }
}

.nav1__buttonToggle1 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}

.nav1__buttonToggle1 span:nth-of-type(1) {
  top: 0;
}

.nav1__buttonToggle1 span:nth-of-type(2) {
  top: 7px;
}

.nav1__buttonToggle1 span:nth-of-type(3) {
  bottom: 0;
}

.nav1__buttonToggle1.-active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.nav1__buttonToggle1.-active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.nav1__buttonToggle1.-active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

.nav1__list1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  transition: none;
}
@media screen and (min-width: 1200px) {
  .nav1__list1 {
    display: block !important;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: auto;
  }
}
.nav1__list1 > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/bg_type4_1.jpg") 0 0 repeat;
  padding: 0 50px;
}
@media screen and (min-width: 1200px) {
  .nav1__list1 > div {
    display: block;
    position: static;
    width: auto;
    height: auto;
    text-align: center;
    background: none;
    padding: 0;
  }
}
.nav1__list1 ul {
  width: 100%;
  background: url("../images/line_type1_1.png") 0 bottom repeat-x;
}
@media screen and (min-width: 1200px) {
  .nav1__list1 ul {
    text-align: center;
    background: none;
    display: flex;
  }
}
.nav1__list1 ul li {
  position: relative;
  text-align: center;
  background: url("../images/line_type1_1.png") 0 0 repeat-x;
}
@media screen and (min-width: 1200px) {
  .nav1__list1 ul li {
    background: none;
    margin: 0 10px;
    display: inline-block;
  }
}
.nav1__list1 ul li:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #e2907b;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 1200px) {
  .nav1__list1 li.-active:before,
  .nav1__list1 li:hover:before {
    width: 100%;
  }
}

.nav1__list1 ul a {
  display: block;
  font-size: 14px;
  padding: 15px 0;
  position: relative;
}
.nav1__list1 ul a:hover {
  opacity: 1;
}
.nav1__list1 ul a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #e2907b;
  border-radius: 7px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav1__list1 ul a:before {
    display: block;
  }
}
.nav1__list1 ul a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  display: none;
}
@media screen and (min-width: 1200px) {
  .nav1__list1 ul a:after {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .nav1__list1 ul a {
    font-size: 15px;
    padding: 0 0 0 20px;
  }
}

/* ------------------------------------------------- *
/*        footer1
/* ------------------------------------------------- */
.footer1 {
  margin: -77px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .footer1 {
    margin: -100px 0 0 0;
  }
}

.footer1__btnTop1 {
  position: relative;
  padding: 0 30px;
}
.footer1__btnTop1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #507309;
}
.footer1__btnTop1 span {
  display: block;
}
@media screen and (min-width: 1200px) {
  .footer1__btnTop1 span {
    max-width: 1170px;
    padding: 0 50px;
    margin: auto;
  }
}
.footer1__btnTop1 a {
  display: block;
  background: url("../images/btn_footer1_1.svg") 0 0 no-repeat;
  width: 145px;
  height: 77px;
  background-size: 145px auto;
  color: #fff;
  padding: 45px 0 0 77px;
  font-size: 12px;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .footer1__btnTop1 a {
    font-size: 16px;
    width: 205px;
    height: 110px;
    background-size: 205px auto;
    padding: 65px 0 0 110px;
  }
}
.footer1__btnTop1 a:hover {
  opacity: 1;
}
.footer1__btnTop1 a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 35px;
  top: 35px;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 1200px) {
  .footer1__btnTop1 a:before {
    width: 12px;
    height: 12px;
    right: 55px;
    top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .footer1__btnTop1 a:hover:before {
    top: 43px;
  }
}

.footer1__nav1 {
  background: #4b3832;
  padding: 30px;
}
.footer1__nav1 a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer1__inner1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer1__inner1 {
    max-width: 1170px;
    padding: 0 50px;
    margin: auto;
  }
}

.footer1__list1 {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  border-top: 1px dashed #725f5a;
}
@media screen and (min-width: 768px) {
  .footer1__list1 {
    width: 50%;
    border: none;
    border-left: 1px dashed #725f5a;
    padding: 0;
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .footer1__list1 {
    width: 25%;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer1__list1:nth-of-type(odd) {
    border: none;
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .footer1__list1:nth-of-type(odd) {
    padding: 0 30px;
    border-left: 1px dashed #725f5a;
  }
}
@media screen and (min-width: 768px) {
  .footer1__list1:nth-of-type(even) {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer1__list1:nth-of-type(even) {
    padding: 0 30px;
  }
}
.footer1__list1:first-child {
  border: none;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .footer1__list1:first-child {
    border: none;
  }
}
.footer1__list1 > li {
  margin: 15px 0 0 0;
}
.footer1__list1 > li > a {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}
.footer1__list1 > li > a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer1__list1 > li > a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #522b04;
  border-right: 1px solid #522b04;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
}
.footer1__list1 > li > ul {
  margin: 5px 0 0 18px;
}
.footer1__list1 > li > ul > li > a {
  font-size: 12px;
}

.footer1__notes1 {
  background: #392a26;
  color: #fff;
  padding: 30px;
  position: relative;
}
.footer1__notes1 a {
  color: #fff;
}

.footer1__inner2 {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .footer1__inner2 {
    max-width: 1170px;
    margin: auto;
    padding: 0 50px;
  }
}

.footer1__title1 {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer1__title1 {
    text-align: left;
  }
}

.footer1__list2 {
  margin: 30px 20px 0;
  font-size: 12px;
  list-style: normal;
}

.footer1__nav2 {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .footer1__nav2 {
    margin: 0;
    display: flex;
    position: absolute;
    top: 0;
    right: 50px;
  }
}
.footer1__nav2 > li {
  margin: 5px 0 0 0;
}
@media screen and (min-width: 992px) {
  .footer1__nav2 > li {
    margin: 0 0 0 15px;
  }
}
.footer1__nav2 > li:first-child {
  margin: 0;
}
.footer1__nav2 > li > a {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}
.footer1__nav2 > li > a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer1__nav2 > li > a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #522b04;
  border-right: 1px solid #522b04;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
}

.footer1__norton1 {
  text-align: right;
  margin-top: -60px;
}
.footer1__norton1 img {
  width: auto;
  height: auto;
}

.footer1__privacy1 {
  text-align: right;
  margin-top: -60px;
}
@media screen and (min-width: 768px) {
  .footer1__privacy1 {
    margin-top: -40px;
  }
}
.footer1__privacy1 img {
  padding: 5px;
  background: #fff;
  display: inline-block;
  width: 60px;
  height: auto;
}

.footer1__copy1 {
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  background: #fff;
}

/* ------------------------------------------------- *
/*        kv1
/* ------------------------------------------------- */
.kv1 {
  overflow: hidden;
  position: relative;
  height: calc(85vh - 85px);
}
@media screen and (min-width: 768px) {
  .kv1 {
    height: calc(100vh - 145px);
  }
}
.kv1.-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .kv1.-slide {
    height: auto;
  }
}

.kv1__slider1 {
  height: 100%;
}
.kv1__slider1 .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  z-index: 10;
}
.kv1__slider1 .slick-arrow:before {
  width: 30px;
  height: 30px;
  content: "";
  left: 0;
  background: #f00;
}
.kv1__slider1 .slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.kv1__slider1 .slick-disabled {
  display: none !important;
}
.kv1__slider1 .slick-dots {
  z-index: 10;
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  .kv1__slider1 .slick-dots {
    bottom: 110px;
  }
}
@media screen and (min-width: 992px) {
  .kv1__slider1 .slick-dots {
    bottom: 180px;
  }
}
.kv1__slider1 .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.kv1__slider1 .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
}
.kv1__slider1 .slick-dots button:before {
  content: "";
}
.kv1__slider1 .slick-dots .slick-active button {
  background: #522b04;
}
.kv1__slider1 .slick-prev {
  left: 25px;
}
.kv1__slider1 .slick-prev:after {
  left: 4px;
  transform: rotate(-135deg);
}
.kv1__slider1 .slick-next {
  right: 25px;
}
.kv1__slider1 .slick-next:after {
  right: 4px;
  transform: rotate(45deg);
}

.kv1__slide1 {
  width: 100%;
  margin: auto;
  height: calc(85vh - 185px);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv1__slide1 {
    width: 100%;
    min-width: 100%;
    margin: 0;
    height: calc(100vh - 200px);
  }
}
.kv1.-slide .kv1__slide1 {
  height: auto;
}
@media screen and (min-width: 768px) {
  .kv1.-slide .kv1__slide1 {
    height: auto;
  }
}

.kv1__catchcopy1 {
  width: 70vw;
  max-width: 400px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .kv1__catchcopy1 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .kv1__catchcopy1 {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .kv1__catchcopy1.-active {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: jackInTheBox;
    transform-origin: center bottom;
  }
}

.kv1__flower1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -35vw;
  transform: scale(0.5) translate(-50px, 0);
}
@media screen and (min-width: 992px) {
  .kv1__flower1 {
    margin: -150px 0 0 -400px;
    transform: scale(1);
  }
}
.kv1__flower1 span {
  display: block;
}
.kv1__flower1 span:nth-of-type(1) {
  width: 25px;
  height: 27px;
  background: url("../images/icon_kv1_2.png") 0 0 no-repeat;
  animation: flower 10s linear infinite;
}
.kv1__flower1 span:nth-of-type(2) {
  width: 69px;
  height: 60px;
  background: url("../images/icon_kv1_1.png") 0 0 no-repeat;
  margin: -10px 0 0 45px;
  animation: flower 20s linear infinite;
}
.kv1__flower1 span:nth-of-type(3) {
  width: 35px;
  height: 39px;
  background: url("../images/icon_kv1_3.png") 0 0 no-repeat;
  margin: 0 0 0 15px;
  animation: flower 15s -5s linear infinite;
}

.kv1__flower2 {
  position: absolute;
  right: 50%;
  top: 50%;
  margin: 30px -35vw 0 0;
  transform: scale(0.5) translate(50px, 0) rotate(180deg);
}
@media screen and (min-width: 992px) {
  .kv1__flower2 {
    margin: 30px -400px 0 0;
    transform: scale(1) rotate(180deg);
  }
}
.kv1__flower2 span {
  display: block;
  animation: flower 10s linear infinite;
}
.kv1__flower2 span:nth-of-type(1) {
  width: 25px;
  height: 27px;
  background: url("../images/icon_kv1_2.png") 0 0 no-repeat;
}
.kv1__flower2 span:nth-of-type(2) {
  width: 69px;
  height: 60px;
  background: url("../images/icon_kv1_1.png") 0 0 no-repeat;
  margin: -10px 0 0 45px;
  animation: flower 20s linear infinite;
}
.kv1__flower2 span:nth-of-type(3) {
  width: 35px;
  height: 39px;
  background: url("../images/icon_kv1_3.png") 0 0 no-repeat;
  margin: 0 0 0 15px;
  animation: flower 15s -5s linear infinite;
}

.kv1__list1 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -100px;
  width: 100vw;
  display: flex;
  margin: 0 auto;
}
.kv1__list1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.kv1__list1 ul:nth-of-type(1) {
  animation: book 100s -50s linear infinite;
}
.kv1__list1 ul:nth-of-type(2) {
  animation: book2 100s linear infinite;
}
@media screen and (min-width: 480px) {
  .kv1__list1 {
    bottom: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .kv1__list1 {
    bottom: -100px;
  }
}
.kv1__list1 li {
  margin: 0 -40px;
  min-width: 150px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .kv1__list1 li {
    min-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .kv1__list1 li.-effect {
    z-index: 10;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounce;
    transform-origin: center bottom;
  }
}
@media screen and (min-width: 768px) {
  .kv1__list1 li.-active {
    z-index: 10;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounce;
    transform-origin: center bottom;
  }
}

@keyframes flower {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes book {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes book2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* ------------------------------------------------- *
/*        heading1
/* ------------------------------------------------- */
.heading1 {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}

.heading1__title1 {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .heading1__title1 {
    font-size: 28px;
  }
}

.heading1__flower1 {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.4);
}
@media screen and (min-width: 768px) {
  .heading1__flower1 {
    transform: scale(0.5);
    left: 50%;
    top: 0;
    margin: 0 0 0 -300px;
  }
}
@media screen and (min-width: 1200px) {
  .heading1__flower1 {
    margin-left: -400px;
  }
}
.heading1__flower1 span {
  display: block;
}
.heading1__flower1 span:nth-of-type(1) {
  width: 25px;
  height: 27px;
  background: url("../images/icon_kv1_2.png") 0 0 no-repeat;
}
.heading1__flower1 span:nth-of-type(2) {
  width: 69px;
  height: 60px;
  background: url("../images/icon_kv1_1.png") 0 0 no-repeat;
  margin: -10px 0 0 45px;
}
.heading1__flower1 span:nth-of-type(3) {
  width: 35px;
  height: 39px;
  background: url("../images/icon_kv1_3.png") 0 0 no-repeat;
  margin: 0 0 0 15px;
}

.heading1__flower2 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(0.4) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .heading1__flower2 {
    right: 50%;
    bottom: 0;
    margin: 0 -300px 0 0;
    transform: scale(0.5) rotate(180deg);
  }
}
@media screen and (min-width: 1200px) {
  .heading1__flower2 {
    margin-right: -400px;
  }
}
.heading1__flower2 span {
  display: block;
}
.heading1__flower2 span:nth-of-type(1) {
  width: 25px;
  height: 27px;
  background: url("../images/icon_kv1_2.png") 0 0 no-repeat;
}
.heading1__flower2 span:nth-of-type(2) {
  width: 69px;
  height: 60px;
  background: url("../images/icon_kv1_1.png") 0 0 no-repeat;
  margin: -10px 0 0 45px;
}
.heading1__flower2 span:nth-of-type(3) {
  width: 35px;
  height: 39px;
  background: url("../images/icon_kv1_3.png") 0 0 no-repeat;
  margin: 0 0 0 15px;
}

/* ------------------------------------------------- *
/*        gutenberg1
/* ------------------------------------------------- */
.gutenberg1 {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .gutenberg1 {
    max-width: 1170px;
    margin: auto;
    font-size: 16px;
    padding: 0 50px;
  }
}
.gutenberg1 .wp-block-media-text__media {
  text-align: center;
}
.gutenberg1 .wp-block-media-text__media img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
.gutenberg1 .is-style-ghost .smb-btn {
  color: #522b04;
}
.gutenberg1 .is-style-ghost .smb-btn:hover {
  opacity: 1;
  color: #fff;
  background: #522b04;
}
.gutenberg1 .wp-block-file__button,
.gutenberg1 .wp-element-button {
  text-decoration: none;
  color: #fff;
}
.gutenberg1.-full {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .gutenberg1.-full {
    padding-bottom: 0;
  }
}
.gutenberg1 img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.gutenberg1 p {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 p {
    margin-top: 25px;
  }
}
.gutenberg1 p:first-child {
  margin-top: 0;
}
.gutenberg1 ol,
.gutenberg1 ul {
  margin: 40px 0 40px 30px;
}
.gutenberg1 ol ul,
.gutenberg1 ul ul {
  margin: 20px 0 20px 30px;
}
.gutenberg1 a {
  text-decoration: underline;
  color: #e2907b;
}
.gutenberg1 h2 {
  font-size: 27px;
  line-height: 1.25;
  background: url("../images/line_type1_1.png") 0 top repeat-x;
  padding: 20px 0 0 0;
  margin: 90px 0 45px 0;
}
.gutenberg1 h2:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 h2 {
    font-size: 32px;
    padding: 30px 0 0 0;
  }
}
.gutenberg1 h3 {
  font-size: 24px;
  border-left: 5px solid #522b04;
  margin: 60px 0 0 0;
  padding: 0 0 0 10px;
}
.gutenberg1 h3:first-child {
  margin-top: 0;
}
.gutenberg1 h4 {
  font-size: 21px;
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .gutenberg1 h4 {
    margin-top: 45px;
  }
}
.gutenberg1 h4:first-child {
  margin-top: 0;
}
.gutenberg1 h4:before {
  content: "■";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 14px;
}
.gutenberg1 h5 {
  font-size: 18px;
  position: relative;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 h5 {
    margin-top: 45px;
  }
}
.gutenberg1 h5:first-child {
  margin-top: 0;
}
.gutenberg1 h6 {
  font-size: 16px;
  margin: 30px 0 0 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .gutenberg1 h6 {
    margin-top: 45px;
  }
}
.gutenberg1 h6:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-image {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-image {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-image:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-image .alignleft {
  margin: 0 30px 0 0;
}
.gutenberg1 .wp-block-image .alignright {
  margin: 0 0 0 30px;
}
.gutenberg1 .clear {
  clear: both;
}
.gutenberg1 .wp-block-gallery {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-gallery {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-gallery:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-quote {
  margin: 30px 0 0 0;
  padding: 0 0 0 15px;
  border-left: 5px solid #522b04;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-quote {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-quote:first-child {
  margin: 0;
}
.gutenberg1 .wp-block-quote p {
  font-size: 18px;
}
.gutenberg1 .wp-block-quote cite {
  font-size: 12px;
  opacity: 0.5;
}
.gutenberg1 .wp-block-preformatted {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-preformatted {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-preformatted:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-pullquote {
  border-top: 5px solid #522b04;
  border-bottom: 5px solid #522b04;
  padding: 20px 0;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-pullquote {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-pullquote:first-child {
  margin: 0;
}
.gutenberg1 .wp-block-pullquote cite {
  font-size: 12px;
  opacity: 0.5;
}
.gutenberg1 .wp-block-verse {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-verse {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-verse:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-code {
  padding: 30px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-code {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-code:first-child {
  margin: 0;
}
.gutenberg1 .wp-block-table {
  width: 100%;
  margin: 30px 0 0 0;
}
.gutenberg1 .wp-block-table th,
.gutenberg1 .wp-block-table td {
  padding: 20px 15px;
  border-top: 1px solid rgba(82, 43, 4, 0.2);
  border-bottom: 1px solid rgba(82, 43, 4, 0.2);
}
.gutenberg1 .wp-block-table th {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-table {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-table:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-button {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-button {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-button:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-button__link, .gutenberg1 .smb-btn {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  background: #522b04;
}
.gutenberg1 .wp-block-columns {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-columns {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-columns:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-column {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-column {
    margin-top: 0;
  }
}
.gutenberg1 .wp-block-media-text {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-media-text {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-media-text:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 30px;
}
.gutenberg1 .has-large-font-size {
  font-size: 30px;
}
.gutenberg1 .wp-block-snow-monkey-blocks-alert {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-snow-monkey-blocks-alert {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-snow-monkey-blocks-alert:first-child {
  margin-top: 0;
}
.gutenberg1 .smb-alert .smb-alert__title {
  padding: 0 0 0 40px;
  margin: 0;
}
.gutenberg1 .smb-alert .smb-alert__title svg {
  display: none;
}
.gutenberg1 .smb-alert .smb-alert__title:before {
  content: "！";
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  background: #e64e20;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
}
.gutenberg1 .wp-block-snow-monkey-blocks-balloon {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-snow-monkey-blocks-balloon {
    margin-top: 45px;
  }
}
.gutenberg1 .wp-block-snow-monkey-blocks-balloon:first-child {
  margin-top: 0;
}
.gutenberg1 .wp-block-snow-monkey-blocks-balloon .smb-balloon__person {
  min-width: 60px;
  padding: 0 30px 0 0;
}
.gutenberg1 .wp-block-snow-monkey-blocks-balloon .smb-balloon__body:after {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .gutenberg1 .wp-block-snow-monkey-blocks-balloon .smb-balloon__body:after {
    transform: rotate(0);
  }
}
.gutenberg1 .smb-btn-wrapper {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-btn-wrapper {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-btn-wrapper:first-child {
  margin: 0;
}
.gutenberg1 .smb-btn {
  margin: 30px 0 0 0;
  display: block;
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 28px;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-btn {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-btn:first-child {
  margin: 0;
}
.gutenberg1 .smb-box {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px dashed #522b04;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-box {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-box:first-child {
  margin-top: 0;
}
.gutenberg1 .smb-pricing-table {
  margin: 30px 0 0 0;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-pricing-table {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-pricing-table:first-child {
  margin-top: 0;
}
.gutenberg1 .smb-rating-box {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-rating-box {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-rating-box:first-child {
  margin-top: 0;
}
.gutenberg1 .smb-faq {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-faq {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-faq:first-child {
  margin: 0;
}
.gutenberg1 .smb-faq .smb-faq__item {
  padding: 0;
  border: none;
}
.gutenberg1 .smb-faq .smb-faq__item__question {
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
}
.gutenberg1 .smb-faq .smb-faq__item__question__label {
  background: #522b04;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 15px;
  text-align: center;
  margin: 0;
}
.gutenberg1 .smb-faq .smb-faq__item__question__body {
  width: 100%;
  padding: 0 0 0 15px;
}
.gutenberg1 .smb-faq .smb-faq__item__answer {
  padding: 0 15px 30px;
  display: flex;
}
.gutenberg1 .smb-faq .smb-faq__item__answer__label {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 15px;
  text-align: center;
  margin: 0;
  color: #522b04;
}
.gutenberg1 .smb-faq .smb-faq__item__answer__body {
  width: 100%;
  padding: 0 0 0 15px;
}
.gutenberg1 .smb-step {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-step {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-step:first-child {
  margin: 0;
}
.gutenberg1 .smb-step__item:before {
  border-left: 1px solid rgba(82, 43, 4, 0.3);
}
.gutenberg1 .smb-step__item .smb-step__item__number {
  background: #522b04;
}
.gutenberg1 .smb-testimonial {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-testimonial {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-testimonial:first-child {
  margin: 0;
}
.gutenberg1 .smb-testimonial .smb-testimonial__item {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 15px;
}
.gutenberg1 .smb-testimonial .c-row--margin > .c-row__col {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-testimonial .c-row--margin > .c-row__col {
    margin: 0;
  }
}
.gutenberg1 .smb-testimonial .c-row--margin > .c-row__col:first-child {
  margin: 0;
}
.gutenberg1 .smb-testimonial .c-row--margin {
  margin-bottom: 0;
}
.gutenberg1 .smb-items {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-items {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-items:first-child {
  margin: 0;
}
.gutenberg1 .smb-items__item .smb-items__item__title {
  padding: 15px 0 0 0;
  border-top: 3px solid #522b04;
}
.gutenberg1 .smb-panels {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-panels {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-panels:first-child {
  margin: 0;
}
.gutenberg1 .smb-panels .smb-panels__item {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
.gutenberg1 .smb-panels .smb-panels__item__link {
  color: #e2907b;
}
.gutenberg1 .smb-panels .c-row--margin {
  margin-bottom: 0;
}
.gutenberg1 .smb-accordion {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-accordion {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-accordion:first-child {
  margin: 0;
}
.gutenberg1 .smb-media-text {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .gutenberg1 .smb-media-text {
    margin-top: 45px;
  }
}
.gutenberg1 .smb-media-text:first-child {
  margin: 0;
}
.gutenberg1 .accordion,
.gutenberg1 .smb-accordion__item__title {
  background: none;
  border-top: 1px dashed #522b04;
  padding: 15px 15px 0 15px;
  margin: 15px 0 0 0;
}
.gutenberg1 .smb-accordion__item__title__label {
  padding: 0 30px 0 0;
}
.gutenberg1 .smb-accordion__item__title:nth-last-of-type() {
  background: red;
}
.gutenberg1 .accordion + .smb-accordion {
  margin: 20px 0 0 0;
}
.gutenberg1 .smb-accordion__item__body {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin: 30px 0;
  padding: 30px;
}
.gutenberg1 .c-row--reverse {
  flex-direction: row-reverse;
}

.gutenberg1__inner1 {
  padding: 0 0 60px;
}
@media screen and (min-width: 992px) {
  .gutenberg1__inner1 {
    max-width: 1170px;
    margin: auto;
    padding: 0 50px 90px;
  }
}
@media screen and (min-width: 1200px) {
  .gutenberg1__inner1 {
    padding: 0 50px 120px;
  }
}
.gutenberg1.-full .gutenberg1__inner1 {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .gutenberg1.-full .gutenberg1__inner1 {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .gutenberg1.-full .gutenberg1__inner1 {
    padding: 0;
  }
}

/* ------------------------------------------------- *
/*        wp-pagenavi
/* ------------------------------------------------- */
.wp-pagenavi {
  margin: 60px 0 120px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-pagenavi {
    margin-bottom: 60px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  vertical-align: top;
  background: #392b27;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 3px;
  border-radius: 15px;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 768px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 5px;
  }
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  text-decoration: none;
  background: rgb(147.84375, 111.53125, 101.15625);
  opacity: 1;
}
.wp-pagenavi span {
  background: #fff;
  color: #392b27;
}
.wp-pagenavi span:hover {
  background: #fff;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: auto;
  padding: 0 20px;
}

/* ================================================== *
/*
/*    information1
/*
/* ================================================== */
.infomation1 {
  background: #fff;
  margin: 0 0 30px 0;
}

.infomation1__inner1 {
  text-align: center;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .infomation1__inner1 {
    padding: 30px 50px;
    font-size: 15px;
  }
}

/* ------------------------------------------------- *
/*        block1
/* ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .block1 {
    display: flex;
    max-width: 1170px;
    padding: 0 50px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .block1 {
    margin: 60px auto 0;
  }
}

.block1__news1 {
  background: #fff;
  padding: 30px 30px 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block1__news1 {
    width: 100%;
    border-radius: 10px;
    padding: 30px 60px 45px;
  }
}
@media screen and (min-width: 992px) {
  .block1__news1 {
    display: flex;
    padding: 50px;
    align-items: center;
  }
}

.block1__title1 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .block1__title1 {
    white-space: nowrap;
    font-size: 20px;
    padding: 0 40px;
    font-weight: bold;
  }
}
@media screen and (min-width: 992px) {
  .block1__title1 {
    padding: 0 50px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .block1__title1 {
    padding: 0 70px 0 40px;
  }
}
.block1__title1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 44px;
  background: url("../images/icon_title2_3.svg") 0 0 no-repeat;
  transform: scale(0.6) translate(0, -5px);
  margin: 0 0 0 -15px;
}
@media screen and (min-width: 992px) {
  .block1__title1:before {
    transform: scale(1);
    margin: 0 10px 0 0;
  }
}

.block1__body1 {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block1__body1 {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .block1__body1 {
    font-size: 16px;
    margin: 0;
    padding: 0 40px 0 0;
  }
}
.block1__body1 dt {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block1__body1 dt {
    float: left;
    margin: 10px 0 0 0;
  }
}
.block1__body1 dt:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .block1__body1 dd {
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .block1__body1 dd:nth-of-type(1) {
    margin-top: 0;
  }
}

.block1__btnMore1 {
  margin: 45px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block1__btnMore1 {
    margin: 0;
    position: absolute;
    right: 40px;
    bottom: -20px;
    border: 5px solid #fff;
    border-radius: 40px;
  }
}

.block1__snsGroup1 {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .block1__snsGroup1 {
    margin-top: 0;
  }
}

a.block1__x1 {
  background: #fff;
  display: block;
  margin: 0 30px 0;
  padding: 15px 30px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #000;
  position: relative;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  a.block1__x1 {
    min-width: 180px;
    padding: 20px 0;
    margin: 0 0 0 30px;
    display: -ms-grid;
    display: grid;
    align-content: center;
  }
}
a.block1__x1:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a.block1__x1:hover {
    border: 1px solid #000;
  }
}
a.block1__x1 span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background: #000;
  -webkit-mask-image: url("../images/icon_sns2_3.svg");
          mask-image: url("../images/icon_sns2_3.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -2px;
}
@media screen and (min-width: 768px) {
  a.block1__x1 span:before {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) {
  a.block1__x1 span {
    display: block;
    text-align: center;
    width: 100%;
    transition: none;
  }
}

a.block1__instagram1 {
  background: #fff;
  display: block;
  margin: 0 30px 0;
  padding: 15px 30px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #000;
  position: relative;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  a.block1__instagram1 {
    min-width: 180px;
    padding: 20px 0;
    margin: 0 0 0 30px;
    display: -ms-grid;
    display: grid;
    height: 100%;
    align-content: center;
    white-space: nowrap;
  }
}
a.block1__instagram1:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a.block1__instagram1:hover {
    border: 1px solid #000;
  }
}
a.block1__instagram1 span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background: url("../images/icon_sns2_4.webp") 0 0 no-repeat;
  background-size: contain;
  translate: 0 -2px;
}
@media screen and (min-width: 768px) {
  a.block1__instagram1 span:before {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) {
  a.block1__instagram1 span {
    display: block;
    text-align: center;
    width: 100%;
    transition: none;
  }
}

/* ------------------------------------------------- *
/*        block2
/* ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .block2 {
    max-width: 1170px;
    margin: auto;
    padding: 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .block2__inner1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .block2__inner1 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .block2__keyword1 {
    width: 40%;
  }
}

.block2__title1 {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .block2__title1 {
    font-size: 18px;
  }
}
.block2__title1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.7) translate(-5px, -5px);
}
@media screen and (min-width: 992px) {
  .block2__title1:before {
    transform: scale(1);
    margin: -2px 10px 0 0;
  }
}
.block2__title1.-type1:before {
  width: 49px;
  height: 33px;
  background: url("../images/icon_title2_2.svg") 0 0 no-repeat;
}
.block2__title1.-type2:before {
  width: 35px;
  height: 35px;
  background: url("../images/icon_title2_1.svg") 0 0 no-repeat;
}

.block2__form1 {
  margin: 15px 0 0 0;
}
.block2__form1 .formGroup2 {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 992px) {
  .block2__form1 .formGroup2 {
    margin-top: 0;
  }
}

.block2__age1 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block2__age1 {
    margin: 0;
    width: 55%;
  }
}

.block2__type1 {
  list-style: none;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .block2__type1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .block2__type1 {
    gap: 30px;
    margin: 40px 0 0;
  }
}
.block2__type1 > li {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .block2__type1 > li {
    margin: 0;
  }
}
.block2__type1 > li:first-child {
  margin: 0;
}
.block2__type1 > li > a {
  display: block;
  position: relative;
}
.block2__type1 > li > a:hover {
  opacity: 1;
}
.block2__type1 > li > a > i {
  width: 30%;
  position: absolute;
  top: -15px;
  left: 5%;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.block2__type1 a:hover > i {
  top: -25px;
}

.block2__list1 {
  list-style: none;
  margin: 13px 0 0 0;
  padding: 0;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.block2__list1 > li {
  width: 50%;
  display: flex;
}
@media screen and (min-width: 992px) {
  .block2__list1 > li {
    width: 25%;
    white-space: nowrap;
  }
}
.block2__list1 > li > a {
  font-size: 14px;
  display: block;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block2__list1 > li > a {
    padding: 10px 20px;
  }
}
.block2__list1 > li > a:hover {
  opacity: 1;
}
.block2__list1 > li > a.-active {
  opacity: 0.3;
}
.block2__list1 > li > a span {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .block2__list1 > li > a span {
    display: inline-block;
  }
}
.block2__list1 > li > a:before {
  content: "";
  display: block;
  width: 100%;
}
.block2__list1 > li:nth-of-type(1) a {
  background: #d45754;
}
.block2__list1 > li:nth-of-type(1) a:hover {
  background: rgb(155.0186915888, 41.7009345794, 38.9813084112);
}
.block2__list1 > li:nth-of-type(2) a {
  background: #e48218;
}
.block2__list1 > li:nth-of-type(2) a:hover {
  background: rgb(135.7142857143, 77.380952381, 14.2857142857);
}
.block2__list1 > li:nth-of-type(3) a {
  background: #b4a800;
}
.block2__list1 > li:nth-of-type(3) a:hover {
  background: rgb(78, 72.8, 0);
}
.block2__list1 > li:nth-of-type(4) a {
  background: #208fa1;
}
.block2__list1 > li:nth-of-type(4) a:hover {
  background: rgb(15.0880829016, 67.4248704663, 75.9119170984);
}

/* ------------------------------------------------- *
/*        block3
/* ------------------------------------------------- */
.block3 {
  margin: 45px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .block3 {
    max-width: 1170px;
    margin: 60px auto 0;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .block3 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  body.-top .block3 {
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  body.-top .block3 {
    margin-top: 35px;
  }
}

.block3__icon1 {
  display: flex;
  gap: 15px;
  justify-content: right;
  margin: 0 0 10px;
}
.block3__icon1 li {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  align-items: center;
}

.block3__sort1 {
  text-align: right;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 768px) {
  .block3__sort1 {
    position: relative;
    margin: 0;
  }
}
.block3__sort1 a {
  text-decoration: underline;
}

.block3__sort1__result1 {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .block3__sort1__result1 {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.block3__sort1__result1 span {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin: 10px 5px 0 0;
  color: #d45754;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .block3__sort1__result1 span {
    margin: 0;
    font-size: 24px;
    margin: 0 5px 0 0;
  }
}

.block3__title2 {
  padding: 25px 0;
  background: url("../images/line_type1_1.png") 0 0 repeat-x;
}
@media screen and (min-width: 768px) {
  .block3__title2 {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 50px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .block3__title2:after, .block3__title2:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: url("../images/line_type1_1.png") 0 0 repeat-x;
  }
}

.block3__title2__label1 {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block3__title2__label1 {
    white-space: nowrap;
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .block3__title2__label1 {
    font-size: 24px;
    padding: 0 40px;
  }
}
.block3__title2__label1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 37.1px;
  height: 35px;
  background: url("../images/icon_title1_1.svg") 0 0 no-repeat;
  background-size: cover;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block3__title2__label1:before {
    width: 53px;
    height: 50px;
  }
}

.block3__list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block3__list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.block3__list1 li {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block3__list1 li {
    width: 50%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .block3__list1 li {
    width: 25%;
  }
}
.block3__list1 li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .block3__list1 li:first-child {
    margin-top: 30px;
  }
}

.block3__unit1 {
  display: block;
}

.block3__image1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .block3__list1 li:nth-of-type(odd) .block3__image1:hover {
    transform: scale(1.1) rotate(-3deg);
  }
  .block3__list1 li:nth-of-type(odd) .block3__image1:hover a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .block3__list1 li:nth-of-type(even) .block3__image1:hover {
    transform: scale(1.1) rotate(3deg);
  }
  .block3__list1 li:nth-of-type(even) .block3__image1:hover a:hover {
    opacity: 1;
  }
}

.block3__image1.-new1:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "NEW";
  display: block;
  width: 50px;
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #f00;
  border: 1px solid #f00;
  transition: none;
  font-weight: bold;
}
.block3__image1 a:hover {
  opacity: 1;
}
.block3__image1 .label3 {
  position: absolute;
  left: 0;
  top: 0;
}
.block3__image1.-new1 .label3 {
  left: 55px;
}

.block3__label1 {
  margin: 15px 0 0 0;
}
.block3__label1 a {
  margin: 0 5px 0 0;
}

.block3__title1 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 0;
  display: flex;
  gap: 10px;
}
.block3__title1 > a {
  display: block;
}

.block3__title1__list1 {
  list-style-type: none;
  display: inline-flex;
  gap: 5px;
}
.block3__title1__list1 li {
  margin: 0 !important;
  min-width: 20px;
  width: auto;
  padding: 0;
}
.block3__title1__list1 img {
  min-width: 20px;
}

.block3__date1 {
  margin: 3px 0 0 0;
  color: #a38f7c;
  font-size: 11px;
}

.block3__btnMore {
  margin: 45px 0 0 0;
}
@media screen and (min-width: 992px) {
  .block3__btnMore {
    background: url("../images/line_type1_1.png") 0 0 repeat-x;
    margin: 60px 0 0 0;
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .block3__btnMore {
    margin-top: 90px;
  }
}
@media screen and (min-width: 992px) {
  .block3__btnMore a {
    width: 240px;
    margin: auto;
  }
}

/* ------------------------------------------------- *
/*        block4
/* ------------------------------------------------- */
.block4 {
  padding: 0 0 90px 0;
}
@media screen and (min-width: 768px) {
  .block4 {
    max-width: 1170px;
    padding: 0 50px;
    margin: auto;
  }
}

.block4__title1 {
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .block4__title1 br {
    display: none;
  }
}
.block4__title1:before {
  content: "";
  display: block;
  transform: scale(0.8);
  margin: 0 auto 10px;
}
@media screen and (min-width: 1200px) {
  .block4__title1:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    transform: scale(1);
    position: relative;
    top: -15px;
  }
}
.block4__title1.-type1:before {
  width: 93px;
  height: 93px;
  background: url("../images/icon_title1_2.svg") 0 0 no-repeat;
}

.block4__title1.-type2:before {
  width: 73px;
  height: 69px;
  background: url("../images/icon_title1_1.svg") 0 0 no-repeat;
}

.block4__image1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .block4__list1 li:nth-of-type(odd) .block4__image1:hover {
    transform: scale(1.1) rotate(-3deg);
  }
  .block4__list1 li:nth-of-type(odd) .block4__image1:hover a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .block4__list1 li:nth-of-type(even) .block4__image1:hover {
    transform: scale(1.1) rotate(3deg);
  }
  .block4__list1 li:nth-of-type(even) .block4__image1:hover a:hover {
    opacity: 1;
  }
}

.block4__image1.-new1:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "NEW";
  display: block;
  width: 50px;
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #f00;
  border: 1px solid #f00;
  transition: none;
  font-weight: bold;
}

.block4__list1 {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block4__list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen and (min-width: 992px) {
  .block4__list1 {
    margin-top: 25px;
  }
}
.block4__list1 li {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block4__list1 li {
    width: 50%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .block4__list1 li {
    width: 25%;
  }
}

.block4__title2 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 0;
  display: flex;
  gap: 10px;
}

.block4__title2__list1 {
  list-style-type: none;
  display: flex;
  gap: 5px;
}
.block4__title2__list1 li {
  margin: 0 !important;
  min-width: 20px;
  width: auto;
  padding: 0;
}
.block4__title2__list1 img {
  min-width: 20px;
}

.block4__label1 {
  margin: 15px 0 0 0;
}

.block4__date1 {
  margin: 3px 0 0 0;
  color: #a38f7c;
  font-size: 11px;
}

.block4__btnMore {
  margin: 45px 0 0 0;
}
@media screen and (min-width: 992px) {
  .block4__btnMore {
    background: url("../images/line_type1_1.png") 0 0 repeat-x;
    margin: 60px 0 0 0;
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .block4__btnMore {
    margin-top: 90px;
  }
}
@media screen and (min-width: 992px) {
  .block4__btnMore a {
    width: 240px;
    margin: auto;
  }
}

/* ------------------------------------------------- *
/*        block5
/* ------------------------------------------------- */
.block5 {
  margin: 45px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block5 {
    position: relative;
    max-width: 1170px;
    min-height: 540px;
    padding: 0 50px 0 370px;
    margin: 45px auto 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .block5 {
    min-height: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .block5 {
    min-height: 670px;
    padding-left: 480px;
  }
}

.block5__image1 {
  position: relative;
}
.block5__image1.-new1:before {
  position: absolute;
  display: block;
  left: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "NEW";
  background: #f00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 60px;
  transform: rotate(-20deg);
}
@media screen and (min-width: 992px) {
  .block5__image1.-new1:before {
    font-size: 16px;
  }
}

.block5__imageArea1 {
  padding: 0 0 45px 0;
  margin: 45px 0 0 0;
  background: url("../images/line_type1_1.png") 0 bottom repeat-x;
}
@media screen and (min-width: 768px) {
  .block5__imageArea1 {
    position: absolute;
    left: 50px;
    top: 0;
    width: 280px;
    background: none;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block5__imageArea1 {
    width: 370px;
  }
}

.block5__price1 {
  margin: 20px 0 0 0;
}
.block5__price1 > p {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  .block5__price1 > p {
    font-size: 24px;
  }
}
.block5__price1 > p > span {
  font-size: 12px;
  display: inline-block;
  margin: -8px 0 0 0;
}
.block5__price1 > p > span > span {
  font-size: 18px;
  display: inline-block;
  margin: 12px 5px 0 0;
}
@media screen and (min-width: 1200px) {
  .block5__price1 > p > span > span {
    font-size: 24px;
  }
}
.block5__price1 > p > span > br {
  display: none;
}
@media screen and (min-width: 768px) {
  .block5__price1 > p > span > br {
    display: block;
  }
}
.block5__price1 > ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 14px;
}

.block5__detail1 {
  margin: 45px 0 0 0;
}
.block5__text2 {
  margin: 30px 0 10px 0;
}

.block5__table1 {
  width: 100%;
  font-size: 10px;
  margin-top: 5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .block5__table1 {
    display: table;
  }
}

.block5__table1 td {
  width: 6.66%;
  color: #81511c;
  padding: 3px 0;
  border: 1px solid #a6937c;
  text-align: center;
  letter-spacing: -0.1em;
  background: #fff;
}

.block5__table2 {
  width: 100%;
  font-size: 10px;
  border-collapse: separate;
}
@media screen and (min-width: 768px) {
  .block5__table2 {
    display: none;
  }
}

.block5__table2 tr:nth-of-type(1) td {
  border-bottom: 1px solid #a6937c;
}

.block5__table2 tr:nth-of-type(1) td:last-child {
  border-right: 1px solid #a6937c;
}

.block5__table2 tr:nth-of-type(2) {
  position: relative;
  top: -1px;
}

.block5__table2 tr:nth-of-type(2) td {
  border-top: none;
  border-bottom: 1px solid #a6937c;
}

.block5__table2 tr:nth-of-type(2) td:last-child {
  border-right: 1px solid #a6937c;
}

.block5__table2 td {
  width: 6.66%;
  color: #81511c;
  padding: 3px 0;
  border-top: 1px solid #a6937c;
  border-left: 1px solid #a6937c;
  text-align: center;
  letter-spacing: -0.1em;
  background: #fff;
}

.block5__table2 td.is--color1 {
  background: #e8a9a5;
}

.block5__table2 td.is--color2 {
  background: #fbe4bf;
}

.block5__table2 span {
  font-size: 10px;
}

.block5__table1 td.is--color1 {
  background: #e8a9a5;
}

.block5__table1 td.is--color2 {
  background: #fbe4bf;
}

.block5__table1 span {
  font-size: 10px;
}

.block5__title {
  font-size: 14px;
}

.block5__text {
  font-size: 12px;
  margin-top: 8px;
  padding-bottom: 2px;
}

.block5__icon1 {
  width: 26px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #a6937c;
  background: #e8a9a5;
  margin: -2px 3px 0;
}

.block5__icon2 {
  width: 26px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #a6937c;
  background: #fbe4bf;
  margin: -2px 3px 0;
}

.block5__labelList1 {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}
.block5__labelList1 span,
.block5__labelList1 a {
  display: block;
}
.block5__labelList1 span:last-child,
.block5__labelList1 a:last-child {
  margin-left: auto;
}

.block5__title1 {
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .block5__title1 {
    font-size: 36px;
  }
}

.block5__autor {
  margin: 5px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .block5__autor {
    font-size: 16px;
  }
}

.block5__tatiyomi1 {
  margin-top: -20px;
}
@media screen and (min-width: 992px) {
  .block5__tatiyomi1 {
    width: 200px;
    margin-left: auto;
    margin-right: 30px;
  }
}

.block5__tatiyomi1__button1 {
  width: 200px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .block5__tatiyomi1__button1 {
    margin: 0;
  }
}

.block5__tatiyomi1__link1 {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .block5__tatiyomi1__link1 {
    text-align: right;
  }
}
.block5__tatiyomi1__link1 a {
  text-decoration: underline;
}
.block5__tatiyomi1__link1 a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #522b04;
  border-right: 2px solid #522b04;
  transform: rotate(45deg);
}

.block5__text1 {
  margin: 30px 0 0 0;
  border-radius: 5px;
  padding: 20px 20px 40px;
  background: url("../images/bg_type5_2.png") 0 0 repeat;
}
@media screen and (min-width: 1200px) {
  .block5__text1 {
    font-size: 16px;
    padding: 30px;
    line-height: 1.7;
  }
}

.block5__text3 {
  margin: 10px 0 0 0;
}

.block5__size1 {
  margin-top: 24px;
}

.block5__size1__buttonGroup1 {
  list-style-type: none;
  padding: 0;
  margin: 8px 0 0;
  display: -ms-grid;
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 992px) {
  .block5__size1__buttonGroup1 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.block5__size1__buttonGroup1 > li > span, .block5__size1__buttonGroup1 > li > a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  padding: 8px 16px;
  border: 1px solid #522b04;
  min-height: 48px;
}
.block5__size1__buttonGroup1 > li > span::after, .block5__size1__buttonGroup1 > li > a::after {
  display: block;
  content: "";
  background: #522b04;
  -webkit-mask-image: url("../images/icon_book1_3.svg");
          mask-image: url("../images/icon_book1_3.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
}
.block5__size1__buttonGroup1 > li > a.-sm::after,
.block5__size1__buttonGroup1 > li > span.-sm::after {
  width: 20px;
  height: 20px;
}

.block5__size1__buttonGroup1 > li > a.-md::after,
.block5__size1__buttonGroup1 > li > span.-md::after {
  width: 24px;
  height: 24px;
}

.block5__size1__buttonGroup1 > li > a.-lg::after,
.block5__size1__buttonGroup1 > li > span.-lg::after {
  width: 28px;
  height: 28px;
}

.block5__size1__buttonGroup1 > li > a:hover {
  background: #522b04;
  color: #fff;
  opacity: 1;
}
.block5__size1__buttonGroup1 > li > a:hover::after {
  background: #fff;
}
.block5__size1__buttonGroup1 > li > span {
  background: #522b04;
  color: #fff;
}
.block5__size1__buttonGroup1 > li > span::after {
  background: #fff;
}

.block5__label1 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .block5__label1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.block5__feature1 {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .block5__feature1 {
    justify-content: normal;
  }
}
@media screen and (min-width: 1200px) {
  .block5__feature1 {
    margin-left: -10px;
  }
}
.block5__feature1 li {
  width: 49%;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block5__feature1 li {
    width: auto;
    margin: 10px 10px 0 0;
    min-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .block5__feature1 li {
    margin: 10px 0 0 10px;
  }
}

.block5__category {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block5__category {
    justify-content: normal;
  }
}
@media screen and (min-width: 1200px) {
  .block5__category {
    margin: 5px 0 0 -10px;
    display: flex;
  }
}
.block5__category li {
  width: 49%;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block5__category li {
    margin: 10px 10px 0 0;
    width: auto;
    min-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .block5__category li {
    margin: 10px 0 0 10px;
  }
}

.block5__share1 {
  display: flex;
  align-items: center;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .block5__share1 {
    justify-content: flex-end;
  }
}
.block5__share1 dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 15px 0 0;
}
.block5__share1 dd {
  margin: 0 10px 0 0;
}

/* ------------------------------------------------- *
/*        block6
/* ------------------------------------------------- */
.block6 {
  margin: 45px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block6 {
    max-width: 1170px;
    padding: 0 50px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 992px) {
  .block6 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .block6 {
    margin-top: 90px;
  }
}

.block6__inner1 {
  padding: 30px 0 0 0;
  background: url("../images/line_type1_1.png") 0 0 repeat-x;
}
@media screen and (min-width: 1200px) {
  .block6__inner1 {
    background: none;
    padding: 0;
  }
}

.block6__title1 {
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .block6__title1 {
    font-size: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .block6__title1:after {
    content: "";
    display: inline-block;
    background: url("../images/line_type1_1.png") 0 0 repeat-x;
    width: 100%;
    height: 2px;
    margin: 0 0 0 30px;
  }
}

.block6__unit1 {
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .block6__unit1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr;
  }
}

.block6__unit1__title1 {
  font-size: 14px;
  font-weight: bold;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 992px) {
  .block6__unit1__title1 {
    font-size: 16px;
  }
}

.block6__unit1__btnGroup1 {
  margin: 15px 0 0 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .block6__unit1__btnGroup1 {
    padding: 0;
    margin: 0;
  }
}

/* ------------------------------------------------- *
/*        block7
/* ------------------------------------------------- */
.block7 {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block7 {
    max-width: 1170px;
    margin: 45px auto 0;
    padding: 0 50px;
  }
}

.block7__inner1 {
  padding: 20px 30px 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .block7__inner1 {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .block7__inner1 {
    padding: 45px;
  }
}

.block7__title1 {
  font-size: 16px;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid rgba(208, 193, 159, 0.5);
}
@media screen and (min-width: 1200px) {
  .block7__title1 {
    text-align: left;
    font-size: 20px;
    padding-bottom: 30px;
  }
}
.block7__title1 span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .block7__title1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}

.block7__bookList1 {
  margin: 30px 0 0 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block7__bookList1 li {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block7__bookList1 li {
    display: flex;
    justify-content: space-between;
    min-height: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .block7__bookList1 li {
    margin-top: 10px;
  }
}
.block7__bookList1 li:first-child {
  margin-top: 0;
}

.block7__title2 {
  position: relative;
  padding: 0 0 0 45px;
}
@media screen and (min-width: 1200px) {
  .block7__title2 {
    display: flex;
    align-items: center;
  }
}

.block7__number1 {
  position: absolute;
  left: 0;
  top: 0;
  background: #522b04;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .block7__number1 {
    top: 5px;
  }
}

.block7__title3 {
  font-size: 15px;
}
@media screen and (min-width: 1200px) {
  .block7__title3 {
    font-size: 18px;
  }
}

.block7__price1 {
  font-size: 12px;
  margin: 0 0 0 -7px;
  color: #b8a582;
}
@media screen and (min-width: 1200px) {
  .block7__price1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}

.block7__select1 {
  margin: 15px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block7__select1 {
    min-width: 200px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .block7__select1 {
    min-width: 300px;
  }
}

/* ------------------------------------------------- *
/*        block8
/* ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .block8 {
    max-width: 1170px;
    margin: auto;
    padding: 0 50px;
  }
}

.block8__list1 {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.block8__list1 > li {
  width: 50%;
  display: flex;
}
@media screen and (min-width: 992px) {
  .block8__list1 > li {
    width: 25%;
    white-space: nowrap;
  }
}
.block8__list1 > li > a {
  font-size: 14px;
  display: block;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block8__list1 > li > a {
    padding: 10px 20px;
  }
}
.block8__list1 > li > a:hover {
  opacity: 1;
}
.block8__list1 > li > a.-active {
  opacity: 0.3;
}
.block8__list1 > li > a span {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .block8__list1 > li > a span {
    display: inline-block;
  }
}
.block8__list1 > li > a:before {
  content: "";
  display: block;
  width: 100%;
}
.block8__list1 > li:nth-of-type(1) a {
  background: #d45754;
}
.block8__list1 > li:nth-of-type(1) a:hover {
  background: rgb(155.0186915888, 41.7009345794, 38.9813084112);
}
.block8__list1 > li:nth-of-type(2) a {
  background: #e48218;
}
.block8__list1 > li:nth-of-type(2) a:hover {
  background: rgb(135.7142857143, 77.380952381, 14.2857142857);
}
.block8__list1 > li:nth-of-type(3) a {
  background: #b4a800;
}
.block8__list1 > li:nth-of-type(3) a:hover {
  background: rgb(78, 72.8, 0);
}
.block8__list1 > li:nth-of-type(4) a {
  background: #208fa1;
}
.block8__list1 > li:nth-of-type(4) a:hover {
  background: rgb(15.0880829016, 67.4248704663, 75.9119170984);
}

.block8__link1 {
  margin: 30px 0 0 0;
  text-align: right;
}

/* ------------------------------------------------- *
/*        block9
/* ------------------------------------------------- */
.block9 {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block9 {
    max-width: 1170px;
    margin: 60px auto 0;
    padding: 0 50px;
  }
}
.block9:first-child {
  margin-top: 0;
}

.block9__title1 {
  font-size: 27px;
  line-height: 1.25;
  background: url("../images/line_type1_1.png") 0 top repeat-x;
  padding: 20px 0 0 0;
  margin: 90px 0 0 0;
}
.block9__title1:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .block9__title1 {
    font-size: 32px;
    padding: 30px 0 0 0;
  }
}

.block9__form1 {
  position: relative;
  margin: 30px 0 0 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .block9__form1 {
    padding: 15px 30px 60px 30px;
    margin: 45px 0 0 0;
  }
}
.block9__form1:first-child {
  margin: 0;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 20px !important;
}

/* ------------------------------------------------- *
/*        block10
/* ------------------------------------------------- */
.block10 {
  margin-top: 70px;
  padding: 20px 30px 30px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .block10 {
    padding: 40px 50px 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .block10 {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px;
  }
}

.block10__inner1 {
  position: relative;
}

.block10__title1 {
  text-align: center;
  margin: -50px 0 0;
}
@media screen and (min-width: 768px) {
  .block10__title1 {
    max-width: 400px;
    margin: -80px auto 0;
  }
}
@media screen and (min-width: 992px) {
  .block10__title1 {
    max-width: inherit;
    width: 602px;
    height: 90px;
    background: url("../images/title_block10_1_pc.svg") 0 0 no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .block10__title1 {
    padding-bottom: 30px;
  }
}
.block10__title1 span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .block10__title1 span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .block10__title1 img {
    display: none;
  }
}

.block10__text1 {
  margin-top: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .block10__text1 {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .block10__text1 {
    margin: -10px 0 0;
  }
}
.block10__text1 > span {
  margin: 0 5px;
  line-height: 1.5;
}
.block10__text1 > br {
  display: none;
}
@media screen and (min-width: 992px) {
  .block10__text1 > br {
    display: block;
  }
}

.block10__link1 {
  margin: 20px 0 30px 0;
}
@media screen and (min-width: 768px) {
  .block10__link1 {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .block10__link1 {
    position: absolute;
    right: 0;
    top: 100px;
  }
}
.block10__link1 a {
  text-decoration: underline;
  color: #ff481a;
}
.block10__link1 a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  background: url("../images/icon_arrow1_1.svg") 0 0 no-repeat;
}

.block10__list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block10__list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.block10__list1 li {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  .block10__list1 li {
    min-width: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .block10__list1 li {
    min-width: 25%;
    max-width: 25%;
  }
}
.block10__list1 li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .block10__list1 li:first-child {
    margin-top: 30px;
  }
}

.block10__unit1 {
  display: block;
}

.block10__image1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .block10__list1 li:nth-of-type(odd) .block10__image1:hover {
    transform: scale(1.1) rotate(-3deg);
  }
  .block10__list1 li:nth-of-type(odd) .block10__image1:hover a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .block10__list1 li:nth-of-type(even) .block10__image1:hover {
    transform: scale(1.1) rotate(3deg);
  }
  .block10__list1 li:nth-of-type(even) .block10__image1:hover a:hover {
    opacity: 1;
  }
}

.block10__image1.-new1:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "NEW";
  display: block;
  width: 50px;
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #f00;
  border: 1px solid #f00;
  transition: none;
  font-weight: bold;
}
.block10__image1 a:hover {
  opacity: 1;
}
.block10__image1 .label3 {
  position: absolute;
  left: 0;
  top: 0;
}
.block10__image1.-new1 .label3 {
  left: 55px;
}

.block10__label1 {
  margin: 10px 0 0 0;
}
.block10__label1 span,
.block10__label1 a {
  margin: 5px 5px 0 0;
}

.block10__title2 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

.block10__date1 {
  margin: 3px 0 0 0;
  color: #a38f7c;
  font-size: 11px;
}

/* ------------------------------------------------- *
/*        block11
/* ------------------------------------------------- */
@media screen and (min-width: 992px) {
  .block11 {
    max-width: 970px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .block11__inner1 {
    padding: 0 50px;
  }
}

.block11__text1 {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .block11__text1 {
    font-size: 16px;
  }
}
.block11__text1 p {
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block11__text1 p {
    margin-top: 20px;
  }
}
.block11__text1 p:first-child {
  margin: 0;
}

.block11__button1 {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .block11__button1 {
    width: 400px;
    margin: 30px auto 0;
  }
}

.block11__title1 {
  font-size: 16px;
  text-align: center;
  background: url("../images/line_type1_1.png") 0 0 repeat-x;
  margin: 30px 0 15px;
  padding: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .block11__title1 {
    padding-top: 30px;
    font-size: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background: none;
    padding: 0;
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .block11__title1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .block11__title1:after {
    content: "";
    display: inline-block;
    background: url("../images/line_type1_1.png") 0 0 repeat-x;
    width: 100%;
    height: 2px;
    margin: 0 0 0 30px;
  }
}

.block11__image1 {
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block11__image1 {
    margin-top: 20px;
  }
}

.block11__frame1 {
  border-radius: 5px;
  padding: 20px;
  background: url(../images/bg_type5_2.png) 0 0 repeat;
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block11__frame1 {
    margin-top: 20px;
    padding: 30px;
  }
}

.block11__list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block11__list1 li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  .block11__list1 li {
    font-size: 16px;
    padding: 3px 0 0 40px;
  }
}
.block11__list1 li:first-child {
  margin: 0;
}
.block11__list1 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  display: block;
  background: #e2907b;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .block11__list1 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
}

/* ------------------------------------------------- *
/*        block12
/* ------------------------------------------------- */
@media screen and (min-width: 992px) {
  .block12 {
    max-width: 970px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .block12__inner1 {
    padding: 0 50px;
  }
}

.block12__title1 {
  font-size: 16px;
  text-align: center;
  background: url("../images/line_type1_1.png") 0 0 repeat-x;
  margin: 30px 0 15px;
  padding: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .block12__title1 {
    padding-top: 30px;
    font-size: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    white-space: nowrap;
    background: none;
    padding: 0;
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .block12__title1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .block12__title1:after {
    content: "";
    display: inline-block;
    background: url("../images/line_type1_1.png") 0 0 repeat-x;
    width: 100%;
    height: 2px;
    margin: 0 0 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .block12__wrap1 {
    display: flex;
    margin: 30px 0 0;
  }
}

.block12__image1 {
  padding-top: 100%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .block12__image1 {
    min-width: 250px;
    padding: 0;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .block12__image1 {
    min-width: 370px;
  }
}

.block12__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .block12__text1:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .block12__text1 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.block12__text1 p {
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block12__text1 p {
    margin-top: 20px;
  }
}
.block12__text1 p:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .block12__text1 p:first-child {
    margin-top: 0;
  }
}

.block12__frame1 {
  border-radius: 5px;
  padding: 20px;
  background: url("../images/bg_type5_2.png") 0 0 repeat;
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block12__frame1 {
    margin-top: 20px;
    padding: 30px;
  }
}

.block12__list1 dt {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  .block12__list1 dt {
    font-size: 16px;
  }
}
.block12__list1 dt:first-child {
  margin: 0;
}
.block12__list1 dt:before {
  content: "■";
  color: #e2907b;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.block12__list1 dd {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .block12__list1 dd {
    font-size: 16px;
  }
}

/* ------------------------------------------------- *
/*        block13
/* ------------------------------------------------- */
.block13 {
  margin: 30px 0 0;
  padding: 30px 0 0;
  background: url("../images/line_type1_1.png") 0 0 repeat-x;
}
@media screen and (min-width: 768px) {
  .block13 {
    margin: 40px 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .block13 {
    max-width: 870px;
    margin: 60px auto 0;
    padding: 50px 0 0;
  }
}

.block13__wrap1 {
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .block13__wrap1 {
    display: flex;
    margin: 30px -15px 0;
  }
}

.block13__unit1 {
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .block13__unit1 {
    min-width: 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0;
  }
}
.block13__unit1:first-child {
  margin-top: 0;
}

.block13__unit1__title1 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .block13__unit1__title1 {
    font-size: 20px;
  }
}
.block13__unit1__title1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: -2px 5px 0 0;
}
@media screen and (min-width: 992px) {
  .block13__unit1__title1:before {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }
}
.block13__unit1__title1.-type1:before {
  background: url("../images/icon_title3_1.svg") 0 0 no-repeat;
  background-size: cover;
}

.block13__unit1__title1.-type2:before {
  background: url("../images/icon_title3_2.svg") 0 0 no-repeat;
  background-size: cover;
}

.block13__unit1__text1 {
  font-size: 14px;
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block13__unit1__text1 {
    font-size: 16px;
  }
}

.block13__unit1__frame1 {
  border-radius: 5px;
  padding: 20px;
  background: url("../images/bg_type5_2.png") 0 0 repeat;
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block13__unit1__frame1 {
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
  }
}

.block13__unit1__list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block13__unit1__list1 li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 25px;
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  .block13__unit1__list1 li {
    font-size: 16px;
    padding: 3px 0 0 40px;
  }
}
.block13__unit1__list1 li:first-child {
  margin: 0;
}
.block13__unit1__list1 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  display: block;
  background: #522b04;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .block13__unit1__list1 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
}

.block13__text1 {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .block13__text1 {
    font-size: 16px;
    margin: 60px 0 0;
  }
}
.block13__text1:first-child {
  margin-top: 0;
}
.block13__text1 p {
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .block13__text1 p {
    margin-top: 20px;
  }
}
.block13__text1 p:first-child {
  margin: 0;
}

.block5__banner1 {
  margin: 30px 0 0;
  position: relative;
  border: 2px dashed #522b04;
  border-radius: 5px;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  gap: 15px;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .block5__banner1 {
    margin: 50px 0 0;
    display: block;
    padding: 25px 30px 25px 240px;
  }
}

@media screen and (min-width: 992px) {
  .block5__banner1__image1 {
    width: 176px;
    position: absolute;
    top: -15px;
    left: 30px;
  }
}

.block5__banner1__title1 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .block5__banner1__title1 {
    font-size: 20px;
  }
}

.block5__banner1__text1 {
  font-size: 12px;
  margin: 10px 0 0;
}
@media screen and (min-width: 992px) {
  .block5__banner1__text1 {
    font-size: 14px;
  }
}

/* ================================================== *
/*
/*    MEDIA QUERY
/*
/* ================================================== */
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=main.css.map */
