:root {
  --color_01: #111;
  --color_02: #222;
  --color_03: #333;
  --text: #222222;
  --bg: #eee;
  --red: #ff0000;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
  --font_e: "Josefin Sans", sans-serif;
}

#mahorodrop {
  color: var(--text);
  font-family: var(--font_n);
  max-width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  #mahorodrop {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #mahorodrop .pane-contents {
    overflow: hidden;
  }
}
#mahorodrop .sec_01 {
  background: url(/goods/mahorodrop/01_bg.jpg) no-repeat scroll 0 0/cover;
  padding: 0 100px 70px 100px;
}
@media (max-width: 768px) {
  #mahorodrop .sec_01 {
    padding: 20px 30px 20px 30px;
  }
}
#mahorodrop .sec_0201 {
  background: url(/goods/mahorodrop/02_bg.jpg) no-repeat scroll 0 0/cover;
}
#mahorodrop .sec_0201 .title {
  background: #222222;
  color: #fff;
  text-align: center;
  margin: 0 0 50px 0;
  padding: 20px 0;
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
}
#mahorodrop .sec_0201 .title:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #222222 transparent transparent transparent;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
#mahorodrop .sec_0201 .t_1 {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
}
#mahorodrop .sec_0201 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  margin: 50px 100px 0 100px;
  text-align: center;
}
#mahorodrop .sec_0201 ul p {
  font-size: 1.7em;
  font-weight: bold;
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  #mahorodrop .sec_0201 .title {
    margin: 0 0 30px 0;
    padding: 15px 0;
    font-size: 1.3em;
  }
  #mahorodrop .sec_0201 .title:before {
    border-width: 20px 20px 0 20px;
    bottom: -20px;
  }
  #mahorodrop .sec_0201 .t_1 {
    font-size: 1.5em;
  }
  #mahorodrop .sec_0201 ul {
    grid-gap: 30px;
    margin: 20px 30px 0 30px;
  }
  #mahorodrop .sec_0201 ul p {
    font-size: 1.3em;
    margin: 10px 0 0 0;
  }
}
#mahorodrop .sec_0202 {
  background: url(/goods/mahorodrop/02_bg2.jpg) no-repeat scroll center bottom/100% auto;
  padding: 80px 0 400px 0;
}
#mahorodrop .sec_0202 .t_1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
}
@media (max-width: 768px) {
  #mahorodrop .sec_0202 {
    padding: 60px 0 190px 0;
  }
}
#mahorodrop .sec_03 {
  background: url(/goods/mahorodrop/03_bg.jpg) no-repeat scroll center bottom/100% auto;
  text-align: center;
  padding: 80px 0 50px 0;
}
#mahorodrop .sec_03 .title {
  font-size: 2.5em;
  font-weight: bold;
}
#mahorodrop .sec_03 .t_1 {
  border: 1px solid #222222;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 100px;
  margin: 20px 0;
  font-size: 1.5em;
}
#mahorodrop .sec_03 img {
  width: 90%;
}
@media (max-width: 768px) {
  #mahorodrop .sec_03 {
    padding: 0 20px 20px 20px;
  }
  #mahorodrop .sec_03 .title {
    font-size: 1.8em;
  }
  #mahorodrop .sec_03 .t_1 {
    margin: 10px 0;
    padding: 7px 25px;
    font-size: 1.1em;
  }
  #mahorodrop .sec_03 img {
    width: 100%;
  }
}
#mahorodrop .sec_04 {
  background: url(/goods/mahorodrop/04_bg.jpg) no-repeat scroll center bottom/100% auto;
  text-align: center;
  padding: 20px 0 50px 0;
}
#mahorodrop .sec_04 .title {
  margin: 50px 0;
  font-size: 5em;
  line-height: 0.7;
}
#mahorodrop .sec_04 .title .t {
  font-size: 0.5em;
  font-weight: bold;
}
#mahorodrop .sec_04 .box {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
#mahorodrop .sec_04 .box img {
  width: 35%;
}
#mahorodrop .sec_04 .box .text {
  text-align: left;
}
#mahorodrop .sec_04 .box .t_1 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
#mahorodrop .sec_04 .box .t_1 span {
  font-size: 1.8em;
}
#mahorodrop .sec_04 .box p {
  font-size: 1.6em;
  line-height: 1.8;
}
#mahorodrop .sec_04 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 20px 30px 0 30px;
}
#mahorodrop .sec_04 ul p {
  font-size: 1.6em;
  font-weight: bold;
}
#mahorodrop .sec_04 ul p span {
  font-size: 0.7em;
}
@media (max-width: 768px) {
  #mahorodrop .sec_04 {
    padding: 20px;
  }
  #mahorodrop .sec_04 .title {
    margin: 20px 0 50px;
    font-size: 2.5em;
  }
  #mahorodrop .sec_04 .box {
    gap: 20px;
  }
  #mahorodrop .sec_04 .box img {
    width: 30%;
  }
  #mahorodrop .sec_04 .box .t_1 {
    font-size: 0.8em;
    margin: 0 0 5px 0;
  }
  #mahorodrop .sec_04 .box .t_1 span {
    font-size: 2em;
  }
  #mahorodrop .sec_04 .box p {
    font-size: 0.8em;
    line-height: 1.6;
  }
  #mahorodrop .sec_04 ul {
    margin: 20px 0 0 0;
  }
  #mahorodrop .sec_04 ul p {
    font-size: 0.9em;
  }
}
#mahorodrop .sec_05 {
  background: url(/goods/mahorodrop/05_bg.jpg) no-repeat scroll center bottom/cover;
  text-align: center;
  padding: 30px 0 80px 0;
}
#mahorodrop .sec_05 .title {
  font-size: 1em;
  margin: 50px 0 0 0;
}
#mahorodrop .sec_05 .title .e {
  font-size: 5em;
  line-height: 1;
}
#mahorodrop .sec_05 .title .t {
  font-size: 2em;
  font-weight: bold;
}
#mahorodrop .sec_05 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 170px 0 0 0;
}
#mahorodrop .sec_05 ul p {
  font-size: 1.5em;
  font-weight: bold;
  margin: -30px 0 0 0;
}
#mahorodrop .sec_05 ul li:nth-child(1) {
  transform: translateX(100px);
}
#mahorodrop .sec_05 ul li:nth-child(2) {
  transform: translateY(-170px);
}
#mahorodrop .sec_05 ul li:nth-child(3) {
  transform: translateX(-100px);
}
@media (max-width: 768px) {
  #mahorodrop .sec_05 {
    padding: 30px 0 40px 0;
  }
  #mahorodrop .sec_05 .title {
    margin: 20px 0 0 0;
  }
  #mahorodrop .sec_05 .title .e {
    font-size: 2.5em;
  }
  #mahorodrop .sec_05 .title .t {
    font-size: 1.4em;
  }
  #mahorodrop .sec_05 ul {
    padding: 100px 0 0 0;
  }
  #mahorodrop .sec_05 ul p {
    font-size: 0.6em;
    font-weight: bold;
    margin: -20px 0 0 0;
  }
  #mahorodrop .sec_05 ul li:nth-child(1) {
    transform: translateX(40px);
  }
  #mahorodrop .sec_05 ul li:nth-child(2) {
    transform: translateY(-80px);
  }
  #mahorodrop .sec_05 ul li:nth-child(3) {
    transform: translateX(-40px);
  }
}
#mahorodrop .sec_06 .title {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 60px 0 30px 0;
}
#mahorodrop .sec_06 .title .img {
  width: 30%;
  align-items: center;
  display: flex;
}
#mahorodrop .sec_06 .title .img img {
  height: auto;
}
#mahorodrop .sec_06 .title .t {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1;
  margin: 10px 0 0 0;
}
#mahorodrop .sec_06 .title .t .t_2 {
  font-size: 1.8em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #mahorodrop .sec_06 {
    gap: 20px;
    margin: 30px 20px 20px 20px;
  }
  #mahorodrop .sec_06 .title {
    margin: 40px 0 20px 0;
  }
  #mahorodrop .sec_06 .title .img {
    width: 35%;
  }
  #mahorodrop .sec_06 .title .t {
    font-size: 1.1em;
    margin: 5px 0 0 0;
  }
}
#mahorodrop .sec_07 {
  text-align: center;
}
#mahorodrop .sec_07 .title {
  margin: 50px 0 80px 0;
  font-size: 5em;
  line-height: 0.7;
}
#mahorodrop .sec_07 .title .t_1 {
  font-size: 0.5em;
  font-weight: bold;
}
#mahorodrop .sec_07 dl {
  position: relative;
  padding: 15px 0;
  margin: 30px 100px;
}
#mahorodrop .sec_07 dl:before, #mahorodrop .sec_07 dl:after {
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  content: "";
  border-top: solid 1px #222222;
  border-bottom: solid 1px #222222;
}
#mahorodrop .sec_07 dl:before {
  border-left: solid 1px #222222;
  border-radius: 10px 0 0 10px;
  left: 0;
}
#mahorodrop .sec_07 dl:after {
  border-right: solid 1px #222222;
  border-radius: 0 10px 10px 0;
  right: 0;
}
#mahorodrop .sec_07 dl dt {
  font-size: 2em;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
#mahorodrop .sec_07 dl dt .e {
  font-weight: normal;
  color: #b3b3b3;
  font-size: 1.5em;
  margin: 0 10px 0 0;
  vertical-align: -3px;
}
#mahorodrop .sec_07 dl dt:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #ccc transparent transparent transparent;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#mahorodrop .sec_07 dl dd {
  font-size: 1.8em;
}
@media (max-width: 768px) {
  #mahorodrop .sec_07 .title {
    font-size: 2.5em;
    margin: 30px 0 40px 0;
  }
  #mahorodrop .sec_07 dl {
    padding: 15px 20px;
    margin: 20px;
  }
  #mahorodrop .sec_07 dl dt {
    font-size: 1.2em;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
  }
  #mahorodrop .sec_07 dl dd {
    font-size: 1.1em;
  }
}
#mahorodrop .sec_08 {
  text-align: center;
}
#mahorodrop .sec_08 img {
  width: 80%;
}
#mahorodrop .m {
  font-family: var(--font_m);
}
#mahorodrop .n {
  font-family: var(--font_n);
}
#mahorodrop .e {
  font-family: var(--font_e);
}
#mahorodrop a,
#mahorodrop :before,
#mahorodrop :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mahorodrop img {
  vertical-align: bottom;
  width: 100%;
}
#mahorodrop h1,
#mahorodrop h2,
#mahorodrop h3,
#mahorodrop h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 769px) {
  #mahorodrop .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #mahorodrop .pc {
    display: none;
  }
}/*# sourceMappingURL=mahorodrop_style.css.map */