@charset "UTF-8";
/*
//PC-SPのみ

@mixin sp {
  @media only screen and (max-width: $width-smartphone) {
    @content;
  }
}
@mixin pc {
  @media only screen and (min-width: $width-smartphone + 1) {
    @content;
  }
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}

.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;
  width: 100%;
}

.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;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(50% - 30px);
  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: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
}

.slick-prev {
  left: -50px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .slick-prev {
    left: -5px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 5px;
}

.slick-prev:before {
  content: url("../images/common/icon-slickprev.png");
}

[dir="rtl"] .slick-prev:before {
  content: url("../images/common/icon-slicknext.png");
}

.slick-next {
  right: -50px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .slick-next {
    right: -5px;
  }
}

[dir="rtl"] .slick-next {
  left: 5px;
  right: auto;
}

.slick-next:before {
  content: url("../images/common/icon-slicknext.png");
}

[dir="rtl"] .slick-next:before {
  content: url("../images/common/icon-slickprev.png");
}

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

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*modal*/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all .2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background .2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background .2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all .2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background .2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

fhtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: #000;
  text-decoration: none;
}

input[type="submit"],
input[type="button"] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

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

@media screen and (min-width: $width-tablet-full + 1) {
  .sp-only {
    display: none !important;
  }
  .sp_tab-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

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

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .pc_tab-only {
    display: none !important;
  }
}

.wrap-l {
  width: 1300px;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .wrap-l {
    width: calc(100% - 20px);
  }
}

.wrap {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .wrap {
    width: calc(100% - 20px);
  }
}

.wrap-s {
  width: 800px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wrap-s {
    width: calc(100% - 20px);
  }
}

.wrap-pc {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .wrap-pc {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .wrap-pc {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .wrap-sp {
    width: calc(100% - 20px);
    margin: auto;
  }
}

.text-center {
  text-align: center;
  display: block;
}

.text-left {
  text-align: left;
  display: block;
}

.text-right {
  text-align: right;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .pc-text-center {
    text-align: center;
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-text-left {
    text-align: left;
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-text-right {
    text-align: right;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp-text-center {
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp-text-left {
    text-align: left;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp-text-right {
    text-align: right;
    display: block;
  }
}

.text-bold {
  font-weight: bold;
}

.text-size-basic {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .text-size-basic {
    font-size: 1.6rem;
  }
}

.text-size-heading {
  font-size: 3.2rem;
  line-height: 1.6;
}

.text-size-small {
  line-height: 1.6;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .text-size-small {
    font-size: 1.2rem;
  }
}

.text-size-large {
  font-size: 2.4rem;
  line-height: 1.6;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.pc-right {
  float: right !important;
}

@media only screen and (max-width: 768px) {
  .pc-right {
    float: none !important;
  }
}

.pc-left {
  float: left !important;
}

@media only screen and (max-width: 768px) {
  .pc-left {
    float: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-right {
    float: right !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-left {
    float: left !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.flex {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .flex > * {
    min-height: 0%;
  }
}

@media only screen and (max-width: 768px) {
  .sp-flex {
    display: flex;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .sp-flex > * {
    min-height: 0%;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-between.flex-column-3 > * {
  width: 31.666%;
}

@media only screen and (max-width: 768px) {
  .flex-between.flex-column-3 > * {
    width: 100%;
  }
}

.flex-between.flex-column-2 > * {
  width: 48%;
}

.flex-around {
  justify-content: space-around;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-item-start {
  align-items: flex-start;
}

.flex-item-end {
  align-items: flex-end;
}

.flex-item-center {
  align-items: center;
}

.flex-column {
  flex-flow: column;
}

@media only screen and (max-width: 768px) {
  .sp-flex-column {
    flex-flow: column;
  }
  .sp-flex-column.flex-column-3 > *,
  .sp-flex-column.flex-column-2 > * {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sp-flex-wrap {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .sp-flex-column-reverce {
    flex-flow: column-reverse;
  }
}

@media only screen and (max-width: 768px) {
  .sp-flex-row-reverce {
    flex-flow: row-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .tab-flex-column {
    flex-flow: column;
  }
  .tab-flex-column.flex-column-3 > *,
  .tab-flex-column.flex-column-2 > * {
    width: 100%;
  }
}

.wid-5 {
  width: 5% !important;
}

.wid-10 {
  width: 10% !important;
}

.wid-15 {
  width: 15% !important;
}

.wid-20 {
  width: 20% !important;
}

.wid-25 {
  width: 25% !important;
}

.wid-30 {
  width: 30% !important;
}

.wid-35 {
  width: 35% !important;
}

.wid-40 {
  width: 40% !important;
}

.wid-45 {
  width: 45% !important;
}

.wid-50 {
  width: 50% !important;
}

.wid-55 {
  width: 55% !important;
}

.wid-60 {
  width: 60% !important;
}

.wid-65 {
  width: 65% !important;
}

.wid-70 {
  width: 70% !important;
}

.wid-75 {
  width: 75% !important;
}

.wid-80 {
  width: 80% !important;
}

.wid-85 {
  width: 85% !important;
}

.wid-90 {
  width: 90% !important;
}

.wid-95 {
  width: 95% !important;
}

.wid-100 {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .sp-wid-100 {
    width: 100% !important;
  }
}

.img-center {
  display: block;
  margin: auto;
  max-width: 100%;
}

.m-auto {
  margin: auto;
}

.mv-0 {
  margin: 0;
}

.mv-10 {
  margin: 10px auto;
}

.mv-20 {
  margin: 20px auto;
}

.mv-30 {
  margin: 30px auto;
}

.mv-40 {
  margin: 40px auto;
}

.mv-50 {
  margin: 50px auto;
}

.mv-60 {
  margin: 60px auto;
}

.mv-70 {
  margin: 70px auto;
}

.mv-80 {
  margin: 80px auto;
}

.mv-90 {
  margin: 90px auto;
}

.mv-100 {
  margin: 100px auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px 0;
}

.mr-0 {
  margin-right: 0;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pv-0 {
  padding: 0;
}

.pv-10 {
  padding: 10px 0;
}

.pv-20 {
  padding: 20px 0;
}

.pv-30 {
  padding: 30px 0;
}

.pv-40 {
  padding: 40px 0;
}

.pv-50 {
  padding: 50px 0;
}

.pv-60 {
  padding: 60px 0;
}

.pv-70 {
  padding: 70px 0;
}

.pv-80 {
  padding: 80px 0;
}

.pv-90 {
  padding: 90px 0;
}

.pv-100 {
  padding: 100px 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px 0;
}

.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.padding-0 {
  padding: 0;
}

.padding-10 {
  padding: 10px !important;
}

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

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-100 {
  padding: 100px !important;
}

/*-------------------------*/
/* TAB                  */
/*-------------------------*/
/*-------------------------*/
/* SP                       */
/*-------------------------*/
@media screen and (max-width: 768px) {
  .mv-10 {
    margin: 5px auto;
  }
  .mv-20 {
    margin: 10px auto;
  }
  .mv-30 {
    margin: 15px auto;
  }
  .mv-40 {
    margin: 20px auto;
  }
  .mv-50 {
    margin: 25px auto;
  }
  .mv-60 {
    margin: 30px auto;
  }
  .mv-70 {
    margin: 35px auto;
  }
  .mv-80 {
    margin: 40px auto;
  }
  .mv-90 {
    margin: 45px auto;
  }
  .mv-100 {
    margin: 50px auto;
  }
  .mt-10 {
    margin-top: 5px !important;
  }
  .mt-20 {
    margin-top: 10px !important;
  }
  .mt-30 {
    margin-top: 15px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-50 {
    margin-top: 25px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-70 {
    margin-top: 35px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-90 {
    margin-top: 45px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mr-10 {
    margin-right: 5px !important;
  }
  .mr-20 {
    margin-right: 10px !important;
  }
  .mr-30 {
    margin-right: 15px !important;
  }
  .mr-40 {
    margin-right: 20px !important;
  }
  .mr-50 {
    margin-right: 25px !important;
  }
  .mr-60 {
    margin-right: 30px !important;
  }
  .mr-70 {
    margin-right: 35px !important;
  }
  .mr-80 {
    margin-right: 40px !important;
  }
  .mr-90 {
    margin-right: 45px !important;
  }
  .mr-100 {
    margin-right: 50px !important;
  }
  .ml-10 {
    margin-left: 5px !important;
  }
  .ml-20 {
    margin-left: 10px !important;
  }
  .ml-30 {
    margin-left: 15px !important;
  }
  .ml-40 {
    margin-left: 20px !important;
  }
  .ml-50 {
    margin-left: 25px !important;
  }
  .ml-60 {
    margin-left: 30px !important;
  }
  .ml-70 {
    margin-left: 35px !important;
  }
  .ml-80 {
    margin-left: 40px !important;
  }
  .ml-90 {
    margin-left: 45px !important;
  }
  .ml-100 {
    margin-left: 50px !important;
  }
  .mb-10 {
    margin-bottom: 5px !important;
  }
  .mb-20 {
    margin-bottom: 10px !important;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-50 {
    margin-bottom: 25px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-70 {
    margin-bottom: 35px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-90 {
    margin-bottom: 45px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mb-110 {
    margin-bottom: 50px !important;
  }
  .mb-120 {
    margin-bottom: 60px !important;
  }
  .mb-130 {
    margin-bottom: 65px !important;
  }
  .mb-140 {
    margin-bottom: 70px !important;
  }
  .mb-150 {
    margin-bottom: 75px !important;
  }
  .mb-160 {
    margin-bottom: 80px !important;
  }
  .mb-170 {
    margin-bottom: 85px !important;
  }
  .mb-180 {
    margin-bottom: 80px !important;
  }
  .mb-190 {
    margin-bottom: 95px !important;
  }
  .mb-200 {
    margin-bottom: 100px !important;
  }
  .pv-10 {
    padding: 5px 0;
  }
  .pv-20 {
    padding: 10px 0;
  }
  .pv-30 {
    padding: 15px 0;
  }
  .pv-40 {
    padding: 20px 0;
  }
  .pv-50 {
    padding: 25px 0;
  }
  .pv-60 {
    padding: 30px 0;
  }
  .pv-70 {
    padding: 35px 0;
  }
  .pv-80 {
    padding: 40px 0;
  }
  .pv-90 {
    padding: 45px 0;
  }
  .pv-100 {
    padding: 50px 0;
  }
  .pt-10 {
    padding-top: 5px !important;
  }
  .pt-20 {
    padding-top: 10px !important;
  }
  .pt-30 {
    padding-top: 15px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-50 {
    padding-top: 25px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-70 {
    padding-top: 35px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-90 {
    padding-top: 45px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pr-10 {
    padding-right: 5px !important;
  }
  .pr-20 {
    padding-right: 10px !important;
  }
  .pr-30 {
    padding-right: 15px !important;
  }
  .pr-40 {
    padding-right: 20px !important;
  }
  .pr-50 {
    padding-right: 25px !important;
  }
  .pr-60 {
    padding-right: 30px !important;
  }
  .pr-70 {
    padding-right: 35px !important;
  }
  .pr-80 {
    padding-right: 40px !important;
  }
  .pr-90 {
    padding-right: 45px !important;
  }
  .pr-100 {
    padding-right: 50px !important;
  }
  .pb-10 {
    padding-bottom: 5px !important;
  }
  .pb-20 {
    padding-bottom: 10px !important;
  }
  .pb-30 {
    padding-bottom: 15px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-70 {
    padding-bottom: 35px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-90 {
    padding-bottom: 45px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pl-10 {
    padding-left: 5px !important;
  }
  .pl-20 {
    padding-left: 10px !important;
  }
  .pl-30 {
    padding-left: 15px !important;
  }
  .pl-40 {
    padding-left: 20px !important;
  }
  .pl-50 {
    padding-left: 25px !important;
  }
  .pl-60 {
    padding-left: 30px !important;
  }
  .pl-70 {
    padding-left: 35px !important;
  }
  .pl-80 {
    padding-left: 40px !important;
  }
  .pl-90 {
    padding-left: 45px !important;
  }
  .pl-100 {
    padding-left: 50px !important;
  }
  .padding-10 {
    padding: 5px !important;
  }
  .padding-20 {
    padding: 10px !important;
  }
  .padding-30 {
    padding: 15px !important;
  }
  .padding-40 {
    padding: 20px !important;
  }
  .padding-50 {
    padding: 25px !important;
  }
  .padding-60 {
    padding: 30px !important;
  }
  .padding-70 {
    padding: 35px !important;
  }
  .padding-80 {
    padding: 40px !important;
  }
  .padding-90 {
    padding: 45px !important;
  }
  .padding-100 {
    padding: 50px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-nobg {
    background: none !important;
  }
}

img {
  max-width: 100%;
}

.wrap {
  padding: 0;
}

.hero {
  line-height: 0;
}

.lead {
  background-image: url(../images/bg-message.jpg);
  background-repeat: none;
  background-size: cover;
  padding: 40px 0 60px;
}

@media only screen and (max-width: 768px) {
  .lead {
    padding: 20px 0 30px;
  }
}

.lead__message {
  margin-top: 50px;
  padding: 70px 100px;
  background-image: url(../images/bg-message-comment.jpg);
  background-repeat: none;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .lead__message {
    margin-top: 30px;
    padding: 45px 20px 50px;
  }
}

.lead__message::before, .lead__message:after {
  position: absolute;
  width: 560px;
  height: 80px;
  content: "";
  z-index: 10;
}

@media only screen and (max-width: 1025px) {
  .lead__message::before, .lead__message:after {
    width: 280px;
    height: 40px;
  }
}

.lead__message::before {
  left: -45px;
  top: -20px;
  background-size: cover;
  background-position: left top;
  background-image: url(../images/ribbon-top.png);
}

@media only screen and (max-width: 1025px) {
  .lead__message::before {
    left: -8px;
    top: -10px;
  }
}

.lead__message:after {
  right: -45px;
  bottom: -25px;
  background-size: cover;
  background-position: right bottom;
  background-image: url(../images/ribbon-bottom.png);
}

@media only screen and (max-width: 1025px) {
  .lead__message:after {
    right: -8px;
    bottom: -12px;
  }
}

.lead__message__heading {
  border-bottom: solid 3px #e6e6e6;
}

.lead__message__heading__text {
  padding-bottom: 15px;
  color: #C7953C;
  font-weight: bold;
  font-size: 3.9rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lead__message__heading__text {
    font-size: 2.3rem;
  }
}

.lead__message__comment {
  padding-top: 15px;
}

.lead__message__comment__text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .lead__message__comment__text {
    font-size: 1.4rem;
  }
}

.lead__message__comment__name {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 15px;
}

.social {
  display: flex;
}

.social__link {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .social__link {
    margin-right: 10px;
  }
}

.social__img {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .social__img {
    height: 30px;
  }
}

.campaign {
  background-image: url(../images/bg-outline.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .campaign {
    padding: 30px 0;
  }
}

.campaign__heading {
  line-height: 0;
}

.campaign__box {
  background-color: rgba(255, 255, 255, 0.75);
}

.campaign__box hr {
  display: block;
  width: 100%;
  height: 6px;
  background-color: #BC111D;
  border: none;
}

.campaign__box-top {
  display: flex;
  justify-content: space-between;
  padding: 60px 60px 20px;
}

@media only screen and (max-width: 768px) {
  .campaign__box-top {
    flex-flow: column;
    padding: 40px 20px 30px;
  }
}

.campaign__box-bottom {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px 0;
}

@media only screen and (max-width: 768px) {
  .campaign__box-bottom {
    flex-flow: column;
    padding: 30px 20px 0;
  }
}

.campaign__box-left, .campaign__box-right {
  position: relative;
}

.campaign__box__heading {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.campaign__box__heading:before, .campaign__box__heading:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 2px;
  background: #333;
  top: calc(50% - 1px);
}

.campaign__box__heading::before {
  left: 0;
}

.campaign__box__heading::after {
  right: 0;
}

.campaign__box__text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 25px;
}

.campaign__box__text-strong {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .campaign__box__fig {
    text-align: center;
  }
}

.campaign__box__figcaption {
  font-size: 1.3rem;
  line-height: 1.6;
}

.campaign__box__limit {
  padding: 60px 60px;
}

@media only screen and (max-width: 768px) {
  .campaign__box__limit {
    padding: 30px 10px 40px;
  }
}

.campaign-1st, .campaign-2nd {
  position: relative;
}

.campaign-1st:before, .campaign-2nd:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -40px;
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1025px) {
  .campaign-1st:before, .campaign-2nd:before {
    top: -25px;
    left: -5px;
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .campaign-1st:before, .campaign-2nd:before {
    width: 55px;
    height: 55px;
  }
}

.campaign-1st {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .campaign-1st {
    margin-top: 30px;
  }
}

.campaign-1st:before {
  background-image: url(../images/icon-1st.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.campaign-1st__heading-large {
  height: 63px;
}

@media only screen and (max-width: 768px) {
  .campaign-1st__heading-large {
    height: auto;
  }
}

.campaign-1st__heading-small {
  margin-top: 30px;
  height: 146px;
}

@media only screen and (max-width: 768px) {
  .campaign-1st__heading-small {
    height: auto;
  }
}

.campaign-1st__fig-large {
  position: absolute;
  right: -20px;
  top: -20px;
}

@media only screen and (max-width: 768px) {
  .campaign-1st__fig-large {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
  }
}

.campaign-1st__fig-small {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .campaign-1st__fig-small {
    margin-top: 25px;
  }
}

.campaign-1st .campaign__box-left {
  width: 380px;
}

@media only screen and (max-width: 768px) {
  .campaign-1st .campaign__box-left {
    width: auto;
  }
}

.campaign-1st .campaign__box-right {
  width: 455px;
}

@media only screen and (max-width: 768px) {
  .campaign-1st .campaign__box-right {
    width: auto;
  }
}

.campaign-2nd {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .campaign-2nd {
    margin-top: 40px;
  }
}

.campaign-2nd:before {
  background-image: url(../images/icon-2nd.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.campaign-2nd .campaign__box-top {
  flex-flow: column;
  padding-bottom: 15px;
}

.campaign-2nd .campaign__box-left {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .campaign-2nd .campaign__box-left {
    width: 100%;
  }
}

.campaign-2nd .campaign__box-right {
  width: calc(100% - 60% - 20px);
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .campaign-2nd .campaign__box-right {
    width: 100%;
    margin-top: 0;
  }
}

.campaign-2nd .campaign__box-bottom {
  padding: 10px 60px 0;
}

@media only screen and (max-width: 768px) {
  .campaign-2nd .campaign__box-bottom {
    padding: 10px 15px 0;
    flex-flow: column-reverse;
  }
}

.campaign-2nd .register {
  margin-top: 0;
  padding: 15px 0 35px;
}

@media only screen and (max-width: 768px) {
  .campaign-2nd .register {
    padding: 15px 15px 35px;
  }
}

.campaign-2nd__heading__img {
  height: 170px;
}

@media only screen and (max-width: 768px) {
  .campaign-2nd__heading__img {
    height: auto;
  }
}

.campaign-2nd__note {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .campaign-2nd__note {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

.campaign__box__comment {
  padding: 20px 60px 50px;
}

@media only screen and (max-width: 768px) {
  .campaign__box__comment {
    padding: 20px 10px 30px;
  }
}

.campaign__box__comment__heading {
  position: relative;
  border-bottom: 3px solid #333;
  padding: 18px 18px 13px;
  width: 100%;
  background-color: #333;
}

.campaign__box__comment__heading:before, .campaign__box__comment__heading:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  transform: translateX(-50%);
}

.campaign__box__comment__heading:before {
  border: 14px solid transparent;
  border-top: 12px solid #333;
}

.campaign__box__comment__heading:after {
  border: solid 14px transparent;
  border-top: solid 12px transparent;
  margin-top: -5px;
}

.campaign__box__comment__heading__text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.campaign__box__comment__message {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding-top: 28px;
}

@media only screen and (max-width: 768px) {
  .campaign__box__comment__message {
    flex-flow: column-reverse;
  }
}

.campaign__box__comment__message__text {
  font-size: 1.4rem;
  line-height: 1.8;
  width: calc(60% - 30px);
}

@media only screen and (max-width: 768px) {
  .campaign__box__comment__message__text {
    margin-top: 20px;
    width: 100%;
  }
}

.campaign__box__comment__message__fig {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .campaign__box__comment__message__fig {
    width: 100%;
  }
}

.register {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .register {
    margin-top: 30px;
  }
}

.register__text {
  text-align: center;
}

.register__text__img {
  height: 42px;
}

@media only screen and (max-width: 768px) {
  .register__text__img {
    height: auto;
  }
}

.register__btn {
  margin-top: 15px;
  transition: .3s;
}

.register__btn:hover {
  opacity: .9;
}
/*# sourceMappingURL=common.css.map */