@charset "UTF-8";
/* line 5, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media screen and (max-width: 1200px) {
  /* line 8, ../../sass/_base.scss */
  .pc {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  /* line 12, ../../sass/_base.scss */
  .pc.tab {
    display: block;
  }
}

@media screen and (min-width: 801px) {
  /* line 18, ../../sass/_base.scss */
  .sp {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  /* line 23, ../../sass/_base.scss */
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  /* line 23, ../../sass/_base.scss */
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  /* line 30, ../../sass/_base.scss */
  .tab.sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /* line 30, ../../sass/_base.scss */
  .tab.sp {
    display: block;
  }
}

/* line 39, ../../sass/_base.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  /* line 39, ../../sass/_base.scss */
  img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}

/* line 110, ../../sass/_base.scss */
html {
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background-color: #fff;
  color: #4f4647;
  font-size: 14px;
}

/* line 117, ../../sass/_base.scss */
a {
  text-decoration: none;
  color: inherit;
  transition: all 1s;
}
/* line 121, ../../sass/_base.scss */
a:hover {
  color: #e2cf91;
}
/* line 123, ../../sass/_base.scss */
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: all 1s;
}

/* line 130, ../../sass/_base.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 801px) {
  /* line 133, ../../sass/_base.scss */
  .clear {
    clear: both;
  }
}
@media screen and (max-width: 800px) {
  /* line 133, ../../sass/_base.scss */
  .clear {
    display: none;
  }
}

/* line 141, ../../sass/_base.scss */
.vertical-middle {
  vertical-align: middle;
}

/* line 144, ../../sass/_base.scss */
.text-center {
  text-align: center;
}

/* line 147, ../../sass/_base.scss */
sup {
  vertical-align: top;
  font-size: smaller;
  position: relative;
  top: -0.1em;
}

/* line 153, ../../sass/_base.scss */
sub {
  vertical-align: bottom;
  font-size: smaller;
  position: relative;
  top: 0.1em;
}

/* line 159, ../../sass/_base.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 162, ../../sass/_base.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 165, ../../sass/_base.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 168, ../../sass/_base.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 171, ../../sass/_base.scss */
.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  /* line 174, ../../sass/_base.scss */
  .mb40-sp {
    margin-bottom: 40px;
  }
}

/* line 179, ../../sass/_base.scss */
.small-text {
  font-size: 13px;
  font-size: 0.92857rem;
}

/* line 182, ../../sass/_base.scss */
.bold {
  font-weight: bold;
}

/* line 185, ../../sass/_base.scss */
.text-right {
  text-align: right;
}

@media screen and (min-width: 801px) {
  /* line 188, ../../sass/_base.scss */
  .float-left {
    float: left;
  }
}

@media screen and (min-width: 801px) {
  /* line 193, ../../sass/_base.scss */
  .float-right {
    float: right;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url(/font/NotoSansCJKjp-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP"), url(/font/NotoSansCJKjp-Medium.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Sans CJK JP"), url(/font/NotoSansCJKjp-Bold.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP"), url(/font/NotoSansCJKjp-Black.woff) format("woff");
}
/* line 1, ../../sass/_layout.scss */
body {
  width: 100%;
  margin: 0 auto;
}

/* line 5, ../../sass/_layout.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1000;
  height: auto;
  transition: all 2s;
}
/* line 14, ../../sass/_layout.scss */
header #header-wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px;
  height: 70px;
}
/* line 19, ../../sass/_layout.scss */
header #header-wrap ul {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
/* line 24, ../../sass/_layout.scss */
header #header-wrap ul li a {
  font-size: 20px;
  font-size: 1.42857rem;
  font-family: 'Nanum Gothic', sans-serif;
  color: #000;
}
/* line 29, ../../sass/_layout.scss */
header #header-wrap ul li a:hover {
  border-bottom: 3px solid #000;
  transition: all 0s;
  box-sizing: border-box;
}
/* line 36, ../../sass/_layout.scss */
header #header-wrap #logoArea {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  /* line 43, ../../sass/_layout.scss */
  header #header-wrap {
    padding: 20px;
    height: 60px;
  }
  /* line 48, ../../sass/_layout.scss */
  header #header-wrap ul li a {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 801px) {
  /* line 57, ../../sass/_layout.scss */
  header #header-wrap ul {
    width: calc( 100% - 22% );
  }
  /* line 59, ../../sass/_layout.scss */
  header #header-wrap ul li {
    display: inline-block;
    padding: 0 20px 0 0;
  }
  /* line 63, ../../sass/_layout.scss */
  header #header-wrap ul li:last-child {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 72, ../../sass/_layout.scss */
  header #header-sp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 82, ../../sass/_layout.scss */
  header #header-sp a.btnMenu {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 0;
  }
  /* line 91, ../../sass/_layout.scss */
  header #header-sp a.btnMenu::before {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    content: "";
    background: #4f4647;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 101, ../../sass/_layout.scss */
  header #header-sp a.btnMenu span.lineTop {
    position: absolute;
    top: 20px;
    left: 16px;
    right: 16px;
    height: 1px;
    background: #fff;
    z-index: 1;
  }
  /* line 110, ../../sass/_layout.scss */
  header #header-sp a.btnMenu span.lineMiddle {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    height: 1px;
    background: #fff;
    z-index: 1;
  }
  /* line 119, ../../sass/_layout.scss */
  header #header-sp a.btnMenu span.lineBottom {
    position: absolute;
    bottom: 19px;
    left: 16px;
    right: 16px;
    height: 1px;
    background: #fff;
    z-index: 1;
  }
  /* line 129, ../../sass/_layout.scss */
  header #header-sp .logoArea {
    padding: 7px 0;
  }
  /* line 131, ../../sass/_layout.scss */
  header #header-sp .logoArea h1 img {
    width: 170px;
  }
  /* line 137, ../../sass/_layout.scss */
  header #menu .icon {
    background-color: #4f4647;
  }
  /* line 140, ../../sass/_layout.scss */
  header #menu .gnavi a, header #menu .sns a {
    display: block;
    padding: 15px 10px;
  }
  /* line 144, ../../sass/_layout.scss */
  header #menu .sns {
    border-bottom: 1px solid #f5f3ef;
    margin: 0 10px;
  }
  /* line 148, ../../sass/_layout.scss */
  header #menu .gnavi {
    text-align: center;
    margin: 10px 10px 0;
  }
  /* line 152, ../../sass/_layout.scss */
  header #menu .gnavi li {
    border-bottom: 1px solid #f5f3ef;
  }
  /* line 155, ../../sass/_layout.scss */
  header #menu .sns li {
    width: 24%;
    float: left;
    border-right: 1px solid #f5f3ef;
    margin: 10px 0;
  }
  /* line 160, ../../sass/_layout.scss */
  header #menu .sns li img {
    max-width: 30px;
  }
  /* line 164, ../../sass/_layout.scss */
  header #menu .sns li:last-child {
    border-right: none;
  }
}

/* line 171, ../../sass/_layout.scss */
#wrapper .header-second {
  background: url(../images/header_secong_bk.png) repeat-y top center;
  background-color: none;
  background-size: contain;
}

/* line 176, ../../sass/_layout.scss */
.header-on {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 2s;
}

@media screen and (min-width: 1201px) {
  /* line 180, ../../sass/_layout.scss */
  #ib {
    background: url(../images/top_banners/ib-bg.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 1200px) {
  /* line 180, ../../sass/_layout.scss */
  #ib {
    background: url(../images/top_banners/ib-bg.png) no-repeat center/cover;
  }
}

/* line 188, ../../sass/_layout.scss */
#mv {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  /* line 188, ../../sass/_layout.scss */
  #mv {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 188, ../../sass/_layout.scss */
  #mv {
    padding-top: 55px;
  }
}

/* line 198, ../../sass/_layout.scss */
.mv-catch {
  line-height: 1;
}
@media screen and (min-width: 1201px) {
  /* line 198, ../../sass/_layout.scss */
  .mv-catch {
    font-size: 46px;
    font-size: 3.28571rem;
    margin: 48px 0;
  }
}
@media screen and (max-width: 1200px) {
  /* line 198, ../../sass/_layout.scss */
  .mv-catch {
    font-size: 18px;
    font-size: 1.28571rem;
    margin: 40px 0 20px;
  }
}

/* line 209, ../../sass/_layout.scss */
.mv-lead {
  line-height: 1.2;
}
@media screen and (min-width: 1201px) {
  /* line 209, ../../sass/_layout.scss */
  .mv-lead {
    font-size: 32px;
    font-size: 2.28571rem;
  }
}

/* line 215, ../../sass/_layout.scss */
.top-wrap-outside {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 219, ../../sass/_layout.scss */
#top-link-wrap {
  padding-top: 48px;
  padding-bottom: 48px;
}
/* line 222, ../../sass/_layout.scss */
#top-link-wrap ul {
  max-width: 1260px;
  margin: 0 auto;
}
/* line 225, ../../sass/_layout.scss */
#top-link-wrap ul li {
  float: left;
  width: calc( 94% / 3 );
  margin-right: 3%;
}
/* line 230, ../../sass/_layout.scss */
#top-link-wrap ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  /* line 219, ../../sass/_layout.scss */
  #top-link-wrap {
    padding-top: 30px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: bottom right,top right;
    background-size: contain;
  }
  /* line 241, ../../sass/_layout.scss */
  #top-link-wrap ul li {
    float: none;
    display: block;
    margin: 0 auto 10px;
    margin-bottom: 10px;
    width: auto;
    max-width: 250px;
  }
  /* line 249, ../../sass/_layout.scss */
  #top-link-wrap ul li:last-child {
    margin-right: auto;
  }
}

/* line 255, ../../sass/_layout.scss */
#top-message {
  background-color: #f5f4f6;
  background-image: url(../images/top_message_bk.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
/* line 260, ../../sass/_layout.scss */
#top-message .top-message-wrap {
  padding: 100px 0;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
/* line 265, ../../sass/_layout.scss */
#top-message .top-message-wrap p {
  font-size: 22px;
  font-size: 1.57143rem;
  margin: 0 0 30px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 800px) {
  /* line 255, ../../sass/_layout.scss */
  #top-message {
    background-size: 500%;
  }
  /* line 273, ../../sass/_layout.scss */
  #top-message .top-message-wrap {
    padding: 40px 0 20px;
  }
  /* line 275, ../../sass/_layout.scss */
  #top-message .top-message-wrap p {
    font-size: 15px;
    font-size: 1.07143rem;
    margin: 0 0 15px;
    line-height: 1.5;
  }
}

/* line 283, ../../sass/_layout.scss */
#snsarea {
  position: fixed;
  top: 160px;
  right: 30px;
  width: 32px;
  z-index: 1001;
  height: auto;
}
@media screen and (max-width: 1200px) {
  /* line 283, ../../sass/_layout.scss */
  #snsarea {
    right: 15px;
  }
}
/* line 293, ../../sass/_layout.scss */
#snsarea ul {
  text-align: center;
}
/* line 295, ../../sass/_layout.scss */
#snsarea ul li {
  margin-bottom: 27px;
}
@media screen and (max-width: 800px) {
  /* line 283, ../../sass/_layout.scss */
  #snsarea {
    display: none;
  }
}

/* line 303, ../../sass/_layout.scss */
#snsarea-footer {
  text-align: center;
  background: #afaeb7;
  padding: 40px 0 20px;
}
@media screen and (max-width: 800px) {
  /* line 303, ../../sass/_layout.scss */
  #snsarea-footer {
    padding: 25px 0 20px;
  }
}
/* line 310, ../../sass/_layout.scss */
#snsarea-footer li {
  display: inline-block;
  width: 32px;
  vertical-align: middle;
  margin-right: 13px;
}
@media screen and (max-width: 800px) {
  /* line 310, ../../sass/_layout.scss */
  #snsarea-footer li {
    width: 25px;
    margin-right: 25px;
  }
}
/* line 319, ../../sass/_layout.scss */
#snsarea-footer li img {
  width: 100%;
}
/* line 323, ../../sass/_layout.scss */
#snsarea-footer li:first-child {
  width: 164px;
}
@media screen and (max-width: 800px) {
  /* line 323, ../../sass/_layout.scss */
  #snsarea-footer li:first-child {
    display: block;
    width: 120px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 800px) {
  /* line 331, ../../sass/_layout.scss */
  #snsarea-footer li:last-child {
    margin-right: 0;
  }
}

/* line 338, ../../sass/_layout.scss */
.post-list-wrap {
  padding-top: 85px;
  padding-bottom: 55px;
}
@media screen and (max-width: 800px) {
  /* line 338, ../../sass/_layout.scss */
  .post-list-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
/* line 345, ../../sass/_layout.scss */
.post-list-wrap ul {
  width: 940px;
  margin: 55px auto 0;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  /* line 345, ../../sass/_layout.scss */
  .post-list-wrap ul {
    width: 100%;
    max-width: 900px;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  /* line 345, ../../sass/_layout.scss */
  .post-list-wrap ul {
    display: block;
    margin: 20px auto 0;
  }
}
/* line 361, ../../sass/_layout.scss */
.post-list-wrap ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px 75px 0;
  width: 280px;
}
@media screen and (max-width: 1200px) {
  /* line 361, ../../sass/_layout.scss */
  .post-list-wrap ul li {
    width: 32%;
    margin-right: 2%;
    max-width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  /* line 361, ../../sass/_layout.scss */
  .post-list-wrap ul li {
    width: auto;
    height: auto;
    float: none;
    margin: 10px auto 30px auto;
    display: block;
  }
}
/* line 379, ../../sass/_layout.scss */
.post-list-wrap ul li span {
  display: block;
  text-align: center;
}
/* line 383, ../../sass/_layout.scss */
.post-list-wrap ul li .ifomation-text {
  padding: 0 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  /* line 383, ../../sass/_layout.scss */
  .post-list-wrap ul li .ifomation-text {
    margin-bottom: 5px;
  }
}
/* line 391, ../../sass/_layout.scss */
.post-list-wrap ul li img {
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  /* line 391, ../../sass/_layout.scss */
  .post-list-wrap ul li img {
    width: 100%;
    height: auto;
  }
}
/* line 399, ../../sass/_layout.scss */
.post-list-wrap ul .n3 {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  /* line 399, ../../sass/_layout.scss */
  .post-list-wrap ul .n3 {
    margin-right: auto;
  }
}

/* line 407, ../../sass/_layout.scss */
.media-list-top {
  background-color: #eee9e5;
  padding: 20px 10px 0;
  min-height: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  /* line 407, ../../sass/_layout.scss */
  .media-list-top {
    min-height: inherit;
  }
}
/* line 415, ../../sass/_layout.scss */
.media-list-top .media-list-top-link {
  box-sizing: border-box;
  padding-bottom: 45px;
  display: block;
  position: relative;
  min-height: 155px;
}
@media screen and (max-width: 800px) {
  /* line 415, ../../sass/_layout.scss */
  .media-list-top .media-list-top-link {
    min-height: inherit;
  }
}
/* line 425, ../../sass/_layout.scss */
.media-list-top .media-list-top-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  right: 43%;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2px solid #beb8b5;
  border-right: 2px solid #beb8b5;
  transform: translateX(-50%) rotate(135deg);
}

/* line 441, ../../sass/_layout.scss */
#media li a img {
  margin: 0;
}

/* line 446, ../../sass/_layout.scss */
.top-category {
  font-weight: bold;
}

/* line 449, ../../sass/_layout.scss */
.top-date {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  /* line 449, ../../sass/_layout.scss */
  .top-date {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}

/* line 455, ../../sass/_layout.scss */
#ifomation {
  background: url(../images/top_post_bk01.png) repeat-y top center;
  background-size: contain;
}

/* line 459, ../../sass/_layout.scss */
#media {
  background: url(../images/top_post_bk02.png) repeat-y top center;
  background-size: contain;
}

/* line 463, ../../sass/_layout.scss */
#event {
  background: url(../images/top_post_bk03.png) repeat-y top center;
  background-size: contain;
}

/* line 467, ../../sass/_layout.scss */
h2 {
  font-size: 44px;
  font-size: 3.14286rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  /* line 467, ../../sass/_layout.scss */
  h2 {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

/* line 475, ../../sass/_layout.scss */
.mainttl01, .mainttl02, .mainttl03 {
  font-family: 'Nanum Gothic', sans-serif;
}
/* line 477, ../../sass/_layout.scss */
.mainttl01 span, .mainttl02 span, .mainttl03 span {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  /* line 484, ../../sass/_layout.scss */
  .mainttl01 span::after, .mainttl01 span::before, .mainttl02 span::after, .mainttl02 span::before, .mainttl03 span::after, .mainttl03 span::before {
    background: none;
    position: static;
    right: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
/* line 495, ../../sass/_layout.scss */
h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  font-family: 'Nanum Gothic', sans-serif;
  font-style: italic;
  text-align: center;
}

/* line 501, ../../sass/_layout.scss */
.top-btn {
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  border: 1px solid #4f4647;
  padding: 1px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  /* line 501, ../../sass/_layout.scss */
  .top-btn {
    margin-bottom: 20px;
  }
}
/* line 512, ../../sass/_layout.scss */
.top-btn a {
  background-color: #fbfbfb;
  border: 1px solid #4f4647;
  padding: 5px;
  display: block;
  font-size: 16px;
  font-size: 1.14286rem;
  font-family: 'Nanum Gothic', sans-serif;
}
/* line 520, ../../sass/_layout.scss */
.top-btn a:hover {
  background-color: #4f4647;
  color: #fff;
}

/* line 525, ../../sass/_layout.scss */
#sub-nav {
  padding-top: 100px;
  padding-bottom: 200px;
  background-image: url(../images/footer_bk02.png), url(../images/footer_bk01.png), url(../images/footer_bk03.png);
  background-repeat: no-repeat,no-repeat,repeat-y;
  background-position: bottom center,top center,center center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  /* line 525, ../../sass/_layout.scss */
  #sub-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 800px) {
  /* line 525, ../../sass/_layout.scss */
  #sub-nav {
    padding: 20px 10px 60px;
    background-size: 160%;
  }
}
/* line 540, ../../sass/_layout.scss */
#sub-nav #snsFooter {
  max-width: 1260px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
  /* line 540, ../../sass/_layout.scss */
  #sub-nav #snsFooter {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  /* line 540, ../../sass/_layout.scss */
  #sub-nav #snsFooter {
    width: 100%;
    margin: 0 auto 10px;
  }
}
/* line 551, ../../sass/_layout.scss */
#sub-nav #snsFooter #twitterFooter {
  width: 49%;
  float: left;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 551, ../../sass/_layout.scss */
  #sub-nav #snsFooter #twitterFooter {
    width: 100%;
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0;
  }
}
/* line 563, ../../sass/_layout.scss */
#sub-nav #snsFooter #twitterFooter iframe {
  height: 662px !important;
}
@media screen and (max-width: 1200px) {
  /* line 563, ../../sass/_layout.scss */
  #sub-nav #snsFooter #twitterFooter iframe {
    height: 500px !important;
  }
}
@media screen and (max-width: 800px) {
  /* line 563, ../../sass/_layout.scss */
  #sub-nav #snsFooter #twitterFooter iframe {
    height: auto;
  }
}
/* line 573, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter {
  width: 49%;
  float: right;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 672px;
  overflow-x: scroll;
}
@media screen and (max-width: 800px) {
  /* line 573, ../../sass/_layout.scss */
  #sub-nav #snsFooter #instagramFooter {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}
/* line 588, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter .top-btn {
  margin: 20px auto;
  font-weight: 800;
}
/* line 591, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter .top-btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
/* line 595, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter #youtubeHeader {
  display: flex;
  justify-content: space-between;
  height: 36px;
  padding: 10px;
  border-bottom: 1px solid rgba(15, 70, 100, 0.12);
}
@media screen and (max-width: 800px) {
  /* line 595, ../../sass/_layout.scss */
  #sub-nav #snsFooter #instagramFooter #youtubeHeader {
    display: block;
    height: auto;
  }
}
/* line 605, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter #youtubeHeader__left {
  display: flex;
  justify-content: space-between;
  width: 300px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  /* line 605, ../../sass/_layout.scss */
  #sub-nav #snsFooter #instagramFooter #youtubeHeader__left {
    display: block;
    width: auto;
  }
}
/* line 615, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter #youtubeHeader #youtubeTitle {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  /* line 615, ../../sass/_layout.scss */
  #sub-nav #snsFooter #instagramFooter #youtubeHeader #youtubeTitle {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  /* line 615, ../../sass/_layout.scss */
  #sub-nav #snsFooter #instagramFooter #youtubeHeader #youtubeTitle {
    display: block;
    text-align: center;
  }
}
/* line 626, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter #youtubeHeader #youtubeTitle span {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  /* line 631, ../../sass/_layout.scss */
  #sub-nav #snsFooter #instagramFooter #youtubeHeader #youtubeBtn {
    text-align: center;
    margin-top: 10px;
  }
}
/* line 638, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter .c-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  text-align: center;
  padding: 10px;
  border: 1px solid;
  border-radius: 14px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  background: #000;
}
/* line 650, ../../sass/_layout.scss */
#sub-nav #snsFooter #instagramFooter .c-btn:hover {
  color: #000;
  background: #fff;
}
/* line 657, ../../sass/_layout.scss */
#sub-nav #sub-nav-bnr {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  /* line 657, ../../sass/_layout.scss */
  #sub-nav #sub-nav-bnr {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  /* line 657, ../../sass/_layout.scss */
  #sub-nav #sub-nav-bnr {
    max-width: 370px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* line 670, ../../sass/_layout.scss */
#sub-nav #sub-nav-bnr li {
  display: inline-block;
  margin: 0 8px;
  width: 290px;
}
@media screen and (max-width: 1200px) {
  /* line 670, ../../sass/_layout.scss */
  #sub-nav #sub-nav-bnr li {
    max-width: 290px;
    width: 32%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  /* line 670, ../../sass/_layout.scss */
  #sub-nav #sub-nav-bnr li {
    float: none;
    margin: 10px auto;
    width: auto;
  }
}
/* line 684, ../../sass/_layout.scss */
#sub-nav #sub-nav-bnr li a {
  width: 290px;
  display: block;
}
@media screen and (max-width: 1200px) {
  /* line 684, ../../sass/_layout.scss */
  #sub-nav #sub-nav-bnr li a {
    max-width: 290px;
    width: 100%;
    height: auto;
  }
}
/* line 692, ../../sass/_layout.scss */
#sub-nav #sub-nav-bnr li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  /* line 698, ../../sass/_layout.scss */
  #sub-nav #sub-nav-bnr .n3 {
    margin-right: auto;
  }
}
/* line 704, ../../sass/_layout.scss */
#sub-nav #sub-nav-bnr .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
}
/* line 710, ../../sass/_layout.scss */
#sub-nav #sub-nav-bnr .sub-nav-bnr-prev {
  background: url(../images/bnr_arrow_left.png) no-repeat;
  background-size: contain;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  /* line 710, ../../sass/_layout.scss */
  #sub-nav #sub-nav-bnr .sub-nav-bnr-prev {
    left: 0;
  }
}
/* line 722, ../../sass/_layout.scss */
#sub-nav #sub-nav-bnr .sub-nav-bnr-next {
  background: url(../images/bnr_arrow_right.png) no-repeat;
  background-size: contain;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  /* line 722, ../../sass/_layout.scss */
  #sub-nav #sub-nav-bnr .sub-nav-bnr-next {
    right: 0;
  }
}

/* line 739, ../../sass/_layout.scss */
footer {
  background: #afaeb7;
}
/* line 741, ../../sass/_layout.scss */
footer #copy {
  background: #afaeb7;
  padding: 15px 0 50px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 741, ../../sass/_layout.scss */
  footer #copy {
    padding: 13px 50px 20px;
  }
}
/* line 748, ../../sass/_layout.scss */
footer #copy p {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 748, ../../sass/_layout.scss */
  footer #copy p {
    font-size: 14px;
    font-size: 1rem;
  }
}
/* line 756, ../../sass/_layout.scss */
footer #policy-footer {
  text-align: center;
}
/* line 758, ../../sass/_layout.scss */
footer #policy-footer li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
/* line 762, ../../sass/_layout.scss */
footer #policy-footer li a:hover {
  color: inherit;
  opacity: 0.6;
  transition: all 1s;
}
/* line 769, ../../sass/_layout.scss */
footer .policy-footer--top {
  padding: 30px 0 0;
}

/* line 773, ../../sass/_layout.scss */
#main-page, #main-archive, #main-single {
  background: url(../images/main_page_bk.png) repeat-y top center;
  background-size: contain;
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  /* line 773, ../../sass/_layout.scss */
  #main-page, #main-archive, #main-single {
    padding-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  /* line 773, ../../sass/_layout.scss */
  #main-page, #main-archive, #main-single {
    padding-top: 60px;
    background-size: auto;
  }
}
/* line 784, ../../sass/_layout.scss */
#main-page .wrapper, #main-archive .wrapper, #main-single .wrapper {
  padding: 0 40px 40px;
  max-width: 1260px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  /* line 784, ../../sass/_layout.scss */
  #main-page .wrapper, #main-archive .wrapper, #main-single .wrapper {
    padding: 10px;
  }
}

/* line 794, ../../sass/_layout.scss */
#main-page .wpcf7 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.07143rem;
}
/* line 799, ../../sass/_layout.scss */
#main-page .wpcf7 .wpcf7-form-control {
  width: 100%;
  padding: 8px 10px;
  border-color: #4f4647;
  border-width: 1px;
  outline: 0;
  font-size: 15px;
  font-size: 1.07143rem;
}
@media screen and (max-width: 800px) {
  /* line 799, ../../sass/_layout.scss */
  #main-page .wpcf7 .wpcf7-form-control {
    width: 95%;
  }
}
/* line 810, ../../sass/_layout.scss */
#main-page .wpcf7 .wpcf7-select {
  width: 200px;
}
/* line 813, ../../sass/_layout.scss */
#main-page .wpcf7 .wpcf7-submit {
  font-size: 18px;
  font-size: 1.28571rem;
  border: none;
  color: #fff;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  background-color: #4f4647;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
/* line 825, ../../sass/_layout.scss */
#main-page .wpcf7 .wpcf7-submit:hover {
  opacity: 0.7;
  transition: all 1s;
}
/* line 831, ../../sass/_layout.scss */
#main-page .impressions h6 {
  margin-bottom: 10px;
}
/* line 834, ../../sass/_layout.scss */
#main-page .impressions .name {
  text-align: right;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px #e5e3de, 0 2px #FFF;
}
/* line 841, ../../sass/_layout.scss */
#main-page .kvenere_logo {
  text-align: center;
}
/* line 844, ../../sass/_layout.scss */
#main-page #profile-box {
  background-color: #E9E5D9;
  box-shadow: 0 0 0 1px #FFF, 0 0 0 11px #E9E5D9;
  padding: 30px 30px 30px 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  /* line 844, ../../sass/_layout.scss */
  #main-page #profile-box {
    padding: 30px;
  }
}
@media screen and (max-width: 800px) {
  /* line 844, ../../sass/_layout.scss */
  #main-page #profile-box {
    padding: 20px;
  }
  /* line 854, ../../sass/_layout.scss */
  #main-page #profile-box h3 {
    text-align: center;
  }
}
/* line 858, ../../sass/_layout.scss */
#main-page #profile-box h2 {
  margin: 40px 0 70px;
}
@media screen and (max-width: 800px) {
  /* line 858, ../../sass/_layout.scss */
  #main-page #profile-box h2 {
    margin: 0 0 40px;
  }
}
/* line 864, ../../sass/_layout.scss */
#main-page #profile-box .about-photo {
  position: absolute;
  bottom: 0;
  right: 50px;
}
/* line 869, ../../sass/_layout.scss */
#main-page #profile-box p {
  width: 570px;
  font-size: 15px;
  font-size: 1.07143rem;
}
@media screen and (max-width: 1220px) {
  /* line 869, ../../sass/_layout.scss */
  #main-page #profile-box p {
    width: 65%;
  }
}
@media screen and (max-width: 800px) {
  /* line 869, ../../sass/_layout.scss */
  #main-page #profile-box p {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  /* line 869, ../../sass/_layout.scss */
  #main-page #profile-box p {
    width: auto;
  }
}
/* line 882, ../../sass/_layout.scss */
#main-page #profile-box .ribbon {
  position: absolute;
  top: -11px;
  left: -11px;
}
@media screen and (max-width: 1200px) {
  /* line 882, ../../sass/_layout.scss */
  #main-page #profile-box .ribbon {
    width: 200px;
  }
}
/* line 890, ../../sass/_layout.scss */
#main-page #profile-box .about_photo {
  margin-left: auto;
  margin-right: auto;
}
/* line 896, ../../sass/_layout.scss */
#main-page #record h3 {
  font-size: 21px;
  font-size: 1.5rem;
  color: #C3AC60;
  margin-bottom: 15px;
  border-bottom: 1px solid #C3AC60;
}
/* line 903, ../../sass/_layout.scss */
#main-page #story-list {
  border-top: 2px solid #e9e5d9;
  border-bottom: 2px solid #e9e5d9;
}
/* line 906, ../../sass/_layout.scss */
#main-page #story-list .acd-button {
  cursor: pointer;
  background-image: url(/images/border_be_wh.png), url(/images/arrow-plus-be.png);
  background-repeat: repeat-x,no-repeat;
  background-position: top left,97% center;
  padding: 20px 10%;
  margin-bottom: 1px;
  display: block;
  text-align: center;
  font-size: 21px;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  /* line 906, ../../sass/_layout.scss */
  #main-page #story-list .acd-button {
    padding: 10px 60px 10px 10px;
    line-height: 1.5;
  }
}
/* line 920, ../../sass/_layout.scss */
#main-page #story-list .acd-button .chapter {
  font-size: 24px;
  font-size: 1.71429rem;
}
/* line 924, ../../sass/_layout.scss */
#main-page #story-list .acd-button:hover {
  background-color: #dfd8c9;
  background-image: url(/images/border_be_wh.png), url(/images/arrow-plus-wh.png);
  background-repeat: repeat-x,no-repeat;
  background-position: top left,97% center;
}
/* line 930, ../../sass/_layout.scss */
#main-page #story-list .acd-button-top {
  background: url(/images/arrow-plus-be.png) no-repeat 97% center;
}
/* line 933, ../../sass/_layout.scss */
#main-page #story-list .acd-contents {
  display: none;
  padding: 20px;
}
/* line 938, ../../sass/_layout.scss */
#main-page #pan {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  /* line 938, ../../sass/_layout.scss */
  #main-page #pan {
    margin-top: 10px;
  }
}
/* line 943, ../../sass/_layout.scss */
#main-page #pan li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.92857rem;
}
/* line 948, ../../sass/_layout.scss */
#main-page p {
  margin-bottom: 20px;
}
/* line 951, ../../sass/_layout.scss */
#main-page h1 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 44px;
  font-size: 3.14286rem;
  text-align: center;
  padding: 56px 0;
}
@media screen and (max-width: 800px) {
  /* line 951, ../../sass/_layout.scss */
  #main-page h1 {
    padding: 0 0 0px;
    margin: 20px 0 60px;
  }
}
/* line 961, ../../sass/_layout.scss */
#main-page h2 {
  font-style: normal;
  font-size: 30px;
  font-size: 2.14286rem;
  margin: 150px 0 20px;
  line-height: 1;
  font-weight: 800;
}
@media screen and (max-width: 800px) {
  /* line 961, ../../sass/_layout.scss */
  #main-page h2 {
    margin: 70px 0 20px;
  }
}
/* line 970, ../../sass/_layout.scss */
#main-page h2 span {
  font-size: 18px;
  font-style: italic;
  color: #C3AC60;
}
/* line 976, ../../sass/_layout.scss */
#main-page h3 {
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-size: 1.28571rem;
  margin: 24px 0 0;
}

/* TOP page */
/* line 1001, ../../sass/_layout.scss */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
/* line 1009, ../../sass/_layout.scss */
#loader #loader_box {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1015, ../../sass/_layout.scss */
#loader #loader_box img {
  width: 180px;
}
/* line 1019, ../../sass/_layout.scss */
#loader .spinner {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
/* line 1028, ../../sass/_layout.scss */
#loader .dot1, #loader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #afaeb7;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
/* line 1039, ../../sass/_layout.scss */
#loader .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* line 1062, ../../sass/_layout.scss */
#main-top #method {
  position: relative;
  background: #FAF7EE;
  padding: 60px 0;
  width: 100%;
  max-width: 1260px;
  height: 670px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  /* line 1062, ../../sass/_layout.scss */
  #main-top #method {
    height: auto;
  }
}
/* line 1073, ../../sass/_layout.scss */
#main-top #method h2 {
  font-size: 40px;
  font-size: 2.85714rem;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  /* line 1073, ../../sass/_layout.scss */
  #main-top #method h2 {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
/* line 1080, ../../sass/_layout.scss */
#main-top #method h3 {
  color: #C3AC60;
  font-size: 36px;
  font-size: 2.57143rem;
  text-align: center;
  font-style: normal;
  margin: 20px 0;
}
@media screen and (max-width: 800px) {
  /* line 1080, ../../sass/_layout.scss */
  #main-top #method h3 {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
/* line 1090, ../../sass/_layout.scss */
#main-top #method #method-sidea {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
/* line 1094, ../../sass/_layout.scss */
#main-top #method #method-sidea #method-lead {
  position: absolute;
  left: 230px;
  width: 800px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
}
@media screen and (max-width: 800px) {
  /* line 1094, ../../sass/_layout.scss */
  #main-top #method #method-sidea #method-lead {
    width: auto;
    margin: 10px;
    position: static;
  }
}
/* line 1108, ../../sass/_layout.scss */
#main-top #method #method-sidea #method-lead #method-lead-inner {
  border: 1px solid #C3AC60;
  padding: 60px 160px;
}
@media screen and (max-width: 800px) {
  /* line 1108, ../../sass/_layout.scss */
  #main-top #method #method-sidea #method-lead #method-lead-inner {
    padding: 10px;
  }
}
/* line 1114, ../../sass/_layout.scss */
#main-top #method #method-sidea #method-lead #method-lead-inner a {
  display: block;
  width: 300px;
  height: 60px;
  background: #C3AC60;
  color: #FFF;
  text-align: center;
  margin: 20px auto 0;
  font-size: 24px;
  line-height: 60px;
}
@media screen and (max-width: 800px) {
  /* line 1114, ../../sass/_layout.scss */
  #main-top #method #method-sidea #method-lead #method-lead-inner a {
    display: none;
  }
}
/* line 1127, ../../sass/_layout.scss */
#main-top #method #method-sidea #method-lead #method-lead-inner a:hover {
  opacity: 0.7;
}
/* line 1133, ../../sass/_layout.scss */
#main-top #method #method-sidea.on {
  visibility: visible;
  opacity: 1;
}
/* line 1138, ../../sass/_layout.scss */
#main-top #method #method-sideb {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (max-width: 800px) {
  /* line 1138, ../../sass/_layout.scss */
  #main-top #method #method-sideb {
    visibility: visible;
    opacity: 1;
  }
}
/* line 1146, ../../sass/_layout.scss */
#main-top #method #method-sideb.on {
  visibility: visible;
  opacity: 1;
}
/* line 1151, ../../sass/_layout.scss */
#main-top #method #method-star {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  /* line 1151, ../../sass/_layout.scss */
  #main-top #method #method-star {
    display: none;
  }
}
/* line 1163, ../../sass/_layout.scss */
#main-top #method .method-abe {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  /* line 1163, ../../sass/_layout.scss */
  #main-top #method .method-abe {
    position: static;
  }
  /* line 1169, ../../sass/_layout.scss */
  #main-top #method .method-abe .method-box {
    margin-bottom: 30px;
  }
  /* line 1172, ../../sass/_layout.scss */
  #main-top #method .method-abe .method-text {
    color: #8C8169;
    text-align: center;
    font-size: 13px;
    font-size: 0.92857rem;
  }
  /* line 1177, ../../sass/_layout.scss */
  #main-top #method .method-abe .method-name {
    color: #C3AC60;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
  }
  /* line 1184, ../../sass/_layout.scss */
  #main-top #method .method-abe .method-desc {
    font-size: 13px;
    font-size: 0.92857rem;
  }
  /* line 1186, ../../sass/_layout.scss */
  #main-top #method .method-abe .method-desc .method-ttl {
    text-align: center;
    display: block;
  }
}
/* line 1193, ../../sass/_layout.scss */
#main-top #method .method-item {
  text-align: center;
  position: absolute;
}
/* line 1196, ../../sass/_layout.scss */
#main-top #method .method-item .method-text {
  color: #8C8169;
  font-size: 14px;
  font-size: 1rem;
}
/* line 1200, ../../sass/_layout.scss */
#main-top #method .method-item .method-name {
  color: #C3AC60;
  font-size: 28px;
  font-size: 2rem;
  line-height: 1;
}
/* line 1206, ../../sass/_layout.scss */
#main-top #method #method-01 {
  top: 200px;
  left: 500px;
}
/* line 1210, ../../sass/_layout.scss */
#main-top #method #method-02 {
  top: 500px;
  left: 300px;
}
/* line 1214, ../../sass/_layout.scss */
#main-top #method #method-03 {
  top: 320px;
  right: 270px;
}
/* line 1218, ../../sass/_layout.scss */
#main-top #method #method-04 {
  top: 320px;
  left: 270px;
}
/* line 1222, ../../sass/_layout.scss */
#main-top #method #method-05 {
  top: 500px;
  right: 300px;
}
/* line 1227, ../../sass/_layout.scss */
#main-top #soul {
  position: relative;
  background: url(/images/bg_soul.png) no-repeat center center;
  width: 100%;
  height: 472px;
  padding: 150px 0 50px;
}
@media screen and (max-width: 800px) {
  /* line 1227, ../../sass/_layout.scss */
  #main-top #soul {
    height: auto;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 1240, ../../sass/_layout.scss */
#main-top #soul h2 {
  font-size: 36px;
  font-size: 2.57143rem;
}
@media screen and (max-width: 800px) {
  /* line 1240, ../../sass/_layout.scss */
  #main-top #soul h2 {
    font-size: 20px;
    font-size: 1.42857rem;
    margin: 20px auto;
  }
}
/* line 1247, ../../sass/_layout.scss */
#main-top #soul .soul-text {
  width: 520px;
  height: 400px;
  margin: 20px auto 30px;
  font-size: 16px;
  font-size: 1.14286rem;
}
/* line 1252, ../../sass/_layout.scss */
#main-top #soul .soul-text p {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  /* line 1247, ../../sass/_layout.scss */
  #main-top #soul .soul-text {
    width: auto;
    height: auto;
    margin: 20px 10px;
    font-size: 13px;
    font-size: 0.92857rem;
  }
}
/* line 1262, ../../sass/_layout.scss */
#main-top #soul #soul-abe {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 1273, ../../sass/_layout.scss */
.main-2col #pan {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  /* line 1273, ../../sass/_layout.scss */
  .main-2col #pan {
    margin-top: 10px;
  }
}
/* line 1278, ../../sass/_layout.scss */
.main-2col #pan li {
  display: inline-block;
  font-size: 13px;
  font-size: 0.92857rem;
}
/* line 1283, ../../sass/_layout.scss */
.main-2col #right-column {
  float: right;
  width: calc( 100% - 300px );
}
/* line 1286, ../../sass/_layout.scss */
.main-2col #right-column #pan {
  margin-top: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  /* line 1286, ../../sass/_layout.scss */
  .main-2col #right-column #pan {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 1283, ../../sass/_layout.scss */
  .main-2col #right-column {
    width: calc( 100% - 240px );
  }
}
@media screen and (max-width: 800px) {
  /* line 1283, ../../sass/_layout.scss */
  .main-2col #right-column {
    width: auto;
    float: none;
  }
}
/* line 1300, ../../sass/_layout.scss */
.main-2col #right-column .workshop-impressions {
  margin-bottom: 50px;
  padding: 0 10px;
}
@media screen and (max-width: 800px) {
  /* line 1300, ../../sass/_layout.scss */
  .main-2col #right-column .workshop-impressions {
    padding: 0;
  }
}
/* line 1306, ../../sass/_layout.scss */
.main-2col #right-column .workshop-impressions h2 {
  padding: 0;
  font-size: 24px;
  font-size: 1.71429rem;
  text-align: left;
  font-weight: bold;
  margin: 40px 0;
}
@media screen and (max-width: 800px) {
  /* line 1306, ../../sass/_layout.scss */
  .main-2col #right-column .workshop-impressions h2 {
    text-align: center;
    line-height: 1.4;
  }
}
/* line 1316, ../../sass/_layout.scss */
.main-2col #right-column .workshop-impressions h2 span {
  font-size: 15px;
  font-size: 1.07143rem;
  padding-left: 15px;
}
@media screen and (max-width: 800px) {
  /* line 1316, ../../sass/_layout.scss */
  .main-2col #right-column .workshop-impressions h2 span {
    display: block;
    padding-left: 0;
  }
}
/* line 1325, ../../sass/_layout.scss */
.main-2col #right-column .workshop-impressions .snap {
  margin: 24px 0;
}
/* line 1327, ../../sass/_layout.scss */
.main-2col #right-column .workshop-impressions .snap img {
  float: left;
}
@media screen and (max-width: 800px) {
  /* line 1327, ../../sass/_layout.scss */
  .main-2col #right-column .workshop-impressions .snap img {
    float: none;
    margin-bottom: 20px;
  }
}
/* line 1335, ../../sass/_layout.scss */
.main-2col #right-column .workshop-impressions h3 {
  font-weight: bold;
  text-align: left;
  font-style: normal;
}
/* line 1342, ../../sass/_layout.scss */
.main-2col #right-column .workshop-impressions .name {
  text-align: right;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px #e5e3de, 0 2px #FFF;
}
/* line 1350, ../../sass/_layout.scss */
.main-2col #right-column #articles {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  /* line 1350, ../../sass/_layout.scss */
  .main-2col #right-column #articles {
    margin-bottom: 0;
  }
}
/* line 1355, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupBox {
  background-color: #fff;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  /* line 1355, ../../sass/_layout.scss */
  .main-2col #right-column #articles .pickupBox {
    display: block;
    margin-bottom: 30px;
  }
}
/* line 1367, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupImg {
  display: inline-block;
  width: 280px;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  /* line 1367, ../../sass/_layout.scss */
  .main-2col #right-column #articles .pickupImg {
    margin: 0 auto 20px;
    display: block;
    padding-top: 10px;
  }
}
/* line 1377, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupImg img {
  width: 100%;
  max-height: 100%;
  height: auto;
}
/* line 1382, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupImg a {
  display: inline-block;
  width: 100%;
}
/* line 1387, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupText {
  width: calc( 100% - 280px );
  display: inline-block;
  padding: 30px 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  /* line 1387, ../../sass/_layout.scss */
  .main-2col #right-column #articles .pickupText {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  /* line 1387, ../../sass/_layout.scss */
  .main-2col #right-column #articles .pickupText {
    float: none;
    width: auto;
    padding: 0 10px;
  }
}
/* line 1400, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupText p {
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1rem;
}
/* line 1404, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupText .icon_new {
  display: inline-block;
  line-height: 1;
  background-color: #fff;
}
/* line 1409, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupText .category-date-set {
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.85714rem;
}
/* line 1414, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupText .category-orange {
  margin-right: 15px;
}
/* line 1417, ../../sass/_layout.scss */
.main-2col #right-column #articles .pickupText h3.pickup-detail {
  text-align: left;
  font-size: 18px;
  font-size: 1.28571rem;
  font-style: normal;
  margin: 10px 0;
  line-height: 1.6;
}
/* line 1426, ../../sass/_layout.scss */
.main-2col #right-column #articles .post-categories li {
  display: inline-block;
  margin: 0 5px 5px;
}
/* line 1429, ../../sass/_layout.scss */
.main-2col #right-column #articles .post-categories li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border: solid 1px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.92857rem;
}
/* line 1441, ../../sass/_layout.scss */
.main-2col #left-column {
  float: left;
  width: 260px;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  /* line 1441, ../../sass/_layout.scss */
  .main-2col #left-column {
    width: 220px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  /* line 1441, ../../sass/_layout.scss */
  .main-2col #left-column {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}
/* line 1455, ../../sass/_layout.scss */
.main-2col #left-column .sidebar-block h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  text-align: left;
  margin: 0 0 20px;
  padding: 0 0 5px;
  line-height: 1.4;
  background: url(../images/post-mainttl-bk01_sp.png) no-repeat bottom left;
  background-size: 110px;
}
/* line 1463, ../../sass/_layout.scss */
.main-2col #left-column .sidebar-block h2.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  /* line 1463, ../../sass/_layout.scss */
  .main-2col #left-column .sidebar-block h2.pt80 {
    padding-top: 0;
  }
}
/* line 1471, ../../sass/_layout.scss */
.main-2col #left-column .sidebar-block ul li {
  margin: 10px 0;
  font-size: 14px;
}
/* line 1474, ../../sass/_layout.scss */
.main-2col #left-column .sidebar-block ul li .children {
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  /* line 1481, ../../sass/_layout.scss */
  .main-2col #left-column .sidebar-block:first-child {
    width: 56%;
    float: left;
    margin-right: 3%;
    margin-left: 2%;
  }
  /* line 1487, ../../sass/_layout.scss */
  .main-2col #left-column .sidebar-block:last-child {
    width: 39%;
    float: left;
  }
}

/* line 1495, ../../sass/_layout.scss */
#main-archive h1 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 44px;
  font-size: 3.14286rem;
  text-align: center;
  padding: 56px 0;
}
@media screen and (max-width: 800px) {
  /* line 1495, ../../sass/_layout.scss */
  #main-archive h1 {
    padding: 0 0 0px;
    margin: 20px 0 60px;
  }
}

/* line 1507, ../../sass/_layout.scss */
#main-single h1 {
  text-align: left;
  font-size: 30px;
  font-size: 2.14286rem;
  margin: 20px 0 30px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  /* line 1507, ../../sass/_layout.scss */
  #main-single h1 {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
/* line 1516, ../../sass/_layout.scss */
#main-single .wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  /* line 1516, ../../sass/_layout.scss */
  #main-single .wrapper {
    margin-top: 0;
  }
}
/* line 1522, ../../sass/_layout.scss */
#main-single #articles {
  background-color: #fff;
  padding: 20px 40px;
  background-image: url(../images/header_secong_bk02.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-left: 1px solid #f3f1f1;
  border-bottom: 1px solid #f7f4f4;
}
@media screen and (max-width: 800px) {
  /* line 1522, ../../sass/_layout.scss */
  #main-single #articles {
    padding: 20px 10px;
  }
}
/* line 1534, ../../sass/_layout.scss */
#main-single .content {
  margin: 40px 0;
}
/* line 1536, ../../sass/_layout.scss */
#main-single .content p {
  margin-bottom: 20px;
}
/* line 1539, ../../sass/_layout.scss */
#main-single .content h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  font-size: 1.71429rem;
  margin: 24px 0;
}
/* line 1547, ../../sass/_layout.scss */
#main-single .content h4 {
  clear: both;
  font-size: 17px;
  font-size: 1.21429rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0px 20px;
  padding: 0;
  padding-bottom: 4px;
  border-bottom: 1px dotted #666;
}
/* line 1557, ../../sass/_layout.scss */
#main-single .content h5 {
  clear: both;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0px 15px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #efefef;
}
/* line 1568, ../../sass/_layout.scss */
#main-single .content h6 {
  clear: both;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0px 15px;
  padding: 0;
}

/* line 1579, ../../sass/_layout.scss */
body.fancy-open .fancy-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(42, 42, 42, 0.3);
  z-index: 1000;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 1589, ../../sass/_layout.scss */
body.fancy-open .fancy-bg .fancy-data.fancy-on {
  position: fixed;
  background: #FFF;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1598, ../../sass/_layout.scss */
body.fancy-open #sp-fancy-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(42, 42, 42, 0.3);
  z-index: 1000;
  width: 100%;
  height: 100%;
}
/* line 1606, ../../sass/_layout.scss */
body.fancy-open #sp-fancy-bg .fancy-data.fancy-on {
  display: block;
  position: static;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow-y: scroll;
  height: 80%;
  padding: 5%;
  margin: 10%;
}

/* line 1616, ../../sass/_layout.scss */
.fancy-data {
  display: none;
  margin: 14px;
  border: solid 1px #C3AC60;
  padding: 40px;
}
@media screen and (max-width: 800px) {
  /* line 1616, ../../sass/_layout.scss */
  .fancy-data {
    padding: 0;
    margin: 0;
  }
}
/* line 1625, ../../sass/_layout.scss */
.fancy-data .method-text {
  color: #8C8169;
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
}
/* line 1630, ../../sass/_layout.scss */
.fancy-data .method-name {
  color: #C3AC60;
  font-size: 28px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
/* line 1637, ../../sass/_layout.scss */
.fancy-data .method-desc {
  max-width: 450px;
  margin: 20px auto;
  width: auto;
  font-size: 14px;
  font-size: 1rem;
}

/* line 1644, ../../sass/_layout.scss */
.sch-wrap {
  margin-bottom: 50px;
}
/* line 1646, ../../sass/_layout.scss */
.sch-wrap .school-ph-box {
  background-color: #E9E5D9;
  box-sizing: border-box;
  padding: 3% 3% 0;
  text-align: center;
  margin-bottom: 150px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  /* line 1646, ../../sass/_layout.scss */
  .sch-wrap .school-ph-box {
    margin-bottom: 50px;
  }
}
/* line 1656, ../../sass/_layout.scss */
.sch-wrap .school-ph-box li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 3%;
  width: 48%;
  vertical-align: middle;
}
/* line 1662, ../../sass/_layout.scss */
.sch-wrap .school-ph-box li img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  /* line 1656, ../../sass/_layout.scss */
  .sch-wrap .school-ph-box li {
    margin-right: 0;
    width: 100%;
  }
  /* line 1668, ../../sass/_layout.scss */
  .sch-wrap .school-ph-box li img {
    max-width: 424px;
  }
}
/* line 1673, ../../sass/_layout.scss */
.sch-wrap .school-ph-box li:nth-child(even) {
  margin-right: 0;
}
/* line 1676, ../../sass/_layout.scss */
.sch-wrap .school-ph-box .school-ph-first {
  color: #C3AC60;
  text-align: center;
}
/* line 1679, ../../sass/_layout.scss */
.sch-wrap .school-ph-box .school-ph-first .school-ph-ttl {
  font-size: 28px;
  font-size: 2rem;
}
/* line 1683, ../../sass/_layout.scss */
.sch-wrap .school-ph-box .school-ph-first .shool-ph-sub {
  font-size: 16px;
  font-size: 1.14286rem;
  display: block;
}
/* line 1690, ../../sass/_layout.scss */
.sch-wrap .graduates-table-mb {
  margin-bottom: 150px;
}
@media screen and (max-width: 800px) {
  /* line 1690, ../../sass/_layout.scss */
  .sch-wrap .graduates-table-mb {
    margin-bottom: 100px;
  }
}
/* line 1696, ../../sass/_layout.scss */
.sch-wrap .graduates-table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}
@media screen and (max-width: 800px) {
  /* line 1700, ../../sass/_layout.scss */
  .sch-wrap .graduates-table .graduates-tbody {
    border-top: 1px solid #C3AC60;
    border-left: 1px solid #C3AC60;
    border-right: 1px solid #C3AC60;
  }
}
/* line 1707, ../../sass/_layout.scss */
.sch-wrap .graduates-table .graduates-ttl {
  font-size: 30px;
  font-size: 2.14286rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  /* line 1707, ../../sass/_layout.scss */
  .sch-wrap .graduates-table .graduates-ttl {
    font-size: 28px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 1717, ../../sass/_layout.scss */
  .sch-wrap .graduates-table th:first-child, .sch-wrap .graduates-table td:first-child {
    text-align: center;
    width: 20%;
  }
  /* line 1721, ../../sass/_layout.scss */
  .sch-wrap .graduates-table th:nth-child(2), .sch-wrap .graduates-table td:nth-child(2) {
    width: 27%;
  }
  /* line 1724, ../../sass/_layout.scss */
  .sch-wrap .graduates-table th:last-child, .sch-wrap .graduates-table td:last-child {
    width: 53%;
  }
}
/* line 1728, ../../sass/_layout.scss */
.sch-wrap .graduates-table td {
  border: 1px solid #d6d1c6;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  /* line 1728, ../../sass/_layout.scss */
  .sch-wrap .graduates-table td {
    display: block;
    width: 100%;
    border: none;
  }
}
/* line 1739, ../../sass/_layout.scss */
.sch-wrap .graduates-table td .graduates-eye {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%;
}
/* line 1744, ../../sass/_layout.scss */
.sch-wrap .graduates-table td a {
  border-bottom: 1px solid #C3AC60;
  word-break: break-all;
}
/* line 1748, ../../sass/_layout.scss */
.sch-wrap .graduates-table td .graduates-mail {
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  /* line 1753, ../../sass/_layout.scss */
  .sch-wrap .graduates-table td:first-child .graduates-name {
    display: block;
    position: relative;
    padding: 25px 0 0;
    word-break: break-word;
  }
  /* line 1759, ../../sass/_layout.scss */
  .sch-wrap .graduates-table td:first-child .graduates-name:before {
    content: "・NAME";
    font-weight: bold;
    color: #C3AC60;
    position: absolute;
    top: 0;
    left: -15px;
  }
  /* line 1767, ../../sass/_layout.scss */
  .sch-wrap .graduates-table td:nth-child(2) {
    position: relative;
    padding: 25px 20px;
  }
  /* line 1771, ../../sass/_layout.scss */
  .sch-wrap .graduates-table td:nth-child(2):before {
    content: "・サイトインフォメーション";
    font-weight: bold;
    color: #C3AC60;
    position: absolute;
    top: 0;
    left: 5px;
  }
  /* line 1779, ../../sass/_layout.scss */
  .sch-wrap .graduates-table td:last-child {
    border-bottom: 1px solid #C3AC60;
    position: relative;
    padding: 25px 20px;
  }
  /* line 1784, ../../sass/_layout.scss */
  .sch-wrap .graduates-table td:last-child:before {
    content: "・メッセージ";
    font-weight: bold;
    color: #C3AC60;
    position: absolute;
    top: 0;
    left: 5px;
  }
}
/* line 1793, ../../sass/_layout.scss */
.sch-wrap .graduates-table .graduates-thead {
  background-color: #b09d7c;
  color: #fff;
}
/* line 1796, ../../sass/_layout.scss */
.sch-wrap .graduates-table .graduates-thead th {
  border-left: 1px solid #d6d1c6;
  font-size: 16px;
  font-size: 1.14286rem;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 1793, ../../sass/_layout.scss */
  .sch-wrap .graduates-table .graduates-thead {
    display: none;
  }
}

/* line 1809, ../../sass/_layout.scss */
#main-page .sch-wrap .school-ph-first-text {
  margin-bottom: 0;
}

/* line 1812, ../../sass/_layout.scss */
#wp_pagenavi_area {
  text-align: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 800px) {
  /* line 1812, ../../sass/_layout.scss */
  #wp_pagenavi_area {
    margin: 0 0 0;
  }
}
/* line 1818, ../../sass/_layout.scss */
#wp_pagenavi_area .first, #wp_pagenavi_area .last {
  line-height: 21px;
  background-color: #fff;
  border: 1px solid #4f4647;
}
/* line 1823, ../../sass/_layout.scss */
#wp_pagenavi_area .current, #wp_pagenavi_area .page, #wp_pagenavi_area .nextpostslink, #wp_pagenavi_area .previouspostslink {
  display: inline-block;
  min-width: 20px;
  font-size: 12px;
  font-size: 0.85714rem;
  border: 1px solid #4f4647;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 1823, ../../sass/_layout.scss */
  #wp_pagenavi_area .current, #wp_pagenavi_area .page, #wp_pagenavi_area .nextpostslink, #wp_pagenavi_area .previouspostslink {
    min-width: 25px;
  }
}
/* line 1833, ../../sass/_layout.scss */
#wp_pagenavi_area .current {
  font-weight: normal;
  background: #4f4647;
  color: #fff;
}
/* line 1838, ../../sass/_layout.scss */
#wp_pagenavi_area a {
  display: inline-block;
  min-width: 20px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  /* line 1838, ../../sass/_layout.scss */
  #wp_pagenavi_area a {
    min-width: 25px;
  }
}
/* line 1846, ../../sass/_layout.scss */
#wp_pagenavi_area a:hover {
  background: #4f4647;
  color: #fff;
}
/* line 1850, ../../sass/_layout.scss */
#wp_pagenavi_area .extend {
  border: none;
}

/* line 1854, ../../sass/_layout.scss */
.line-single {
  background: url(../images/line-single.png) no-repeat center center;
  padding: 50px 0 30px;
}
@media screen and (max-width: 800px) {
  /* line 1854, ../../sass/_layout.scss */
  .line-single {
    background-size: 150px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 801px) {
  /* line 1863, ../../sass/_layout.scss */
  #prf-new .prf-new-main {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    gap: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 1863, ../../sass/_layout.scss */
  #prf-new .prf-new-main {
    background-position: top right -80px;
  }
}
@media screen and (max-width: 800px) {
  /* line 1863, ../../sass/_layout.scss */
  #prf-new .prf-new-main {
    background: none;
    height: auto;
  }
}
/* line 1878, ../../sass/_layout.scss */
#prf-new .prf-new-main-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (min-width: 801px) {
  /* line 1878, ../../sass/_layout.scss */
  #prf-new .prf-new-main-inner {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 801px) {
  /* line 1887, ../../sass/_layout.scss */
  #prf-new .prf-main-ph {
    width: 50%;
    margin: 40px;
  }
}
@media screen and (max-width: 800px) {
  /* line 1887, ../../sass/_layout.scss */
  #prf-new .prf-main-ph {
    margin: 0 0 20px;
  }
}
/* line 1896, ../../sass/_layout.scss */
#prf-new .prf-new-main-wrap {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  /* line 1896, ../../sass/_layout.scss */
  #prf-new .prf-new-main-wrap {
    padding: 30px 0 10px 20px;
    width: 60%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  /* line 1896, ../../sass/_layout.scss */
  #prf-new .prf-new-main-wrap {
    width: 100%;
    padding: 0 0 0 0;
  }
}
/* line 1909, ../../sass/_layout.scss */
#prf-new .prf-new-mainttl {
  font-size: 45px;
  font-size: 3.21429rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 0 0 60px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  /* line 1909, ../../sass/_layout.scss */
  #prf-new .prf-new-mainttl {
    font-size: 30px;
    font-size: 2.14286rem;
    margin: 0 0 10px;
  }
}
/* line 1922, ../../sass/_layout.scss */
#prf-new .prf-new-mainsubttl {
  font-size: 21px;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
/* line 1926, ../../sass/_layout.scss */
#prf-new .prf-new-mainsubttl span {
  font-size: 21px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #4f4647;
  padding: 5px 20px;
  margin: 0 0 20px;
  display: inline-block;
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
  /* line 1926, ../../sass/_layout.scss */
  #prf-new .prf-new-mainsubttl span {
    font-size: 16px;
    font-size: 1.14286rem;
    margin: 0 0 10px;
  }
}
/* line 1940, ../../sass/_layout.scss */
#prf-new .prf-new-wrap {
  background-color: #fff;
  padding: 50px 40px;
  margin: 0 0 40px;
}
/* line 1944, ../../sass/_layout.scss */
#prf-new .prf-new-wrap p {
  font-size: 20px;
  font-size: 1.42857rem;
}
@media screen and (max-width: 800px) {
  /* line 1940, ../../sass/_layout.scss */
  #prf-new .prf-new-wrap {
    padding: 40px 10px;
  }
  /* line 1949, ../../sass/_layout.scss */
  #prf-new .prf-new-wrap p {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
/* line 1954, ../../sass/_layout.scss */
#prf-new .prf-new-maintext {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  /* line 1954, ../../sass/_layout.scss */
  #prf-new .prf-new-maintext {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
@media screen and (min-width: 801px) {
  /* line 1960, ../../sass/_layout.scss */
  #prf-new .prf-new-maintext.prf-session {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
/* line 1966, ../../sass/_layout.scss */
#prf-new .prf-new-2col {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
/* line 1970, ../../sass/_layout.scss */
#prf-new .prf-new-2col li {
  width: 48%;
  display: inline-block;
  font-size: 20px;
  font-size: 1.42857rem;
}
/* line 1975, ../../sass/_layout.scss */
#prf-new .prf-new-2col li:nth-child(odd) {
  margin-right: 4%;
}
@media screen and (max-width: 800px) {
  /* line 1966, ../../sass/_layout.scss */
  #prf-new .prf-new-2col {
    display: block;
  }
  /* line 1980, ../../sass/_layout.scss */
  #prf-new .prf-new-2col li {
    width: 100%;
    font-size: 16px;
    font-size: 1.14286rem;
  }
  /* line 1984, ../../sass/_layout.scss */
  #prf-new .prf-new-2col li:nth-child(odd) {
    margin-right: 0;
  }
}
/* line 1990, ../../sass/_layout.scss */
#prf-new .prf-new-activity p {
  margin: 0 0 40px;
}
/* line 1994, ../../sass/_layout.scss */
#prf-new .prf-new-wrap-biography {
  background-image: url(../images/blography_bk01.png), url(../images/blography_bk02.png);
  background-position: top right,bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  /* line 1994, ../../sass/_layout.scss */
  #prf-new .prf-new-wrap-biography {
    background-size: 70%;
  }
}
/* line 2002, ../../sass/_layout.scss */
#prf-new .biography-list li {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  border-bottom: 1px solid #eee9e5;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 1.42857rem;
}
@media screen and (max-width: 800px) {
  /* line 2002, ../../sass/_layout.scss */
  #prf-new .biography-list li {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
/* line 2013, ../../sass/_layout.scss */
#prf-new .biography-list li .yaer {
  display: inline-block;
  width: 75px;
  margin-right: 10px;
  vertical-align: top;
}
/* line 2019, ../../sass/_layout.scss */
#prf-new .biography-list li .detail {
  display: inline-block;
  width: calc( 100% - 85px );
  vertical-align: top;
}
/* line 2025, ../../sass/_layout.scss */
#prf-new .biography-list02 li {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 1.42857rem;
}
@media screen and (max-width: 800px) {
  /* line 2025, ../../sass/_layout.scss */
  #prf-new .biography-list02 li {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
/* line 2034, ../../sass/_layout.scss */
#prf-new .biography-list02 li .yaer {
  display: inline-block;
  width: 75px;
  margin-right: 10px;
  vertical-align: top;
}
/* line 2040, ../../sass/_layout.scss */
#prf-new .biography-list02 li .detail {
  display: inline-block;
  width: calc( 100% - 85px );
  vertical-align: top;
}
/* line 2046, ../../sass/_layout.scss */
#prf-new .book-list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin: 60px 0 0;
}
/* line 2051, ../../sass/_layout.scss */
#prf-new .book-list li {
  margin-right: 25px;
  width: calc( (100% - 100px) / 5 );
}
/* line 2054, ../../sass/_layout.scss */
#prf-new .book-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  /* line 2051, ../../sass/_layout.scss */
  #prf-new .book-list li {
    margin: 0 5% 20px 5%;
    width: 40%;
  }
}

/* line 2074, ../../sass/_layout.scss */
.policy-wrap {
  background-color: #fff;
  padding: 20px 40px 100px;
  background-image: url(../images/header_secong_bk02.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-left: 1px solid #f3f1f1;
  border-bottom: 1px solid #f7f4f4;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 60px auto 100px;
}
@media screen and (max-width: 800px) {
  /* line 2074, ../../sass/_layout.scss */
  .policy-wrap {
    padding: 20px 10px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 2089, ../../sass/_layout.scss */
  .policy-wrap .policy-ttl {
    font-size: 28px !important;
    margin: 20px 0 30px !important;
  }
}
/* line 2095, ../../sass/_layout.scss */
.policy-wrap .policy-list {
  padding-left: 1em;
  margin-bottom: 0 !important;
}
/* line 2098, ../../sass/_layout.scss */
.policy-wrap .policy-list::before {
  content: '・';
  margin-left: -1em;
}
/* line 2104, ../../sass/_layout.scss */
.policy-wrap .policy-note--ttl {
  margin-bottom: 0 !important;
}

/* line 2110, ../../sass/_layout.scss */
.privacy-wrap p {
  padding-left: 1em;
}
/* line 2112, ../../sass/_layout.scss */
.privacy-wrap p::before {
  content: '・';
  margin-left: -1em;
}
/* line 2117, ../../sass/_layout.scss */
.privacy-wrap .policy-no-list {
  padding-left: 0;
}
/* line 2119, ../../sass/_layout.scss */
.privacy-wrap .policy-no-list::before {
  content: '';
  margin-left: 0;
}

/* line 2126, ../../sass/_layout.scss */
.policy-ariticle {
  padding: 20px 0 20px;
}
/* line 2128, ../../sass/_layout.scss */
.policy-ariticle a {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-size: 0.85714rem;
  margin-right: 10px;
}
/* line 2133, ../../sass/_layout.scss */
.policy-ariticle a:last-child {
  margin-right: 0;
}
/* line 2136, ../../sass/_layout.scss */
.policy-ariticle a:hover {
  color: inherit;
  opacity: 0.6;
  transition: all 1s;
}

/* line 2144, ../../sass/_layout.scss */
#voice .voice-sub {
  background: url(../images/voice_main.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center top;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  /* line 2144, ../../sass/_layout.scss */
  #voice .voice-sub {
    height: 180px;
    background: url(../images/voice_main_sp.jpg) no-repeat;
    background-size: auto 100%;
    background-position: top center;
  }
}
/* line 2158, ../../sass/_layout.scss */
#voice .voice-sub .voice-sub-ttl {
  font-size: 24px;
  font-size: 1.71429rem;
  text-align: center;
  background: url(../images/line-single.png) no-repeat center bottom;
  line-height: 78px;
  padding: 0 51px;
}
@media screen and (max-width: 800px) {
  /* line 2158, ../../sass/_layout.scss */
  #voice .voice-sub .voice-sub-ttl {
    font-size: 20px;
    font-size: 1.42857rem;
    background-size: contain;
    padding: 0 15px;
    line-height: 60px;
  }
}
/* line 2171, ../../sass/_layout.scss */
#voice .voice-sub--single {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  /* line 2171, ../../sass/_layout.scss */
  #voice .voice-sub--single {
    margin-top: 10px;
  }
}
/* line 2178, ../../sass/_layout.scss */
#voice .voice-warp {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 280px 40px 0;
  border-left: 1px solid #f3f1f1;
  border-bottom: 1px solid #f7f4f4;
  margin: -280px 10% 80px;
}
/* line 2184, ../../sass/_layout.scss */
#voice .voice-warp .articles-voice {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  /* line 2178, ../../sass/_layout.scss */
  #voice .voice-warp {
    margin: -160px 10px 40px;
    padding: 160px 10px 0;
  }
}
/* line 2193, ../../sass/_layout.scss */
#voice .articles-voice-list-ttl {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  /* line 2193, ../../sass/_layout.scss */
  #voice .articles-voice-list-ttl {
    font-size: 16px;
    font-size: 1.14286rem;
  }
  /* line 2201, ../../sass/_layout.scss */
  #voice .articles-voice-list-ttl--text {
    display: block;
  }
}
/* line 2206, ../../sass/_layout.scss */
#voice .articles-voice-list {
  border-bottom: 1px solid #eee9e5;
}
/* line 2208, ../../sass/_layout.scss */
#voice .articles-voice-list a {
  padding: 50px 75px 50px 10px;
  display: block;
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 2208, ../../sass/_layout.scss */
  #voice .articles-voice-list a {
    padding: 30px 35px 30px 10px;
  }
}
/* line 2215, ../../sass/_layout.scss */
#voice .articles-voice-list a:hover {
  background-color: #f3f2f0;
  color: inherit;
}
/* line 2219, ../../sass/_layout.scss */
#voice .articles-voice-list a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  /* line 2219, ../../sass/_layout.scss */
  #voice .articles-voice-list a::before {
    right: 12px;
    width: 10px;
    height: 10px;
  }
}
/* line 2238, ../../sass/_layout.scss */
#voice .articles-voice-list-date {
  display: inline-block;
  margin-left: 20px;
  font-size: 11px;
  font-weight: initial;
  float: right;
  border: 1px solid #000;
  padding: 0 5px;
  margin-top: 4px;
}
@media screen and (max-width: 800px) {
  /* line 2238, ../../sass/_layout.scss */
  #voice .articles-voice-list-date {
    margin-left: 10px;
  }
}
/* line 2252, ../../sass/_layout.scss */
#voice .voice-content-ttl {
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: bold;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 800px) {
  /* line 2252, ../../sass/_layout.scss */
  #voice .voice-content-ttl {
    font-size: 18px;
    font-size: 1.28571rem;
    text-align: left;
    line-height: 1.6;
  }
}
/* line 2266, ../../sass/_layout.scss */
#voice .voice-content {
  padding: 40px 0;
}
@media screen and (max-width: 800px) {
  /* line 2266, ../../sass/_layout.scss */
  #voice .voice-content {
    padding-bottom: 20px;
  }
}
/* line 2273, ../../sass/_layout.scss */
#voice .voice-content-text p {
  font-size: 18px;
  font-size: 1.28571rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  /* line 2273, ../../sass/_layout.scss */
  #voice .voice-content-text p {
    font-size: inherit;
    margin-bottom: 30px;
  }
}
/* line 2282, ../../sass/_layout.scss */
#voice .top-btn--voice {
  margin-top: 60px;
}
/* line 2285, ../../sass/_layout.scss */
#voice .wp_pagenavi_area--voice {
  margin: 50px 0 80px;
}
/* line 2288, ../../sass/_layout.scss */
#voice .voice-content-date {
  text-align: right;
  margin-bottom: 10px;
}
/* line 2291, ../../sass/_layout.scss */
#voice .voice-content-date span {
  padding: 0 5px;
  border: 1px solid #000;
  display: inline-block;
  font-size: 13px;
  font-size: 0.92857rem;
}
@media screen and (max-width: 800px) {
  /* line 2291, ../../sass/_layout.scss */
  #voice .voice-content-date span {
    font-size: 12px;
    font-size: 0.85714rem;
  }
}

/* line 2302, ../../sass/_layout.scss */
#youtubeList {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

/* line 2307, ../../sass/_layout.scss */
.youtubeItem {
  width: 48%;
  margin: 0 1% 10px;
}

/* line 2311, ../../sass/_layout.scss */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

/* line 2316, ../../sass/_layout.scss */
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* line 2323, ../../sass/_layout.scss */
.youtubeTitle {
  padding: 0 10px;
  font-weight: 800;
}

@media screen and (min-width: 801px) {
  /* line 2328, ../../sass/_layout.scss */
  .school {
    padding: 0 80px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2332, ../../sass/_layout.scss */
  #main-page .school-heading {
    margin-bottom: 80px;
  }
}
/* line 2337, ../../sass/_layout.scss */
.school-download {
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 801px) {
  /* line 2337, ../../sass/_layout.scss */
  .school-download {
    font-size: 20px;
  }
}
/* line 2344, ../../sass/_layout.scss */
.school-instruction {
  border: 10px solid #ccc;
}
@media screen and (min-width: 801px) {
  /* line 2344, ../../sass/_layout.scss */
  .school-instruction {
    padding: 40px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2344, ../../sass/_layout.scss */
  .school-instruction {
    padding: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2353, ../../sass/_layout.scss */
  .school-pdf {
    font-size: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2358, ../../sass/_layout.scss */
  .school-youtube {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2358, ../../sass/_layout.scss */
  .school-youtube {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2368, ../../sass/_layout.scss */
  .school-youtube__movie {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  /* line 2368, ../../sass/_layout.scss */
  .school-youtube__movie {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2376, ../../sass/_layout.scss */
  .school-youtube__text {
    box-sizing: border-box;
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 801px) {
  /* line 2383, ../../sass/_layout.scss */
  #main-page .school-block {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2387, ../../sass/_layout.scss */
  #main-page .school-block h2 {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 800px) {
  /* line 2387, ../../sass/_layout.scss */
  #main-page .school-block h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2396, ../../sass/_layout.scss */
  .school-flex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2402, ../../sass/_layout.scss */
  .school-flex__item {
    width: 50%;
  }
}
@media screen and (min-width: 801px) {
  /* line 2408, ../../sass/_layout.scss */
  .school-banners {
    padding: 0 60px;
  }
}
/* line 2413, ../../sass/_layout.scss */
.school-banner {
  display: block;
}
@media screen and (min-width: 801px) {
  /* line 2413, ../../sass/_layout.scss */
  .school-banner {
    margin-bottom: 40px;
  }
}

/* line 2420, ../../sass/_layout.scss */
.acd-button {
  cursor: pointer;
  text-align: center;
  font-size: 21px;
  font-size: 1.5rem;
}

/* line 2425, ../../sass/_layout.scss */
.acd-button:hover {
  background-color: #dfd8c9;
}

/* line 2428, ../../sass/_layout.scss */
.acd-contents {
  display: none;
}

/* line 1, ../../sass/_sp_side.scss */
a.menu_btn,
.modal .close a.icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  line-height: 42px;
  padding: 0 12px;
  margin: 0;
  width: 100%;
  background-color: #585953;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
}

/* line 16, ../../sass/_sp_side.scss */
a.menu_btn i,
.modal .close a.icon i {
  font-size: 18px;
}

/* line 20, ../../sass/_sp_side.scss */
.modal .close a.icon {
  margin-top: 0;
  padding: 0;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

/* line 28, ../../sass/_sp_side.scss */
.modal {
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding-left: 45px;
}

/* line 37, ../../sass/_sp_side.scss */
.modal:after {
  content: ' ';
  position: absolute;
  z-index: 5000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(248, 249, 250, 0.8);
  opacity: 0;
  --webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 53, ../../sass/_sp_side.scss */
.modal .close {
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  opacity: 0;
  --webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 67, ../../sass/_sp_side.scss */
.modal .close a {
  display: block;
  background-color: #333;
}

/* line 71, ../../sass/_sp_side.scss */
.modal .close a.b {
  position: absolute;
  background: none;
  display: block;
  top: 45px;
  left: 0;
  width: 45px;
  bottom: 0;
}

/* line 80, ../../sass/_sp_side.scss */
.modal .wrap {
  --webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative;
  z-index: 8000;
  min-width: 250px;
  margin-left: 100%;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 96, ../../sass/_sp_side.scss */
.modal .wrap .block {
  font-size: 13px;
  position: relative;
}

/* line 100, ../../sass/_sp_side.scss */
.modal .wrap .block h4 {
  background-color: #ECEEE4;
  padding-left: 30px;
  color: #333;
  line-height: 45px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

/* line 108, ../../sass/_sp_side.scss */
.modal .wrap .block .sp_menu_banner {
  margin: 10px auto 10px;
  width: 280px;
  text-align: center;
}

/* line 113, ../../sass/_sp_side.scss */
.modal .wrap .block .sp_menu_banner img {
  width: auto;
  border: 1px solid #DDD;
}

/* line 117, ../../sass/_sp_side.scss */
.modal .wrap .block h5 {
  padding-left: 15px;
  color: #AEB490;
  line-height: 2.0;
}

/* line 122, ../../sass/_sp_side.scss */
.modal .wrap .block ul li a {
  display: block;
  line-height: 40px;
  border-bottom: 1px dotted #E3E3E3;
  padding-left: 15px;
}

/* line 128, ../../sass/_sp_side.scss */
.modal .wrap .block ul li.sub_menu a {
  padding-left: 45px;
}

/* line 131, ../../sass/_sp_side.scss */
.modal .wrap .block ul li.w_last_child a {
  border-bottom-style: solid;
}

/* line 134, ../../sass/_sp_side.scss */
.modal .wrap .block .sp_search_box {
  margin: 15px;
}

/* line 137, ../../sass/_sp_side.scss */
.modal .wrap .block .n_s_input {
  height: 38px;
  float: left;
}

/* line 141, ../../sass/_sp_side.scss */
.modal .wrap .block .n_s_input input {
  height: 34px;
  padding: 0;
}

/* line 145, ../../sass/_sp_side.scss */
.modal .wrap .block ul.sp_pick_up {
  margin-bottom: 40px;
}

/* line 148, ../../sass/_sp_side.scss */
.modal .wrap .block ul.sp_pick_up li {
  float: left;
  font-size: 10px;
}

/* line 152, ../../sass/_sp_side.scss */
.modal .wrap .block ul.sp_pick_up li a {
  line-height: 1.4;
  text-decoration: underline;
}

/* line 156, ../../sass/_sp_side.scss */
.modal .wrap .block .sp_side_footer_banner {
  background-color: #E4E4D9;
  padding: 20px 10px;
  text-align: center;
}

/* line 161, ../../sass/_sp_side.scss */
.modal .wrap .block .sp_side_footer_banner img {
  width: auto;
  max-width: 100%;
}

/* line 165, ../../sass/_sp_side.scss */
#sp_side_footer_freedial {
  width: 70%;
  max-width: 309px;
  padding: 20px 10px;
}

/* line 170, ../../sass/_sp_side.scss */
#sp_side_footer_contact_btn {
  width: 50%;
  max-width: 180px;
  padding: 0 15px 30px;
}

/* line 175, ../../sass/_sp_side.scss */
#sp_side_footer_person {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}

/* line 182, ../../sass/_sp_side.scss */
.modal .wrap .block .btn {
  margin: 20px;
}

/* line 185, ../../sass/_sp_side.scss */
.modal .wrap .block .btn a {
  display: block;
  line-height: 60px;
  background-color: #003e81;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* line 194, ../../sass/_sp_side.scss */
.modal .wrap .block .btn a img {
  margin-right: 3px;
}

/* line 197, ../../sass/_sp_side.scss */
.modal .wrap .block .form {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}

/* line 201, ../../sass/_sp_side.scss */
.modal .wrap .block .form form {
  border: 1px solid #dcdcdc;
  *zoom: 1;
}

/* line 205, ../../sass/_sp_side.scss */
.modal .wrap .block .form form input[type=text] {
  height: 30px;
  margin: 0;
  border: none;
  padding: 0 10px;
}

/* line 211, ../../sass/_sp_side.scss */
.modal .wrap .block .form form input[type=text]:focus {
  outline: none;
}

/* line 214, ../../sass/_sp_side.scss */
.modal .wrap .block .form form input[type=submit] {
  float: right;
  width: 60px;
  text-align: center;
  line-height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  border-left: 1px solid #dcdcdc;
  background-color: #e6e6e6;
  font-size: 12px;
}

/* line 226, ../../sass/_sp_side.scss */
.modal .wrap .block .form form:before, .modal .wrap .block .form form:after {
  content: ' ';
  display: table;
}

/* line 230, ../../sass/_sp_side.scss */
.modal .wrap .block .form form:after {
  clear: both;
}

/* line 233, ../../sass/_sp_side.scss */
.modal.open:after {
  opacity: 1;
}

/* line 236, ../../sass/_sp_side.scss */
.modal.open .close {
  opacity: 1;
}

/* line 239, ../../sass/_sp_side.scss */
.modal.open .wrap {
  margin-left: 0;
}

/* line 242, ../../sass/_sp_side.scss */
.modal.show {
  left: 0;
}

/* line 1, ../../sass/_love_blooms.scss */
#love {
  font-size: 16px;
  font-size: 1.14286rem;
}

/* line 4, ../../sass/_love_blooms.scss */
#love-main {
  color: #000;
}
@media screen and (min-width: 801px) {
  /* line 4, ../../sass/_love_blooms.scss */
  #love-main {
    max-width: 1900px;
    margin: auto;
    padding-top: 98px;
  }
}
@media screen and (max-width: 800px) {
  /* line 4, ../../sass/_love_blooms.scss */
  #love-main {
    padding-top: 55px;
  }
}

/* line 15, ../../sass/_love_blooms.scss */
#love-header {
  background-color: #fff;
  text-align: center;
  padding: 14px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  /* line 15, ../../sass/_love_blooms.scss */
  #love-header {
    padding: 5px 10px;
  }
}
/* line 24, ../../sass/_love_blooms.scss */
#love-header h1 img {
  height: 70px;
}
@media screen and (max-width: 800px) {
  /* line 24, ../../sass/_love_blooms.scss */
  #love-header h1 img {
    height: 45px;
  }
}

/* line 32, ../../sass/_love_blooms.scss */
#love-slider {
  max-width: 1900px;
  margin: 0 auto;
}

/* line 36, ../../sass/_love_blooms.scss */
.love-concept {
  background: url(../images/love_concept_bk.png) no-repeat top center;
  background-size: auto 100%;
  padding: 95px 40px;
}
@media screen and (max-width: 800px) {
  /* line 36, ../../sass/_love_blooms.scss */
  .love-concept {
    padding: 40px 20px;
  }
}
/* line 43, ../../sass/_love_blooms.scss */
.love-concept--ttl {
  margin-bottom: 30px;
}
/* line 44, ../../sass/_love_blooms.scss */
.love-concept--ttl img {
  width: 247px;
}
@media screen and (max-width: 800px) {
  /* line 44, ../../sass/_love_blooms.scss */
  .love-concept--ttl img {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  /* line 43, ../../sass/_love_blooms.scss */
  .love-concept--ttl {
    margin-bottom: 10px;
  }
}
/* line 55, ../../sass/_love_blooms.scss */
.love-concept--wrap {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
/* line 60, ../../sass/_love_blooms.scss */
.love-concept--text {
  color: #642f36;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.71429rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 800px) {
  /* line 60, ../../sass/_love_blooms.scss */
  .love-concept--text {
    font-size: 16px;
    font-size: 1.14286rem;
    text-align: left;
    margin-bottom: 20px;
  }
  /* line 69, ../../sass/_love_blooms.scss */
  .love-concept--text br {
    display: none;
  }
}
/* line 74, ../../sass/_love_blooms.scss */
.love-concept--text-last {
  margin-bottom: 0;
}

/* line 78, ../../sass/_love_blooms.scss */
.love-link {
  padding: 120px 20px;
  background: url(../images/love_btn_bk.png) repeat-x center center;
  background-size: auto 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 78, ../../sass/_love_blooms.scss */
  .love-link {
    height: auto;
    padding: 60px 20px;
    background-size: auto 100%;
  }
}
/* line 88, ../../sass/_love_blooms.scss */
.love-link--shop {
  font-size: 24px;
  font-size: 1.71429rem;
  background-color: #d7a6ad;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 28px 20px;
}
/* line 98, ../../sass/_love_blooms.scss */
.love-link--shop img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  /* line 98, ../../sass/_love_blooms.scss */
  .love-link--shop img {
    max-width: 135px;
  }
}
/* line 105, ../../sass/_love_blooms.scss */
.love-link--shop:hover {
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  /* line 88, ../../sass/_love_blooms.scss */
  .love-link--shop {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
/* line 113, ../../sass/_love_blooms.scss */
.love-link--contact {
  font-size: 24px;
  font-size: 1.71429rem;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 0 5px #d7a6ad inset;
  display: inline-block;
  color: #d7a6ad;
  font-weight: bold;
  text-align: center;
  padding: 28px 20px;
}
/* line 124, ../../sass/_love_blooms.scss */
.love-link--contact img {
  display: block;
  margin: 0 auto;
  max-width: 154px;
}
@media screen and (max-width: 800px) {
  /* line 124, ../../sass/_love_blooms.scss */
  .love-link--contact img {
    max-width: 123px;
  }
}
/* line 132, ../../sass/_love_blooms.scss */
.love-link--contact:hover {
  color: #d7a6ad;
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  /* line 113, ../../sass/_love_blooms.scss */
  .love-link--contact {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
/* line 140, ../../sass/_love_blooms.scss */
.love-link__big {
  width: 640px;
}
@media screen and (max-width: 800px) {
  /* line 140, ../../sass/_love_blooms.scss */
  .love-link__big {
    width: 100%;
  }
}
/* line 146, ../../sass/_love_blooms.scss */
.love-link__small {
  width: 320px;
  margin: 0 25px;
}
@media screen and (max-width: 800px) {
  /* line 146, ../../sass/_love_blooms.scss */
  .love-link__small {
    width: 100%;
    margin: 0 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 154, ../../sass/_love_blooms.scss */
  .love-link--contact--last {
    margin-top: 20px;
  }
}

/* line 160, ../../sass/_love_blooms.scss */
.love-message {
  background-color: #c6b69f;
  padding: 0 40px;
  background-image: url(../images/love_message_ph.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  height: 850px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  /* line 160, ../../sass/_love_blooms.scss */
  .love-message {
    height: auto;
    display: block;
    padding: 0;
    background-image: none;
  }
}
/* line 177, ../../sass/_love_blooms.scss */
.love-message--wrap {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
/* line 182, ../../sass/_love_blooms.scss */
.love-message--ttl {
  font-size: 36px;
  font-size: 2.57143rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  text-align: left;
  padding-bottom: 68px;
  margin-bottom: 68px;
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media screen and (max-width: 800px) {
  /* line 182, ../../sass/_love_blooms.scss */
  .love-message--ttl {
    font-size: 28px;
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
/* line 197, ../../sass/_love_blooms.scss */
.love-message--left {
  width: 530px;
}
@media screen and (max-width: 800px) {
  /* line 197, ../../sass/_love_blooms.scss */
  .love-message--left {
    width: 100%;
    background-image: url(../images/love_message_ph_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    padding: 30px 20px 40px;
    box-sizing: border-box;
  }
}
/* line 209, ../../sass/_love_blooms.scss */
.love-message--ph {
  background-image: url(../images/love_message_ph.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 130%;
  height: 350px;
}
/* line 216, ../../sass/_love_blooms.scss */
.love-message--text {
  font-size: 18px;
  font-size: 1.28571rem;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  /* line 216, ../../sass/_love_blooms.scss */
  .love-message--text {
    font-size: inherit;
    margin-bottom: 23px;
  }
  /* line 223, ../../sass/_love_blooms.scss */
  .love-message--text br {
    display: none;
  }
}
/* line 228, ../../sass/_love_blooms.scss */
.love-message--text--last {
  margin-bottom: 0;
}
/* line 231, ../../sass/_love_blooms.scss */
.love-message--logo {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  /* line 231, ../../sass/_love_blooms.scss */
  .love-message--logo {
    display: inline-block;
    width: 100px;
  }
}

/* line 240, ../../sass/_love_blooms.scss */
.love-profile {
  padding: 0 20px;
  background: url(../images/love_prf_bk.jpg) no-repeat top center;
  background-size: auto 100%;
  box-sizing: border-box;
  height: 840px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  /* line 240, ../../sass/_love_blooms.scss */
  .love-profile {
    background: none;
    padding: 0;
    height: auto;
    display: block;
  }
}
/* line 254, ../../sass/_love_blooms.scss */
.love-profile--wrap {
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
  /* line 254, ../../sass/_love_blooms.scss */
  .love-profile--wrap {
    background: url(../images/love_prf_ph02_sp.png) no-repeat top center;
    padding: 40px 20px;
    box-sizing: border-box;
    background-size: auto 100%;
  }
}
/* line 265, ../../sass/_love_blooms.scss */
.love-profile--white {
  background-color: rgba(255, 255, 255, 0.7);
  width: 600px;
  padding: 3px;
  float: right;
}
@media screen and (max-width: 800px) {
  /* line 265, ../../sass/_love_blooms.scss */
  .love-profile--white {
    width: auto;
    float: none;
  }
}
/* line 275, ../../sass/_love_blooms.scss */
.love-profile--white__inner {
  border: 1px solid #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 800px) {
  /* line 275, ../../sass/_love_blooms.scss */
  .love-profile--white__inner {
    padding: 20px 10px;
  }
}
/* line 282, ../../sass/_love_blooms.scss */
.love-profile--ttl {
  font-size: 36px;
  font-size: 2.57143rem;
  margin-bottom: 22px;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 800px) {
  /* line 282, ../../sass/_love_blooms.scss */
  .love-profile--ttl {
    font-size: 28px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
/* line 292, ../../sass/_love_blooms.scss */
.love-profile--text {
  font-size: 16px;
  font-size: 1.14286rem;
}
@media screen and (max-width: 800px) {
  /* line 292, ../../sass/_love_blooms.scss */
  .love-profile--text {
    font-size: inherit;
  }
}
/* line 298, ../../sass/_love_blooms.scss */
.love-profile--text--01 {
  margin-bottom: 20px;
}
/* line 301, ../../sass/_love_blooms.scss */
.love-profile--ph {
  background-image: url(../images/love_prf_ph01_sp.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  height: 300px;
}

/* line 309, ../../sass/_love_blooms.scss */
footer#love-footer {
  background-color: #f3d5d8;
}
/* line 311, ../../sass/_love_blooms.scss */
footer#love-footer #copy-love {
  background-color: #f3d5d8;
  padding: 30px 20px 35px;
  text-align: center;
}
/* line 315, ../../sass/_love_blooms.scss */
footer#love-footer #copy-love p {
  color: #642f36;
  font-size: 16px;
  font-size: 1.14286rem;
}
/* line 320, ../../sass/_love_blooms.scss */
footer#love-footer #website-link {
  text-align: center;
  background-image: url(../images/header_secong_bk.png);
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  /* line 320, ../../sass/_love_blooms.scss */
  footer#love-footer #website-link {
    background-size: contain;
    padding: 0;
  }
}
/* line 329, ../../sass/_love_blooms.scss */
footer#love-footer #website-link a {
  display: block;
  padding: 30px 20px;
  color: #000;
  font-size: 16px;
  font-size: 1.14286rem;
}
/* line 334, ../../sass/_love_blooms.scss */
footer#love-footer #website-link a span {
  border-left: 1px solid #4f4647;
  border-right: 1px solid #4f4647;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  /* line 329, ../../sass/_love_blooms.scss */
  footer#love-footer #website-link a {
    font-size: 15px;
    font-size: 1.07143rem;
  }
}
/* line 344, ../../sass/_love_blooms.scss */
footer#love-footer #website-link a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: all 1s;
}

/* line 351, ../../sass/_love_blooms.scss */
.love-product-box {
  padding: 100px 40px;
}
@media screen and (max-width: 800px) {
  /* line 351, ../../sass/_love_blooms.scss */
  .love-product-box {
    padding: 50px 20px;
  }
}

/* line 357, ../../sass/_love_blooms.scss */
.love-library {
  background-color: #eee9e4;
}

/* line 360, ../../sass/_love_blooms.scss */
.love-product-wrap {
  max-width: 1140px;
  margin: 0 auto;
}

/* line 364, ../../sass/_love_blooms.scss */
.love-library-ttl {
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}
/* line 372, ../../sass/_love_blooms.scss */
.love-library-ttl span {
  font-size: 14px;
  font-size: 1rem;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  /* line 372, ../../sass/_love_blooms.scss */
  .love-library-ttl span {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}
@media screen and (max-width: 800px) {
  /* line 364, ../../sass/_love_blooms.scss */
  .love-library-ttl {
    font-size: 20px;
    font-size: 1.42857rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

/* line 386, ../../sass/_love_blooms.scss */
.love-library-scroll {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
/* line 390, ../../sass/_love_blooms.scss */
.love-library-scroll a {
  display: inline-block;
  width: 280px;
  margin-right: 18px;
}
@media screen and (max-width: 800px) {
  /* line 390, ../../sass/_love_blooms.scss */
  .love-library-scroll a {
    margin-right: 10px;
  }
}
/* line 397, ../../sass/_love_blooms.scss */
.love-library-scroll a:last-child {
  margin-right: 0;
}

/* line 402, ../../sass/_love_blooms.scss */
.love-library--wrap {
  position: relative;
}
@media screen and (min-width: 801px) {
  /* line 405, ../../sass/_love_blooms.scss */
  .love-library--wrap .love-library--leftbtn {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 419, ../../sass/_love_blooms.scss */
  .love-library--wrap .love-library--rightbtn {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 801px) {
  /* line 434, ../../sass/_love_blooms.scss */
  .love-library--wrap__plate {
    text-align: center;
  }
}

/* line 443, ../../sass/_love_blooms.scss */
#love-pan {
  background-color: #f5f5f5;
  padding: 8px 20px;
  margin-top: 98px;
}
@media screen and (max-width: 800px) {
  /* line 443, ../../sass/_love_blooms.scss */
  #love-pan {
    padding: 3px 20px;
    margin-top: 55px;
  }
}
/* line 451, ../../sass/_love_blooms.scss */
#love-pan ul {
  max-width: 1140px;
  margin: auto;
}
/* line 454, ../../sass/_love_blooms.scss */
#love-pan ul li {
  display: inline;
  font-size: 14px;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  /* line 454, ../../sass/_love_blooms.scss */
  #love-pan ul li {
    font-size: 12px;
    font-size: 0.85714rem;
  }
}

/* line 463, ../../sass/_love_blooms.scss */
.love-product-main {
  background: url(../images/love_product_mainbk.jpg) no-repeat bottom center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  /* line 463, ../../sass/_love_blooms.scss */
  .love-product-main {
    padding: 0 0;
  }
}
@media screen and (min-width: 801px) {
  /* line 470, ../../sass/_love_blooms.scss */
  .love-product-main--wrap {
    display: flex;
    align-items: center;
  }
  /* line 474, ../../sass/_love_blooms.scss */
  .love-product-main--ph {
    width: 57%;
    box-shadow: 10px 10px 80px rgba(0, 0, 0, 0.1);
  }
  /* line 478, ../../sass/_love_blooms.scss */
  .love-product-main--text {
    width: 43%;
  }
  /* line 481, ../../sass/_love_blooms.scss */
  .love-product-main--ph02 {
    width: 70%;
    padding-left: 50px;
  }
}
/* line 487, ../../sass/_love_blooms.scss */
.love-product-main--text__ttl {
  text-align: left;
  font-size: 26px;
  font-size: 1.85714rem;
  font-weight: bold;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d7a6ad;
  padding-left: 50px;
  line-height: 1.8;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 800px) {
  /* line 487, ../../sass/_love_blooms.scss */
  .love-product-main--text__ttl {
    font-size: 20px;
    font-size: 1.42857rem;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
/* line 503, ../../sass/_love_blooms.scss */
.love-product-main--text__ttl.--black {
  border-bottom-color: #4f4647;
}
/* line 507, ../../sass/_love_blooms.scss */
.love-product-main--text__ttl02 {
  text-align: left;
  font-size: 38px;
  font-size: 2.71429rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7a6ad;
  padding-left: 50px;
  line-height: 1.8;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 800px) {
  /* line 507, ../../sass/_love_blooms.scss */
  .love-product-main--text__ttl02 {
    font-size: 28px;
    font-size: 2rem;
    padding-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
/* line 524, ../../sass/_love_blooms.scss */
.love-product-main--text__ttl03 {
  font-size: 18px;
  font-size: 1.28571rem;
  padding-left: 50px;
  margin-bottom: 18px;
}
@media screen and (max-width: 800px) {
  /* line 524, ../../sass/_love_blooms.scss */
  .love-product-main--text__ttl03 {
    padding-left: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  /* line 533, ../../sass/_love_blooms.scss */
  .love-product-main--text {
    padding: 50px 20px;
  }
}
/* line 537, ../../sass/_love_blooms.scss */
.love-product-main--text__sub {
  margin-left: 50px;
  font-weight: 800;
  background: #fc9425;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 537, ../../sass/_love_blooms.scss */
  .love-product-main--text__sub {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: left;
  }
}
/* line 551, ../../sass/_love_blooms.scss */
.love-product-main--text__text {
  font-size: 16px;
  font-size: 1.14286rem;
  padding-left: 50px;
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  /* line 551, ../../sass/_love_blooms.scss */
  .love-product-main--text__text {
    padding-left: 0;
    margin-bottom: 15px;
  }
}
/* line 560, ../../sass/_love_blooms.scss */
.love-product-main--text__price {
  padding-left: 50px;
  font-size: 25px;
  font-size: 1.78571rem;
  font-weight: bold;
}
/* line 564, ../../sass/_love_blooms.scss */
.love-product-main--text__price span {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  /* line 560, ../../sass/_love_blooms.scss */
  .love-product-main--text__price {
    padding-left: 0;
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

@media screen and (min-width: 801px) {
  /* line 576, ../../sass/_love_blooms.scss */
  .love-product-main02--wrap {
    align-items: flex-end;
  }
}

/* line 581, ../../sass/_love_blooms.scss */
.love-product-main14 {
  background: url(../images/product14/main_bg.png) no-repeat bottom center;
}

/* line 585, ../../sass/_love_blooms.scss */
.love-product-explanation {
  background: url(../images/love_product01_bk01.jpg) center center;
  background-size: 100%;
}
@media screen and (max-width: 800px) {
  /* line 585, ../../sass/_love_blooms.scss */
  .love-product-explanation {
    background-size: 150%;
  }
}
/* line 591, ../../sass/_love_blooms.scss */
.love-product-explanation--reverse {
  background-image: url(../images/love_product01_bk01_r.jpg);
}
/* line 594, ../../sass/_love_blooms.scss */
.love-product-explanation--bk02 {
  background-color: #f5f5f5;
}
@media screen and (min-width: 801px) {
  /* line 598, ../../sass/_love_blooms.scss */
  .love-product-explanation--wrap {
    display: flex;
    align-items: center;
  }
  /* line 602, ../../sass/_love_blooms.scss */
  .love-product-explanation--wrap__reverse {
    flex-direction: row-reverse;
  }
  /* line 605, ../../sass/_love_blooms.scss */
  .love-product-explanation--ph {
    width: 43%;
  }
  /* line 608, ../../sass/_love_blooms.scss */
  .love-product-explanation--text {
    width: 52%;
  }
  /* line 611, ../../sass/_love_blooms.scss */
  .love-product-explanation-mr {
    margin-right: 5%;
  }
  /* line 614, ../../sass/_love_blooms.scss */
  .love-product-explanation-ml {
    margin-left: 5%;
  }
}
/* line 618, ../../sass/_love_blooms.scss */
.love-product-explanation__heading {
  font-weight: 800;
}
@media screen and (min-width: 801px) {
  /* line 618, ../../sass/_love_blooms.scss */
  .love-product-explanation__heading {
    margin-bottom: 80px;
  }
  /* line 622, ../../sass/_love_blooms.scss */
  .love-product-explanation__heading:before, .love-product-explanation__heading:after {
    content: '';
    display: inline-block;
    width: 194px;
    height: 48px;
  }
  /* line 628, ../../sass/_love_blooms.scss */
  .love-product-explanation__heading:before {
    background: url(../images/product15/title_left.png);
    background-size: cover;
  }
  /* line 632, ../../sass/_love_blooms.scss */
  .love-product-explanation__heading:after {
    background: url(../images/product15/title_right.png);
    background-size: cover;
  }
}
@media screen and (max-width: 800px) {
  /* line 618, ../../sass/_love_blooms.scss */
  .love-product-explanation__heading {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
/* line 642, ../../sass/_love_blooms.scss */
.love-product-explanation--text__ttl {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  font-style: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
@media screen and (max-width: 800px) {
  /* line 642, ../../sass/_love_blooms.scss */
  .love-product-explanation--text__ttl {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
/* line 653, ../../sass/_love_blooms.scss */
.love-product-explanation--text__text {
  font-size: 16px;
  font-size: 1.14286rem;
}
@media screen and (max-width: 800px) {
  /* line 653, ../../sass/_love_blooms.scss */
  .love-product-explanation--text__text {
    font-size: inherit;
  }
}
/* line 659, ../../sass/_love_blooms.scss */
.love-product-explanation--text__big {
  font-size: 28px;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 800px) {
  /* line 659, ../../sass/_love_blooms.scss */
  .love-product-explanation--text__big {
    font-size: 18px;
    font-size: 1.28571rem;
    text-align: left !important;
  }
}
/* line 667, ../../sass/_love_blooms.scss */
.love-product-explanation--text__mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  /* line 667, ../../sass/_love_blooms.scss */
  .love-product-explanation--text__mb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  /* line 673, ../../sass/_love_blooms.scss */
  .love-product-explanation--ph {
    margin-bottom: 20px;
  }
}

/* line 679, ../../sass/_love_blooms.scss */
.love-product-panels-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  /* line 679, ../../sass/_love_blooms.scss */
  .love-product-panels-wrap {
    display: block;
  }
}

/* line 687, ../../sass/_love_blooms.scss */
.love-product-panel {
  box-sizing: border-box;
  width: 435px;
  text-align: center;
  margin: 40px;
  padding: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
  /* line 687, ../../sass/_love_blooms.scss */
  .love-product-panel {
    width: auto;
    margin: 40px 0;
  }
}
/* line 698, ../../sass/_love_blooms.scss */
.love-product-panel__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 20px 0;
}
/* line 704, ../../sass/_love_blooms.scss */
.love-product-panel__text {
  margin: 20px 0;
}
/* line 707, ../../sass/_love_blooms.scss */
.love-product-panel__btn {
  display: block;
  margin: 20px 0 30px;
}

/* line 712, ../../sass/_love_blooms.scss */
.love-product-message {
  background: url(../images/love_concept_bk.png) center center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  /* line 712, ../../sass/_love_blooms.scss */
  .love-product-message {
    background: url(../images/love_concept_bk_sp.png) top center;
  }
}
@media screen and (min-width: 801px) {
  /* line 719, ../../sass/_love_blooms.scss */
  .love-product-message--wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  /* line 723, ../../sass/_love_blooms.scss */
  .love-product-message--text {
    width: 60%;
    margin-left: 5%;
  }
}
/* line 728, ../../sass/_love_blooms.scss */
.love-product-message--ph {
  width: 35%;
}
@media screen and (max-width: 800px) {
  /* line 728, ../../sass/_love_blooms.scss */
  .love-product-message--ph {
    width: auto;
    margin-top: 30px;
  }
}
/* line 735, ../../sass/_love_blooms.scss */
.love-product-message--text__ttl {
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
  font-style: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  color: #642f36;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  /* line 735, ../../sass/_love_blooms.scss */
  .love-product-message--text__ttl {
    font-size: 18px;
    font-size: 1.28571rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 751, ../../sass/_love_blooms.scss */
.love-product-message--text__text {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.14286rem;
  color: #642f36;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
/* line 756, ../../sass/_love_blooms.scss */
.love-product-message--text__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  /* line 751, ../../sass/_love_blooms.scss */
  .love-product-message--text__text {
    font-size: inherit;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 764, ../../sass/_love_blooms.scss */
  .love-product-message--ph__mr {
    margin-right: 50px;
  }
}

@media screen and (min-width: 801px) {
  /* line 774, ../../sass/_love_blooms.scss */
  .love-product-howto--wrap {
    padding: 0 30px;
  }
}
/* line 779, ../../sass/_love_blooms.scss */
.love-product-howto--box {
  background-color: #eee9e4;
  margin: 0 0 40px;
  border-top: 30px solid #fff;
}
/* line 783, ../../sass/_love_blooms.scss */
.love-product-howto--box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  /* line 779, ../../sass/_love_blooms.scss */
  .love-product-howto--box {
    padding: 10px 10px 10px;
    margin: 0 0 20px;
    border-top: none;
  }
}
/* line 792, ../../sass/_love_blooms.scss */
.love-product-howto--mainttl {
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 800px) {
  /* line 792, ../../sass/_love_blooms.scss */
  .love-product-howto--mainttl {
    font-size: 18px;
    font-size: 1.28571rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
/* line 805, ../../sass/_love_blooms.scss */
.love-product-howto--ttl {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #b09172;
  padding: 30px 30px 20px;
  max-width: 1140px;
  box-sizing: border-box;
  margin-left: -30px;
  margin-top: -30px;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  /* line 805, ../../sass/_love_blooms.scss */
  .love-product-howto--ttl {
    padding: 20px 10px 10px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
}
/* line 827, ../../sass/_love_blooms.scss */
.love-product-howto--ttl--inner {
  display: inline-block;
}
@media screen and (min-width: 801px) {
  /* line 827, ../../sass/_love_blooms.scss */
  .love-product-howto--ttl--inner {
    padding-bottom: 12px;
    border-bottom: 1px solid #b09172;
  }
}
/* line 834, ../../sass/_love_blooms.scss */
.love-product-howto--ttl__no {
  width: 50px;
  display: inline-block;
  font-size: 36px;
  font-size: 2.57143rem;
  font-style: normal;
  font-family: 'Noto Sans JP', sans-serif;
  color: #b09172;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 834, ../../sass/_love_blooms.scss */
  .love-product-howto--ttl__no {
    font-size: 27px;
    font-size: 1.92857rem;
    font-weight: bold;
  }
}
/* line 849, ../../sass/_love_blooms.scss */
.love-product-howto--ttl__no::before {
  content: '手順';
  font-size: 12px;
  font-size: 0.85714rem;
  position: absolute;
  top: -12px;
  width: 100%;
  left: 0;
}
/* line 858, ../../sass/_love_blooms.scss */
.love-product-howto--ttl__text {
  display: inline-block;
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: bold;
  color: #b09172;
  font-style: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  /* line 858, ../../sass/_love_blooms.scss */
  .love-product-howto--ttl__text {
    text-align: left;
    font-size: 15px;
    font-size: 1.07143rem;
  }
}
/* line 871, ../../sass/_love_blooms.scss */
.love-product-howto--ph {
  padding: 50px 30px 30px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 871, ../../sass/_love_blooms.scss */
  .love-product-howto--ph {
    padding: 0 0 0;
  }
}
/* line 878, ../../sass/_love_blooms.scss */
.love-product-howto--ph__img {
  width: 43%;
  margin: 0 20px 2%;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  /* line 878, ../../sass/_love_blooms.scss */
  .love-product-howto--ph__img {
    display: block;
    width: auto;
    margin: 10px 0 0;
  }
}
/* line 888, ../../sass/_love_blooms.scss */
.love-product-howto--ph__img-mini {
  width: 34%;
  margin: 0 20px 2%;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  /* line 888, ../../sass/_love_blooms.scss */
  .love-product-howto--ph__img-mini {
    display: block;
    width: auto;
    margin: 10px 0 0;
  }
}
/* line 898, ../../sass/_love_blooms.scss */
.love-product-howto--ttl--note {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #b09172;
  font-style: normal;
  padding-left: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  text-align: left;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 898, ../../sass/_love_blooms.scss */
  .love-product-howto--ttl--note {
    font-size: 15px;
    font-size: 1.07143rem;
    padding-left: 30px;
    padding-bottom: 0;
    margin-top: -10px;
  }
}
/* line 914, ../../sass/_love_blooms.scss */
.love-product-howto--ttl--note::before {
  content: '※';
  font-size: 25px;
  font-size: 1.78571rem;
  color: #b09172;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -0.3em;
}
@media screen and (max-width: 800px) {
  /* line 914, ../../sass/_love_blooms.scss */
  .love-product-howto--ttl--note::before {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media screen and (min-width: 801px) {
  /* line 927, ../../sass/_love_blooms.scss */
  .love-product-howto--pb60 {
    padding-bottom: 50px;
  }
}

/* line 933, ../../sass/_love_blooms.scss */
.love-product-item {
  background: url(../images/love_product01_bk01.jpg) center center;
  background-size: 100%;
  padding: 80px 40px 30px;
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  /* line 933, ../../sass/_love_blooms.scss */
  .love-product-item {
    padding: 40px 20px;
  }
}
/* line 943, ../../sass/_love_blooms.scss */
.love-product-item--ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 36px;
  font-size: 2.57143rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  /* line 943, ../../sass/_love_blooms.scss */
  .love-product-item--ttl {
    font-size: 28px;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1;
  }
}

@media screen and (min-width: 801px) {
  /* line 959, ../../sass/_love_blooms.scss */
  .love-product-itemlist {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 801px) {
  /* line 964, ../../sass/_love_blooms.scss */
  .love-product-itemlist li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
  }
  /* line 969, ../../sass/_love_blooms.scss */
  .love-product-itemlist li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 964, ../../sass/_love_blooms.scss */
  .love-product-itemlist li {
    margin-bottom: 50px;
  }
  /* line 975, ../../sass/_love_blooms.scss */
  .love-product-itemlist li:last-child {
    margin-bottom: 0;
  }
}
/* line 981, ../../sass/_love_blooms.scss */
.love-product-itemlist--info {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 26px 15px 20px;
  margin: -15px 15px 0;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  /* line 981, ../../sass/_love_blooms.scss */
  .love-product-itemlist--info {
    margin: -15px 10px 0;
  }
}
/* line 991, ../../sass/_love_blooms.scss */
.love-product-itemlist--info__text {
  font-size: 16px;
  font-size: 1.14286rem;
}
/* line 994, ../../sass/_love_blooms.scss */
.love-product-itemlist--info__price {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-bottom: 15px;
}
/* line 997, ../../sass/_love_blooms.scss */
.love-product-itemlist--info__price span {
  font-size: 13px;
  font-size: 0.92857rem;
}
/* line 1001, ../../sass/_love_blooms.scss */
.love-product-itemlist--info__special {
  background: #fffbe8;
}
/* line 1021, ../../sass/_love_blooms.scss */
.love-product-itemlist--btn {
  display: flex;
  justify-content: center;
}
/* line 1024, ../../sass/_love_blooms.scss */
.love-product-itemlist--btn a {
  width: 48%;
  display: block;
}
/* line 1027, ../../sass/_love_blooms.scss */
.love-product-itemlist--btn a:first-child {
  margin-right: 4%;
}
/* line 1032, ../../sass/_love_blooms.scss */
.love-product-itemlist--eye__new {
  position: relative;
}
/* line 1034, ../../sass/_love_blooms.scss */
.love-product-itemlist--eye__new::before {
  content: '';
  width: 66px;
  height: 66px;
  background: url(../images/love-product-btn-new.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  /* line 1034, ../../sass/_love_blooms.scss */
  .love-product-itemlist--eye__new::before {
    top: -18px;
    left: -15px;
  }
}
/* line 1050, ../../sass/_love_blooms.scss */
.love-product-itemlist--eye__new--s {
  position: relative;
}
/* line 1052, ../../sass/_love_blooms.scss */
.love-product-itemlist--eye__new--s::before {
  content: '';
  width: 66px;
  height: 66px;
  background: url(../images/love-product-btn-new--s.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  /* line 1052, ../../sass/_love_blooms.scss */
  .love-product-itemlist--eye__new--s::before {
    top: -18px;
    left: -15px;
  }
}
/* line 1068, ../../sass/_love_blooms.scss */
.love-product-itemlist--eye__arrival {
  position: relative;
}
/* line 1070, ../../sass/_love_blooms.scss */
.love-product-itemlist--eye__arrival::before {
  content: '';
  width: 66px;
  height: 66px;
  background: url(../images/love-product-btn-arrival.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  /* line 1070, ../../sass/_love_blooms.scss */
  .love-product-itemlist--eye__arrival::before {
    top: -18px;
    left: -15px;
  }
}
/* line 1086, ../../sass/_love_blooms.scss */
.love-product-itemlist--eye__premium {
  position: relative;
}
/* line 1088, ../../sass/_love_blooms.scss */
.love-product-itemlist--eye__premium::before {
  content: '';
  width: 66px;
  height: 66px;
  background: url(../images/love-product-btn-premium.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  /* line 1088, ../../sass/_love_blooms.scss */
  .love-product-itemlist--eye__premium::before {
    top: -18px;
    left: -15px;
  }
}
/* line 1104, ../../sass/_love_blooms.scss */
.love-product-itemlist__special {
  position: relative;
}
/* line 1106, ../../sass/_love_blooms.scss */
.love-product-itemlist__special:before {
  content: '';
  display: block;
  width: 114%;
  height: 112%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7%;
  margin: auto;
  background-color: #d3e8ce;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  /* line 1106, ../../sass/_love_blooms.scss */
  .love-product-itemlist__special:before {
    width: 108%;
    height: 108%;
    left: -4%;
  }
}

/* line 1128, ../../sass/_love_blooms.scss */
.love-product-tracking {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 170px;
  background-color: #e6afb7;
  box-sizing: border-box;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  /* line 1128, ../../sass/_love_blooms.scss */
  .love-product-tracking {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 15px;
  }
}
/* line 1144, ../../sass/_love_blooms.scss */
.love-product-tracking--wrap {
  display: block;
}
@media screen and (max-width: 800px) {
  /* line 1144, ../../sass/_love_blooms.scss */
  .love-product-tracking--wrap {
    text-align: center;
  }
}
/* line 1149, ../../sass/_love_blooms.scss */
.love-product-tracking--wrap:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: all 1s;
}
/* line 1154, ../../sass/_love_blooms.scss */
.love-product-tracking__name {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.07143rem;
  letter-spacing: -0.8px;
  display: block;
}
@media screen and (max-width: 800px) {
  /* line 1154, ../../sass/_love_blooms.scss */
  .love-product-tracking__name {
    display: inline-block;
    letter-spacing: -0.5px;
  }
}
/* line 1165, ../../sass/_love_blooms.scss */
.love-product-tracking__price {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.07143rem;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 800px) {
  /* line 1165, ../../sass/_love_blooms.scss */
  .love-product-tracking__price {
    display: inline-block;
    margin-bottom: 8px;
  }
}
/* line 1176, ../../sass/_love_blooms.scss */
.love-product-tracking__price span.small {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.85714rem;
}
/* line 1181, ../../sass/_love_blooms.scss */
.love-product-tracking__btn {
  background-color: #fff;
  padding: 10px 19px 15px;
  text-align: center;
  display: block;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  /* line 1181, ../../sass/_love_blooms.scss */
  .love-product-tracking__btn {
    padding: 15px 10px;
    position: relative;
  }
  /* line 1190, ../../sass/_love_blooms.scss */
  .love-product-tracking__btn::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/love_onlineshop_btn_side_ico_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
}
@media screen and (max-width: 800px) {
  /* line 1204, ../../sass/_love_blooms.scss */
  .love-product-tracking__btn img {
    width: auto;
    width: 48%;
  }
}

/* line 1212, ../../sass/_love_blooms.scss */
.love-product-tracking.none {
  display: none;
}

/* line 1215, ../../sass/_love_blooms.scss */
.love-product-btn-buy {
  background: url(../images/love_btn_bk.png) repeat-x center center;
  background-size: auto 100%;
  box-sizing: border-box;
}
/* line 1219, ../../sass/_love_blooms.scss */
.love-product-btn-buy__wrap {
  background-color: #e6afb7;
  max-width: 760px;
  box-sizing: border-box;
  padding: 10px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  /* line 1219, ../../sass/_love_blooms.scss */
  .love-product-btn-buy__wrap {
    padding: 5px;
  }
}
/* line 1229, ../../sass/_love_blooms.scss */
.love-product-btn-buy__inner {
  border: 1px solid #fff;
  padding: 22px 20px 25px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 1229, ../../sass/_love_blooms.scss */
  .love-product-btn-buy__inner {
    padding: 10px;
  }
}
/* line 1238, ../../sass/_love_blooms.scss */
.love-product-btn-buy__ttl {
  font-style: normal;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  /* line 1238, ../../sass/_love_blooms.scss */
  .love-product-btn-buy__ttl {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
/* line 1247, ../../sass/_love_blooms.scss */
.love-product-btn-buy__ttl span {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  /* line 1247, ../../sass/_love_blooms.scss */
  .love-product-btn-buy__ttl span {
    font-size: 14px;
    font-size: 1rem;
  }
}
/* line 1256, ../../sass/_love_blooms.scss */
.love-product-btn-buy__link {
  border-radius: 3px;
  background-color: #fff;
  padding: 18px 20px 20px;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  /* line 1256, ../../sass/_love_blooms.scss */
  .love-product-btn-buy__link {
    padding: 12px 10px 15px;
  }
}
/* line 1264, ../../sass/_love_blooms.scss */
.love-product-btn-buy__link img {
  width: 340px;
}

@media screen and (min-width: 801px) {
  /* line 1269, ../../sass/_love_blooms.scss */
  .love-ph-two {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 1274, ../../sass/_love_blooms.scss */
  .love-ph-two--child {
    width: 40%;
    margin: 0 30px;
  }
}
@media screen and (max-width: 800px) {
  /* line 1280, ../../sass/_love_blooms.scss */
  .love-ph-two--child:first-child {
    margin-bottom: 20px;
  }
}

/* line 1286, ../../sass/_love_blooms.scss */
.love-jewelry-text__mb {
  margin-bottom: 50px;
}

/* line 1290, ../../sass/_love_blooms.scss */
.love-jewelry-ttl {
  font-size: 22px;
  font-size: 1.57143rem;
  text-align: center;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin-bottom: 60px;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  /* line 1290, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl {
    font-size: 20px;
    font-size: 1.42857rem;
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
/* line 1302, ../../sass/_love_blooms.scss */
.love-jewelry-ttl span {
  font-size: 16px;
  font-size: 1.14286rem;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  /* line 1302, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl span {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}
/* line 1310, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--dia {
  color: #b1afaf;
  border-color: #b1afaf;
}
/* line 1313, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--dia__chatch {
  color: #b1afaf;
  line-height: 1.4;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 74px;
  font-size: 5.28571rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 1313, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--dia__chatch {
    font-size: 60px;
    font-size: 4.28571rem;
  }
}
/* line 1324, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--ame {
  color: #d68dd3;
}
/* line 1326, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--ame__chatch {
  color: #d68dd3;
  line-height: 1.4;
  font-size: 70px;
  font-size: 5rem;
  text-align: center;
  letter-spacing: -8px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 800px) {
  /* line 1326, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--ame__chatch {
    font-size: 55px;
    font-size: 3.92857rem;
  }
}
/* line 1338, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--rose {
  color: #f5afe2;
}
/* line 1340, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--rose__chatch {
  color: #f5afe2;
  line-height: 1.4;
  font-size: 74px;
  font-size: 5.28571rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 800px) {
  /* line 1340, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--rose__chatch {
    font-size: 60px;
    font-size: 4.28571rem;
  }
}
/* line 1351, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--cit {
  color: #f3ce6a;
}
/* line 1353, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--cit__chatch {
  color: #f3ce6a;
  line-height: 1.4;
  font-size: 65px;
  font-size: 4.64286rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 800px) {
  /* line 1353, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--cit__chatch {
    font-size: 55px;
    font-size: 3.92857rem;
  }
}
/* line 1364, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--aqua {
  color: #9ad2e0;
}
/* line 1366, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--aqua__chatch {
  color: #9ad2e0;
  line-height: 1.4;
  font-size: 65px;
  font-size: 4.64286rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  letter-spacing: -5px;
}
@media screen and (max-width: 800px) {
  /* line 1366, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--aqua__chatch {
    font-size: 55px;
    font-size: 3.92857rem;
  }
}
/* line 1378, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--peri {
  color: #bed886;
}
/* line 1380, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--peri__chatch {
  color: #bed886;
  line-height: 1.4;
  font-size: 74px;
  font-size: 5.28571rem;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 800px) {
  /* line 1380, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--peri__chatch {
    font-size: 60px;
    font-size: 4.28571rem;
  }
}
/* line 1391, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--tan {
  color: #9bbbe1;
  border-color: #9bbbe1;
}
/* line 1394, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--tan__chatch {
  color: #9bbbe1;
  line-height: 1.4;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 74px;
  font-size: 5.28571rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 1394, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--tan__chatch {
    font-size: 60px;
    font-size: 4.28571rem;
  }
}
/* line 1405, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--pink {
  color: #daa2a3;
  border-color: #daa2a3;
}
/* line 1408, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--pink__chatch {
  color: #daa2a3;
  line-height: 1.4;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 74px;
  font-size: 5.28571rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 1408, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--pink__chatch {
    font-size: 60px;
    font-size: 4.28571rem;
  }
}
/* line 1419, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--eme {
  color: #7ebaa0;
  border-color: #7ebaa0;
}
/* line 1422, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--eme__chatch {
  color: #7ebaa0;
  line-height: 1.4;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-size: 74px;
  font-size: 5.28571rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 1422, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--eme__chatch {
    font-size: 60px;
    font-size: 4.28571rem;
  }
}
/* line 1433, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--plate {
  text-align: center;
  padding-left: 0;
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 60px;
  font-size: 4.28571rem;
  margin-bottom: 60px;
  color: #b1afaf;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  /* line 1433, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--plate {
    font-size: 28px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
}
/* line 1447, ../../sass/_love_blooms.scss */
.love-jewelry-ttl--plate span {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.14286rem;
}
@media screen and (max-width: 800px) {
  /* line 1447, ../../sass/_love_blooms.scss */
  .love-jewelry-ttl--plate span {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}

/* line 1458, ../../sass/_love_blooms.scss */
.love-jewelry-mb--block {
  margin-bottom: 70px;
}
@media screen and (max-width: 800px) {
  /* line 1458, ../../sass/_love_blooms.scss */
  .love-jewelry-mb--block {
    margin-bottom: 40px;
  }
}
/* line 1464, ../../sass/_love_blooms.scss */
.love-jewelry-mb--block02 {
  margin-bottom: 90px;
}
@media screen and (max-width: 800px) {
  /* line 1464, ../../sass/_love_blooms.scss */
  .love-jewelry-mb--block02 {
    margin-bottom: 50px;
  }
}

/* line 1471, ../../sass/_love_blooms.scss */
.love-plate-link {
  text-align: center;
}
/* line 1473, ../../sass/_love_blooms.scss */
.love-plate-link--ttl {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.21429rem;
}
@media screen and (max-width: 800px) {
  /* line 1473, ../../sass/_love_blooms.scss */
  .love-plate-link--ttl {
    text-align: center;
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
/* line 1481, ../../sass/_love_blooms.scss */
.love-plate-link--text__text {
  font-size: 16px;
  font-size: 1.14286rem;
}
@media screen and (max-width: 800px) {
  /* line 1481, ../../sass/_love_blooms.scss */
  .love-plate-link--text__text {
    text-align: left;
  }
}
/* line 1487, ../../sass/_love_blooms.scss */
.love-plate-link--img {
  width: 420px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 800px) {
  /* line 1487, ../../sass/_love_blooms.scss */
  .love-plate-link--img {
    width: 60%;
  }
}
/* line 1495, ../../sass/_love_blooms.scss */
.love-plate-link-btn {
  width: 200px;
  display: block;
  padding-top: 10px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  /* line 1495, ../../sass/_love_blooms.scss */
  .love-plate-link-btn {
    width: 55%;
  }
}

@media screen and (min-width: 801px) {
  /* line 1507, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  /* line 1507, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy {
    margin-bottom: 20px;
  }
}
/* line 1515, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__wrap {
  background-color: #e6afb7;
  width: 560px;
  box-sizing: border-box;
  padding: 10px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  /* line 1515, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy__wrap {
    padding: 15px;
    width: auto;
  }
}
/* line 1525, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__wrap.--premium {
  background-color: #e4d5c2;
}
/* line 1529, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__inner {
  border: 1px solid #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  /* line 1529, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy__inner {
    padding: 0;
    border: none;
  }
}
/* line 1539, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__ttl {
  font-style: normal;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  /* line 1539, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy__ttl {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.4;
  }
}
/* line 1549, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__ttl span {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  /* line 1549, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy__ttl span {
    font-size: 14px;
    font-size: 1rem;
  }
}
/* line 1558, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__link--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 1563, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  padding: 12px 20px 15px;
  display: inline-block;
  height: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  /* line 1563, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy__link {
    padding: 0;
    height: auto;
    background-color: inherit;
  }
}
/* line 1576, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__link img {
  width: 260px;
}
@media screen and (max-width: 800px) {
  /* line 1576, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy__link img {
    width: 100%;
  }
}
/* line 1584, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__link--eye {
  width: 80px;
  height: 70px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  /* line 1584, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy__link--eye {
    width: 50px;
    height: 60px;
  }
}
/* line 1595, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__link--eye img {
  overflow: hidden;
  width: 150%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  right: 0;
  margin: auto;
  max-width: inherit;
}
@media screen and (max-width: 800px) {
  /* line 1595, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy__link--eye img {
    width: 180%;
  }
}
/* line 1611, ../../sass/_love_blooms.scss */
.love-product02-btn-buy__link--eye.--premium img {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 800px) {
  /* line 1617, ../../sass/_love_blooms.scss */
  .love-product02-btn-buy .soldout {
    padding-top: 60px;
  }
}

/* line 1623, ../../sass/_love_blooms.scss */
.love-jewelry-linkbnr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 801px) {
  /* line 1626, ../../sass/_love_blooms.scss */
  .love-jewelry-linkbnr li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  }
  /* line 1632, ../../sass/_love_blooms.scss */
  .love-jewelry-linkbnr li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 1626, ../../sass/_love_blooms.scss */
  .love-jewelry-linkbnr li {
    margin-bottom: 20px;
  }
  /* line 1638, ../../sass/_love_blooms.scss */
  .love-jewelry-linkbnr li:last-child {
    margin-bottom: 0;
  }
}

/* line 1645, ../../sass/_love_blooms.scss */
.love-plate-wrap {
  border: 1px solid #000;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 801px) {
  /* line 1645, ../../sass/_love_blooms.scss */
  .love-plate-wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  /* line 1645, ../../sass/_love_blooms.scss */
  .love-plate-wrap {
    padding: 20px;
  }
}
/* line 1657, ../../sass/_love_blooms.scss */
.love-plate--ph {
  width: 10%;
  display: block;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 800px) {
  /* line 1657, ../../sass/_love_blooms.scss */
  .love-plate--ph {
    width: 35%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 1666, ../../sass/_love_blooms.scss */
  .love-plate--text {
    width: 87%;
  }
}
/* line 1672, ../../sass/_love_blooms.scss */
.love-plate--big {
  font-size: 24px;
  font-size: 1.71429rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

@media screen and (min-width: 801px) {
  /* line 1679, ../../sass/_love_blooms.scss */
  .love-product02-message {
    text-align: center;
  }
}
/* line 1683, ../../sass/_love_blooms.scss */
.love-product02-message--text__text {
  color: #54473a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.28571rem;
}
@media screen and (max-width: 800px) {
  /* line 1683, ../../sass/_love_blooms.scss */
  .love-product02-message--text__text {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
/* line 1693, ../../sass/_love_blooms.scss */
.love-product02-message--text__ttl {
  color: #54473a;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-size: 1.71429rem;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  /* line 1693, ../../sass/_love_blooms.scss */
  .love-product02-message--text__ttl {
    font-size: 20px;
    font-size: 1.42857rem;
    text-align: left;
    margin-bottom: 30px;
  }
}
/* line 1707, ../../sass/_love_blooms.scss */
.love-product02-message--bk {
  background: url(../images/love_product02_message_bk.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  /* line 1712, ../../sass/_love_blooms.scss */
  .love-product02-message--text {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  /* line 1716, ../../sass/_love_blooms.scss */
  .love-product02-message--ph img {
    width: 80%;
  }
  /* line 1719, ../../sass/_love_blooms.scss */
  .love-product02-message--bk {
    background: url(../images/love_product02_message_bk_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

/* line 1725, ../../sass/_love_blooms.scss */
.love-jewelry-linup {
  font-size: 24px;
  font-size: 1.71429rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
/* line 1730, ../../sass/_love_blooms.scss */
.love-jewelry-linup span {
  display: block;
  font-size: 14px;
  font-size: 1rem;
}

/* line 1735, ../../sass/_love_blooms.scss */
.love-product02-box {
  padding: 100px 40px 60px;
}
@media screen and (max-width: 800px) {
  /* line 1735, ../../sass/_love_blooms.scss */
  .love-product02-box {
    padding: 50px 20px;
  }
}

/* line 1741, ../../sass/_love_blooms.scss */
.love-jewelry--specification {
  width: 100%;
  text-align: center;
  background-color: #eee9e4;
  border: 1px solid #dcd5ca;
}
@media screen and (max-width: 800px) {
  /* line 1746, ../../sass/_love_blooms.scss */
  .love-jewelry--specification__pc {
    display: none;
  }
}
/* line 1751, ../../sass/_love_blooms.scss */
.love-jewelry--specification td {
  font-size: 12px;
  font-size: 0.85714rem;
}
@media screen and (min-width: 801px) {
  /* line 1751, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #dcd5ca;
  }
}
@media screen and (max-width: 800px) {
  /* line 1751, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td {
    padding: 5px 15px;
    display: block;
    padding-left: 100px;
    position: relative;
  }
  /* line 1763, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td:first-child {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  /* line 1767, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td:last-child {
    margin-bottom: 10px;
  }
  /* line 1770, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td:nth-of-type(2):before {
    content: '石';
    display: inline-block;
    position: absolute;
    left: 15px;
  }
  /* line 1776, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td:nth-of-type(3):before {
    content: '原産国';
    display: inline-block;
    position: absolute;
    left: 15px;
  }
  /* line 1782, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td:nth-of-type(4):before {
    content: 'カラット';
    display: inline-block;
    position: absolute;
    left: 15px;
  }
  /* line 1788, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td:nth-of-type(5):before {
    content: 'チェーンサイズ';
    display: inline-block;
    position: absolute;
    left: 15px;
    white-space: pre;
    font-size: 11px;
    font-size: 0.78571rem;
    letter-spacing: -0.5px;
  }
  /* line 1797, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td:nth-of-type(6):before {
    content: '素材';
    display: inline-block;
    position: absolute;
    left: 15px;
  }
  /* line 1803, ../../sass/_love_blooms.scss */
  .love-jewelry--specification td:nth-of-type(7):before {
    content: '備考';
    display: inline-block;
    position: absolute;
    left: 15px;
  }
}
/* line 1811, ../../sass/_love_blooms.scss */
.love-jewelry--specification th {
  padding: 10px 15px;
  border: 1px solid #dcd5ca;
  font-size: 12px;
  font-size: 0.85714rem;
}
@media screen and (min-width: 801px) {
  /* line 1811, ../../sass/_love_blooms.scss */
  .love-jewelry--specification th {
    text-align: center;
    width: 11%;
  }
  /* line 1818, ../../sass/_love_blooms.scss */
  .love-jewelry--specification th:last-child {
    width: 34%;
  }
}
@media screen and (max-width: 800px) {
  /* line 1823, ../../sass/_love_blooms.scss */
  .love-jewelry--specification__name {
    background-color: #fff;
    text-align: center;
  }
}
/* line 1830, ../../sass/_love_blooms.scss */
.love-jewelry--specification__note {
  text-align: left !important;
}
@media screen and (max-width: 800px) {
  /* line 1836, ../../sass/_love_blooms.scss */
  .love-jewelry--specification.--product13 td:first-child {
    padding-left: 100px;
  }
  /* line 1838, ../../sass/_love_blooms.scss */
  .love-jewelry--specification.--product13 td:first-child:before {
    content: 'モチーフ';
    display: inline-block;
    position: absolute;
    left: 15px;
    padding-left: 0;
    margin-bottom: 0;
  }
  /* line 1847, ../../sass/_love_blooms.scss */
  .love-jewelry--specification.--product13 td:nth-of-type(2):before {
    content: 'サイズ';
  }
  /* line 1850, ../../sass/_love_blooms.scss */
  .love-jewelry--specification.--product13 td:nth-of-type(3):before {
    content: '石';
  }
  /* line 1853, ../../sass/_love_blooms.scss */
  .love-jewelry--specification.--product13 td:nth-of-type(4):before {
    content: 'カラット';
  }
  /* line 1856, ../../sass/_love_blooms.scss */
  .love-jewelry--specification.--product13 td:nth-of-type(5):before {
    content: '素材';
    display: inline-block;
    position: absolute;
    left: 15px;
    font-size: 12px;
    font-size: 0.85714rem;
    letter-spacing: normal;
  }
  /* line 1864, ../../sass/_love_blooms.scss */
  .love-jewelry--specification.--product13 td:nth-of-type(6):before {
    content: '備考';
  }
}

@media screen and (min-width: 801px) {
  /* line 1871, ../../sass/_love_blooms.scss */
  .w52-percent {
    width: 52%;
  }
}

@media screen and (min-width: 801px) {
  /* line 1876, ../../sass/_love_blooms.scss */
  .w43-percent {
    width: 43%;
  }
}

/* line 1881, ../../sass/_love_blooms.scss */
.love-caption {
  font-size: 13px;
  font-size: 0.92857rem;
  letter-spacing: -0.5px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 801px) {
  /* line 1887, ../../sass/_love_blooms.scss */
  .love-jewelry--pouch {
    margin-top: 50px;
    position: relative;
  }
  /* line 1891, ../../sass/_love_blooms.scss */
  .love-jewelry--pouch .w52-percent {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* line 1895, ../../sass/_love_blooms.scss */
  .love-jewelry--pouch .w52-percent p {
    line-height: 1.9;
  }
}
@media screen and (max-width: 800px) {
  /* line 1887, ../../sass/_love_blooms.scss */
  .love-jewelry--pouch {
    margin-top: 30px;
  }
  /* line 1902, ../../sass/_love_blooms.scss */
  .love-jewelry--pouch .w43-percent {
    margin-bottom: 30px;
  }
}

/* line 1907, ../../sass/_love_blooms.scss */
.soldout {
  position: relative;
}
/* line 1909, ../../sass/_love_blooms.scss */
.soldout::after {
  content: '';
  width: 140px;
  height: 121px;
  background: url(../images/love-product-btn-soldput.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (min-width: 801px) {
  /* line 1921, ../../sass/_love_blooms.scss */
  .love-pendant {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 801px) {
  /* line 1925, ../../sass/_love_blooms.scss */
  .love-pendant__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 801px) {
  /* line 1930, ../../sass/_love_blooms.scss */
  .love-pendant__wrap li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 65px;
  }
  /* line 1935, ../../sass/_love_blooms.scss */
  .love-pendant__wrap li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 1930, ../../sass/_love_blooms.scss */
  .love-pendant__wrap li {
    margin-bottom: 60px;
  }
  /* line 1941, ../../sass/_love_blooms.scss */
  .love-pendant__wrap li:last-child {
    margin-bottom: 20px;
  }
}
/* line 1947, ../../sass/_love_blooms.scss */
.love-pendant__ttl {
  margin-bottom: 70px;
  font-size: 34px;
  font-size: 2.42857rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  /* line 1947, ../../sass/_love_blooms.scss */
  .love-pendant__ttl {
    font-size: 20px;
    font-size: 1.42857rem;
    margin-bottom: 20px;
  }
}
/* line 1958, ../../sass/_love_blooms.scss */
.love-pendant__text {
  margin: 15px 0 5px;
}
@media screen and (min-width: 801px) {
  /* line 1962, ../../sass/_love_blooms.scss */
  .love-pendant__text--mh120 {
    min-height: 120px;
  }
  /* line 1965, ../../sass/_love_blooms.scss */
  .love-pendant__text--mh150 {
    min-height: 150px;
  }
}
/* line 1969, ../../sass/_love_blooms.scss */
.love-pendant__type {
  font-size: 12px;
  font-size: 0.85714rem;
  padding-left: 5em;
}
/* line 1972, ../../sass/_love_blooms.scss */
.love-pendant__type::before {
  content: '石の種類：';
  margin-left: -5em;
}
/* line 1977, ../../sass/_love_blooms.scss */
.love-pendant__btn {
  width: 252px;
  display: block;
  margin: 20px auto 0;
}

/* line 1985, ../../sass/_love_blooms.scss */
#product05 .love-pendant__text {
  text-align: center;
}
/* line 1988, ../../sass/_love_blooms.scss */
#product05 .love-pendant__type {
  font-size: 16px;
  font-size: 1.14286rem;
  padding-left: 0;
  text-align: center;
}
/* line 1992, ../../sass/_love_blooms.scss */
#product05 .love-pendant__type::before {
  content: '';
  margin-left: 0;
}

/* line 1999, ../../sass/_love_blooms.scss */
.purified {
  color: #b09172;
  font-weight: 800;
}
/* line 2002, ../../sass/_love_blooms.scss */
.purified:before {
  content: "――――";
  letter-spacing: -.2em;
  margin-right: 1em;
}
/* line 2007, ../../sass/_love_blooms.scss */
.purified:after {
  content: "――――";
  letter-spacing: -.2em;
  margin-left: 1em;
}

/* line 2013, ../../sass/_love_blooms.scss */
.swiper {
  width: 426px;
  height: 320px;
}

@media screen and (min-width: 801px) {
  /* line 2019, ../../sass/_love_blooms.scss */
  .love-product13-message {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
}
/* line 2025, ../../sass/_love_blooms.scss */
.love-product13-message--bk {
  background: url(../images/product13/bg.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  /* line 2029, ../../sass/_love_blooms.scss */
  .love-product13-message__ph {
    width: 480px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2029, ../../sass/_love_blooms.scss */
  .love-product13-message__ph {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2038, ../../sass/_love_blooms.scss */
  .love-product13-message__lead {
    width: 600px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2042, ../../sass/_love_blooms.scss */
  .love-product13-message__lead__text {
    margin-bottom: 1.5em;
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2042, ../../sass/_love_blooms.scss */
  .love-product13-message__lead__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2053, ../../sass/_love_blooms.scss */
  .love-product13-panels {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 60px auto 40px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2053, ../../sass/_love_blooms.scss */
  .love-product13-panels {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  /* line 2067, ../../sass/_love_blooms.scss */
  .love-product13-panel {
    width: 204px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2067, ../../sass/_love_blooms.scss */
  .love-product13-panel {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2076, ../../sass/_love_blooms.scss */
  .love-product13-wrap {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2084, ../../sass/_love_blooms.scss */
  .love-product13__product {
    width: 540px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2089, ../../sass/_love_blooms.scss */
  .love-product13__title {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2089, ../../sass/_love_blooms.scss */
  .love-product13__title {
    margin: 40px 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 2097, ../../sass/_love_blooms.scss */
  .love-product13__lead {
    margin-bottom: 40px;
  }
}

/* line 2106, ../../sass/_love_blooms.scss */
.love-product14-message--bk {
  background: url(../images/product14/bg-02.png);
}
@media screen and (min-width: 801px) {
  /* line 2109, ../../sass/_love_blooms.scss */
  .love-product14-message__ph {
    width: 360px;
  }
  /* line 2112, ../../sass/_love_blooms.scss */
  .love-product14-message__ph.--right {
    float: right;
    margin-left: 60px;
  }
  /* line 2116, ../../sass/_love_blooms.scss */
  .love-product14-message__ph.--left {
    float: left;
    margin-right: 60px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2109, ../../sass/_love_blooms.scss */
  .love-product14-message__ph {
    margin-bottom: 1.5em;
  }
}
/* line 2126, ../../sass/_love_blooms.scss */
.love-product14-message__lead__text {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 801px) {
  /* line 2126, ../../sass/_love_blooms.scss */
  .love-product14-message__lead__text {
    font-size: 18px;
  }
}
/* line 2134, ../../sass/_love_blooms.scss */
.love-product14-box {
  background: -moz-linear-gradient(top, #F5F5F5, #FFF);
  background: -webkit-linear-gradient(top, #F5F5F5, #FFF);
  background: linear-gradient(to bottom, #f5f5f5, #ffffff);
}
/* line 2139, ../../sass/_love_blooms.scss */
.love-product14-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  /* line 2139, ../../sass/_love_blooms.scss */
  .love-product14-wrap {
    padding: 50px 20px;
  }
}
/* line 2147, ../../sass/_love_blooms.scss */
.love-product14__title {
  font-size: 30px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-style: normal;
  font-weight: bold;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  /* line 2147, ../../sass/_love_blooms.scss */
  .love-product14__title {
    font-size: 20px;
    padding: 20px 20px;
  }
}
/* line 2157, ../../sass/_love_blooms.scss */
.love-product14__title:after {
  content: "";
  display: block;
  background: url(../images/product14/goods-line-01.png) no-repeat;
  background-size: cover;
  width: 339px;
  height: 2px;
  margin: 20px auto 0;
}
@media screen and (max-width: 800px) {
  /* line 2157, ../../sass/_love_blooms.scss */
  .love-product14__title:after {
    width: 100%;
    background-size: contain;
  }
}
/* line 2171, ../../sass/_love_blooms.scss */
.love-product14__text {
  margin-bottom: 2em;
}
/* line 2174, ../../sass/_love_blooms.scss */
.love-product14__comment {
  border: double 4px #ccc;
  padding: 60px;
  margin: 120px 0;
}
@media screen and (max-width: 800px) {
  /* line 2174, ../../sass/_love_blooms.scss */
  .love-product14__comment {
    padding: 20px;
    margin: 20px 0;
  }
}
/* line 2182, ../../sass/_love_blooms.scss */
.love-product14__comment__title {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-style: normal;
  margin-bottom: 2em;
}
@media screen and (max-width: 800px) {
  /* line 2182, ../../sass/_love_blooms.scss */
  .love-product14__comment__title {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
/* line 2192, ../../sass/_love_blooms.scss */
.love-product14__comment__text {
  font-size: 14px;
}
@media screen and (min-width: 801px) {
  /* line 2196, ../../sass/_love_blooms.scss */
  .love-product14__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 120px 0 80px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2196, ../../sass/_love_blooms.scss */
  .love-product14__product {
    margin: 80px 0;
  }
}
@media screen and (max-width: 800px) {
  /* line 2206, ../../sass/_love_blooms.scss */
  .love-product14__product__wrap {
    margin-top: 20px;
  }
}
/* line 2211, ../../sass/_love_blooms.scss */
.love-product14__product__num {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 2216, ../../sass/_love_blooms.scss */
.love-product14__product__spec {
  width: 540px;
  font-size: 12px;
  background-color: #fbf8f1;
}
@media screen and (max-width: 800px) {
  /* line 2216, ../../sass/_love_blooms.scss */
  .love-product14__product__spec {
    width: 100%;
  }
}
/* line 2223, ../../sass/_love_blooms.scss */
.love-product14__product__spec th, .love-product14__product__spec td {
  font-size: 12px;
  border: solid 1px #dbdbd3;
  text-align: center;
  padding: 10px 0;
}

/* line 2233, ../../sass/_love_blooms.scss */
.love-product-comment {
  background: #fbfaf6 url(../images/product15/BG_color_fbfaf6.gif) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 801px) {
  /* line 2237, ../../sass/_love_blooms.scss */
  .love-product-comment-wrap {
    display: flex;
    align-items: center;
  }
  /* line 2241, ../../sass/_love_blooms.scss */
  .love-product-comment__text {
    margin-right: 5%;
    width: 60%;
  }
}

/* line 2247, ../../sass/_love_blooms.scss */
.love-product-btn {
  border: solid 10px #e6afb7;
}
@media screen and (min-width: 801px) {
  /* line 2247, ../../sass/_love_blooms.scss */
  .love-product-btn {
    display: flex;
  }
}
@media screen and (min-width: 801px) {
  /* line 2252, ../../sass/_love_blooms.scss */
  .love-product-btn__wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2252, ../../sass/_love_blooms.scss */
  .love-product-btn__wrapper {
    padding: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* line 2260, ../../sass/_love_blooms.scss */
  .love-product-btn__no {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
/* line 2266, ../../sass/_love_blooms.scss */
.love-product-btn__name {
  font-weight: 800;
}
@media screen and (min-width: 801px) {
  /* line 2266, ../../sass/_love_blooms.scss */
  .love-product-btn__name {
    font-size: 24px;
    text-align: left;
  }
}
