@charset "UTF-8";
#contents_block {
  /* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
  /* change colours to suit your needs */
  /* change colours to suit your needs */
  /* change border colour to suit your needs */
  /*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
}

#contents_block html, #contents_block body, #contents_block div, #contents_block span, #contents_block object, #contents_block iframe,
#contents_block h1, #contents_block h2, #contents_block h3, #contents_block h4, #contents_block h5, #contents_block h6, #contents_block p, #contents_block blockquote, #contents_block pre,
#contents_block abbr, #contents_block address, #contents_block cite, #contents_block code,
#contents_block del, #contents_block dfn, #contents_block em, #contents_block img, #contents_block ins, #contents_block kbd, #contents_block q, #contents_block samp,
#contents_block small, #contents_block strong, #contents_block sub, #contents_block sup, #contents_block var,
#contents_block b, #contents_block i,
#contents_block dl, #contents_block dt, #contents_block dd, #contents_block ol, #contents_block ul, #contents_block li,
#contents_block fieldset, #contents_block form, #contents_block label, #contents_block legend,
#contents_block table, #contents_block caption, #contents_block tbody, #contents_block tfoot, #contents_block thead, #contents_block tr, #contents_block th, #contents_block td,
#contents_block article, #contents_block aside, #contents_block canvas, #contents_block details, #contents_block figcaption, #contents_block figure,
#contents_block footer, #contents_block header, #contents_block hgroup, #contents_block menu, #contents_block nav, #contents_block section, #contents_block summary,
#contents_block time, #contents_block mark, #contents_block audio, #contents_block video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

#contents_block body {
  line-height: 1;
}

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

#contents_block nav ul {
  list-style: none;
}

#contents_block blockquote, #contents_block q {
  quotes: none;
}

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

#contents_block a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

#contents_block ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

#contents_block mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

#contents_block del {
  text-decoration: line-through;
}

#contents_block abbr[title], #contents_block dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

#contents_block hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

#contents_block input, #contents_block select {
  vertical-align: middle;
}

#contents_block body, #contents_block button, #contents_block input, #contents_block select, #contents_block textarea {
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

#contents_block .clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

#contents_block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents_block button, #contents_block input, #contents_block select, #contents_block textarea {
  background-color: transparent;
  min-height: 1.5em;
}

#contents_block input[type="submit"], #contents_block input[type="reset"] {
  cursor: pointer;
}

#contents_block input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

#contents_block a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

#contents_block ol, #contents_block ul {
  list-style: none;
}

body {
  min-width: 1080px;
}

#contents_block {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#contents_block .u-bg-gray {
  background-color: #f3f3f1;
}

#contents_block .l-container {
  position: relative;
  min-width: 1080px;
  overflow: hidden;
}

#contents_block .l-container img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

#contents_block .l-container .is-pc {
  display: block;
}

#contents_block .l-container .is-sp {
  display: none;
}

#contents_block .l-container .c-page-nav-area {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  z-index: 3;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s;
  transition: transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s;
  transition: transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s, -webkit-transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s;
}

#contents_block .l-container .c-page-nav-area.is-fixed {
  position: fixed;
}

#contents_block .l-container .c-page-nav-area.is-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s;
  transition: transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s;
  transition: transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s, -webkit-transform 0.5s cubic-bezier(0.28, 0.61, 0.46, 0.93) 0s;
}

#contents_block .l-container .c-page-nav-area .c-humberger-btn {
  position: absolute;
  top: 21px;
  left: -70px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  cursor: pointer;
  width: 70px;
}

#contents_block .l-container .c-page-nav-area .c-humberger-btn img {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
  transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
  transition: transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
  transition: transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
}

#contents_block .l-container .c-page-nav-area .c-humberger-btn.is-active img {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
  transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
  transition: transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
  transition: transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
}

#contents_block .l-container .c-page-nav-area .c-page-nav {
  position: relative;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list {
  margin-left: 4px;
  border-radius: 0 0 0 10px;
  background: url(../img/bg_heart.gif) repeat;
  padding: 13px 39px 13px 35px;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -4px;
  left: 0;
  z-index: -1;
  border-radius: 0 0 0 14px;
  background: url(../img/common/menu/frame_menu.jpg) repeat;
  content: '';
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item {
  position: relative;
  border-bottom: 2px solid #daba68;
  width: 218px;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item:last-of-type {
  border-bottom: 0px;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item:hover .c-page-nav-link .c-default {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item:hover .c-page-nav-link .c-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item.is-current .c-page-nav-link .c-default {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item.is-current .c-page-nav-link .c-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item .c-page-nav-link .c-default {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item .c-page-nav-link .c-active {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  width: 100%;
}

#contents_block .l-container .l-top {
  position: relative;
  background: url(../img/bg.jpg) repeat;
}

#contents_block .l-container .l-top .c-top-bg {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  width: 1080px;
}

#contents_block .l-container .l-top .c-top-bg.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .l-top .c-top-content .c-title {
  position: absolute;
  top: 71px;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
      -ms-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s;
  margin-left: -270px;
  width: 580px;
}

#contents_block .l-container .l-top .c-top-content .c-title.is-active {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.2s;
}

#contents_block .l-container .l-top .c-top-content .c-catch {
  position: absolute;
  top: 357px;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
      -ms-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s;
  margin-left: -270px;
  width: 450px;
}

#contents_block .l-container .l-top .c-top-content .c-catch.is-active {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.4s;
}

#contents_block .l-container .l-top .c-top-content .c-description {
  position: absolute;
  top: 444px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 5px);
      -ms-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s;
  margin-left: -270px;
  width: 354px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-align: justify;
}

#contents_block .l-container .l-top .c-top-content .c-description.is-active {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.6s;
}

#contents_block .l-container .l-contents .l-section {
  position: relative;
  width: 100%;
  min-width: 1080px;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg.jpg) repeat;
  width: 100%;
  height: 187px;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap {
  height: 780px;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-catch {
  position: absolute;
  top: 78px;
  right: 0;
  left: 0;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  margin: 0 auto;
  width: 750px;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-catch.is-scrolled {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-heading {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  margin: 0 auto;
  width: 615px;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-heading.is-scrolled {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.5s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.5s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-6 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-7 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-8 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-9 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people.is-scrolled .c-people.c-people-10 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

#contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people .c-people {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  width: 1200px;
}

#contents_block .l-container .l-contents .l-section.l-type {
  background: url(../img/bg_heart.gif) repeat;
  padding: 75px 0 81px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-heading {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  margin: 0 auto 70px;
  width: 764px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-heading.is-scrolled {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list {
  font-size: 0;
  letter-spacing: -0.4em;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list > * {
  font-size: 16px;
  letter-spacing: normal;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 40px;
  padding-top: 324px;
  width: 300px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-name {
  margin: 0 auto 16px;
  width: 183px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco {
  position: absolute;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--1 {
  bottom: -29px;
  width: 72px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--2 {
  bottom: -60px;
  left: -80px;
  width: 430px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--3 {
  bottom: -60px;
  left: -80px;
  width: 430px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--4 {
  bottom: -17px;
  left: -110px;
  width: 106px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--5 {
  right: -84px;
  bottom: -25px;
  width: 50px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-text {
  margin: 0 auto;
  width: 280px;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.6;
  text-align: left;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-text .c-description {
  height: 78px;
}

#contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-text .c-prepare .c-head {
  display: block;
  color: #c69858;
  font-weight: bold;
}

#contents_block .l-container .l-contents .l-section.l-basic {
  background: url(../img/bg.jpg) repeat;
  padding: 90px 0 84px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap {
  margin: 0 auto 80px;
  font-size: 0;
  letter-spacing: -0.4em;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap > * {
  font-size: 16px;
  letter-spacing: normal;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  margin-right: 79px;
  width: 305px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap.is-scrolled {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap .c-img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap .c-people {
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step {
  display: inline-block;
  vertical-align: top;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list {
  width: 600px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: left;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list > * {
  font-size: 16px;
  letter-spacing: normal;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list.is-scrolled .c-step-item {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list.is-scrolled .c-step-item.c-step-item-1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list.is-scrolled .c-step-item.c-step-item-2 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list.is-scrolled .c-step-item.c-step-item-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list.is-scrolled .c-step-item.c-step-item-4 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  width: 270px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item:nth-child(odd) {
  margin-right: 40px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item:nth-child(n+3) {
  margin-top: 32px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-head {
  margin-bottom: 14px;
  width: 330px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-img {
  margin-bottom: 12px;
  width: 100%;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-description {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-description .is-small {
  font-size: 12px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-complete {
  position: absolute;
  top: 0px;
  right: -18px;
  width: 70px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step.is-scrolled + .c-caution {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-caution {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0.9s;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-catch {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  margin: 0 auto;
  width: 750px;
}

#contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-catch.is-scrolled {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

#contents_block .l-container .l-contents .l-section.l-banner {
  padding: 45px 0 75px;
}

#contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list {
  margin-bottom: 24px;
}

#contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list .c-banner-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  margin: 0 auto 0;
  width: 850px;
}

#contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list .c-banner-item:last-of-type {
  margin-bottom: 0;
}

#contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-logo-banner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  margin: 0 auto;
  width: 120px;
}

#contents_block .l-container .l-contents .l-section.l-share {
  position: absolute;
  top: 111px;
  right: 0;
  z-index: 2;
  width: 50px;
  min-width: 0;
}

#contents_block .l-container .l-contents .l-section.l-share .c-content-wrap .c-share-link-list .c-share-link-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
}

@media screen and (min-width: 641px) {
  #contents_block .l-container .c-page-nav-area .c-humberger-btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
    -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  }
  #contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-heading {
    padding-left: 5px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-heading {
    padding-left: 14px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list {
    margin: 0 auto;
    max-width: 1200px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(4) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(6) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(7) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(8) {
    -webkit-transition-delay: 1.05s;
            transition-delay: 1.05s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(9) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(10) {
    -webkit-transition-delay: 1.35s;
            transition-delay: 1.35s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(11) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(12) {
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(13) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(14) {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(15) {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(16) {
    -webkit-transition-delay: 2.25s;
            transition-delay: 2.25s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(17) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(18) {
    -webkit-transition-delay: 2.55s;
            transition-delay: 2.55s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(19) {
    -webkit-transition-delay: 2.7s;
            transition-delay: 2.7s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(20) {
    -webkit-transition-delay: 2.85s;
            transition-delay: 2.85s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list.is-scrolled .c-type-item:nth-child(21) {
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item {
    -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
            transform: translate(0, 5px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.38, 0.57, 0.65, 0.9) 0s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item:nth-child(3n) {
    margin-right: 0;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item:nth-child(n + 4) {
    margin-top: 54px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item:last-of-type {
    margin-right: 0;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-name {
    padding-right: 5px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-name--sup {
    width: 202px;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap {
    padding-top: 10px;
  }
  #contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list .c-banner-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  }
  #contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-logo-banner:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  }
  #contents_block .l-container .l-contents .l-section.l-share {
    -webkit-transform: translate(70px, 0);
        -ms-transform: translate(70px, 0);
            transform: translate(70px, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
    transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
    transition: transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
    transition: transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
  }
  #contents_block .l-container .l-contents .l-section.l-share.is-fixed {
    position: fixed;
  }
  #contents_block .l-container .l-contents .l-section.l-share.is-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
    transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
    transition: transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
    transition: transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 1.4s;
  }
  #contents_block .l-container .l-contents .l-section.l-share .c-content-wrap .c-share-link-list .c-share-link-item:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  }
}

@media screen and (max-width: 640px) {
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--1 {
    top: 0;
    right: 0;
    bottom: auto;
    width: 36px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--2 {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--4 {
    left: 0;
    width: 53px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--5 {
    right: 0;
    width: 25px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img__deco--6 {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-caution {
    font-size: 12px;
  }
  #contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list .c-banner-item {
    margin: 0 auto 0;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list .c-banner-item:last-of-type {
    margin-bottom: 0;
  }
  body {
    min-width: 0;
  }
  #contents_block .l-container {
    min-width: 0;
  }
  #contents_block .l-container .is-pc {
    display: none;
  }
  #contents_block .l-container .is-sp {
    display: block;
  }
  #contents_block .l-container .c-page-nav-area .c-humberger-btn {
    top: 9px;
    left: -42px;
    width: 42px;
  }
  #contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list {
    margin-left: 3px;
    border-radius: 0 0 0 5px;
    padding: 11px 25px 11px 26px;
  }
  #contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -3px;
    left: 0;
    z-index: -1;
    border-radius: 0 0 0 8px;
    background: url(../img/common/menu/frame_menu.jpg) repeat;
    content: '';
  }
  #contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item {
    position: relative;
    border-bottom: 2px solid #daba68;
    width: 141px;
  }
  #contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item:last-of-type {
    border-bottom: 0px;
  }
  #contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item .c-page-nav-link .c-default {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  }
  #contents_block .l-container .c-page-nav-area .c-page-nav .c-page-nav-list .c-page-nav-item .c-page-nav-link .c-active {
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.3s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    width: 100%;
  }
  #contents_block .l-container .l-top .c-top-bg {
    padding-top: 93.5%;
    width: 100%;
  }
  #contents_block .l-container .l-top .c-top-content .c-title {
    top: 4.5%;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
            transform: translate(0, 5px);
    margin: 0 auto;
    width: 100%;
  }
  #contents_block .l-container .l-top .c-top-content .c-title.is-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #contents_block .l-container .l-top .c-top-content .c-catch {
    top: 35.7%;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
            transform: translate(0, 5px);
    margin: 0 auto;
    width: 100%;
  }
  #contents_block .l-container .l-top .c-top-content .c-catch.is-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #contents_block .l-container .l-top .c-top-content .c-description {
    top: 47.2%;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
            transform: translate(0, 5px);
    margin: 0 auto;
    width: 87%;
    font-size: 12px;
    font-weight: normal;
  }
  #contents_block .l-container .l-top .c-top-content .c-description.is-active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #contents_block .l-container .l-contents .l-section {
    width: 100%;
    min-width: 0;
  }
  #contents_block .l-container .l-contents .l-section.l-pleasure .c-bg {
    height: 22.8%;
  }
  #contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap {
    position: relative;
    padding-top: 114.5%;
    height: auto;
  }
  #contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-catch {
    top: 20.9%;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-heading {
    position: absolute;
    bottom: 1.5%;
    width: 70%;
  }
  #contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-pleasure .c-content-wrap .c-bg-people .c-people {
    top: -13.3%;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-type {
    padding: 36px 0 51px;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-heading {
    margin-bottom: 28px;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item {
    display: block;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    margin: 0 auto 30px;
    padding-top: 0;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item.is-scrolled {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
    transition: opacity 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s, -webkit-transform 0.5s cubic-bezier(0.15, 0.62, 0.44, 0.9) 0s;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-name {
    margin: 0 auto 10px;
    width: 36%;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail {
    width: 100%;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail > * {
    font-size: 16px;
    letter-spacing: normal;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 5px 0 0;
    width: 40%;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-img .c-people {
    position: absolute;
    top: -15%;
    left: -11%;
    width: 126%;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-text {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 3.5%;
    width: 52%;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 1.7;
    text-align: left;
  }
  #contents_block .l-container .l-contents .l-section.l-type .c-content-wrap .c-type-list .c-type-item .c-detail .c-text .c-description {
    margin-bottom: 9px;
    height: auto;
  }
  #contents_block .l-container .l-contents .l-section.l-basic {
    padding: 43px 0 46px;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap {
    margin: 0 auto 37px;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap {
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap .c-heading {
    margin: 0 auto 92px;
    width: 60%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap .c-img {
    top: 0;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-heading-wrap .c-people {
    top: 0;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step {
    display: block;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list {
    width: 100%;
    text-align: center;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item {
    width: 44%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item:nth-child(odd) {
    margin-right: 4%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item:nth-child(n+3) {
    margin-top: 3%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-head {
    margin-bottom: 10px;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-img {
    margin-bottom: 11px;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-description {
    font-size: 12px;
    line-height: 1.8;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-description .is-small {
    font-size: 10px;
    line-height: 1.5;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-main-wrap .c-step .c-step-list .c-step-item .c-complete {
    position: absolute;
    top: 2%;
    right: 0%;
    width: 27%;
  }
  #contents_block .l-container .l-contents .l-section.l-basic .c-content-wrap .c-catch {
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-banner {
    padding: 34px 0 51px;
  }
  #contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list {
    margin-bottom: 8px;
  }
  #contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list .c-banner-item {
    margin: 0 auto 0;
    width: 100%;
  }
  #contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-banner-list .c-banner-item:last-of-type {
    margin-bottom: 0;
  }
  #contents_block .l-container .l-contents .l-section.l-banner .c-content-wrap .c-logo-banner {
    margin: 0 auto;
    width: 24%;
  }
  #contents_block .l-container .l-contents .l-section.l-share {
    position: relative;
    top: 0;
    right: 0;
    z-index: 0;
    background: #f0f0f0;
    padding: 15px 0;
    width: 100%;
    min-width: 0;
  }
  #contents_block .l-container .l-contents .l-section.l-share .c-content-wrap {
    font-size: 0;
    letter-spacing: -0.4em;
  }
  #contents_block .l-container .l-contents .l-section.l-share .c-content-wrap > * {
    font-size: 16px;
    letter-spacing: normal;
  }
  #contents_block .l-container .l-contents .l-section.l-share .c-content-wrap .c-heading {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 35px;
  }
  #contents_block .l-container .l-contents .l-section.l-share .c-content-wrap .c-share-link-list {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  #contents_block .l-container .l-contents .l-section.l-share .c-content-wrap .c-share-link-list > * {
    font-size: 16px;
    letter-spacing: normal;
  }
  #contents_block .l-container .l-contents .l-section.l-share .c-content-wrap .c-share-link-list .c-share-link-item {
    display: inline-block;
    margin-right: 20px;
    width: 48px;
  }
  #contents_block .l-container .l-contents .l-section.l-share .c-content-wrap .c-share-link-list .c-share-link-item:last-of-type {
    margin-right: 0;
  }
  .pppmenu_sp #pppmenu_footer {
    margin-top: 0;
  }
}
