@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ブレイクポイント
***************************************************************/
/* positionで要素を中央
***************************************************************/
.sample {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* 色
***************************************************************/
/* table of contents

  初期化
  フォント設定
  フォントサイズ
  テキスト
  ボタン
  横並び（flex）
  円
  リンク
  画像
  背景
  子要素横幅いっぱい
  display: block
  スムーズスクロール
  幅
  fade in

***************************************************************/
/* 初期化
***************************************************************/
h1, h2, h3, h4, ol, ul, dl, dt, dd, figure, p {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

* {
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* フォント設定
***************************************************************/
body {
  font-family: "Michroma", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.4;
  font-size: 16px;
  color: #603A35;
  overflow-x: hidden;
  background-color: #FFFBFB;
}

/* テキスト
***************************************************************/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-bold {
  font-weight: 700;
}

.txt-normal {
  font-weight: normal;
}

.txt-primary {
  color: #EC9CA4;
}

/* ボタン
***************************************************************/
.btn a {
  text-decoration: none;
  background-color: #EC9CA4;
  color: #fff;
  display: block;
  padding: 25px 0;
  text-align: center;
  line-height: 1;
  width: 420px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 16px;
  transition: all 0.2s ease-in;
  border: 2px solid #EC9CA4;
  box-shadow: 0px 4px 2px 0px rgba(203, 133, 140, 0.5);
}
@media (max-width: 767px) {
  .btn a {
    width: 100%;
    padding: 16px 36px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .btn a:hover {
    background-color: #fff;
    color: #EC9CA4;
  }
}

/* 横並び（flex）
***************************************************************/
.dflex {
  display: flex;
}

.dflex-center {
  justify-content: center;
  align-items: center;
}

.dflex-spbtwn {
  justify-content: space-between;
}

.dflex-reverse {
  flex-direction: row-reverse;
}

.dflex-column {
  flex-direction: column;
}

.dflex-column-reverse {
  flex-direction: column-reverse;
}

.dflex-aic {
  align-items: center;
}

/* 円
***************************************************************/
.circle {
  border-radius: 50%;
}

/* リンク
***************************************************************/
.link a {
  text-decoration: none;
  color: #603A35;
}
.link a:hover {
  text-decoration: underline;
}

.link-targetBlank a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_target_blank.svg") no-repeat center;
  background-size: contain;
  position: relative;
  top: 2px;
  left: 2px;
}

a {
  transition: all 0.2s ease-in;
}

/* 画像
***************************************************************/
img {
  vertical-align: bottom;
  display: block;
}

.img-center {
  margin: 0 auto;
}

/* 背景
***************************************************************/
.bg-primary {
  background-color: #EC9CA4;
}

.bg-white {
  background-color: #fff;
}

/* 子要素横幅いっぱい
***************************************************************/
.m5050vw {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* display: block
***************************************************************/
.dblock {
  display: block;
}

/* スムーズスクロール
***************************************************************/
html {
  scroll-behavior: smooth;
}

/* 幅
***************************************************************/
.w100 {
  width: 100%;
}

/* fade in
***************************************************************/
.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

/* table of contents

  footer

***************************************************************/
.footer {
  width: 100%;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer .inner {
  width: 1200px;
  margin: 0 auto;
  height: 64px;
  padding: 24px 0;
  border-top: 1px solid #603A35;
}
@media (max-width: 767px) {
  .footer .inner {
    border-top: none;
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0 0 24px;
  }
  .footer .inner .link-targetBlank {
    margin-bottom: 30px;
  }
  .footer .inner small {
    padding-bottom: 30px;
  }
}

/* table of contents
　
  ヘッダー

***************************************************************/
.header {
  width: 100%;
  height: 64px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    height: 48px;
    padding: 8px 0;
  }
  .header img {
    height: 36px;
  }
}

/* table of contents

  main

***************************************************************/
.wrapper main {
  background: #FFFBFB url("../img/bg_dotted.svg") repeat top 50px center;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .wrapper main {
    background: #FFFBFB url("../img/bg_dotted_sp.svg") repeat top 20px center;
    background-size: 390px auto;
    padding-bottom: 60px;
  }
}
.wrapper .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper .inner {
    padding: 0 12px;
  }
}
.wrapper .mv {
  margin-bottom: 40px;
}
.wrapper .mv .inner {
  padding-left: 132px;
}
@media (max-width: 767px) {
  .wrapper .mv .inner {
    flex-direction: column-reverse;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .wrapper .mv .inner > div {
    position: absolute;
    left: 132px;
    top: 226px;
  }
  .wrapper .mv .inner > div .ttl img {
    margin-bottom: 30px;
  }
  .wrapper .mv .inner > div .ttl img:first-of-type {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .wrapper .mv .ttl img:first-of-type {
    width: 306px;
    margin: 0 auto 8px;
  }
  .wrapper .mv .ttl img:last-of-type {
    width: 320px;
    margin: 0 auto 32px;
  }
}
.wrapper .mv figure {
  margin-left: auto;
}
@media (max-width: 767px) {
  .wrapper .mv figure {
    margin-top: 24px;
  }
}
.wrapper .mv figure img {
  width: 950px;
}
@media (max-width: 767px) {
  .wrapper .mv figure img {
    width: 100%;
    margin-bottom: 14px;
  }
}
.wrapper .scrolldown2 {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  .wrapper .scrolldown2 {
    margin-bottom: 254px;
  }
}
.wrapper .scrolldown2 span {
  font-size: 24px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .wrapper .scrolldown2 span {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
  }
}
.wrapper .scrolldown2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #603A35;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.wrapper .scrolldown2:after {
  content: "";
  position: absolute;
  bottom: -43px;
  width: 1px;
  height: 43px;
  background: #603A35;
  left: 50%;
  transform: translate(-50%, 0);
}
@keyframes circlemove {
  0% {
    bottom: -3px;
  }
  100% {
    bottom: -46px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.wrapper .sec-campaign {
  position: relative;
}
.wrapper .sec-campaign .img {
  position: absolute;
}
.wrapper .sec-campaign .img-left {
  left: 0;
  top: -300px;
}
.wrapper .sec-campaign .img-left img {
  width: 405px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .img-left {
    left: 0;
    top: -240px;
  }
  .wrapper .sec-campaign .img-left img {
    width: 190px;
  }
}
.wrapper .sec-campaign .img-right {
  right: 70px;
  top: 60px;
}
.wrapper .sec-campaign .img-right img {
  width: 202px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .img-right {
    right: 0;
    top: -24px;
  }
  .wrapper .sec-campaign .img-right img {
    width: 96px;
  }
}
.wrapper .sec-campaign .inner {
  position: relative;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .inner {
    padding: 0 20px;
  }
}
.wrapper .sec-campaign .inner > .ttl {
  position: relative;
  line-height: 1;
  margin-bottom: 40px;
}
.wrapper .sec-campaign .inner > .ttl .txt-primary {
  font-size: 40px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .inner > .ttl .txt-primary {
    font-size: 24px;
  }
}
.wrapper .sec-campaign .inner > .ttl .jp {
  font-size: 16px;
  display: block;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .inner > .ttl .jp {
    font-size: 12px;
  }
}
.wrapper .sec-campaign .inner > .ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -24px;
  width: 24px;
  height: 24px;
  background: url("../img/icon_campaign.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .inner > .ttl:before {
    width: 16px;
    height: 16px;
    top: -16px;
  }
}
.wrapper .sec-campaign .txt-center {
  font-size: 24px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .txt-center {
    font-size: 18px;
  }
}
.wrapper .sec-campaign .txt-center .txtBig {
  font-size: 32px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .txt-center .txtBig {
    font-size: 20px;
  }
}
.wrapper .sec-campaign .txt-center:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .txt-center:not(:last-of-type) {
    margin-bottom: 36px;
  }
}
.wrapper .sec-campaign .txtMid {
  font-size: 28px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .txtMid {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.wrapper .sec-campaign .box-targetProduct {
  font-size: 20px;
  width: 684px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 64px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .box-targetProduct {
    font-size: 18px;
    width: 100%;
    padding: 24px 20px;
  }
}
.wrapper .sec-campaign .box-targetProduct .ttl {
  margin-bottom: 20px;
  line-height: 1;
}
.wrapper .sec-campaign .box-targetProduct .ttl span {
  position: relative;
  font-size: 20px;
}
.wrapper .sec-campaign .box-targetProduct .ttl span::before, .wrapper .sec-campaign .box-targetProduct .ttl span::after {
  content: "";
  display: block;
  width: 42px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.wrapper .sec-campaign .box-targetProduct .ttl span:before {
  background: url("../img/bg_dotted_left.svg") no-repeat top center;
  left: -56px;
}
.wrapper .sec-campaign .box-targetProduct .ttl span:after {
  background: url("../img/bg_dotted_right.svg") no-repeat top center;
  right: -56px;
}
.wrapper .sec-campaign .box-targetProduct .txt-center.txt-primary.txt-bold {
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .box-targetProduct .txt-center.txt-primary.txt-bold {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
}
.wrapper .sec-campaign .box-targetProduct .img-center {
  margin-bottom: 2px;
}
.wrapper .sec-campaign .box-targetProduct .link-targetBlank {
  line-height: 1;
  margin: 0;
}
.wrapper .sec-campaign .box-targetProduct .link-targetBlank a {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .box-targetProduct .link-targetBlank a {
    font-size: 14px;
  }
}
.wrapper .sec-campaign .box-targetProduct figure {
  width: 556px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wrapper .sec-campaign .box-targetProduct figure {
    width: 310px;
    margin: 0 auto;
  }
  .wrapper .sec-campaign .box-targetProduct figure img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wrapper .sec-campaign .box-targetProduct figure a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .inner {
    padding: 0 20px;
  }
}
.wrapper .sec-small-adventure .inner > div {
  width: 1000px;
  margin: 78px auto 0;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .inner > div {
    width: 100%;
    margin: 70px auto 0;
  }
}
.wrapper .sec-small-adventure .ttl {
  font-size: 28px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .ttl {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 22px;
  }
}
.wrapper .sec-small-adventure .txt {
  line-height: 300%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .txt {
    font-size: 16px;
    line-height: 180%;
  }
}
.wrapper .sec-small-adventure .txt-small {
  font-size: 13px;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .txt-small {
    font-size: 11px;
    margin-top: 10px;
  }
}
.wrapper .sec-small-adventure .dblock.bg-primary {
  color: #fff;
  text-decoration: none;
  width: 800px;
  margin: 80px auto 2px;
  border-radius: 16px;
  padding: 37px 42px 27px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .dblock.bg-primary {
    width: 100%;
    padding: 24px 17px;
  }
}
.wrapper .sec-small-adventure .dblock.bg-primary .txt-white {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .dblock.bg-primary .txt-white {
    font-size: 16px;
    letter-spacing: -0.9px;
    margin-bottom: 16px;
  }
}
.wrapper .sec-small-adventure .dblock.bg-primary .bg-white {
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  line-height: 65px;
  position: relative;
  border: 2px solid #fff;
}
@media (min-width: 768px) {
  .wrapper .sec-small-adventure .dblock.bg-primary .bg-white:hover {
    background-color: #EC9CA4;
    color: #fff;
  }
}
.wrapper .sec-small-adventure .dblock.bg-primary .bg-white .fa-solid {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .dblock.bg-primary .bg-white .fa-solid {
    margin-left: 10px;
  }
}
.wrapper .sec-small-adventure .dblock.bg-primary .bg-white p {
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .dblock.bg-primary .bg-white p {
    font-size: 16px;
    padding: 24px 10px 24px 24px;
    line-height: 1;
  }
}
.wrapper .sec-small-adventure .dblock.bg-primary + p {
  font-size: 13px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .wrapper .sec-small-adventure .dblock.bg-primary + p {
    font-size: 11px;
    margin-top: 6px;
  }
}
.wrapper .sec-choice {
  background: url("../img/bg_circle.svg") no-repeat top center;
  min-height: 640px;
  margin-top: 85px;
  padding-top: 118px;
}
@media (max-width: 767px) {
  .wrapper .sec-choice {
    min-height: 380px;
    padding-top: 90px;
    background-size: contain;
    margin-top: 70px;
  }
}
.wrapper .sec-choice .ttl {
  font-size: 32px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper .sec-choice .ttl {
    font-size: 20px;
    margin-bottom: 27px;
  }
}
.wrapper .sec-choice .bgslide {
  width: 100%;
  height: 256px;
  background: url("../img/bg_slides.png") repeat-x;
  background-position: 0 0;
  background-size: 2524px 256px;
  animation: bgloop 60s linear infinite;
}
@media (max-width: 767px) {
  .wrapper .sec-choice .bgslide {
    background-size: 1262px 128px;
    animation: bgloop 100s linear infinite;
    height: 128px;
  }
}
@keyframes bgloop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1956px 0;
  }
}
.wrapper .sec-rsite {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .wrapper .sec-rsite .inner {
    padding: 0 20px;
  }
}
.wrapper .sec-rsite .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .wrapper .sec-rsite .ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.wrapper .sec-rsite .dflex {
  gap: 48px;
}
@media (max-width: 767px) {
  .wrapper .sec-rsite .dflex {
    gap: unset;
    flex-direction: column;
  }
}
.wrapper .sec-rsite .item {
  width: 240px;
  border-radius: 16px;
  border: 1px solid #efefef;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wrapper .sec-rsite .item {
    width: 100%;
  }
  .wrapper .sec-rsite .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .wrapper .sec-rsite .item figure {
    display: flex;
    align-items: center;
  }
  .wrapper .sec-rsite .item figure div {
    width: 50%;
  }
  .wrapper .sec-rsite .item figure figcaption {
    width: 50%;
    border-top: none;
    border-left: 1px solid #efefef;
    font-size: 16px;
    padding: 16px 21px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .wrapper .sec-rsite .item figure figcaption {
    padding: 8px;
  }
}
.wrapper .sec-rsite .item a {
  color: #603A35;
  text-decoration: none;
}
@media (min-width: 768px) {
  .wrapper .sec-rsite .item a:hover {
    text-decoration: underline;
  }
  .wrapper .sec-rsite .item a:hover img {
    opacity: 0.7;
  }
}
.wrapper .sec-rsite .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.wrapper .sec-rsite .item figcaption {
  border-top: 1px solid #efefef;
  padding: 10px 52px;
  font-size: 16px;
}
.wrapper .sec-rsite .item:first-of-type div {
  padding: 30px 30px 24px;
}
@media (max-width: 767px) {
  .wrapper .sec-rsite .item:first-of-type div {
    padding: 13px 0;
  }
  .wrapper .sec-rsite .item:first-of-type div img {
    width: 92px;
  }
}
.wrapper .sec-rsite .item:last-of-type div {
  padding: 40px 16px 35px;
}
@media (max-width: 767px) {
  .wrapper .sec-rsite .item:last-of-type div {
    padding: 14px 0;
  }
  .wrapper .sec-rsite .item:last-of-type div img {
    width: 144px;
  }
}/*# sourceMappingURL=style.css.map */