/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
@-webkit-keyframes bghover {
  0% {
    background-size: cover; }
  100% {
    background-size: 150%; } }

@keyframes bghover {
  0% {
    background-size: cover; }
  100% {
    background-size: 150%; } }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

#page-yutori-class {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif; }
  #page-yutori-class h2, #page-yutori-class h3, #page-yutori-class h4, #page-yutori-class h5, #page-yutori-class h6 {
    font-family: "Noto Sans JP", sans-serif; }

#yutori-class-header {
  background: url(../img/lp-yutori/bg-main.jpg) center bottom no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  border-top: 2px solid #493418; }
  @media only screen and (max-width: 767px) {
    #yutori-class-header {
      background: url(../img/lp-yutori/bg-main-sp.jpg) center bottom no-repeat;
      background-size: cover; } }
  #yutori-class-header .main-movie {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 80vh;
    background: #fff;
    -webkit-animation: fadeOut 2s ease 5s forwards;
    animation: fadeOut 2s ease 5s forwards; }
    #yutori-class-header .main-movie video {
      width: 100%;
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      #yutori-class-header .main-movie {
        height: 50vh; } }
    @media only screen and (max-width: 399px) {
      #yutori-class-header .main-movie {
        height: 60vh; } }
  #yutori-class-header .header-content {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    height: 80vh; }
    @media only screen and (max-width: 767px) {
      #yutori-class-header .header-content {
        height: 50vh; } }
    @media only screen and (max-width: 399px) {
      #yutori-class-header .header-content {
        height: 60vh; } }
    #yutori-class-header .header-content .logo {
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 767px) {
        #yutori-class-header .header-content .logo {
          width: 160px; } }
    #yutori-class-header .header-content .nav {
      position: absolute;
      top: 0;
      right: 0; }
      #yutori-class-header .header-content .nav .nav-list {
        display: flex;
        justify-content: flex-end; }
        #yutori-class-header .header-content .nav .nav-list a {
          display: block;
          color: #fff;
          text-shadow: 0 0 5px #493418, 0 0 5px #493418, 0 0 5px #493418;
          padding: 10px;
          text-decoration: none; }
          #yutori-class-header .header-content .nav .nav-list a:hover {
            text-shadow: 0 0 5px #96814f, 0 0 5px #96814f, 0 0 5px #96814f;
            transition: 0.2s; }
      @media only screen and (max-width: 767px) {
        #yutori-class-header .header-content .nav {
          display: none; } }
    #yutori-class-header .header-content .copy {
      position: absolute;
      top: 36%;
      left: 2%;
      text-align: left; }
      #yutori-class-header .header-content .copy .copy-txt {
        font-size: 1.6rem;
        font-weight: bold;
        text-shadow: 0 0 7px #493418; }
      #yutori-class-header .header-content .copy .btn-movie {
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 0 7px #493418; }
        #yutori-class-header .header-content .copy .btn-movie .icon {
          width: 70px;
          display: inline-block;
          margin-right: -10px;
          vertical-align: baseline; }
        #yutori-class-header .header-content .copy .btn-movie a {
          text-decoration: none;
          color: #fff; }
          #yutori-class-header .header-content .copy .btn-movie a:hover {
            text-decoration: underline;
            transition: 0.5s; }
      #yutori-class-header .header-content .copy .award-txt p {
        display: inline-block;
        margin: 0;
        background: #96814f;
        padding: 2px 5px;
        font-size: 0.9rem;
        border-radius: 5px; }
      @media only screen and (max-width: 767px) {
        #yutori-class-header .header-content .copy .copy-txt {
          font-size: 1.2rem; }
        #yutori-class-header .header-content .copy .btn-movie {
          font-size: 1.1rem; } }
    #yutori-class-header .header-content .gd-main {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 90%;
      height: 200px; }
      #yutori-class-header .header-content .gd-main a {
        color: #fff;
        text-decoration: none; }
        #yutori-class-header .header-content .gd-main a:hover {
          color: #fff;
          text-decoration: none; }
      #yutori-class-header .header-content .gd-main .gd-logo img {
        width: 330px; }
      #yutori-class-header .header-content .gd-main .gd-copy h2 {
        margin: 0.5rem auto;
        font-size: 2.4rem;
        line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        #yutori-class-header .header-content .gd-main {
          bottom: 15%; }
          #yutori-class-header .header-content .gd-main .gd-copy h2 {
            font-size: 1.6rem; } }
      @media only screen and (min-width: 992px) {
        #yutori-class-header .header-content .gd-main .gd-campaign-bnr {
          position: fixed;
          right: 1rem;
          bottom: 1rem;
          z-index: 200; } }

.yutori-sec-content {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 96%; }
  .yutori-sec-content h2 {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .yutori-sec-content h2 {
      font-size: 1.4rem; } }

#outline {
  background: url(../img/lp-yutori/bg-main_1.png) center top no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
  color: #fff;
  height: 350px;
  margin-top: -60px;
  position: relative;
  z-index: 1; }
  #outline.outline-only-logo {
    height: 200px; }
  #outline .outline-logo {
    padding: 0 0 20px 0; }
  #outline .outline-txt {
    line-height: 1.8;
    font-weight: bold;
    font-size: 1.1rem; }
  @media only screen and (max-width: 767px) {
    #outline {
      background-size: 300% 100%; } }

#concept {
  background: url(../img/lp-yutori/bg-about.jpg) center center no-repeat;
  background-size: cover;
  margin-top: -100px;
  padding: 100px 0;
  position: relative; }
  #concept .concept-ttl {
    color: #fff;
    text-shadow: 0 0 5px #493418; }
  #concept .concept-txt {
    background: rgba(255, 255, 255, 0.8);
    width: 500px;
    max-width: 90%;
    padding: 25px 40px;
    margin: 30px auto;
    text-align: justify;
    color: #493418;
    font-weight: 600;
    line-height: 2;
    border-radius: 5px; }

#group {
  padding: 50px 0; }
  #group .yutori-logo {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 auto; }
    #group .yutori-logo .logo {
      padding: 15px;
      text-align: center; }
    #group .yutori-logo .txt {
      padding: 15px; }
      #group .yutori-logo .txt h3 {
        font-size: 1rem;
        color: #493418; }
    @media screen and (max-width: 767px) {
      #group .yutori-logo {
        display: block; } }
  #group .yutori-group {
    margin: 100px auto;
    border: 1px solid #493418;
    text-align: center;
    padding: 30px; }
    #group .yutori-group .kizuna-logo {
      margin-top: -100px; }
    #group .yutori-group .kizuna-list {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      margin: 30px auto 0 auto; }
      #group .yutori-group .kizuna-list .kizuna-list-item {
        padding: 10px; }
        #group .yutori-group .kizuna-list .kizuna-list-item h3 {
          font-size: 1rem;
          font-weight: 600;
          color: #493418; }
      @media screen and (max-width: 767px) {
        #group .yutori-group .kizuna-list {
          display: block; } }
  #group .yutori-group02 {
    margin: 100px auto;
    border: 1px solid #493418;
    text-align: center;
    padding: 30px; }
    #group .yutori-group02 .kizuna-logo {
      margin-top: -70px;
      margin-bottom: 20px; }
    #group .yutori-group02 .kizuna-list {
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      margin: 30px auto 0 auto; }
      #group .yutori-group02 .kizuna-list .kizuna-list-item {
        padding: 10px; }
      @media screen and (max-width: 767px) {
        #group .yutori-group02 .kizuna-list {
          flex-wrap: wrap; }
          #group .yutori-group02 .kizuna-list .kizuna-list-item {
            width: 50%;
            padding: 0 0 10px 0; } }

#spec {
  background: #96814f;
  padding: 50px 0;
  color: #fff;
  position: relative; }
  #spec a {
    color: #fff;
    text-decoration: none; }
  #spec .sec-spec-content00 {
    position: relative;
    top: -50px;
    background: url(../img/lp-yutori/bg-main.jpg) center center/cover no-repeat;
    padding: 50px 0 400px 0; }
    #spec .sec-spec-content00 h2 {
      font-size: 2rem;
      line-height: 1.6;
      font-weight: 600; }
    @media only screen and (max-width: 767px) {
      #spec .sec-spec-content00 {
        background: url(../img/lp-yutori/bg-main-sp.jpg) center bottom/cover no-repeat; }
        #spec .sec-spec-content00 h2 {
          font-size: 1.4rem; } }
  #spec .sec-spec-content {
    width: 1240px; }
  #spec .spec-ttl {
    color: #fff;
    text-shadow: 0 0 5px #493418;
    margin: 40px auto; }
  #spec .spec-txt {
    margin: 40px auto;
    font-size: 1.2rem; }
  #spec .spec-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto; }
    #spec .spec-icon .spec-icon-item {
      padding: 10px; }
    @media screen and (max-width: 767px) {
      #spec .spec-icon {
        flex-wrap: wrap; }
        #spec .spec-icon .spec-icon-item {
          width: 48%; } }
  #spec .spec-moku {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 0 auto; }
    #spec .spec-moku .spec-moku-item {
      padding: 10px; }
    @media screen and (max-width: 767px) {
      #spec .spec-moku {
        display: block; } }
  #spec .spec-kg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px auto 0 auto; }
    #spec .spec-kg .spec-kg-item {
      padding: 10px;
      width: 33%; }
    @media screen and (max-width: 767px) {
      #spec .spec-kg {
        display: block; }
        #spec .spec-kg .spec-kg-item {
          width: 100%; } }
  #spec .spec-point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 0 auto; }
    #spec .spec-point .spec-point-item {
      padding: 10px; }
    @media screen and (max-width: 767px) {
      #spec .spec-point {
        display: block; } }
  #spec .spec-memo {
    text-align: right;
    font-size: 0.7rem;
    margin: 0 10px 40px auto; }
  #spec .spec-bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px auto; }
    #spec .spec-bnr .spec-bnr-item {
      padding: 20px;
      width: 31%; }
      #spec .spec-bnr .spec-bnr-item p {
        margin: 0.5rem auto;
        font-size: 0.9rem; }
    @media screen and (max-width: 767px) {
      #spec .spec-bnr {
        display: block; }
        #spec .spec-bnr .spec-bnr-item {
          width: 100%; } }

#staff {
  padding: 80px 0 30px 0;
  background: url(../img/lp-yutori/bg-staff.png) 10% bottom no-repeat; }
  #staff .staff-ttl {
    color: #96814f; }
  #staff .staff-slide {
    width: 600px;
    max-width: 100%;
    margin: 0 0 40px auto; }
  #staff .staff-txt {
    width: 600px;
    max-width: 96%;
    margin: 40px 0 0 auto;
    color: #493418;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    #staff {
      padding: 80px 0 280px 0;
      background-size: 100%; } }

#life .sec-life-content01 {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 90%;
  background: url(../img/lp-yutori/bg-staff.png) right bottom no-repeat;
  background-size: 40%;
  padding: 70px 0 40px 0;
  text-align: left; }
  #life .sec-life-content01 .life-ttl {
    color: #96814f; }
  #life .sec-life-content01 .life-sub-ttl {
    color: #493418;
    font-size: 1.5rem;
    margin: 2rem 0; }
  @media only screen and (max-width: 767px) {
    #life .sec-life-content01 {
      background-size: auto 200px;
      padding: 50px 0 220px 0; }
      #life .sec-life-content01 .life-ttl {
        text-align: center; }
      #life .sec-life-content01 .life-sub-ttl {
        font-size: 1.3rem; } }

#life .sec-life-content02 .life-point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 40px auto 0 auto; }
  #life .sec-life-content02 .life-point .life-point-item {
    padding: 10px;
    width: 33%;
    margin-bottom: 1rem; }
    #life .sec-life-content02 .life-point .life-point-item h3 {
      font-size: 1rem;
      margin: 1rem auto 0.5rem auto; }
    #life .sec-life-content02 .life-point .life-point-item p {
      margin: 0.5rem auto 1rem auto;
      font-size: 0.8rem; }
  @media screen and (max-width: 767px) {
    #life .sec-life-content02 .life-point .life-point-item {
      width: 49%;
      margin-bottom: 0; }
      #life .sec-life-content02 .life-point .life-point-item p {
        text-align: justify; } }

#life .yutori-highclass {
  background: #493418;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin: 2rem auto 0 auto;
  padding: 2rem 0; }
  #life .yutori-highclass .yutori-highclass-ttl {
    font-family: "Noto Serif JP", serif;
    color: #c2a27d;
    margin-bottom: 2rem; }
  #life .yutori-highclass .yutori-highclass-btn a {
    background: #b2895a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 30px auto; }
    #life .yutori-highclass .yutori-highclass-btn a:hover {
      background: #c2a27d;
      transition: 0.2s; }
  #life .yutori-highclass .yutori-highclass-content01 {
    max-width: 90%;
    margin: 0 auto; }
    #life .yutori-highclass .yutori-highclass-content01 .yutori-highclass-content01-txt {
      text-align: left;
      line-height: 1.8rem;
      margin: 1rem auto; }
    @media only screen and (min-width: 992px) {
      #life .yutori-highclass .yutori-highclass-content01 {
        max-width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center; }
        #life .yutori-highclass .yutori-highclass-content01 .yutori-highclass-content01-img {
          width: 58%; }
        #life .yutori-highclass .yutori-highclass-content01 .yutori-highclass-content01-txt {
          width: 38%; } }

#case {
  padding: 50px 0 50px 0; }
  #case .sec-case-header {
    position: relative; }
    #case .sec-case-header .case-ttl {
      position: relative;
      display: inline-block;
      padding: 100px 0 0 30px; }
      #case .sec-case-header .case-ttl .case-ttl-icon {
        position: absolute;
        bottom: 0;
        left: -240px;
        width: 260px;
        height: 150px; }
    @media only screen and (max-width: 767px) {
      #case .sec-case-header .case-ttl {
        padding: 200px 0 0 0;
        max-width: 96%; }
        #case .sec-case-header .case-ttl .case-ttl-icon {
          top: 80px;
          left: 0;
          width: 180px;
          height: 100px; } }
  #case .list-case {
    padding: 50px 0 0 0; }
    #case .list-case .list-case-content {
      padding: 15px; }
    #case .list-case .list-case-btn {
      padding: 10px 0; }
      #case .list-case .list-case-btn .btn {
        background: #96814f;
        color: #fff;
        text-decoration: none;
        padding: 1px 20px 3px 20px;
        display: inline;
        font-size: 0.9rem; }
        #case .list-case .list-case-btn .btn:hover {
          background: #493418;
          transition: 0.2s; }
    @media only screen and (max-width: 767px) {
      #case .list-case {
        padding: 30px 0 0 0; } }
  #case .case-btn a {
    background: #493418;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline;
    display: block;
    width: 200px;
    margin: 30px auto; }
    #case .case-btn a:hover {
      background: #96814f;
      transition: 0.2s; }

#house {
  padding: 50px 0 0 0; }
  #house .sec-house-header {
    position: relative; }
    #house .sec-house-header .house-ttl {
      position: relative;
      display: inline-block;
      padding: 50px 0 0 30px; }
      #house .sec-house-header .house-ttl .house-ttl-icon {
        position: absolute;
        bottom: 0;
        left: -240px;
        width: 260px;
        height: 150px; }
    @media only screen and (max-width: 767px) {
      #house .sec-house-header .house-ttl {
        padding: 100px 0 0 0;
        max-width: 96%; }
        #house .sec-house-header .house-ttl .house-ttl-icon {
          top: 0;
          left: 0;
          width: 180px;
          height: 100px; } }
  #house .list-case {
    padding: 50px 0 0 0; }
    #house .list-case .list-case-content {
      padding: 15px; }
    #house .list-case .list-case-item {
      margin: 0 0 1rem 0; }
    #house .list-case .list-case-btn {
      padding: 10px 0; }
      #house .list-case .list-case-btn .btn {
        background: #96814f;
        color: #fff;
        text-decoration: none;
        padding: 1px 20px 3px 20px;
        display: inline;
        font-size: 0.9rem; }
        #house .list-case .list-case-btn .btn:hover {
          background: #493418;
          transition: 0.2s; }
    @media only screen and (max-width: 767px) {
      #house .list-case {
        padding: 30px 0 0 0; } }
  #house .house-btn a {
    background: #493418;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline;
    display: block;
    width: 300px;
    margin: 30px auto; }
    #house .house-btn a:hover {
      background: #96814f;
      transition: 0.2s; }

#event {
  padding: 50px 0; }
  #event .sec-event-header {
    position: relative; }
    #event .sec-event-header .event-ttl {
      position: relative;
      display: inline-block;
      padding: 100px 0 0 30px; }
      #event .sec-event-header .event-ttl .event-ttl-icon {
        position: absolute;
        bottom: 0;
        right: -240px;
        width: 260px;
        height: 150px; }
    @media only screen and (max-width: 767px) {
      #event .sec-event-header .event-ttl {
        padding: 100px 0 0 0; }
        #event .sec-event-header .event-ttl .event-ttl-icon {
          top: 0;
          right: 0;
          width: 180px;
          height: 100px; } }
  #event .sec-event-content {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    max-width: 96%;
    padding: 50px 0 0 0; }
    @media only screen and (max-width: 767px) {
      #event .sec-event-content {
        padding: 30px 0 0 0; } }
    #event .sec-event-content .event-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      text-align: left; }
      #event .sec-event-content .event-list .event-box {
        width: 46%;
        margin: 2% 2%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: 1px solid #727171;
        padding-bottom: 1rem; }
        #event .sec-event-content .event-list .event-box a:hover {
          text-decoration: none;
          color: #555; }
        #event .sec-event-content .event-list .event-box .event-ttl {
          font-size: 1.4rem; }
        #event .sec-event-content .event-list .event-box .event-excerpt {
          font-size: 0.9rem;
          margin: 0.3rem auto; }
        #event .sec-event-content .event-list .event-box .event-img {
          min-width: 150px;
          margin-right: 10px; }
        #event .sec-event-content .event-list .event-box .event-btn span {
          display: inline-block;
          background: #54c3f1;
          padding: 0.1rem 1rem 0.2rem 1rem;
          font-weight: 700;
          color: #fff;
          border-radius: 10rem; }
          #event .sec-event-content .event-list .event-box .event-btn span:hover {
            color: #fffb00;
            transition: 0.2s; }
      @media only screen and (max-width: 767px) {
        #event .sec-event-content .event-list .event-box {
          width: 94%;
          margin: 2% auto; }
        #event .sec-event-content .event-list .event-ttl {
          font-size: 1.2rem; }
        #event .sec-event-content .event-list .event-img {
          min-width: 100px; }
        #event .sec-event-content .event-list .event-btn {
          text-align: right; } }
  #event .event-btn a {
    background: #96814f;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline;
    display: block;
    width: 200px;
    margin: 30px auto; }
    #event .event-btn a:hover {
      background: #493418;
      transition: 0.2s; }

#contact .yutori-sec-content {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 90%; }
  #contact .yutori-sec-content .form-present {
    padding: 30px 0; }
    #contact .yutori-sec-content .form-present h3 {
      background: #96814f;
      color: #fff;
      padding: 20px; }
    #contact .yutori-sec-content .form-present .note {
      text-align: left;
      font-size: 0.9rem; }
    @media only screen and (max-width: 767px) {
      #contact .yutori-sec-content .form-present h3 {
        font-size: 1.3rem; } }

#gd {
  background: #ebe7dd;
  margin-bottom: 50px;
  position: relative;
  z-index: 2; }
  #gd:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: -50px;
    background: url(../img/lp-yutori/bg-gd-b.png) center bottom no-repeat; }
  #gd .sec-gd-content01 {
    background: url(../img/lp-yutori/bg-gd.jpg) center top no-repeat;
    background-size: cover;
    padding: 100px 0 400px 0; }
    @media only screen and (max-width: 767px) {
      #gd .sec-gd-content01 {
        background-size: 210%;
        padding: 20px 0 200px 0; } }
    #gd .sec-gd-content01 .gd-main {
      margin: auto;
      width: 90%; }
      #gd .sec-gd-content01 .gd-main .gd-logo img {
        width: 300px; }
      #gd .sec-gd-content01 .gd-main .gd-copy h2 {
        margin: 0.5rem auto;
        text-shadow: 0px 0px 5px #fff; }
      @media only screen and (max-width: 767px) {
        #gd .sec-gd-content01 .gd-main .gd-copy h2 {
          font-size: 1.4rem; } }
  #gd .sec-gd-content02 {
    position: relative;
    max-width: 90%; }
    #gd .sec-gd-content02 .img-gd {
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      margin: -100px auto 0 auto; }
      #gd .sec-gd-content02 .img-gd .img-gd-item {
        width: 33%; }
      @media screen and (max-width: 767px) {
        #gd .sec-gd-content02 .img-gd {
          display: block;
          max-width: 70%; }
          #gd .sec-gd-content02 .img-gd .img-gd-item {
            width: 100%; } }
    #gd .sec-gd-content02 .gd-sub-ttl {
      color: #493418; }
    #gd .sec-gd-content02 .about {
      margin: 2rem auto; }
      #gd .sec-gd-content02 .about .gd-ttl {
        font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        #gd .sec-gd-content02 .about .gd-ttl {
          font-size: 1.1rem; } }
    #gd .sec-gd-content02 .comment {
      margin: 2rem auto; }
      #gd .sec-gd-content02 .comment .gd-ttl {
        font-size: 1.5rem; }
      #gd .sec-gd-content02 .comment .comment-txt {
        background: #fff;
        border-radius: 1rem;
        padding: 2rem; }
        #gd .sec-gd-content02 .comment .comment-txt p {
          margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #gd .sec-gd-content02 .comment .gd-ttl {
          font-size: 1.1rem; } }
    #gd .sec-gd-content02 .point {
      margin: 2rem auto; }
    #gd .sec-gd-content02 .img-gd-point {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      margin: 40px auto; }
      #gd .sec-gd-content02 .img-gd-point .img-gd-point-item {
        padding: 10px;
        width: 33%; }
      @media screen and (max-width: 767px) {
        #gd .sec-gd-content02 .img-gd-point {
          display: block; }
          #gd .sec-gd-content02 .img-gd-point .img-gd-point-item {
            width: 100%; } }
    #gd .sec-gd-content02 .summary {
      padding: 40px 0; }
      #gd .sec-gd-content02 .summary .gd-ttl {
        font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        #gd .sec-gd-content02 .summary .gd-ttl {
          font-size: 1.2rem; } }

#gd-campaign {
  background: url(../img/lp-yutori/gd-cp-bg.png) center top repeat-y;
  background-size: cover;
  position: relative;
  top: -50px;
  z-index: 1; }
  #gd-campaign:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/lp-yutori/gd-cp-bg-l.png) left top repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #gd-campaign:before {
        background-size: 25%; } }
  #gd-campaign:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/lp-yutori/gd-cp-bg-r.png) right top repeat-y;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #gd-campaign:after {
        background-size: 25%; } }
  #gd-campaign .gd-campaign-ttl {
    background: #FFF000;
    padding: 70px 0 20px 0;
    text-align: center;
    position: relative;
    z-index: 2; }
    #gd-campaign .gd-campaign-ttl img {
      display: inline-block;
      max-width: 90%;
      margin: 0 auto; }
  #gd-campaign .gd-campaign-main {
    max-width: 90%;
    margin: 3rem auto 2rem auto;
    text-align: center;
    position: relative;
    z-index: 2; }
    #gd-campaign .gd-campaign-main .img-date {
      margin-top: 2rem; }
  #gd-campaign .gd-campaign-txt {
    max-width: 90%;
    margin: 2rem auto;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      #gd-campaign .gd-campaign-txt {
        font-size: 1rem;
        text-align: justify; } }
  #gd-campaign .gd-campaign-point {
    max-width: 90%;
    margin: 3rem  auto;
    position: relative;
    z-index: 2; }
  #gd-campaign .gd-campaign-note {
    background: #f1f1f1;
    padding: 1rem;
    font-size: 0.9rem;
    position: relative;
    z-index: 2;
    text-align: left; }
    #gd-campaign .gd-campaign-note p {
      margin: 0; }

.gd-campaign-suggest {
  max-width: 90%;
  margin: 0 auto 2rem auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d1101a; }
  @media screen and (max-width: 767px) {
    .gd-campaign-suggest {
      font-size: 1.2rem; } }

#yutori-class-footer {
  text-align: center;
  padding: 20px 0; }
  #yutori-class-footer img {
    width: 180px; }
  #yutori-class-footer .footer-notice {
    width: 90%;
    margin: 0 auto;
    font-size: 0.8rem; }

.page-yutori-class-gd #yutori-class-header {
  background: url(../img/lp-yutori/bg-main02.jpg) center bottom/cover no-repeat; }
  .page-yutori-class-gd #yutori-class-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3); }
