@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: dnp-shuei-gothic-gin-std, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  width: 100%;
  color: #000000;
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  html {
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 750px) {
  html {
    letter-spacing: 0.02em;
  }
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dnp_shuei {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

#otona_menu {
  letter-spacing: 1.5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#otona_menu .eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 751px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 750px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}

#otona_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}

#otona_menu img {
  width: 100%;
  vertical-align: middle;
}

#otona_menu #header {
  width: 100%;
}

@media screen and (min-width: 751px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}

@media screen and (min-width: 751px) {
  #otona_menu #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 750px) {
  #otona_menu #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}

#otona_menu #nav-pop {
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 101;
  overflow-y: auto;
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}

@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}

#otona_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}

#otona_menu #nav-pop .pop-nav .brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
  }
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(100% / 7);
    padding: 10px 0;
  }
}

@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(100% / 2 - 10px);
    padding: 10px 0;
  }
}

#otona_menu #nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}

@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#otona_menu #nav-pop .pop-nav .nav_link a {
  cursor: pointer;
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}

#otona_menu #nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}

#otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 55px;
  z-index: 99;
  width: 50px;
  height: 19px;
}

@media screen and (max-width: 750px) {
  #otona_menu #btn-menu-nav,
  #otona_menu #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}

#otona_menu #btn-menu-nav {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#otona_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000 !important;
}

#otona_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

#otona_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#otona_menu #nav-pop .close span:last-child {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* CONTENT メイン
--------------------------------------*/
#contents {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #contents {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  #contents {
    font-size: 12px;
  }
}

#wrap {
  overflow: hidden;
  width: 100%;
}

#main .main-img {
  width: 100%;
  height: auto;
}

.read {
  text-align: center;
  line-height: 2.8em;
  letter-spacing: 0.18em;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .read {
    padding-top: 80px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}

.inner {
  width: 1218px;
}

.intro {
  margin-top: 150px;
}

@media screen and (max-width: 750px) {
  .intro {
    margin-top: 80px;
  }
}

.intro .intro_img {
  width: 22%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .intro .intro_img {
    width: 65%;
    margin: 0 auto 10px;
  }
}

.intro ul.intro_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.intro ul.intro_box li {
  font-size: 11px;
  padding: 30px 20px;
}

@media screen and (max-width: 750px) {
  .intro ul.intro_box li {
    width: 43%;
    padding: 15px 5px;
  }
}

.intro ul.intro_box li span.intro_com_l, .intro ul.intro_box li span.intro_com_r {
  font-size: 10px;
  background-color: #fafaee;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
}

.intro ul.intro_box li span.intro_com_l::before {
  content: '';
  display: inline-block;
  /*忘れずに！*/
  width: 76px;
  /*画像の幅*/
  height: 21px;
  /*画像の高さ*/
  background-image: url(../images/fukidashi.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-105deg);
          transform: rotate(-105deg);
  position: absolute;
  bottom: -5px;
  left: -15px;
}

.intro ul.intro_box li span.intro_com_r::before {
  content: '';
  display: inline-block;
  /*忘れずに！*/
  width: 76px;
  /*画像の幅*/
  height: 21px;
  /*画像の高さ*/
  background-image: url(../images/fukidashi.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: -5px;
  right: -15px;
}

.intro ul.intro_box li .illust {
  width: 130px;
  height: auto;
  padding-top: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .intro ul.intro_box li .illust {
    width: 60%;
    padding-top: 14px;
  }
}

.intro ul.intro_box li p {
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .intro ul.intro_box li p {
    line-height: 1.8em;
  }
}

.intro ul.intro_box li p span {
  display: block;
  text-align: center;
  padding-top: 5px;
}

.intro ul.intro_box li span.name {
  font-size: 14px;
  padding-top: 10px;
}

.intro ul.intro_box li span.part {
  color: #827f7f;
  padding-top: 0px;
}

.intro ul.intro_box li span.child {
  padding-top: 0px;
  text-decoration: underline;
}

.talk {
  width: 1218px;
  position: relative;
  margin: 200px auto 0px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (max-width: 750px) {
  .talk {
    width: 90%;
    margin: 150px auto 0px;
  }
}

.talk::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1198px;
  height: 1px;
  background-color: #000;
}

@media screen and (max-width: 750px) {
  .talk::before {
    width: 95%;
  }
}

.talk::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1198px;
  height: 1px;
  background-color: #000;
}

@media screen and (max-width: 750px) {
  .talk::after {
    width: 95%;
  }
}

.talk p {
  letter-spacing: 0.15em;
}

.talk .p-frame {
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  background-image: url(../images/frame.svg);
  background-repeat: repeat-y;
  background-size: contain;
}

.talk .p-frame:nth-child(1) {
  left: -11px;
}

.talk .p-frame:nth-child(2) {
  right: -12px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.talk p.theme {
  position: absolute;
  left: 50px;
  top: -70px;
  font-size: 25px;
  background-color: #fff;
  padding: 10px 40px;
}

@media screen and (max-width: 750px) {
  .talk p.theme {
    font-size: 22px;
    line-height: 1.6em;
    padding: 10px;
    width: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.talk p.theme span.theme_num {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 750px) {
  .talk p.theme span.theme_num {
    font-size: 16px;
  }
}

.talk .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .talk .flex {
    display: block;
  }
}

.talk .flex .box1 {
  width: 70%;
}

@media screen and (max-width: 750px) {
  .talk .flex .box1 {
    width: 100%;
  }
}

.talk .flex .box2 {
  width: 19%;
  padding-top: 10%;
}

@media screen and (max-width: 750px) {
  .talk .flex .box2 {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10%;
  }
}

.talk .block4 .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5cedc));
  background: linear-gradient(transparent 60%, #f5cedc 60%);
}

.talk .block4 .flex .box2 {
  width: 15%;
  padding-top: 3%;
}

@media screen and (max-width: 750px) {
  .talk .block4 .flex .box2 {
    width: 50%;
    padding-top: 10%;
  }
}

.talk .block5 .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5cedc));
  background: linear-gradient(transparent 60%, #f5cedc 60%);
}

.talk .block5 .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.talk .block5 .flex .box2 {
  width: 20%;
  padding-top: 8%;
  padding-left: 8%;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .talk .block5 .flex .box2 {
    width: 65%;
    padding: 10% 0;
  }
}

.talk .block5 .flex .box1 {
  width: 80%;
}

@media screen and (max-width: 750px) {
  .talk .block5 .flex .box1 {
    width: 100%;
  }
}

.talk .block9 .flex .box2 {
  width: 18%;
  padding-top: 2%;
}

@media screen and (max-width: 750px) {
  .talk .block9 .flex .box2 {
    width: 60%;
    padding-top: 10%;
  }
}

.talk section.block1 {
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .talk section.block1 {
    padding-top: 150px;
  }
}

.talk section.block2 {
  position: relative;
}

@media screen and (max-width: 750px) {
  .talk section.block2 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 751px) {
  .talk section.block2 .talk_illust {
    width: 12%;
    position: absolute;
    top: 50%;
    right: 12%;
  }
}

@media screen and (max-width: 750px) {
  .talk section.block2 .talk_illust {
    width: 30%;
    position: absolute;
    bottom: 2%;
    right: 22%;
  }
}

.talk section.block4 {
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .talk section.block4 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 751px) {
  .talk section.block4 .talk_illust {
    width: 12%;
    position: absolute;
    top: 50%;
    right: 12%;
  }
}

@media screen and (max-width: 750px) {
  .talk section.block4 .talk_illust {
    width: 30%;
    position: absolute;
    bottom: -24%;
    right: 34%;
  }
}

.talk section.block5 {
  position: relative;
}

@media screen and (max-width: 750px) {
  .talk section.block5 {
    padding-top: 110px;
  }
}

.talk section.block5 .talk_illust {
  width: 17%;
  position: absolute;
  bottom: -20%;
  right: 16%;
}

@media screen and (max-width: 750px) {
  .talk section.block5 .talk_illust {
    width: 45%;
    bottom: -22%;
    right: 5%;
  }
}

@media screen and (max-width: 750px) {
  .talk section.block6 {
    padding-top: 110px;
  }
}

.talk section.block7 {
  position: relative;
}

@media screen and (min-width: 751px) {
  .talk section.block7 {
    padding-left: 30%;
  }
}

@media screen and (min-width: 751px) {
  .talk section.block7 .talk_illust {
    width: 12%;
    position: absolute;
    top: 25%;
    left: 16%;
  }
}

@media screen and (max-width: 750px) {
  .talk section.block7 .talk_illust {
    width: 30%;
    position: absolute;
    bottom: -17%;
    right: 35%;
  }
}

@media screen and (max-width: 750px) {
  .talk section.block8 {
    padding-top: 110px;
  }
}

.talk section.block9 {
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .talk section.block9 {
    padding: 110px 0;
  }
}

@media screen and (min-width: 751px) {
  .talk section.block9 .talk_illust {
    width: 12%;
    position: absolute;
    bottom: 10%;
    right: 10%;
  }
}

@media screen and (max-width: 750px) {
  .talk section.block9 .talk_illust {
    width: 33%;
    position: absolute;
    bottom: -11%;
    right: 34%;
  }
}

.talk section.block10 {
  position: relative;
  padding-bottom: 150px;
}

@media screen and (max-width: 750px) {
  .talk section.block10 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 751px) {
  .talk section.block10 .talk_illust {
    width: 19%;
    position: absolute;
    bottom: 5%;
    right: 11%;
  }
}

@media screen and (max-width: 750px) {
  .talk section.block10 .talk_illust {
    width: 40%;
    position: absolute;
    bottom: 2%;
    right: 10%;
  }
}

.talk section p.yellow {
  color: #d3185d;
}

.talk section p {
  padding: 15px 100px;
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .talk section p {
    padding: 12px 30px;
  }
}

.talk section p span {
  display: inline-block;
}

.talk section p span.weight {
  font-weight: 700;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .talk section p span.weight {
    font-weight: 13px;
  }
}

.talk section p span.weight_l {
  font-weight: 700;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .talk section p span.weight_l {
    font-weight: 14px;
  }
}

.talk span.y_line {
  width: 90%;
  height: 8px;
  margin: 100px auto 0;
  display: block;
  background-color: #d3185d;
}

@media screen and (max-width: 750px) {
  .talk span.y_line {
    margin-top: 0;
  }
}

.talk .recommend_box {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box {
    padding-bottom: 1px;
  }
}

.talk .recommend_box p.recommend_title {
  font-size: 22px;
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box p.recommend_title {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}

.talk .recommend_box span.square {
  width: 23px;
  height: 23px;
  background-color: #d3185d;
  display: inline-block;
  margin-right: 30px;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box span.square {
    margin-right: 10px;
  }
}

.talk .recommend_box .comment_box {
  padding: 40px 0;
  margin: 0 auto;
  width: 60%;
  background-color: #fafaee;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box {
    margin-top: 50px;
    width: 100%;
  }
}

.talk .recommend_box .comment_box .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box .prof {
    display: block;
  }
}

.talk .recommend_box .comment_box .point {
  padding-top: 20px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

.talk .recommend_box .comment_box .circle {
  width: 70px;
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box .circle {
    margin: 0 auto;
  }
}

.talk .recommend_box .comment_box .circle img {
  border-radius: 40px;
  border: solid #fff 6px;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box .circle img {
    border-radius: 80px;
  }
}

.talk .recommend_box .comment_box .comment {
  background-color: #fafaee;
  padding: 0px 35px;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box .comment {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
}

.talk .recommend_box .comment_box .comment .name {
  font-weight: bold;
  font-size: 20px;
}

.talk .recommend_box .comment_box .comment .shop {
  font-size: 12px;
}

.talk .recommend_box .comment_box .comment .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box .comment .sns_box {
    width: 90%;
    margin: 0 auto;
  }
}

.talk .recommend_box .comment_box .comment .sns_box .sns {
  text-align: center;
  width: 48%;
  margin-top: 15px;
  font-size: 12px;
  margin-right: 8px;
  display: inline;
  padding: 2px 8px;
  background: #000;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box .comment .sns_box .sns {
    margin: 15px 4px 0;
  }
}

.talk .recommend_box .comment_box .comment .sns_box .sns a {
  color: #fff;
  letter-spacing: 0.1em;
}

.talk .recommend_box .comment_box span.com_name {
  display: block;
  padding-bottom: 2px;
  font-size: 14px;
}

.talk .recommend_box .comment_box p.com {
  background-color: #fafaee;
  position: relative;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box p.com {
    padding: 20px;
  }
}

.talk .recommend_box .comment_box p.com::before {
  content: '';
  width: 76px;
  /*画像の幅*/
  height: 21px;
  /*画像の高さ*/
  background-image: url(../images/fukidashi.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
}

@media screen and (min-width: 751px) {
  .talk .recommend_box .comment_box p.com::before {
    position: absolute;
    top: 540%;
    left: 210px;
  }
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box p.com::before {
    position: absolute;
    top: 598%;
    right: 51%;
    -webkit-transform: rotate(242deg);
            transform: rotate(242deg);
  }
}

.talk .recommend_box .comment_box p.com_l {
  background-color: #fafaee;
  position: relative;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box p.com_l {
    padding: 20px;
  }
}

.talk .recommend_box .comment_box p.com_l::before {
  content: '';
  width: 76px;
  /*画像の幅*/
  height: 21px;
  /*画像の高さ*/
  background-image: url(../images/fukidashi.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

@media screen and (min-width: 751px) {
  .talk .recommend_box .comment_box p.com_l::before {
    position: absolute;
    top: 533%;
    left: -160px;
  }
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box p.com_l::before {
    position: absolute;
    top: 695%;
    right: -125%;
    -webkit-transform: rotate(320deg);
            transform: rotate(320deg);
  }
}

.talk .recommend_box .comment_box span.brown {
  color: #ca8157;
  font-weight: 700;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .talk .recommend_box .comment_box span.brown {
    font-size: 14px;
  }
}

.talk .code_box {
  width: 42%;
  margin: 30px auto;
}

@media screen and (max-width: 750px) {
  .talk .code_box {
    width: 85%;
    margin: 30px auto 100px;
  }
}

.talk .code_box .code_img {
  position: relative;
}

.talk .code_box .circle_img {
  width: 135px;
  position: absolute;
  z-index: 2;
  bottom: 5%;
  right: -12%;
}

@media screen and (max-width: 750px) {
  .talk .code_box .circle_img {
    width: 85px;
    bottom: 2%;
    right: -11%;
  }
}

.talk .code_box .circle_img_l {
  width: 135px;
  position: absolute;
  z-index: 2;
  bottom: 5%;
  right: 83%;
}

@media screen and (max-width: 750px) {
  .talk .code_box .circle_img_l {
    width: 85px;
    bottom: 2%;
    right: 82%;
  }
}

.talk .code_box .circle_img img, .talk .code_box .circle_img_l img {
  -webkit-animation: 8s linear infinite rotation;
          animation: 8s linear infinite rotation;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.talk .code_box .code_point {
  border: solid 1px lightgray;
  margin-top: 30px;
}

.talk .code_box .code_point .sub {
  padding-left: 20px;
  padding-top: 20px;
  font-size: 16px;
  color: #d3185d;
  font-weight: bold;
}

.talk .code_box .code_point .txt {
  padding: 0 20px 20px 20px;
}

.talk .credit_box {
  margin-top: 40px;
}

.talk .credit_box ul {
  margin: 5px 0;
}

.talk .credit_box ul li {
  font-size: 11px;
  line-height: 2em;
  text-decoration: underline;
  text-align: center;
  padding-bottom: 20px;
}

.talk .bd_top {
  text-align: center;
  margin-top: 40px;
}

.talk .bd_top a {
  border: solid 1px #000;
  padding: 10px 60px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 750px) {
  .talk .bd_top a {
    padding: 10px 20px;
  }
}

.talk .slider {
  margin: 10px auto;
  width: 100%;
}

.talk .slider li {
  padding: 0 5px;
}

@media screen and (max-width: 750px) {
  .talk .slider li {
    padding: 0 2px;
  }
}

.talk .slick-arrow:before {
  content: "" !important;
}

.talk .slick-arrow {
  z-index: 2 !important;
  width: 15px !important;
}

@media screen and (max-width: 750px) {
  .talk .slick-arrow {
    width: 15px !important;
  }
}

.talk .next-arrow {
  position: absolute !important;
  right: -3% !important;
  top: 35% !important;
}

@media screen and (max-width: 750px) {
  .talk .next-arrow {
    right: 0 !important;
    top: 25% !important;
  }
}

.talk .prev-arrow {
  position: absolute !important;
  left: -3% !important;
  top: 35% !important;
}

@media screen and (max-width: 750px) {
  .talk .prev-arrow {
    left: 0 !important;
    top: 25% !important;
  }
}

.talk .more a {
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
  width: 300px;
  display: block;
  margin: 30px auto 0;
  padding: 5px;
}

@media screen and (max-width: 750px) {
  .talk .more a {
    width: 75%;
    margin: 15px auto 0;
  }
}

.talk .more a:hover {
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
}

.archive {
  text-align: center;
  margin-top: 100px;
  font-weight: 700;
}

.archive a {
  text-decoration: underline;
}

.archive a:hover {
  color: #d3185d;
}

.btn_top {
  margin: 50px auto 100px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .btn_top {
    margin: 50px auto 80px;
  }
}

.btn_top p {
  padding-bottom: 5px;
  color: #d3185d;
}

.btn_top a {
  color: #fff;
  font-size: 20px;
  background-color: #d3185d;
  display: block;
  width: 600px;
  letter-spacing: 0.1em;
  padding: 30px;
  margin: 0 auto;
}

.btn_top a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 750px) {
  .btn_top a {
    width: 75%;
  }
}

p.epilogue {
  width: 1400px;
  text-align: center;
  margin-top: 150px;
  line-height: 3em;
}

@media screen and (max-width: 750px) {
  p.epilogue {
    text-align: left;
    width: 90%;
    margin: 100px auto 0;
  }
}

.footer_img {
  width: 18%;
  margin: 46px auto;
}

@media screen and (max-width: 750px) {
  .footer_img {
    width: 60%;
  }
}

footer {
  text-align: center;
  margin-bottom: 20px;
}

/* animation
--------------------------------------*/
/*# sourceMappingURL=style.css.map */