@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;700&family=Roboto+Condensed:wght@300;400&family=Roboto:wght@300&display=swap");
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a, button {
  cursor: revert;
}

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

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #343434;
}

.video_sp {
  display: none;
  padding: 1em;
}
.video_sp video {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
}
@media (max-width: 767px) {
  .video_sp video {
    display: block;
  }
}
@media (max-width: 767px) {
  .video_sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.-zommin {
  z-index: 0;
}
.-zommin.is-active {
  -webkit-animation: animationZoom1 5s ease-in-out forwards;
          animation: animationZoom1 5s ease-in-out forwards;
}

@-webkit-keyframes animationZoom1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes animationZoom1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.graph_anim.is-active {
  -webkit-animation: graph_anim 5s ease-in-out forwards;
          animation: graph_anim 5s ease-in-out forwards;
}

@-webkit-keyframes graph_anim {
  0% {
    height: 0;
  }
  50% {
    height: 200px;
  }
  100% {
    height: 106.911px;
  }
}

@keyframes graph_anim {
  0% {
    height: 0;
  }
  50% {
    height: 200px;
  }
  100% {
    height: 106.911px;
  }
}
.graph_arrow.is-active {
  -webkit-animation-name: graph_arrow;
          animation-name: graph_arrow;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: forwards;
          animation-iteration-count: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes graph_arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes graph_arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.graph_count.is-active {
  -webkit-animation-name: graph_count;
          animation-name: graph_count;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: forwards;
          animation-iteration-count: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes graph_count {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes graph_count {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.graph_count.is-active {
  -webkit-animation-name: graph_line;
          animation-name: graph_line;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: forwards;
          animation-iteration-count: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@keyframes graph_count {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.graph_line.is-active {
  -webkit-animation-name: graph_line;
          animation-name: graph_line;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: forwards;
          animation-iteration-count: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes graph_line {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes graph_line {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.inline-link:hover {
  opacity: 0.75;
}

.inline-popup {
  background-color: #fff;
  width: 60%;
  margin: 30px auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 600px;
}
.inline-popup span {
  color: #999;
  padding: 1em 1em 0;
  font-size: 13px;
  display: block;
}
.inline-popup p {
  padding: 1em;
  color: #333;
  font-size: 14px;
}
.inline-popup .mfp-close {
  z-index: 10;
  position: relative;
  font-size: 12px;
  width: auto;
  height: auto;
  padding: 0;
}

#cp_foehn {
  /* 游明朝体 */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #343434;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #cp_foehn {
    font-size: 14px;
  }
}
#cp_foehn .__pc {
  display: block;
}
@media (max-width: 767px) {
  #cp_foehn .__pc {
    display: none;
  }
}
#cp_foehn .__sp {
  display: none;
}
@media (max-width: 767px) {
  #cp_foehn .__sp {
    display: block;
  }
}
#cp_foehn ._kome {
  font-size: 0.6em;
  vertical-align: top;
}
#cp_foehn .makuake {
  background: #282828;
  padding: 3em;
  text-align: center;
}
@media (max-width: 767px) {
  #cp_foehn .makuake {
    padding: 2em;
  }
}
#cp_foehn .makuake img {
  max-width: 935px;
  height: auto;
}
@media (max-width: 767px) {
  #cp_foehn .makuake img {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_review {
  overflow: hidden;
  width: 100%;
}
#cp_foehn .swiper {
  overflow: visible;
}
#cp_foehn .swiper-button-prev, #cp_foehn .swiper-button-next {
  color: #000;
  background: url(img/arrow.png) no-repeat center center;
  background-size: cover;
  width: 64px;
  height: 64px;
}
#cp_foehn .swiper-button-prev:after, #cp_foehn .swiper-button-next:after {
  display: none;
}
#cp_foehn .swiper-button-next {
  right: -32px;
}
#cp_foehn .swiper-button-prev {
  left: -32px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#cp_foehn .cp_foehn_images {
  padding-top: 3em;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images {
    padding-top: 0em;
  }
}
#cp_foehn .cp_foehn_images img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
#cp_foehn .cp_foehn_images .-imgs {
  overflow: hidden;
  width: 756px;
  height: 424px;
}
#cp_foehn .cp_foehn_images .-imgs video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cp_foehn .cp_foehn_images .-imgs img {
  display: none;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images .-imgs {
    width: 100%;
  }
  #cp_foehn .cp_foehn_images .-imgs img {
    display: block;
    width: 100%;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cp_foehn .cp_foehn_images .-imgs video {
    display: none;
  }
}
#cp_foehn .cp_foehn_images .cp_foehn_images1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images .cp_foehn_images1 {
    position: relative;
    margin-bottom: 0;
  }
  #cp_foehn .cp_foehn_images .cp_foehn_images1 .-imgs {
    width: 100%;
    height: 100vw;
  }
}
#cp_foehn .cp_foehn_images .cp_foehn_images1 h2 {
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  color: #343434;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images .cp_foehn_images1 h2 {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1em;
    color: #fff;
  }
}
#cp_foehn .cp_foehn_images .cp_foehn_images2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images .cp_foehn_images2 {
    position: relative;
    margin-bottom: 0;
  }
  #cp_foehn .cp_foehn_images .cp_foehn_images2 .-imgs {
    width: 100%;
    height: 100vw;
  }
}
#cp_foehn .cp_foehn_images .cp_foehn_images2 h2 {
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  color: #343434;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images .cp_foehn_images2 h2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1em;
    color: #fff;
  }
}
#cp_foehn .cp_foehn_images .cp_foehn_images3 {
  position: relative;
  margin-bottom: 2em;
  width: 100%;
  height: 442px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images .cp_foehn_images3 {
    position: relative;
    margin-bottom: 0;
    width: auto;
    height: auto;
    margin: 2em;
  }
  #cp_foehn .cp_foehn_images .cp_foehn_images3 .-imgs2 img {
    width: 100%;
    height: 70vw;
  }
  #cp_foehn .cp_foehn_images .cp_foehn_images3 .-imgs2 {
    width: 100%;
    height: 70vw;
  }
}
#cp_foehn .cp_foehn_images .cp_foehn_images3 h2 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images .cp_foehn_images3 h2 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    width: 100%;
    height: 70vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
    color: #fff;
    margin: 0;
  }
}
#cp_foehn .cp_foehn_images4 {
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images4 {
    width: 100%;
    height: 100vw;
  }
}
#cp_foehn .cp_foehn_images4 h3 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images4 h3 {
    font-size: 20px;
  }
}
#cp_foehn .cp_foehn_images4 img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_images4 img {
    width: 100%;
    height: 100vw;
  }
}
#cp_foehn .cp_foehn_review {
  background: #EAEAEA;
  padding: 4em;
}
#cp_foehn .cp_foehn_review h2 {
  margin-bottom: 0;
}
#cp_foehn .cp_foehn_review h2 strong {
  color: #343434;
}
#cp_foehn .cp_foehn_review p {
  padding-top: 1em;
  text-align: center;
  padding-bottom: 2em;
}
#cp_foehn .swiper_review_item {
  padding: 1em;
  background: #fff;
}
#cp_foehn .swiper_review_item p {
  padding: 0;
  text-align: left;
  font-size: 14px;
  height: 7.5em;
  line-height: 1.5;
  overflow: hidden;
}
#cp_foehn .fixed-content {
  position: fixed;
  bottom: 1em;
  left: 0;
  width: 100%;
  padding: 1em;
  z-index: 300;
  background: rgba(234, 234, 234, 0.8);
}
#cp_foehn .fixed-content ._width {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  #cp_foehn .fixed-content ._width {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cp_foehn .fixed-content ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#cp_foehn .fixed-content ul li {
  padding: 0 2em;
}
@media (max-width: 767px) {
  #cp_foehn .fixed-content ul {
    display: none;
  }
}
#cp_foehn .fixed-content .-action {
  padding-left: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .fixed-content .-action {
    padding-left: 0em;
  }
}
#cp_foehn .fixed-content .-action a {
  display: inline-block;
  background: #E73724;
  color: #fff;
  border-radius: 4px;
  padding: 1em 2em;
  font-size: 13px;
  min-width: 165px;
  text-align: center;
}
#cp_foehn h2 {
  text-transform: none;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 4vw;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  #cp_foehn h2 {
    margin-bottom: 10vw;
  }
}
#cp_foehn h2 img {
  margin-bottom: 1em;
}
#cp_foehn h2 strong {
  font-family: "Cormorant", serif;
  font-weight: Light;
  font-size: 40px;
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  #cp_foehn h2 strong {
    font-size: 30px;
  }
}
#cp_foehn h2 span {
  font-size: 20px;
  display: block;
}
@media (max-width: 767px) {
  #cp_foehn h2 span {
    font-size: 15px;
  }
}
#cp_foehn .cp_foehn_visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
#cp_foehn .cp_foehn_visual .-logo {
  position: absolute;
  left: 5vw;
  top: 5vw;
  z-index: 150;
}
#cp_foehn .cp_foehn_visual .fixed-action {
  position: absolute;
  right: 10vw;
  bottom: 5vw;
  z-index: 150;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .fixed-action {
    position: fixed;
    bottom: 1.5em;
    right: 1em;
    z-index: 250;
  }
}
#cp_foehn .cp_foehn_visual .fixed-action a {
  background: #E73724;
  color: #fff;
  border-radius: 4px;
  padding: 1em 2em;
  font-size: 13px;
  min-width: 165px;
  height: 54px;
}
#cp_foehn .cp_foehn_visual .cp_foehn_width_kome {
  position: absolute;
  right: 5vw;
  bottom: 5vw;
  color: #fff;
  font-size: 10px;
  z-index: 100;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width_kome {
    width: 100%;
    text-align: center;
    right: 0vw;
    bottom: 5vw;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 5vw;
  color: #fff;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width {
    bottom: auto;
    bottom: 5vw;
    left: 0vw;
    padding: 10vw 5vw 0;
    height: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width h1 {
  text-align: right;
  font-size: 40px;
  line-height: 1.8;
  padding-bottom: 10vw;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width h1 {
    font-size: 25px;
    text-align: left;
    padding-bottom: 0vw;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width h1 img {
  max-width: 350px;
  height: auto;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width h1 img {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width h1 img {
    width: 70%;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-video {
  position: absolute;
  right: 5vw;
  bottom: 5vw;
  width: 150px;
  z-index: 200;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width .-video {
    display: none;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-video a {
  display: block;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-video a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-video img {
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-name {
  color: #fff;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width .-name {
    text-align: right;
    width: 100%;
    padding: 1em;
    z-index: 250;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-name span {
  display: block;
  font-size: 18px;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width .-name span {
    display: none;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-name h2 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 38px;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width .-name h2 {
    font-size: 19px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-name h2 span {
  font-weight: normal;
  font-size: 15px;
  position: relative;
  top: -3px;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width .-name h2 span {
    font-size: 12px;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_width .-name p {
  padding-top: 1em;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_width .-name p {
    font-size: 12px;
    padding-top: 0.25em;
  }
}
#cp_foehn .cp_foehn_visual .cp_foehn_visual_pc {
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_visual .cp_foehn_visual_pc video {
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_visual .cp_foehn_visual_sp {
  display: none;
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_visual .cp_foehn_visual_sp {
    display: block;
  }
}
#cp_foehn .cp_foehn_info {
  text-align: center;
  padding-top: 2.5vw;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_info {
    padding-top: 0em;
  }
}
#cp_foehn .cp_foehn_info .yoyaku {
  background: #BD8F59;
  text-align: center;
  padding: 2em;
  width: 80%;
  margin: 0 auto 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_info .yoyaku {
    width: 90%;
    padding: 0;
  }
}
#cp_foehn .cp_foehn_info .yoyaku img {
  max-width: 450px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_info .yoyaku img {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_info .-name {
  margin-bottom: 1em;
  padding-top: 1em;
}
#cp_foehn .cp_foehn_info .-name h2 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: underline;
}
#cp_foehn .cp_foehn_info .-name h2 span {
  font-weight: normal;
  font-size: 15px;
  position: relative;
  top: -3px;
  padding-left: 0.5em;
}
#cp_foehn .cp_foehn_info .-name p {
  font-size: 14px;
}
#cp_foehn .cp_foehn_info .-product {
  max-width: 180px;
  height: auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_info .-product {
    max-width: 150px;
  }
}
#cp_foehn .cp_foehn_info .-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-bottom: 1.5em;
}
#cp_foehn .cp_foehn_info .-price strong {
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: Light;
}
#cp_foehn .cp_foehn_info .-price span {
  position: relative;
  top: -3px;
  font-size: 12px;
}
#cp_foehn .cp_foehn_info .-action a {
  display: inline-block;
  background: #E73724;
  color: #fff;
  border-radius: 4px;
  padding: 1em 2em;
  font-size: 13px;
  min-width: 165px;
}
#cp_foehn .cp_foehn_info .-action span {
  display: block;
  font-size: 12px;
  color: #343434;
}
#cp_foehn .cp_foehn_info .-gooddesign {
  padding-top: 3em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_info .-gooddesign {
    margin-bottom: 0em;
    padding: 2em;
    padding-bottom: 0;
  }
}
#cp_foehn .cp_foehn_info .-gooddesign img {
  max-width: 755px;
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_photo {
  padding: 3em 0;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_photo {
    padding: 1em 0;
  }
}
#cp_foehn .cp_foehn_photo .cp_foehn_photo_title {
  text-align: center;
  padding: 2em;
}
#cp_foehn .cp_foehn_photo .cp_foehn_photo_title img {
  max-width: 180px;
  height: auto;
}
#cp_foehn .cp_foehn_photo .cp_foehn_photo_title p {
  font-size: 10px;
  color: #0199FE;
}
#cp_foehn .cp_foehn_feature_main {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_main {
    height: 556px;
  }
}
#cp_foehn .cp_foehn_feature_main .cp_foehn_feature_main_text {
  max-width: 900px;
  margin: 0 auto;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 10;
  padding: 10vw 5vw 2vw 5vw;
  padding-top: 15%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_main .cp_foehn_feature_main_text {
    height: 556px;
    padding: 15vw 5vw 5vw 5vw;
    text-align: center;
  }
}
#cp_foehn .cp_foehn_feature_main .cp_foehn_feature_main_text h3 {
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #343434;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_main .cp_foehn_feature_main_text h3 {
    font-size: 23px;
  }
}
#cp_foehn .cp_foehn_feature_main .cp_foehn_feature_main_text h3 sup {
  vertical-align: super;
  font-size: 0.6em;
}
#cp_foehn .cp_foehn_feature_main .cp_foehn_feature_main_text p {
  color: #fff;
  font-size: 11px;
}
#cp_foehn .cp_foehn_feature_main img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_main img {
    height: 556px;
  }
}
#cp_foehn #keyvisual {
  background-image: url(img/section_1_pc.jpg);
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}
@media (max-width: 767px) {
  #cp_foehn #keyvisual {
    height: auto;
    background-size: 100%;
    background: none;
  }
}
#cp_foehn .cp_foehn_function {
  background: #343434;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_function {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3em 0;
  }
}
#cp_foehn .cp_foehn_function .-text {
  max-width: 500px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_function .-text {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_function .-text h2 {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-family: "Cormorant", serif;
  font-weight: Light;
  text-transform: uppercase;
  font-size: 33px;
}
#cp_foehn .cp_foehn_function .-text h3 {
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 1em 0;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_function .-text h3 {
    font-size: 20px;
  }
}
#cp_foehn .cp_foehn_function .-text p {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_function .-text p {
    font-size: 13px;
  }
}
#cp_foehn .cp_foehn_function .-img {
  max-width: 500px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_function .-img {
    width: 100%;
    padding: 0 2em;
  }
}
#cp_foehn .cp_foehn_feature_title {
  position: relative;
  margin-bottom: 0;
}
#cp_foehn .cp_foehn_feature_title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_title img {
    height: 390px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#cp_foehn .cp_foehn_feature_title .cp_foehn_feature_title_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding: 4em;
  padding-top: 1.5em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_title .cp_foehn_feature_title_text {
    padding: 2em;
  }
}
#cp_foehn .cp_foehn_feature_title .cp_foehn_feature_title_text h2 {
  font-family: "Cormorant", serif;
  font-weight: Light;
  font-size: 42px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_title .cp_foehn_feature_title_text h2 {
    font-size: 24px;
  }
}
#cp_foehn .cp_foehn_feature_title .cp_foehn_feature_title_text p {
  padding-top: 0em;
  font-size: 21px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_title .cp_foehn_feature_title_text p {
    font-size: 16px;
    padding-top: 0.5em;
  }
}
#cp_foehn .cp_foehn_feature_top {
  background: #fff;
  padding: 5vw;
  padding-bottom: 1vw;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top {
    padding: 4em 1em 2em;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item {
  width: 32%;
  background: #fff;
  margin-bottom: 4%;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item {
    width: 100%;
    border-bottom: none;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a {
  display: block;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a img {
    width: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_text {
  text-align: center;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_text {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5em;
    padding-right: 0;
    border-bottom: 1px solid #000;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title {
  text-align: center;
  width: 100%;
  padding-bottom: 0.5em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title {
    padding-left: 0em;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title span {
  display: block;
  font-size: 21px;
  line-height: 1.2;
  background: #E73724;
  color: #fff;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title span {
    font-size: 15px;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title strong {
  display: block;
  font-size: 18px;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-top: 0.3em;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title strong {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title strong {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_title strong {
    font-size: 13px;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_count {
  display: inline-block;
  border-bottom: 1px solid #707070;
  color: #525252;
  line-height: 1;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_count {
    margin-bottom: 8px;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_count span {
  font-size: 19px;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_count span {
    font-size: 15px;
    padding-bottom: 0em;
    padding-top: 0.5em;
  }
}
#cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_count strong {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: Light;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature_top .cp_foehn_feature_anchor .cp_foehn_feature_anchor_item a .cp_foehn_feature_anchor_count strong {
    font-size: 25px;
    padding-top: 0.5em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head {
  position: relative;
  margin-bottom: 2em;
  height: 600px;
  width: 100%;
  overflow: hidden;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head.-bottom0 {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head {
    margin-bottom: 0;
    height: auto;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head .cp_foehn_feature_head_text {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5vw;
  padding-top: 2.5vw;
  width: 100%;
  text-align: center;
  z-index: 100;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head .cp_foehn_feature_head_text ._pc_bk {
  color: #343434;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head .cp_foehn_feature_head_text {
    position: static;
  }
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head .cp_foehn_feature_head_text ._sp_bk {
    color: #343434;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head .-count {
  display: block;
  line-height: 1;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head .-count strong {
  display: block;
  color: #E73724;
  font-size: 70px;
  font-family: "Cormorant", serif;
  font-weight: Light;
  letter-spacing: 3.5px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head .-count strong {
    color: #E73724;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head .-count span {
  display: block;
  color: #E73724;
  font-family: "Cormorant", serif;
  font-weight: Light;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head .-count span {
    color: #E73724;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head p {
  display: inline-block;
  background: #0199FE;
  color: #fff;
  width: 320px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 0.25em 1em;
  text-align: center;
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head p {
    width: auto;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head h2 {
  font-size: 32px;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 0.5em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head h2 {
    font-size: 25px;
    margin-bottom: 0.52em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head video {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head video {
    height: 260px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_head img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_head img {
    height: 260px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black {
  background: #343434;
  padding: 4em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_black {
    padding: 2em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black h3 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black h3 span {
  font-family: "Cormorant", serif;
  font-weight: Light;
  color: #E73724;
  font-size: 20px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_black h3 span {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black h3 strong {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_black h3 strong {
    font-size: 20px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black p {
  padding-top: 1em;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov div {
  padding: 1em;
  width: 45%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov div {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  gap: 2rem;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov2 {
    padding: 0;
    padding-top: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov2 div {
  width: 45%;
  background: #000;
  position: relative;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov2 div ._hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_black .cp_foehn_feature_black_mov2 div {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout {
  max-width: 1200px;
  margin: 0 auto 2em;
  background: #F0F0F0;
  padding: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout {
    margin: 2em;
    padding: 1em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout.-bk {
  background: none;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout.-bk {
    padding: 0;
    padding-bottom: 2em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_center {
  text-align: center;
  width: 100%;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_center .cp_foehn_feature_layout_title {
  padding-bottom: 2em;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_center h3 {
  padding: 0.75em 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 1.25px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_center h3 {
    font-size: 20px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_center p {
  font-size: 14px;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_center p.-white {
  color: #fff;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_center p {
    text-align: left;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg.-bottom0 {
  margin-bottom: 0;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg img {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg img {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title {
  padding: 0 2em;
  /* 游明朝体 */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title {
    padding: 0em;
    text-align: center;
  }
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title img {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title span {
  display: inline-block;
  background: #0199FE;
  font-size: 16px;
  color: #fff;
  padding: 0.25em 2em;
  line-height: 1;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title h3 {
  padding: 0.75em 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 1.25px;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title h3 {
    font-size: 20px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title p {
  font-size: 14px;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title p.-white {
  color: #fff;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_leftimg .cp_foehn_feature_layout_title p {
    text-align: left;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg img {
  width: 50%;
  height: auto;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg .cp_foehn_feature_layout_title {
  padding: 2em;
  /* 游明朝体 */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 50%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg .cp_foehn_feature_layout_title {
    padding: 0em;
    text-align: center;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg .cp_foehn_feature_layout_title span {
  display: inline-block;
  background: #0199FE;
  font-size: 16px;
  color: #fff;
  padding: 0.25em 2em;
  line-height: 1;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg .cp_foehn_feature_layout_title h3 {
  padding: 0.75em 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 1.25px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg .cp_foehn_feature_layout_title h3 {
    font-size: 20px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg .cp_foehn_feature_layout_title p {
  font-size: 14px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_rightimg .cp_foehn_feature_layout_title img {
    width: 100%;
    height: auto;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img4col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img4col div {
  width: 24%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img4col div {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img4col h4 {
  font-size: 18px;
  font-weight: bold;
  color: #343434;
  text-align: center;
  padding: 0.5em;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img4col p {
  font-size: 14px;
  color: #343434;
  text-align: center;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img4col img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img3col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img3col div {
  width: 32%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img3col div {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img3col h4 {
  font-size: 18px;
  font-weight: bold;
  color: #343434;
  text-align: center;
  padding: 0.5em;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img3col p {
  font-size: 14px;
  color: #343434;
  text-align: center;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img3col img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col sup {
  vertical-align: super;
  font-size: 0.6em;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col div {
  width: 50%;
  padding: 0em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col div {
    width: 100%;
    padding: 0;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col h4 {
  padding-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col h4 {
    padding-bottom: 0.25em;
    padding-top: 1.25em;
    font-size: 20px;
    line-height: 1.5;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout .cp_foehn_feature_layout_img2col p {
  font-size: 14px;
  padding-top: 1.5em;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2banner {
  max-width: 1200px;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2banner .cp_foehn_feature_layout2 {
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2banner .cp_foehn_feature_layout2 {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2banner .cp_foehn_feature_layout2 img {
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2banner .cp_foehn_feature_layout2 svg {
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover {
  max-width: 1200px;
  margin: 0 auto 2em;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover {
    background: #F0F0F0;
    margin: 1em 2em 1em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover img {
  vertical-align: bottom;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_rightimg {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  padding-left: 50%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_rightimg {
    position: relative;
    padding: 1em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover video {
  width: 100%;
  height: auto;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .-mov {
  position: relative;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .-mov img {
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .hover1 {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 100%;
  height: auto;
  z-index: 10;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .hover1 {
    bottom: 20px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .hover2 {
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title {
  padding: 5vw;
  /* 游明朝体 */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title {
    padding: 0em;
    text-align: center;
    padding-bottom: 1.5em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title span {
  display: inline-block;
  background: #0199FE;
  font-size: 16px;
  color: #fff;
  padding: 0.25em 2em;
  line-height: 1;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title span {
    color: #fff;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title span {
    color: #fff;
    font-size: 14px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title h3 {
  padding: 0.75em 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 1.25px;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title h3 {
    font-size: 20px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title h3 {
    font-size: 20px;
    color: #343434;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title p {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title p {
    font-size: 13px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title p {
    color: #343434;
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_hover .cp_foehn_feature_layout_title img {
    width: 100%;
    height: auto;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 {
  max-width: 1200px;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 {
  background: #F0F0F0;
  padding: 2em;
  text-align: center;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 img {
  margin: 0 auto;
  height: auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 img {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 p {
  text-align: center;
  font-size: 14px;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph {
  position: relative;
  width: 100%;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph .graph_arrow, #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph .graph_line, #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph .graph_svg, #cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph .graph_count {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph .graph_arrow {
  z-index: 15;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph .graph_line {
  z-index: 10;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph .graph_svg {
  z-index: 5;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_layout_col2 .cp_foehn_feature_layout2 .graph .graph_count {
  z-index: 20;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vw;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item img {
  width: 53%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_item img {
    width: 95%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div {
  width: 47%;
  padding-left: 5%;
  padding-right: 5vw;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_item div {
    width: 100%;
    padding: 2em;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div h3 {
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.5;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_item div h3 {
    font-size: 5.5vw;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div p {
  font-size: 14px;
  line-height: 1.8;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div p.-min {
  font-size: 12px;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div .img {
  padding: 0;
  margin: 0;
  padding-top: 1.5em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_item div .img {
    width: 50%;
    margin: 0 auto;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div .img img {
  width: 240px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_item div .img img {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div ul {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_item div ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div ul li {
  width: 45%;
  padding-right: 1.5em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_item div ul li {
    width: 50%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div ul li img {
  width: 100%;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_item div ul li p {
  padding-top: 0.5em;
  font-size: 14px;
  line-height: 1.4;
}
#cp_foehn .cp_foehn_feature .f_read {
  padding: 0 5vw;
  max-width: 1166px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .f_read {
    padding: 0;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5vw;
  text-align: center;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_ul {
    padding: 2em;
    font-size: 13px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_ul li {
  width: 48%;
  margin-bottom: 4%;
  padding-bottom: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_ul li {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_ul li h4 {
  font-size: 25px;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  padding-bottom: 0.5em;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_ul li p {
  font-size: 15px;
  /* 游明朝体 */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_ul li p {
    font-size: 13px;
  }
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_ul li img {
  margin-bottom: 1em;
}
#cp_foehn .cp_foehn_feature .cp_foehn_feature_box {
  padding: 0 5vw 5vw;
  font-size: 15px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_feature .cp_foehn_feature_box {
    padding: 2em 0;
    font-size: 13px;
  }
}
#cp_foehn .cp_foehn_footvisual {
  width: 100%;
  height: 630px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_footvisual {
    height: 90vw;
  }
}
#cp_foehn .cp_foehn_footvisual h2 {
  position: absolute;
  padding: 1em 5vw;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  z-index: 10;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_footvisual h2 {
    font-size: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cp_foehn .cp_foehn_footvisual .cp_foehn_footvisual_width {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 10;
  padding: 5vw 5vw 2vw 5vw;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_footvisual .cp_foehn_footvisual_width {
    padding: 5vw 5vw 5vw 5vw;
    text-align: center;
  }
}
#cp_foehn .cp_foehn_footvisual .cp_foehn_footvisual_width h3 {
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}
#cp_foehn .cp_foehn_footvisual .cp_foehn_footvisual_width h3 sup {
  vertical-align: super;
  font-size: 0.6em;
}
#cp_foehn .cp_foehn_footvisual .cp_foehn_footvisual_width p {
  color: #fff;
  font-size: 11px;
}
#cp_foehn .cp_foehn_footvisual img {
  vertical-align: bottom;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cp_foehn .cp_foehn_img {
  max-width: 1200px;
  margin: 3em auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_img {
    padding: 0 2em;
  }
  #cp_foehn .cp_foehn_img.padding0 {
    padding: 0;
  }
}
#cp_foehn .cp_foehn_img .cp_foehn_img1 {
  height: 470px;
  width: 70%;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_img .cp_foehn_img1 {
    width: 94%;
    height: 70vw;
  }
}
#cp_foehn .cp_foehn_img h3 {
  margin: 0;
  line-height: 1;
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #343434;
  font-size: 37px;
  padding: 1em 0;
  padding-bottom: 1.5em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_img h3 {
    padding: 1em;
    font-size: 22px;
    text-align: center;
  }
}
#cp_foehn .cp_foehn_img .cp_foehn_img2 {
  height: 470px;
  width: 70%;
  margin-left: 30%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_img .cp_foehn_img2 {
    margin-left: 6%;
    width: 94%;
    height: 70vw;
  }
}
#cp_foehn .cp_foehn_spec {
  background: #EAEAEA;
  padding: 5vw;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_spec {
    padding: 2em;
    font-size: 13px;
    padding-bottom: 150px;
  }
}
#cp_foehn .cp_foehn_spec .cp_foehn_spec_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
}
#cp_foehn .cp_foehn_spec .cp_foehn_spec_col2 .cp_foehn_spec_col2_item {
  width: 80%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_spec .cp_foehn_spec_col2 .cp_foehn_spec_col2_item {
    width: 100%;
    margin-bottom: 3em;
  }
}
#cp_foehn .cp_foehn_spec h3 {
  font-size: 26px;
  text-align: center;
  text-decoration: underline;
  padding: 0.5em;
}
#cp_foehn .cp_foehn_spec p {
  text-align: left;
  padding: 1em 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_spec p {
    font-size: 11px;
  }
}
#cp_foehn .cp_foehn_spec dl {
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
#cp_foehn .cp_foehn_spec dl dt {
  width: 25%;
  border-bottom: 1px solid #707070;
  padding: 1.5em 0;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_spec dl dt {
    width: 100%;
    padding-top: 1em;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#cp_foehn .cp_foehn_spec dl dd {
  width: 75%;
  border-bottom: 1px solid #707070;
  padding: 1.5em 0;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_spec dl dd {
    width: 100%;
    padding-bottom: 1em;
    padding-top: 0;
  }
}
#cp_foehn .cp_foehn_design {
  width: 100%;
  padding: 5vw;
  background: url(img/bg.jpg) no-repeat center top;
  background-size: cover;
}
#cp_foehn .cp_foehn_design h2 {
  /* 游明朝体 */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #343434;
  font-size: 32px;
  margin-bottom: 5vw;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_design h2 {
    font-size: 22px;
    padding-top: 1.5em;
  }
}
#cp_foehn .cp_foehn_design ul {
  max-width: 1200px;
  margin: 0 auto 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_design ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0em;
    gap: 0.5em;
    margin-bottom: 1em;
  }
}
#cp_foehn .cp_foehn_design ul li {
  width: calc(50% - 1em);
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_design ul li {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_design ul li img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#cp_foehn .cp_foehn_design .cp_foehn_design_box {
  background: #343434;
  max-width: 1200px;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_design .cp_foehn_design_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em;
    gap: 0.5em;
  }
}
#cp_foehn .cp_foehn_design .cp_foehn_design_box img {
  width: 50%;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_design .cp_foehn_design_box img {
    width: 100%;
  }
}
#cp_foehn .cp_foehn_design .cp_foehn_design_box div {
  width: 50%;
  padding: 1em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_design .cp_foehn_design_box div {
    width: 100%;
    padding: 1em 0;
  }
}
#cp_foehn .cp_foehn_design .cp_foehn_design_box div h3 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #cp_foehn .cp_foehn_design .cp_foehn_design_box div h3 {
    margin: 0;
  }
}
#cp_foehn .cp_foehn_design .cp_foehn_design_box div p {
  color: #fff;
  font-size: 14px;
}