@charset "UTF-8";
/* Magnific Popup CSS */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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;
}

/* Main image in popup */
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;
}

/* The shadow behind the image */
.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

html {
  width: auto;
}

.LP-none {
  display: none !important;
}

@media (max-width: 768px) {
  #LP .LP-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  #LP .LP-sp {
    display: none;
  }
}

#LP .LP-kv img {
  width: 100%;
  height: auto;
}

#LP .LP-kv figure,
#LP .LP-kv .LP-bg {
  background-repeat: no-repea;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 769px) {
  #LP .LP-kv figure {
    padding-top: 600px;
    background-image: url("/content/dam/diners/img/cm/youruniverse/kv_img_01_pc.jpg");
  }
  #LP .LP-kv .LP-bg {
    background-image: url("/content/dam/diners/img/cm/youruniverse/kv_img_02_pc.jpg");
  }
  #LP .LP-kv .LP-bg p {
    margin: 0 auto;
    width: 523px;
    height: 319px;
    background: url("/content/dam/diners/img/cm/youruniverse/kv_txt_01_pc.png") no-repeat;
  }
  #LP .LP-kv .LP-bg p + p {
    height: 191px;
    background-image: url("/content/dam/diners/img/cm/youruniverse/kv_txt_02_pc.png");
  }
  #LP .LP-kv .LP-bg img {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1388px) {
  #LP .LP-kv figure {
    padding-top: 43% !important;
  }
}

@media (max-width: 768px) {
  #LP .LP-kv figure {
    padding-top: 142.13333%;
    background-image: url("/content/dam/diners/img/cm/youruniverse/kv_img_01_sp.jpg");
  }
  #LP .LP-kv .LP-bg {
    background-image: url("/content/dam/diners/img/cm/youruniverse/kv_img_02_sp.jpg");
  }
}

#LP .LP-tvcm h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

#LP .LP-tvcm .LP-mov {
  position: relative;
  padding-top: 56.25%;
}

#LP .LP-tvcm .LP-mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#LP .LP-tvcm .LP-btn {
  border: solid #231815;
  border-width: 1px 0;
  overflow: hidden;
}

#LP .LP-tvcm .LP-btn li {
  float: left;
  width: 50%;
  text-align: center;
}

#LP .LP-tvcm .LP-btn li ~ li {
  border-left: 1px solid #231815;
}

#LP .LP-tvcm .LP-btn li a {
  display: block;
  text-decoration: none;
  line-height: 1;
  color: #231815;
}

#LP .LP-tvcm .LP-btn li a::before {
  display: inline-block;
  margin-right: 0.5em;
  outline: 1px solid #231815;
  border: 2px solid #fff;
  width: 1em;
  height: 1em;
  background: #fff;
  vertical-align: -0.1em;
  content: "";
}

#LP .LP-tvcm .LP-btn li a span {
  font-size: 80%;
}

#LP .LP-tvcm .LP-btn li.is-active a {
  background: #eaf6fd;
  color: #0065ac;
}

#LP .LP-tvcm .LP-btn li.is-active a::before {
  outline: 1px solid #0065ac;
  border: 2px solid #eaf6fd;
  background: #0065ac;
}

#LP .LP-tvcm p {
  text-align: right;
  line-height: 1;
}

#LP .LP-tvcm p a {
  text-decoration: underline;
  color: #00a0e9;
}

@media (min-width: 769px) {
  #LP .LP-tvcm .LP-inner {
    margin: 0 auto;
    width: 710px;
  }
  #LP .LP-tvcm h1 {
    padding: 40px 0 20px;
    text-align: center;
    font-size: 26px;
  }
  #LP .LP-tvcm .LP-btn {
    margin-top: 18px;
    padding: 5px 0;
  }
  #LP .LP-tvcm .LP-btn li {
    padding: 0 8px;
  }
  #LP .LP-tvcm .LP-btn li a {
    padding: 10px;
    font-size: 20px;
  }
  #LP .LP-tvcm p {
    margin-top: 18px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #LP .LP-tvcm .LP-inner {
    padding: 0 25px;
  }
  #LP .LP-tvcm h1 {
    padding: 40px 0 12px;
    font-size: 20px;
  }
  #LP .LP-tvcm .LP-btn {
    margin-top: 13px;
    padding: 4px 0;
  }
  #LP .LP-tvcm .LP-btn li {
    padding: 0 7px;
  }
  #LP .LP-tvcm .LP-btn li a {
    padding: 8px;
    font-size: 16px;
  }
  #LP .LP-tvcm p {
    margin-top: 13px;
    font-size: 14px;
  }
}

.LP-modal.mfp-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.LP-modal.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.LP-modal.mfp-bg.mfp-removing {
  opacity: 0;
}

.LP-modal.mfp-wrap {
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.LP-modal.mfp-wrap.mfp-ready {
  opacity: 1;
}

.LP-modal.mfp-wrap.mfp-removing {
  opacity: 0;
}

.LP-modal .mfp-container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.LP-modal .mfp-content {
  height: 80%;
  background: #fff;
}

.LP-modal .mfp-close {
  top: auto;
  bottom: 100%;
  font-size: 40px;
  color: #fff;
  opacity: 1;
}

.LP-modal #LP-modal {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.LP-modal .LP-inner {
  text-align: center;
}

.LP-modal .LP-inner dt {
  font-weight: bold;
}

.LP-modal .LP-inner dd dl {
  margin-top: 2em;
}

.LP-modal .LP-inner dd dt {
  margin-top: 1em;
}

@media (min-width: 769px) {
  .LP-modal .mfp-content {
    max-width: 600px;
  }
  .LP-modal .LP-inner {
    padding: 40px;
  }
  .LP-modal .LP-inner dt {
    font-size: 20px;
  }
  .LP-modal .LP-inner dd {
    font-size: 13px;
  }
  .LP-modal .LP-inner dd dt {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .LP-modal .LP-inner {
    padding: 22px;
  }
  .LP-modal .LP-inner dt {
    font-size: 18px;
  }
  .LP-modal .LP-inner dd {
    font-size: 13px;
  }
  .LP-modal .LP-inner dd dt {
    font-size: 15px;
  }
}

#LP .LP-cast img {
  width: 100%;
  height: auto;
}

#LP .LP-cast .LP-inner > ul h3 a {
  display: block;
  background-color: #f0eeed;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #231815;
}

#LP .LP-cast .LP-inner > ul h3 span {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#LP .LP-cast .LP-inner > ul > li:nth-child(1) h3 a {
  background-image: url("/content/dam/diners/img/cm/youruniverse/cast_img_01.jpg");
}

#LP .LP-cast .LP-inner > ul > li:nth-child(2) h3 a {
  background-image: url("/content/dam/diners/img/cm/youruniverse/cast_img_02.jpg");
}

#LP .LP-cast .LP-inner > ul > li:nth-child(3) h3 a {
  background-image: url("/content/dam/diners/img/cm/youruniverse/cast_img_03.jpg");
}

#LP .LP-cast .LP-inner > ul > li:nth-child(4) h3 a {
  background-image: url("/content/dam/diners/img/cm/youruniverse/cast_img_04.jpg");
}

#LP .LP-cast .LP-inner > ul .LP-mask {
  display: none;
}

#LP .LP-cast h2 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

#LP .LP-cast .LP-mov {
  margin: 0 auto;
}

#LP .LP-cast .LP-mov div {
  position: relative;
  padding-top: 56.25%;
}

#LP .LP-cast .LP-mov div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#LP .LP-cast .LP-mov p {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

#LP .LP-cast .LP-mov p.LP-block {
  display: table;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#LP .LP-cast .LP-prof dt {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}

#LP .LP-cast .LP-prof dt span {
  font-weight: bold;
}

#LP .LP-cast .LP-txt {
  border-top: 1px solid #231815;
}

#LP .LP-cast .LP-box {
  background: #eeefef;
}

@media (min-width: 769px) {
  #LP .LP-cast .LP-inner {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1128px;
  }
  #LP .LP-cast .LP-inner > ul {
    position: relative;
    padding: 70px 90px 35px;
    border: 8px solid #f0eeed;
  }
  #LP .LP-cast .LP-inner > ul h3 {
    position: absolute;
    bottom: calc(100% + 8px);
    margin-left: -8px;
    width: calc(25% + 4px);
  }
  #LP .LP-cast .LP-inner > ul h3 a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 33%;
    background-size: 28%;
    font-size: 12px;
  }
  #LP .LP-cast .LP-inner > ul h3 span {
    font-size: 24px;
  }
  #LP .LP-cast .LP-inner > ul .is-active h3 {
    bottom: 100%;
  }
  #LP .LP-cast .LP-inner > ul .is-active h3 a {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 14px;
  }
  #LP .LP-cast .LP-inner > ul .is-active h3 span {
    font-size: 26px;
  }
  #LP .LP-cast .LP-inner > ul > li:nth-child(1) h3 {
    left: 0;
  }
  #LP .LP-cast .LP-inner > ul > li:nth-child(2) h3 {
    left: calc(25% + 4px);
  }
  #LP .LP-cast .LP-inner > ul > li:nth-child(3) h3 {
    left: calc(50% + 8px);
  }
  #LP .LP-cast .LP-inner > ul > li:nth-child(4) h3 {
    left: calc(75% + 12px);
  }
  #LP .LP-cast .LP-inner > ul > li ~ li h3 {
    border-left: 2px solid #fff;
  }
  #LP .LP-cast h2 {
    padding: 150px 0 110px;
    text-align: center;
    font-size: 26px;
  }
  #LP .LP-cast .LP-mov {
    width: 560px;
  }
  #LP .LP-cast .LP-mov p {
    margin-top: 7px;
    font-size: 24px;
    line-height: 1.4;
  }
  #LP .LP-cast .LP-mov p.LP-block span {
    font-size: 18px;
  }
  #LP .LP-cast .LP-prof {
    position: relative;
    margin-top: 65px;
    padding-left: 175px;
    min-height: 240px;
  }
  #LP .LP-cast .LP-prof dt {
    font-size: 17px;
  }
  #LP .LP-cast .LP-prof dt span {
    font-size: 24px;
  }
  #LP .LP-cast .LP-prof dd {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.85;
  }
  #LP .LP-cast .LP-prof figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
  }
  #LP .LP-cast .LP-txt {
    margin-top: 30px;
    padding-top: 25px;
    font-size: 20px;
    line-height: 1.85;
  }
  #LP .LP-cast .LP-box {
    margin: 45px 0 50px;
    padding: 20px 25px;
    font-size: 20px;
    line-height: 1.85;
  }
}

@media (max-width: 768px) {
  #LP .LP-cast .LP-inner > ul h3 a {
    position: relative;
    padding: 11.5px 0 11.5px 21.5%;
    background-size: 16%;
    font-size: 12px;
  }
  #LP .LP-cast .LP-inner > ul h3 a::after {
    position: absolute;
    top: 50%;
    right: 23px;
    border: 1px solid #231815;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 12px;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "＋";
  }
  #LP .LP-cast .LP-inner > ul h3 span {
    font-size: 24px;
  }
  #LP .LP-cast .LP-inner > ul .LP-mask {
    padding: 24px 12px;
    border: solid #f0eeed;
    border-width: 0 2px 2px;
  }
  #LP .LP-cast .LP-inner > ul .is-active h3 a::after {
    content: "－";
  }
  #LP .LP-cast .LP-inner > ul > li ~ li {
    margin-top: 2px;
  }
  #LP .LP-cast h2 {
    padding: 50px 25px 12px;
    font-size: 20px;
  }
  #LP .LP-cast .LP-mov p {
    margin-top: 9px;
    font-size: 15px;
    line-height: 1.6;
  }
  #LP .LP-cast .LP-mov p.LP-block span {
    font-size: 14px;
  }
  #LP .LP-cast .LP-prof {
    margin-top: 55px;
  }
  #LP .LP-cast .LP-prof dt {
    font-size: 15px;
    line-height: 1.2;
  }
  #LP .LP-cast .LP-prof dt span {
    font-size: 19px;
  }
  #LP .LP-cast .LP-prof dd {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.9;
    overflow: hidden;
  }
  #LP .LP-cast .LP-prof figure {
    float: left;
    width: 37%;
  }
  #LP .LP-cast .LP-prof p {
    float: right;
    width: 59%;
  }
  #LP .LP-cast .LP-txt {
    margin-top: 40px;
    padding-top: 35px;
    font-size: 16px;
    line-height: 1.9;
  }
  #LP .LP-cast .LP-box {
    margin: 30px 0 25px;
    padding: 15px 20px;
    line-height: 1.9;
  }
  #LP .LP-cast .LP-box dt {
    font-size: 16px;
  }
  #LP .LP-cast .LP-box dd {
    font-size: 14px;
  }
}

#LP .LP-feature a {
  color: #00a0e9;
}

#LP .LP-feature img {
  width: 100%;
  height: auto;
}

#LP .LP-feature h3 {
  border-left: solid #0065ac;
  background: #f0eeed;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  color: #0065ac;
}

#LP .LP-feature ul ul dt {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  color: #0065ac;
}

#LP .LP-feature ul ul dt::before {
  position: absolute;
  border-top: 2px solid #0065ac;
  content: "";
}

#LP .LP-feature ul ul dd p ~ p {
  text-align: right;
}

@media (min-width: 769px) {
  #LP .LP-feature .LP-inner {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1128px;
  }
  #LP .LP-feature .LP-inner > ul {
    padding: 60px;
    border: 8px solid #f0eeed;
    overflow: hidden;
  }
  #LP .LP-feature .LP-inner > ul > li ~ li {
    margin-top: 70px;
  }
  #LP .LP-feature .LP-inner > ul > li:nth-child(n+3) {
    float: left;
    width: 50%;
  }
  #LP .LP-feature .LP-inner > ul > li:nth-child(n+3) li {
    width: 100%;
    padding-right: 0;
  }
  #LP .LP-feature .LP-inner > ul > li:nth-child(3) {
    padding-right: 20px;
  }
  #LP .LP-feature .LP-inner > ul > li:nth-child(4) {
    padding-left: 20px;
  }
  #LP .LP-feature .LP-inner > ul + p {
    margin-top: 20px;
    font-size: 20px;
  }
  #LP .LP-feature h2 {
    padding: 140px 0 20px;
    text-align: center;
    font-size: 26px;
  }
  #LP .LP-feature h3 {
    margin-bottom: 20px;
    padding: 13px 33px;
    border-left-width: 8px;
    font-size: 28px;
  }
  #LP .LP-feature ul ul {
    display: block !important;
    overflow: hidden;
  }
  #LP .LP-feature ul ul li {
    float: left;
    width: 50%;
  }
  #LP .LP-feature ul ul li:nth-child(odd) {
    padding: 0 20px 0 40px;
  }
  #LP .LP-feature ul ul li:nth-child(even) {
    padding-left: 60px;
  }
  #LP .LP-feature ul ul li:nth-child(n+3) {
    margin-top: 50px;
  }
  #LP .LP-feature ul ul dl dt {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.4;
  }
  #LP .LP-feature ul ul dl dt::before {
    top: 19px;
    left: -40px;
    width: 26px;
  }
  #LP .LP-feature ul ul dl dd {
    font-size: 18px;
    line-height: 1.7;
  }
  #LP .LP-feature ul ul dl dd p ~ p {
    margin-top: 5px;
    font-size: 20px;
  }
  #LP .LP-feature ul ul dl dd figure {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  #LP .LP-feature .LP-inner > ul > li ~ li {
    margin-top: 2px;
  }
  #LP .LP-feature .LP-inner > ul + p {
    padding: 22px 0 0 25px;
    font-size: 14px;
  }
  #LP .LP-feature h2 {
    padding: 55px 25px 12px;
    font-size: 20px;
  }
  #LP .LP-feature h3 {
    position: relative;
    padding: 22px 25px;
    border-left-width: 7px;
    font-size: 22px;
    cursor: pointer;
  }
  #LP .LP-feature h3::after {
    position: absolute;
    top: 50%;
    right: 23px;
    border: 1px solid #0065ac;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "＋";
  }
  #LP .LP-feature .is-active h3::after {
    content: "－";
  }
  #LP .LP-feature ul ul {
    display: none;
    padding: 20px;
    border: solid #f0eeed;
    border-width: 0 7px 7px;
  }
  #LP .LP-feature ul ul li ~ li {
    margin-top: 35px;
  }
  #LP .LP-feature ul ul dl dt {
    margin: 12px 0 5px;
    font-size: 18px;
    line-height: 1.4;
  }
  #LP .LP-feature ul ul dl dt::before {
    top: 12px;
    left: -27px;
    width: 20px;
  }
  #LP .LP-feature ul ul dl dd {
    font-size: 14px;
    line-height: 1.6;
  }
  #LP .LP-feature ul ul dl dd p ~ p {
    margin-top: 5px;
  }
  #LP .LP-feature ul ul dl dd figure {
    margin-top: 5px;
  }
}

#LP .LP-card h2 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

#LP .LP-card .dc__comp_mtb {
  margin-top: 0;
}

#LP .LP-card p {
  text-align: center;
}

#LP .LP-card p a {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  border: 2px solid #231815;
  text-align: center;
  text-decoration: none;
  color: #231815;
}

#LP .LP-card p a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  font-weight: bold;
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  transform: translateY(-52%);
  content: ">";
}

@media (min-width: 769px) {
  #LP .LP-card h2 {
    padding: 140px 0 20px;
    text-align: center;
    font-size: 26px;
  }
  #LP .LP-card p {
    margin: 20px 0 5px;
  }
  #LP .LP-card p a {
    width: 220px;
    font-size: 18px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  #LP .LP-card h2 {
    padding: 50px 25px 12px;
    font-size: 20px;
  }
  #LP .LP-card p {
    margin: 25px 0 5px;
  }
  #LP .LP-card p a {
    width: 68%;
    font-size: 13px;
    line-height: 34px;
  }
}
