@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/hrc3key.css");
@font-face {
  font-family: 'oswaldregular';
  src: url("font/oswald-regular-webfont.eot");
  src: url("font/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-regular-webfont.woff") format("woff"), url("font/oswald-regular-webfont.ttf") format("truetype"), url("font/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldlight';
  src: url("font/oswald-light-webfont.eot");
  src: url("font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-light-webfont.woff") format("woff"), url("font/oswald-light-webfont.ttf") format("truetype"), url("font/oswald-light-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldlight';
  src: url("font/oswald-light-webfont.eot");
  src: url("font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-light-webfont.woff") format("woff"), url("font/oswald-light-webfont.ttf") format("truetype"), url("font/oswald-light-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url("../font/NotoSansJP-Bold.eot");
  src: url("../font/NotoSansJP-Bold.eot?iefix") format("eot"), url("../font/NotoSansJP-Bold.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url("../font/NotoSansJP-Medium.eot");
  src: url("../font/NotoSansJP-Medium.eot?iefix") format("eot"), url("../font/NotoSansJP-Medium.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url("../font/NotoSansJP-Regular.eot");
  src: url("../font/NotoSansJP-Regular.eot?iefix") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-DemiLight';
  src: url("../font/NotoSansJP-DemiLight.eot");
  src: url("../font/NotoSansJP-DemiLight.eot?iefix") format("eot"), url("../font/NotoSansJP-DemiLight.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-Light';
  src: url("../font/NotoSansJP-Light.eot");
  src: url("../font/NotoSansJP-Light.eot?iefix") format("eot"), url("../font/NotoSansJP-Light.woff") format("woff"); }

@font-face {
  font-family: 'NotoSansJP-Thin-Windows';
  src: url("../font/NotoSansJP-Thin-Windows.eot");
  src: url("../font/NotoSansJP-Thin-Windows.eot?iefix") format("eot"), url("../font/NotoSansJP-Thin-Windows.woff") format("woff"); }

/* 変数
-----------------------------------------------------------------*/
body, div, p, form, input, textarea, select, option, button, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, button, figure, figcaption {
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#header {
  display: none !important; }

/* PC / SP 表示分け
-----------------------------------------------------------------*/
@media only screen and (min-width: 861px) {
  .dn-pc {
    display: none !important; } }

@media only screen and (max-width: 861px) {
  .dn-sp {
    display: none !important; } }

@media only screen and (max-width: 861px) {
  .dn-tab-sp {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab-sp {
    display: none !important; } }

@media only screen and (min-width: 861px) {
  .dn-tab-pc {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab-pc {
    display: none !important; } }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2E2E2E; }
  @media only screen and (max-width: 861px) {
    body {
      content: 'SP'; } }
  @media only screen and (min-width: 861px) {
    body {
      content: 'PC'; } }
  body.no-scroll {
    overflow: hidden; }
  body .container {
    max-width: inherit;
    padding: 0 !important; }
    @media only screen and (max-width: 861px) {
      body .container {
        padding: 0 !important; } }
  body .breadcrumbs {
    display: none !important; }
  @media only screen and (max-width: 861px) {
    body .classic_style .isPc {
      display: block !important; } }
  body a {
    text-decoration: none;
    color: #2E2E2E; }

/* コンテンツ
-----------------------------------------------------------------*/
.classic_style {
  width: auto; }

.contents {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif; }

/* FV
-----------------------------------------------------------------*/
/* FV */
.fv {
  height: 100dvh;
  overflow: hidden;
  position: relative; }

.fv-inner {
  position: relative;
  width: 100%;
  height: 100%; }

.logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10; }
  @media only screen and (max-width: 861px) {
    .logo-main {
      width: 81%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-main {
      width: 69%; } }

.logo-sub {
  position: absolute;
  opacity: 0;
  z-index: 5; }

.logo-sub--left {
  top: 80px;
  left: 70px;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }
  @media only screen and (max-width: 861px) {
    .logo-sub--left {
      top: 40px;
      left: 20px;
      width: 71%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-sub--left {
      width: 47%; } }

.logo-sub--right {
  bottom: 80px;
  right: 70px;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%); }
  @media only screen and (max-width: 861px) {
    .logo-sub--right {
      bottom: 40px;
      right: 10px;
      width: 71%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-sub--right {
      width: 47%; } }

.logo-sub--right_top {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px); }
  @media only screen and (min-width: 861px) {
    .logo-sub--right_top {
      right: 40px;
      top: 80px; } }
  @media only screen and (max-width: 861px) {
    .logo-sub--right_top {
      left: 20px;
      bottom: 21dvh;
      width: 22%; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-sub--right_top {
      bottom: 20dvh;
      width: 22%; } }

.fv-images {
  position: absolute;
  inset: 0; }

.fv-videoLoop {
  position: absolute;
  inset: 0;
  z-index: 12;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.fv-videoLoop_media {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.fv-images_node {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20vw;
  opacity: 0;
  z-index: 11;
  overflow: hidden; }
  @media only screen and (max-width: 861px) {
    .fv-images_node {
      width: 62vw; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fv-images_node {
      width: 42vw; } }
  @media only screen and (max-width: 861px) {
    .fv-images_node.js-img-last {
      width: 45vw;
      height: 56vw; } }
  @media only screen and (min-width: 861px) {
    .fv-images_node.js-img-last {
      width: 17vw;
      height: 20.5vw; } }
  .fv-images_node.js-img-last img {
    -o-object-fit: cover;
    object-fit: cover; }
  .fv-images_node img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; }

/* イントロ
-----------------------------------------------------------------*/
/* イントロ
-----------------------------------------------------------------*/
.intro {
  margin: 80px auto; }
  @media only screen and (min-width: 861px) {
    .intro {
      width: 1090px; } }
  @media only screen and (max-width: 861px) {
    .intro {
      margin: 80px 0 64px;
      padding: 0 20px; } }

.intro_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 861px) {
    .intro_inner {
      gap: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.intro_leftArea {
  position: relative; }
  @media only screen and (min-width: 861px) {
    .intro_leftArea {
      width: 640px; }
      .intro_leftArea::before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -64px;
        width: 1px;
        height: 584px;
        background-color: #ffb6c9; } }

.intro_catch {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #ffb6c9; }
  @media only screen and (max-width: 861px) {
    .intro_catch {
      font-size: 18px;
      text-align: center; } }

.intro_caption {
  margin-top: 40px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.29;
  color: #2e2e2e; }
  @media only screen and (max-width: 861px) {
    .intro_caption {
      margin-top: 32px;
      text-align: center; } }

.intro_cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  margin-top: 47px; }
  @media only screen and (max-width: 861px) {
    .intro_cardList {
      gap: 46px 15px;
      margin-top: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.intro_cardItem {
  position: relative; }
  @media only screen and (min-width: 861px) {
    .intro_cardItem {
      width: 176px;
      cursor: pointer; }
      .intro_cardItem:hover .intro_cardImage img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .intro_cardItem:hover:after {
        bottom: -18px; } }
  @media only screen and (max-width: 861px) {
    .intro_cardItem {
      width: calc((100% - 15px) / 2); } }
  .intro_cardItem:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -3.5px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #ffb6c9;
    border-bottom: 1px solid #ffb6c9;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease; }
    @media only screen and (max-width: 861px) {
      .intro_cardItem:after {
        bottom: -13px; } }

.intro_cardImage {
  display: block;
  overflow: hidden; }
  .intro_cardImage img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 100%;
    height: auto; }

.intro_cardTitle {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #2e2e2e;
  white-space: pre-line; }
  @media only screen and (max-width: 861px) {
    .intro_cardTitle {
      margin-top: 12px; } }

@media only screen and (min-width: 861px) {
  .intro_rightArea {
    width: 320px; } }

@media only screen and (max-width: 861px) {
  .intro_rightArea {
    padding-top: 32px;
    border-top: 1px solid #ffb6c9; } }

.intro_staffContent {
  position: relative; }
  @media only screen and (max-width: 861px) {
    .intro_staffContent {
      margin-top: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 15px; } }

.intro_staffTitle {
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #2e2e2e; }
  @media only screen and (max-width: 861px) {
    .intro_staffTitle {
      font-size: 16px;
      line-height: 1.75;
      text-align: left; } }

.intro_staffDescription {
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.29;
  color: #2e2e2e; }
  @media only screen and (min-width: 861px) {
    .intro_staffDescription {
      margin-top: 32px; } }
  @media only screen and (max-width: 861px) {
    .intro_staffDescription {
      font-size: 12px;
      letter-spacing: 0.1em; } }

.intro_staffProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px; }
  @media only screen and (min-width: 861px) {
    .intro_staffProfile {
      margin-top: 46px; } }
  @media only screen and (max-width: 861px) {
    .intro_staffProfile {
      gap: 12px; } }

@media only screen and (min-width: 861px) {
  .intro_staffImage {
    width: 150px;
    margin: 0 auto; } }

@media only screen and (max-width: 861px) {
  .intro_staffImage {
    min-width: 130px; } }

.intro_staffImage img {
  width: 100%;
  height: auto; }

.intro_staffInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.intro_staffRole {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #2e2e2e; }
  @media only screen and (min-width: 861px) {
    .intro_staffRole {
      font-size: 10px; } }

.intro_staffName {
  margin-top: 8px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #2e2e2e; }
  @media only screen and (min-width: 861px) {
    .intro_staffName {
      font-size: 14px; } }
  @media only screen and (max-width: 861px) {
    .intro_staffName {
      margin-top: 4px; } }

/* トピック1
-----------------------------------------------------------------*/
.topic1 {
  margin-top: 140px;
  padding: 80px 0 120px;
  background-color: #fcfcfc; }
  @media only screen and (max-width: 861px) {
    .topic1 {
      margin-top: 64px;
      padding: 64px 0; } }

.topic1_inner {
  margin: 0 auto; }
  @media only screen and (min-width: 861px) {
    .topic1_inner {
      max-width: 1000px; } }
  @media only screen and (max-width: 861px) {
    .topic1_inner {
      padding: 0 20px; } }

.topic1_header {
  margin: 0 auto; }
  @media only screen and (min-width: 861px) {
    .topic1_header {
      width: 640px; } }

.topic1_titleArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1; }

.topic1_topicLabel {
  position: relative;
  text-align: center;
  padding: 0 24px;
  background-color: #fcfcfc; }

.topic1_topicText {
  font-size: 15px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  color: #2e2e2e; }

.topic1_topicNumber {
  margin-top: 10px;
  font-size: 90px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  letter-spacing: -.05em;
  color: #ffb6c9;
  line-height: 1; }

.topic1_decorativeLine {
  position: absolute;
  left: 0;
  top: 63px;
  width: 100%;
  z-index: -1; }
  @media only screen and (max-width: 861px) {
    .topic1_decorativeLine {
      top: 65px; } }
  .topic1_decorativeLine img {
    width: 100%;
    height: auto; }

.topic1_mainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px; }

.topic1_logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px; }
  @media only screen and (max-width: 861px) {
    .topic1_logoArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 10px; } }

.topic1_oritexLogo {
  width: 200px;
  height: auto; }
  @media only screen and (max-width: 861px) {
    .topic1_oritexLogo {
      width: 140px; } }

.topic1_titleText {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #ffb6c9;
  white-space: nowrap; }
  @media only screen and (max-width: 861px) {
    .topic1_titleText {
      font-size: 25px; } }

.topic1_torayLogo img {
  width: 90px;
  height: auto; }

.topic1_lead {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #2e2e2e;
  text-align: center; }

.topic1_featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 80px; }
  @media only screen and (max-width: 861px) {
    .topic1_featureList {
      margin-top: 58px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 50px 15px; } }

@media only screen and (min-width: 861px) {
  .topic1_featureCard {
    width: 220px; } }

.topic1_featureLabel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative; }

.topic1_featureLabelText {
  position: absolute;
  left: -17px;
  top: -20px;
  font-size: 14px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  color: #ffb6c9;
  margin-bottom: 6px; }
  @media only screen and (max-width: 861px) {
    .topic1_featureLabelText {
      font-size: 12px; } }

.topic1_featureName {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #2e2e2e; }
  @media only screen and (max-width: 861px) {
    .topic1_featureName {
      font-size: 15px; } }

.topic1_featureImage {
  margin-top: 32px; }
  @media only screen and (max-width: 861px) {
    .topic1_featureImage {
      margin-top: 20px; } }
  .topic1_featureImage img {
    width: 100%;
    height: auto; }

.topic1_featureDescription {
  margin-top: 20px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #2e2e2e; }
  @media only screen and (max-width: 861px) {
    .topic1_featureDescription {
      margin-top: 16px;
      font-size: 12px;
      line-height: 1.7; } }

.topic1_note {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid #a0a0a0; }
  @media only screen and (max-width: 861px) {
    .topic1_note {
      margin-top: 32px;
      padding-top: 12px; } }

.topic1_noteText {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media only screen and (max-width: 861px) {
    .topic1_noteText {
      gap: 4px; } }

.topic1_noteContent {
  font-size: 12px;
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2; }
  @media only screen and (max-width: 861px) {
    .topic1_noteContent {
      line-height: 1.6;
      font-size: 10px; } }

.topic1_leadCaution {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2; }
  @media only screen and (max-width: 861px) {
    .topic1_leadCaution {
      margin-top: 5px;
      text-align: left;
      line-height: 1.6;
      font-size: 10px; } }

/* トピック2
-----------------------------------------------------------------*/
.topic2 {
  padding: 120px 0;
  background-color: #fff; }
  @media only screen and (max-width: 861px) {
    .topic2 {
      padding: 64px 0; } }

@media only screen and (min-width: 861px) {
  .topic2_inner {
    max-width: 1000px;
    margin: 0 auto; } }

@media only screen and (min-width: 861px) {
  .topic2_header {
    width: 640px;
    margin: 0 auto; } }

@media only screen and (max-width: 861px) {
  .topic2_header {
    padding: 0 20px; } }

.topic2_titleArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1; }

.topic2_topicLabel {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 0 24px; }

.topic2_topicText {
  font-size: 15px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  color: #2e2e2e; }

.topic2_topicNumber {
  margin-top: 10px;
  font-size: 90px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  letter-spacing: -.05em;
  color: #ffb6c9;
  line-height: 1; }

.topic2_decorativeLine {
  position: absolute;
  left: 0;
  top: 63px;
  width: 100%;
  z-index: -1; }
  @media only screen and (max-width: 861px) {
    .topic2_decorativeLine {
      top: 65px; } }
  .topic2_decorativeLine img {
    width: 100%;
    height: auto; }

.topic2_mainTitle {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #ffb6c9;
  text-align: center; }
  @media only screen and (min-width: 861px) {
    .topic2_mainTitle {
      margin-top: 20px; } }
  @media only screen and (max-width: 861px) {
    .topic2_mainTitle {
      margin-top: 7px;
      font-size: 23px;
      line-height: 1.3; } }

.topic2_lead {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #2e2e2e;
  text-align: center; }
  @media only screen and (max-width: 861px) {
    .topic2_lead {
      margin-top: 24px; } }

.topic2_productList {
  margin-top: 83px; }
  @media only screen and (min-width: 861px) {
    .topic2_productList {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (296px)[3];
      grid-template-columns: repeat(3, 296px);
      gap: 55px 56px;
      margin-bottom: 56px; } }
  @media only screen and (max-width: 861px) {
    .topic2_productList {
      margin-top: 32px; } }

@media only screen and (max-width: 861px) {
  .topic2_productList.is-carousel {
    padding: 0; } }

@media only screen and (max-width: 861px) {
  .topic2_productViewport {
    overflow: hidden;
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; } }

@media only screen and (max-width: 861px) {
  .topic2_productTrack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease; } }

@media only screen and (max-width: 861px) {
  .topic2_productList.is-carousel .topic2_productTrack {
    padding: 0 30px 0 0; } }

@media only screen and (max-width: 861px) {
  .topic2_productList.is-carousel .topic2_productCard {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 30px);
    margin-right: 12px; } }

@media only screen and (max-width: 861px) {
  .topic2_productNavBtn {
    width: 20px;
    height: 20px;
    z-index: 2;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer; } }

@media only screen and (max-width: 861px) {
  .topic2_productNav {
    position: relative;
    width: 100%;
    height: 34px;
    margin-top: 40px; } }

@media only screen and (max-width: 861px) {
  .topic2_productNavBtn {
    position: absolute;
    top: 3px; } }

@media only screen and (max-width: 861px) {
  .topic2_productNavBtn-prev {
    left: 33svw; } }

@media only screen and (max-width: 861px) {
  .topic2_productNavBtn-next {
    right: 33svw; } }

@media only screen and (max-width: 861px) {
  .topic2_productNavBtn:disabled {
    opacity: 0.35; } }

@media only screen and (max-width: 861px) {
  .topic2_productNavBtn img {
    width: 100%;
    height: auto; } }

@media only screen and (max-width: 861px) {
  .topic2_productPager {
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #ff7aa8; } }

.topic2_productCard {
  display: block; }
  @media only screen and (min-width: 861px) {
    .topic2_productCard {
      cursor: pointer;
      width: 296px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .topic2_productCard:hover .topic2_productImage img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }

.topic2_productImage {
  display: block; }
  @media only screen and (min-width: 861px) {
    .topic2_productImage {
      overflow: hidden; }
      .topic2_productImage img {
        -webkit-transition: all 0.3s;
        transition: all 0.3s; } }
  .topic2_productImage img {
    width: 100%;
    height: auto; }

.topic2_productTag {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 300; }
  .topic2_productTag img {
    height: 10px;
    width: auto; }

.topic2_productDescription {
  margin-top: 12px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #2e2e2e; }

.topic2_ctaButton {
  text-align: center; }
  @media only screen and (max-width: 861px) {
    .topic2_ctaButton {
      padding: 0 28px; } }

.topic2_button {
  cursor: pointer;
  display: inline-block;
  height: 63px;
  margin: 56px auto 0;
  background-color: #ffb6c9;
  border: 1px solid #ffb6c9;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (min-width: 861px) {
    .topic2_button {
      width: 320px; }
      .topic2_button:hover {
        background-color: #fff; }
        .topic2_button:hover .topic2_buttonText {
          color: #ffb6c9 !important; } }
  @media only screen and (max-width: 861px) {
    .topic2_button {
      margin-top: 32px; } }

.topic2_buttonText {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.54;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/* トピック3
-----------------------------------------------------------------*/
.topic3 {
  padding: 120px 0 0;
  background-color: #fcfcfc; }
  @media only screen and (max-width: 861px) {
    .topic3 {
      padding: 64px 0 0; } }

@media only screen and (min-width: 861px) {
  .topic3_header {
    width: 640px;
    margin: 0 auto; } }

@media only screen and (max-width: 861px) {
  .topic3_header {
    padding: 0 20px; } }

.topic3_titleArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1; }

.topic3_topicLabel {
  position: relative;
  text-align: center;
  background-color: #fcfcfc;
  padding: 0 24px; }

.topic3_topicText {
  font-size: 15px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  color: #2e2e2e; }

.topic3_topicNumber {
  margin-top: 10px;
  font-size: 90px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  letter-spacing: -.05em;
  color: #ffb6c9;
  line-height: 1; }

.topic3_decorativeLine {
  position: absolute;
  left: 0;
  top: 63px;
  width: 100%;
  z-index: -1; }
  @media only screen and (max-width: 861px) {
    .topic3_decorativeLine {
      top: 65px; } }
  .topic3_decorativeLine img {
    width: 100%;
    height: auto; }

.topic3_mainTitle {
  font-size: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #ffb6c9;
  text-align: center; }
  @media only screen and (min-width: 861px) {
    .topic3_mainTitle {
      margin-top: 20px; } }
  @media only screen and (max-width: 861px) {
    .topic3_mainTitle {
      margin-top: 7px;
      font-size: 23px;
      line-height: 1.3; } }

.topic3_lead {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #2e2e2e;
  text-align: center; }
  @media only screen and (max-width: 861px) {
    .topic3_lead {
      margin-top: 24px; } }

.topic3_stylingList {
  position: relative;
  margin-top: 83px;
  width: 100%; }
  @media only screen and (max-width: 861px) {
    .topic3_stylingList {
      margin-top: 40px; } }

.topic3_stylingCard {
  position: sticky;
  top: 0;
  background-color: #fcfcfc; }
  @media only screen and (min-width: 861px) {
    .topic3_stylingCard {
      height: 100vh;
      height: 100svh;
      height: 100dvh; } }

.topic3_pager {
  position: fixed;
  left: 2px;
  top: 50%;
  z-index: 50;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 861px) {
    .topic3_pager {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media only screen and (max-width: 861px) {
    .topic3_pager {
      left: 8px;
      top: 19svh; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .topic3_pager {
      left: 8px;
      top: 32svh; } }
  .topic3_pager.is-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px; }

.topic3_pagerDot.is-active i {
  background-color: #ffb6c9; }

.topic3_pagerDot a {
  display: block;
  padding: 0 10px; }

.topic3_pagerDot i {
  display: block;
  width: 1px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E3E3E3; }
  @media only screen and (max-width: 861px) {
    .topic3_pagerDot i {
      background-color: #fff; } }

.topic3_cardContent {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media only screen and (min-width: 861px) {
    .topic3_cardContent {
      height: 100%; } }
  @media only screen and (max-width: 861px) {
    .topic3_cardContent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media only screen and (min-width: 861px) {
  .topic3_imageArea {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden; } }

@media only screen and (max-width: 861px) {
  .topic3_imageArea {
    background-color: #fcfcfc; } }

.topic3_imageArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  @media only screen and (min-width: 861px) {
    .topic3_imageArea img {
      width: auto;
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain; } }
  @media only screen and (max-width: 861px) {
    .topic3_imageArea img {
      height: auto;
      max-height: 100%; } }

.topic3_stylingImage {
  display: block; }

@media only screen and (min-width: 861px) {
  .topic3_infoArea {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 clamp(100px, 7.8125vw, 180px);
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media only screen and (max-width: 861px) {
  .topic3_infoArea {
    padding: 40px 20px 64px 55px;
    padding-bottom: 40vh; }
    [data-index="10"] .topic3_infoArea {
      padding-bottom: 64px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topic3_infoArea {
    padding-bottom: 20vh; } }

.topic3_categoryLabel {
  position: relative;
  color: #ffb6c9;
  font-size: 20px;
  letter-spacing: .1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px; }
  .topic3_categoryLabel:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    width: 11.5px;
    height: 21.49px;
    background-image: url(../assets/images/miracle_blouse_2604/topic3_arrow_right.svg); }
  .topic3_categoryLabel:before {
    background-image: url(../assets/images/miracle_blouse_2604/topic3_arrow_left.svg);
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 10.75px;
    height: 21.49px; }

.topic3_colorInfo {
  margin-top: 24px; }

.topic3_colorName {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000; }

.topic3_description {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #2e2e2e;
  margin-top: 16px; }

.topic3_productInfo {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px; }

.topic3_mainItemSection {
  padding-bottom: 7.5px;
  border-bottom: 1px solid #A0A0A0; }
  @media only screen and (max-width: 861px) {
    .topic3_mainItemSection {
      padding-bottom: 10px; } }

.topic3_sectionTitle {
  position: relative;
  font-size: 12px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffb6c9;
  padding-left: 24px; }
  @media only screen and (max-width: 861px) {
    .topic3_sectionTitle {
      font-size: 13px;
      letter-spacing: 0.05em; } }
  .topic3_sectionTitle:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #ffb6c9; }

.topic3_mainProduct {
  margin-top: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (min-width: 861px) {
    .topic3_mainProduct {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .topic3_mainProduct:hover {
        opacity: 0.4; } }

.topic3_mainProduct_textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.topic3_productBadgeText {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #2e2e2e;
  margin-top: 4px; }
  @media only screen and (max-width: 861px) {
    .topic3_productBadgeText {
      margin-top: 7px;
      font-size: 10px;
      letter-spacing: 0.1em; } }

.topic3_mainProduct_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 861px) {
    .topic3_mainProduct_info {
      gap: 5px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (max-width: 861px) {
    .topic3_mainProduct_info {
      gap: 1px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.topic3_productName {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #2e2e2e; }
  @media only screen and (max-width: 861px) {
    .topic3_productName {
      font-size: 12px;
      letter-spacing: 0.1em; } }

.topic3_productCode {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #2e2e2e; }
  @media only screen and (max-width: 861px) {
    .topic3_productCode {
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1; } }

.topic3_priceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.topic3_priceArea_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.topic3_price {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 861px) {
    .topic3_price {
      font-size: 12px; } }

.topic3_taxLabel {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }

.topic3_badge {
  margin-bottom: 12px; }
  .topic3_badge img {
    height: 20px;
    width: auto; }

@media only screen and (min-width: 861px) {
  .topic3_viewLink {
    padding-left: 10.5px; } }

.topic3_viewLink_text {
  font-size: 13px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffb6c9; }
  @media only screen and (max-width: 861px) {
    .topic3_viewLink_text {
      font-size: 11px; } }

.topic3_otherProducts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-top: 24px; }

.topic3_otherProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 8px; }
  @media only screen and (min-width: 861px) {
    .topic3_otherProduct {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .topic3_otherProduct:hover .topic3_otherProduct_textBlock {
        opacity: 0.4; }
      .topic3_otherProduct:hover .topic3_otherPriceArea {
        opacity: 0.4; } }

.topic3_otherProduct_textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (min-width: 861px) {
    .topic3_otherProduct_textBlock {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; } }

.topic3_otherProductBadgeText {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #2e2e2e;
  margin-top: 4px; }
  @media only screen and (max-width: 861px) {
    .topic3_otherProductBadgeText {
      margin-top: 7px;
      font-size: 10px;
      letter-spacing: 0.1em; } }

.topic3_otherProduct_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 861px) {
    .topic3_otherProduct_info {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 5px; } }
  @media only screen and (max-width: 861px) {
    .topic3_otherProduct_info {
      gap: 1px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.topic3_otherProductName {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #2e2e2e; }
  @media only screen and (max-width: 861px) {
    .topic3_otherProductName {
      font-size: 12px;
      letter-spacing: 0.1em; } }

.topic3_otherProductCode {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #2e2e2e; }
  @media only screen and (max-width: 861px) {
    .topic3_otherProductCode {
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1; } }

.topic3_otherPriceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media only screen and (min-width: 861px) {
    .topic3_otherPriceArea {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; } }

.topic3_otherPriceArea_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.topic3_otherPrice {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 861px) {
    .topic3_otherPrice {
      font-size: 12px; } }

.topic3_otherTaxLabel {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }

.topic3_otherViewLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding-left: 10.5px; }

.topic3_otherViewLink_text {
  font-size: 13px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffb6c9; }
  @media only screen and (max-width: 861px) {
    .topic3_otherViewLink_text {
      font-size: 11px; } }

.topic3_otherArrow {
  width: 14px;
  height: auto; }

/* ボタン
-----------------------------------------------------------------*/
.btn-section {
  margin-top: 120px; }
  @media only screen and (max-width: 861px) {
    .btn-section {
      margin-top: 65px;
      padding: 0 28px; } }

.tryOnButton {
  display: block; }
  @media only screen and (max-width: 861px) {
    .tryOnButton {
      padding: 0 10px;
      margin-top: 95px; } }
  @media only screen and (min-width: 861px) {
    .tryOnButton {
      width: 380px;
      margin: 160px auto 0;
      -webkit-transition: ease .4s;
      transition: ease .4s; }
      .tryOnButton:hover {
        opacity: .7; } }
  .tryOnButton img {
    width: 100%;
    height: auto; }

.shopButton {
  display: block; }
  @media only screen and (max-width: 861px) {
    .shopButton {
      padding: 0 10px;
      margin: 35px 0 60px; } }
  @media only screen and (min-width: 861px) {
    .shopButton {
      width: 380px;
      margin: 30px auto 80px;
      -webkit-transition: ease .4s;
      transition: ease .4s; }
      .shopButton:hover {
        opacity: .7; } }
  .shopButton img {
    width: 100%;
    height: auto; }
