.dialog-active body#styling_book-2025august {
  overflow: hidden; }
body#styling_book-2025august #content {
  max-width: none;
  padding-left: 0;
  padding-right: 0; }
  body#styling_book-2025august #content main header {
    padding: 50px 0 0;
    background-color: #E9E7DC; }
    body#styling_book-2025august #content main header .container {
      max-width: 700px;
      border-top: 1px solid #917E70;
      border-bottom: 1px solid #917E70;
      padding: 65px 0; }
      @media screen and (max-width: 768px) {
        body#styling_book-2025august #content main header .container {
          width: calc(100% - 50px); } }
      body#styling_book-2025august #content main header .container h1 {
        font-family: 'Baskerville';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.05em;
        color: #917E70;
        margin-bottom: 36px; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main header .container h1 {
            font-size: 24px; } }
      body#styling_book-2025august #content main header .container p {
        font-family: 'A-OTF A1 Mincho Std';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 230%;
        text-align: center;
        letter-spacing: 0.05em;
        color: #917E70; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main header .container p {
            font-size: 12px; } }
  body#styling_book-2025august #content main .dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity ease 1s; }
    body#styling_book-2025august #content main .dialog.active {
      opacity: 1;
      pointer-events: auto; }
    body#styling_book-2025august #content main .dialog .close {
      position: absolute;
      top: 60px;
      right: 60px;
      background-image: url("../images/dialog_close.svg");
      width: 51px;
      height: 53px;
      cursor: pointer;
      z-index: 2;
      transition: opacity ease .5s;
      opacity: 1; }
      body#styling_book-2025august #content main .dialog .close:hover {
        opacity: .5; }
      @media screen and (max-width: 768px) {
        body#styling_book-2025august #content main .dialog .close {
          background-image: url("../images/dialog_close_sp.svg");
          top: 30px;
          right: 28px;
          width: 42px;
          height: 43px; } }
    body#styling_book-2025august #content main .dialog .wrapper section {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      overflow: auto;
      opacity: 0;
      pointer-events: none;
      transition: all ease 1s; }
      body#styling_book-2025august #content main .dialog .wrapper section .inner:before {
        content: "";
        display: block;
        height: 60px; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main .dialog .wrapper section .inner:before {
            height: 107px; } }
      body#styling_book-2025august #content main .dialog .wrapper section .inner:after {
        content: "";
        display: block;
        height: 60px; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main .dialog .wrapper section .inner:after {
            height: 42px; } }
      body#styling_book-2025august #content main .dialog .wrapper section .inner figure {
        position: relative; }
        body#styling_book-2025august #content main .dialog .wrapper section .inner figure a {
          display: block;
          transition: opacity ease .5s; }
          body#styling_book-2025august #content main .dialog .wrapper section .inner figure a:hover {
            opacity: .5; }
          body#styling_book-2025august #content main .dialog .wrapper section .inner figure a img {
            width: 100%; }
        body#styling_book-2025august #content main .dialog .wrapper section .inner figure .prev {
          background-image: url("../images/dialog_prev.svg");
          width: 17px;
          height: 35px;
          position: absolute;
          top: 50%;
          left: -30px;
          transform: translateY(-50%);
          cursor: pointer;
          transition: all ease .5s; }
          @media screen and (max-width: 768px) {
            body#styling_book-2025august #content main .dialog .wrapper section .inner figure .prev {
              left: -54px; } }
          body#styling_book-2025august #content main .dialog .wrapper section .inner figure .prev:hover {
            opacity: .5; }
        body#styling_book-2025august #content main .dialog .wrapper section .inner figure .next {
          background-image: url("../images/dialog_next.svg");
          width: 17px;
          height: 35px;
          position: absolute;
          top: 50%;
          right: -30px;
          transform: translateY(-50%);
          cursor: pointer;
          transition: all ease .5s; }
          @media screen and (max-width: 768px) {
            body#styling_book-2025august #content main .dialog .wrapper section .inner figure .next {
              right: -54px; } }
          body#styling_book-2025august #content main .dialog .wrapper section .inner figure .next:hover {
            opacity: .5; }
      body#styling_book-2025august #content main .dialog .wrapper section .inner ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin: 36px 0 0; }
        body#styling_book-2025august #content main .dialog .wrapper section .inner ul li {
          display: flex;
          justify-content: center;
          gap: 16px;
          padding: 0 2px;
          width: fit-content; }
          body#styling_book-2025august #content main .dialog .wrapper section .inner ul li p {
            font-family: 'Optima';
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 160%;
            text-align: right;
            letter-spacing: 0.04em;
            color: #1A1919; }
            body#styling_book-2025august #content main .dialog .wrapper section .inner ul li p a {
              text-decoration: underline;
              text-underline-offset: .2em;
              transition: opacity ease .5s; }
              body#styling_book-2025august #content main .dialog .wrapper section .inner ul li p a:hover {
                opacity: .5; }
            body#styling_book-2025august #content main .dialog .wrapper section .inner ul li p .soon {
              opacity: .35; }
      body#styling_book-2025august #content main .dialog .wrapper section.active {
        opacity: 1;
        pointer-events: auto; }
  body#styling_book-2025august #content main section.gc {
    padding: 0 0 140px;
    background-color: #E9E7DC; }
    @media screen and (max-width: 768px) {
      body#styling_book-2025august #content main section.gc {
        padding: 0 0 70px; } }
    body#styling_book-2025august #content main section.gc .container {
      max-width: 700px;
      padding: 0;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        body#styling_book-2025august #content main section.gc .container {
          width: calc(100% - 70px); } }
      body#styling_book-2025august #content main section.gc .container section.daily,
      body#styling_book-2025august #content main section.gc .container section.dresses {
        padding-top: 50px; }
        body#styling_book-2025august #content main section.gc .container section.daily.dresses,
        body#styling_book-2025august #content main section.gc .container section.dresses.dresses {
          padding-top: 60px; }
        body#styling_book-2025august #content main section.gc .container section.daily h3,
        body#styling_book-2025august #content main section.gc .container section.dresses h3 {
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            body#styling_book-2025august #content main section.gc .container section.daily h3,
            body#styling_book-2025august #content main section.gc .container section.dresses h3 {
              margin-bottom: 25px; } }
          body#styling_book-2025august #content main section.gc .container section.daily h3 span:nth-child(1),
          body#styling_book-2025august #content main section.gc .container section.dresses h3 span:nth-child(1) {
            display: block;
            font-family: 'Baskerville';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            text-align: center;
            color: #665E51;
            margin-bottom: 7px; }
            @media screen and (max-width: 768px) {
              body#styling_book-2025august #content main section.gc .container section.daily h3 span:nth-child(1),
              body#styling_book-2025august #content main section.gc .container section.dresses h3 span:nth-child(1) {
                font-size: 15px; } }
          body#styling_book-2025august #content main section.gc .container section.daily h3 span:nth-child(2),
          body#styling_book-2025august #content main section.gc .container section.dresses h3 span:nth-child(2) {
            display: block;
            font-family: 'Optima';
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 100%;
            text-align: center;
            color: #665E51; }
            @media screen and (max-width: 768px) {
              body#styling_book-2025august #content main section.gc .container section.daily h3 span:nth-child(2),
              body#styling_book-2025august #content main section.gc .container section.dresses h3 span:nth-child(2) {
                font-size: 13px; } }
        body#styling_book-2025august #content main section.gc .container section.daily ul,
        body#styling_book-2025august #content main section.gc .container section.dresses ul {
          display: flex;
          margin: 20px auto;
          gap: 15px;
          justify-content: center;
          flex-wrap: wrap; }
          body#styling_book-2025august #content main section.gc .container section.daily ul li,
          body#styling_book-2025august #content main section.gc .container section.dresses ul li {
            flex: 0 0 calc((100% - 15px * 3) / 4);
            position: relative;
            cursor: pointer;
            transition: opacity ease .5s; }
            body#styling_book-2025august #content main section.gc .container section.daily ul li:hover,
            body#styling_book-2025august #content main section.gc .container section.dresses ul li:hover {
              opacity: .5; }
            @media screen and (max-width: 768px) {
              body#styling_book-2025august #content main section.gc .container section.daily ul li,
              body#styling_book-2025august #content main section.gc .container section.dresses ul li {
                flex: 0 0 calc((100% - 15px * 1) / 2); } }
            body#styling_book-2025august #content main section.gc .container section.daily ul li img,
            body#styling_book-2025august #content main section.gc .container section.dresses ul li img {
              width: 100%;
              will-change: filter, opacity;
              filter: url(#outline);
              /*
              filter:
              	drop-shadow(1px 0 0 #917E70)
              	drop-shadow(-1px 0 0 #917E70)
              	drop-shadow(0 1px 0 #917E70)
              	drop-shadow(0 -1px 0 #917E70);						
              */ }
              body#styling_book-2025august #content main section.gc .container section.daily ul li img:nth-child(2),
              body#styling_book-2025august #content main section.gc .container section.dresses ul li img:nth-child(2) {
                filter: none;
                position: absolute;
                right: calc(-2 / 163 * 100%);
                top: 0;
                height: 100%;
                width: auto; }
    body#styling_book-2025august #content main section.gc .dialog {
      background-color: rgba(233, 231, 220, 0.94); }
      body#styling_book-2025august #content main section.gc .dialog .wrapper section .inner {
        max-width: 293px; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main section.gc .dialog .wrapper section .inner {
            width: calc(228 / 375 * 100%); } }
        body#styling_book-2025august #content main section.gc .dialog .wrapper section .inner figure {
          position: relative; }
          body#styling_book-2025august #content main section.gc .dialog .wrapper section .inner figure a img {
            will-change: filter, opacity;
            filter: url(#outline); }
            body#styling_book-2025august #content main section.gc .dialog .wrapper section .inner figure a img:nth-child(2) {
              filter: none;
              position: absolute;
              right: calc(-2 / 163 * 100%);
              top: 0;
              height: 100%;
              width: auto; }
        body#styling_book-2025august #content main section.gc .dialog .wrapper section .inner ul li {
          background-color: #E9E7DC; }
  body#styling_book-2025august #content main section.diagram {
    padding: 70px 0 140px; }
    @media screen and (max-width: 768px) {
      body#styling_book-2025august #content main section.diagram {
        padding: 70px 0 60px; } }
    body#styling_book-2025august #content main section.diagram .container {
      max-width: 700px;
      padding: 0;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        body#styling_book-2025august #content main section.diagram .container {
          width: calc(100% - 70px); } }
      body#styling_book-2025august #content main section.diagram .container h2 {
        font-family: 'Baskerville';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #1A1919; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main section.diagram .container h2 {
            font-size: 15px; } }
      body#styling_book-2025august #content main section.diagram .container ul {
        display: flex;
        margin: 20px auto;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap; }
        body#styling_book-2025august #content main section.diagram .container ul li {
          flex: 0 0 calc((100% - 15px * 3) / 4);
          position: relative;
          cursor: pointer;
          transition: opacity ease .5s; }
          body#styling_book-2025august #content main section.diagram .container ul li:hover {
            opacity: .5; }
          @media screen and (max-width: 768px) {
            body#styling_book-2025august #content main section.diagram .container ul li {
              flex: 0 0 calc((100% - 15px * 1) / 2); } }
          body#styling_book-2025august #content main section.diagram .container ul li div img {
            position: relative;
            z-index: 1;
            width: 100%; }
          body#styling_book-2025august #content main section.diagram .container ul li div:before, body#styling_book-2025august #content main section.diagram .container ul li div:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            border: 1px solid #9B9797;
            background-color: #fff; }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(1) {
            flex: 0 0 100%;
            padding-bottom: 5px; }
            body#styling_book-2025august #content main section.diagram .container ul li:nth-child(1) div {
              position: relative;
              width: 280px;
              margin: 0 auto; }
              body#styling_book-2025august #content main section.diagram .container ul li:nth-child(1) div:before, body#styling_book-2025august #content main section.diagram .container ul li:nth-child(1) div:after {
                width: 270px;
                height: 390px;
                position: absolute;
                top: calc(50% + 8px);
                left: calc(50% + 2px);
                background-color: #fff; }
              body#styling_book-2025august #content main section.diagram .container ul li:nth-child(1) div:before {
                transform: translate(-50%, -50%) rotate(0.2deg); }
              body#styling_book-2025august #content main section.diagram .container ul li:nth-child(1) div:after {
                transform: translate(-50%, -50%) rotate(1.5deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(2) div:before {
            transform: translate(2px, -2px); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(3) div:before {
            transform: translate(2px, -2px) rotate(-1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(3) div:after {
            transform: rotate(-1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(4) div:before {
            transform: translate(2px, -2px) rotate(1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(4) div:after {
            transform: rotate(1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(5) div:after {
            transform: translate(2px, -2px); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(6) div:before {
            transform: translate(2px, 2px); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(7) div:before {
            transform: translate(-2px, 2px) rotate(1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(7) div:after {
            transform: rotate(1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(8) div:before {
            transform: rotate(-1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(8) div:after {
            transform: translate(2px, 2px) rotate(-1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(9) div:before {
            transform: translate(2px, 2px); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(10) div:after {
            transform: translate(2px, 2px); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(11) div:before {
            transform: rotate(-1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(11) div:after {
            transform: translate(-2px, 2px) rotate(-1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(12) div:before {
            transform: rotate(1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(12) div:after {
            transform: translate(-2px, 2px) rotate(1deg); }
          body#styling_book-2025august #content main section.diagram .container ul li:nth-child(13) div:before {
            transform: translate(2px, 2px); }
    body#styling_book-2025august #content main section.diagram .dialog {
      background-color: rgba(255, 255, 255, 0.94); }
      body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner {
        max-width: 366px; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner {
            width: calc(284 / 375 * 100%); } }
        body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner figure {
          position: relative;
          text-align: center; }
          body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner figure a:before, body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner figure a:after {
            content: "";
            position: absolute;
            top: 0;
            left: -2px;
            right: 0;
            bottom: 0;
            display: block;
            border: 1px solid #9B9797;
            background-color: #fff; }
          body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner figure a:after {
            transform: rotate(1.5deg); }
          body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner figure a img {
            position: relative;
            z-index: 1;
            width: calc(275 / 366 * 100%); }
          @media screen and (max-width: 768px) {
            body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner figure .prev {
              left: -28px; } }
          @media screen and (max-width: 768px) {
            body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner figure .next {
              right: -28px; } }
        body#styling_book-2025august #content main section.diagram .dialog .wrapper section .inner ul li {
          background-color: #fff; }
      body#styling_book-2025august #content main section.diagram .dialog .wrapper section:first-child .inner figure img {
        width: calc(339 / 366 * 100%); }
  body#styling_book-2025august #content main section.graceclass {
    background-color: #BDCAD4;
    padding: 70px 0 140px; }
    @media screen and (max-width: 768px) {
      body#styling_book-2025august #content main section.graceclass {
        padding: 70px 0; } }
    body#styling_book-2025august #content main section.graceclass .container {
      max-width: 700px;
      padding: 0;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        body#styling_book-2025august #content main section.graceclass .container {
          width: calc(100% - 70px); } }
      body#styling_book-2025august #content main section.graceclass .container h2 {
        font-family: 'Baskerville';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #3E3F41;
        margin: 0 0 40px; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main section.graceclass .container h2 {
            font-size: 15px; } }
      body#styling_book-2025august #content main section.graceclass .container ul {
        display: flex;
        margin: 20px auto;
        gap: 30px 15px;
        justify-content: center;
        flex-wrap: wrap; }
        body#styling_book-2025august #content main section.graceclass .container ul li {
          flex: 0 0 calc((100% - 15px * 3) / 4);
          position: relative;
          padding: 6px 0;
          border-top: 1px solid #3E3F41;
          border-bottom: 1px solid #3E3F41;
          cursor: pointer;
          transition: opacity ease .5s; }
          body#styling_book-2025august #content main section.graceclass .container ul li:hover {
            opacity: .5; }
          @media screen and (max-width: 768px) {
            body#styling_book-2025august #content main section.graceclass .container ul li {
              flex: 0 0 calc((100% - 15px * 1) / 2); } }
          body#styling_book-2025august #content main section.graceclass .container ul li img {
            width: 100%; }
    body#styling_book-2025august #content main section.graceclass .dialog {
      background-color: rgba(189, 202, 212, 0.94); }
      body#styling_book-2025august #content main section.graceclass .dialog .wrapper section .inner {
        max-width: 280px; }
        @media screen and (max-width: 768px) {
          body#styling_book-2025august #content main section.graceclass .dialog .wrapper section .inner {
            width: calc(217 / 375 * 100%); } }
        body#styling_book-2025august #content main section.graceclass .dialog .wrapper section .inner figure a {
          padding: 10px 0;
          border-top: 1px solid #3E3F41;
          border-bottom: 1px solid #3E3F41; }
        body#styling_book-2025august #content main section.graceclass .dialog .wrapper section .inner ul li {
          background-color: #BDCAD4; }
body#styling_book-2025august #footer-brand {
  background-color: #BDCAD4;
  border-top: 1px solid #3E3F41; }
  body#styling_book-2025august #footer-brand .sitemap {
    color: #3E3F41; }
  body#styling_book-2025august #footer-brand .copyright {
    color: #686868; }
  body#styling_book-2025august #footer-brand .social li.instagram a {
    background-image: none;
    background-image: url(../images/footer_social_instagram_sp.png); }
  body#styling_book-2025august #footer-brand .social li.facebook a {
    background-image: none;
    background-image: url(../images/footer_social_facebook_sp.png); }
  body#styling_book-2025august #footer-brand .social li.twitter a {
    background-image: none;
    background-image: url(../images/footer_social_twitter_sp.png); }
  body#styling_book-2025august #footer-brand .social li.line a {
    background-image: none;
    background-image: url(../images/footer_social_line_sp.png); }
  body#styling_book-2025august #footer-brand .social li.youtube a {
    background-image: none;
    background-image: url(../images/footer_social_youtube_sp.png); }
