@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
@font-face {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima-Nova';
  font-style: normal;
  font-weight: normal;
  src: url("https://gigaplus.makeshop.jp/baton2/fonts/ProximaNova-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Proxima-Nova';
  font-style: normal;
  font-weight: bold;
  src: url("https://gigaplus.makeshop.jp/baton2/fonts/Proxima-Nova-Bold.woff") format("woff");
}

/* ====================================================
Position & transfo
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
html.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

html.is-locked body {
  -webkit-overflow-scrolling: auto;
}

body {
  color: #444444;
  font-family: dnp-shuei-gothic-gin-std, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  background-color: #FCF7F5;
  overflow-x: hidden;
}

a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

br {
  font-size: 0px;
}

.inner {
  display: block;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px;
}

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

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

.main-contents {
  padding-top: 95px;
}

@media screen and (max-width: 768px) {
  .main-contents {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-top: 80px;
  }
}

.container--pt {
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .container--pt {
    padding-top: 120px;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
.header {
  position: relative;
  width: 100%;
  z-index: 9999;
  padding: 0 36px;
}

@media screen and (max-width: 990px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #FCF7F5;
  }
}

@media screen and (min-width: 991px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 990px) {
  .header__inner {
    display: none;
    position: fixed;
    z-index: 5;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    left: 0;
    top: 0;
    background: #CE2D6B;
    padding: 46px 20px;
  }
}

.header__logo {
  width: 83px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -20px auto 0;
}

@media screen and (max-width: 990px) {
  .header__logo {
    left: 20px;
    right: inherit;
  }
}

.header__menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 990px) {
  .header__menu {
    display: none;
  }
}

.header__menu .item {
  position: relative;
  cursor: pointer;
  margin-left: 16px;
}

.header__menu .item:first-of-type {
  margin-left: 0;
}

.header__menu .item .on {
  display: none;
}

.header__menu .item:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__menu .item:hover .off {
  display: none;
}

.header__menu .item:hover .on {
  display: block;
}

.header__menu .item--search.active .off {
  display: none;
}

.header__menu .item--search.active .on {
  display: block;
}

.header__menu02 {
  padding-top: 32px;
  margin-top: 32px;
  position: relative;
}

@media screen and (min-width: 991px) {
  .header__menu02 {
    display: none;
  }
}

.header__menu02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background: #FFF;
}

.header__menu02 .item {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 16px;
  text-align: left;
}

.header__menu02 .item a {
  color: #FFF;
}

.header__spmenu {
  position: absolute;
  right: 72px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 991px) {
  .header__spmenu {
    display: none;
  }
}

.header__spmenu .item {
  margin-left: 16px;
}

.header__spmenu .item:first-of-type {
  margin-left: 0;
}

@media screen and (min-width: 991px) {
  .header .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 991px) {
  .header .gnavi .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 20px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
  }
}

@media screen and (max-width: 990px) {
  .header .gnavi .item {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 32px;
    overflow: visible;
    text-align: left;
  }
}

.header .gnavi .item:first-of-type {
  margin-left: 0;
}

.header .gnavi .item:hover {
  overflow: visible;
}

.header .gnavi .item:hover > a {
  color: #CE2D6B;
}

.header .gnavi .item:hover .item__panel {
  display: block;
}

.header .gnavi .item > a {
  font-family: "Proxima-Nova", serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 990px) {
  .header .gnavi .item > a {
    color: #FFF !important;
  }
}

.header .gnavi .item__panel {
  display: none;
  cursor: default;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #FFF;
  height: 0;
}

@media screen and (max-width: 990px) {
  .header .gnavi .item__panel {
    opacity: 1;
    display: block;
    position: static;
    padding: 0;
    background: none;
    height: auto;
  }
}

.header .gnavi .item__panel .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 40px 36px;
  background: #FFF;
}

@media screen and (max-width: 990px) {
  .header .gnavi .item__panel .box {
    display: block;
    padding: 0;
    background: none;
  }
}

.header .gnavi .item__panel .ttl {
  width: 104px;
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 990px) {
  .header .gnavi .item__panel .ttl {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .header .gnavi .item__panel .sub-menu {
    padding-left: 44px;
  }
}

.header .gnavi .item__panel .sub-menu li {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 990px) {
  .header .gnavi .item__panel .sub-menu li {
    display: block;
    margin: 20px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 990px) {
  .header .gnavi .item__panel .sub-menu li span, .header .gnavi .item__panel .sub-menu li a {
    position: relative;
    padding-left: 40px;
    color: #FFF;
  }
}

@media screen and (max-width: 990px) {
  .header .gnavi .item__panel .sub-menu li span::before, .header .gnavi .item__panel .sub-menu li a::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 50%;
  }
}

.header .gnavi .item__panel .sub-menu li a:hover {
  color: #CE2D6B;
}

.header .gnavi .item__panel .sub-menu li span {
  color: #CCCCCC;
}

@media screen and (max-width: 990px) {
  .header .gnavi .item__panel .sub-menu li span {
    opacity: 0.3;
  }
}

@media screen and (min-width: 991px) {
  .header--home .header__logo {
    display: none;
  }
}

.search-box {
  display: none;
  width: 320px;
  position: absolute;
  top: 50%;
  right: 146px;
  margin-top: -20px;
}

@media screen and (max-width: 1200px) {
  .search-box {
    width: 280px;
  }
}

@media screen and (max-width: 990px) {
  .search-box {
    width: 100%;
    padding: 15px;
    top: 100%;
    right: inherit;
    left: 0;
    margin: 0;
    background: #FFF;
  }
}

.search-box__input,
.search-box #MakeShopTopSearchInput {
  border: 1px solid #EEEEEE;
  border-radius: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  width: 100%;
  height: 40px;
  padding: 0 25px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 990px) {
  .search-box__input,
  .search-box #MakeShopTopSearchInput {
    padding-right: 48px;
    background: #FFF url("../img/common/ico-search-on.svg") no-repeat right 20px center;
  }
}

.search-box__input:focus,
.search-box #MakeShopTopSearchInput:focus {
  outline: none;
}

.search-box__input::-webkit-input-placeholder, .search-box #MakeShopTopSearchInput::-webkit-input-placeholder {
  color: #CCCCCC;
}

.search-box__input::-moz-placeholder, .search-box #MakeShopTopSearchInput::-moz-placeholder {
  color: #CCCCCC;
}

.search-box__input:-ms-input-placeholder, .search-box #MakeShopTopSearchInput:-ms-input-placeholder {
  color: #CCCCCC;
}

.search-box__input::-ms-input-placeholder, .search-box #MakeShopTopSearchInput::-ms-input-placeholder {
  color: #CCCCCC;
}

.search-box__input::placeholder,
.search-box #MakeShopTopSearchInput::placeholder {
  color: #CCCCCC;
}

.search-box__input:-ms-input-placeholder,
.search-box #MakeShopTopSearchInput:-ms-input-placeholder {
  color: #CCCCCC;
}

.search-box__input::-ms-input-placeholder,
.search-box #MakeShopTopSearchInput::-ms-input-placeholder {
  color: #CCCCCC;
}

.menu-trigger {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  width: 40px;
  height: 19px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 991px) {
  .menu-trigger {
    display: none;
  }
}

.menu-trigger span {
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 9px;
  width: 22px;
  height: 1px;
  background-color: #000000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0px;
}

.menu-trigger span:nth-of-type(2) {
  top: 50%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span {
  background: #FFF;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg);
}

/* ====================================================
Footer
==================================================== */
.footer {
  padding: 88px 0 80px;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}

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

.footer__left {
  width: calc(100% - 196px);
}

@media screen and (max-width: 1200px) {
  .footer__left {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 768px) {
  .footer__left {
    width: 100%;
  }
}

.footer__right {
  width: 196px;
}

@media screen and (max-width: 1200px) {
  .footer__right {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .footer__right {
    display: none;
    width: 100%;
  }
}

.footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .footer__navi {
    margin-bottom: 28px;
  }
}

.footer__navi .item {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 32px;
  letter-spacing: 1px;
  font-family: "Proxima-Nova", serif;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .footer__navi .item {
    width: 100%;
    margin: 0 0 16px;
  }
}

.footer__navi .item:first-of-type {
  margin-left: 0;
}

.footer__navi .item:hover a {
  color: #CE2D6B;
}

.footer__sns {
  font-size: 0;
  text-align: left;
}

.footer__sns .item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
}

.footer__sns .item:first-of-type {
  margin-left: 0;
}

.footer__sns .item a {
  display: block;
}

.footer__sns .item a:hover {
  opacity: 0.7;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer__menu {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

.footer__menu .item {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .footer__menu .item {
    width: 100%;
    margin: 0 0 20px;
  }
}

.footer__menu .item:first-of-type {
  margin-left: 0;
}

.footer__menu .item a {
  color: #999999;
}

.footer__menu .item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 114px;
    margin-bottom: 40px;
  }
}

.footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  letter-spacing: 1px;
  text-align: left;
}

/* ====================================================
Content
==================================================== */
.page-intro {
  margin-bottom: 70px;
}

.page-intro dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.page-intro dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding-left: 45px;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .page-intro dd {
    padding-left: 40px;
    margin-bottom: 25px;
  }
}

.page-intro .caution {
  position: relative;
  padding-left: 1em;
}

.page-intro .caution::before {
  position: absolute;
  content: "*";
  top: 0;
  left: 0;
  width: 1em;
  display: inline-block;
}

.page-intro .list li {
  padding-left: 1em;
  text-indent: -1em;
}

.page-intro .ttl {
  font-weight: bold;
}

.page-intro .in-list {
  padding-left: 45px;
  margin-bottom: 5px;
}

/* ====================================================
MODULE
==================================================== */
.en {
  font-family: "Proxima-Nova", serif;
}

.ttlCom01 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .ttlCom01 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 40px;
  }
}

.ttlCom02 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 35px;
  margin-bottom: 35px;
  letter-spacing: 5px;
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 768px) {
  .ttlCom02 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 3px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.txt-basic {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

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

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #CE2D6B;
  background: #CE2D6B;
  width: 100%;
  max-width: 230px;
  height: 48px;
  font-size: 16px;
  border-radius: 5px;
  letter-spacing: 1px;
  color: #FFF;
}

.btn--wh {
  background: none;
  color: #CE2D6B;
}

.btn--bl {
  background: none;
  color: #444444;
  border-color: #444444;
}

.btn--lg {
  max-width: 320px;
}

.btn:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.more-btn {
  display: inline-block;
  position: relative;
  font-family: "Proxima-Nova", serif;
  color: #CE2D6B;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.more-btn::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #CE2D6B;
  width: 32px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.more-btn:hover {
  padding-left: 80px;
}

.more-btn:hover::before {
  width: 72px;
}

#M_topicPathWrap ul {
  display: none;
}

#M_topicPathWrap ul#M_topicPath1 {
  display: block;
}

.fade-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
      transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  -o-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
}

.fade-up.active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

/* home-common */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid__left {
  width: 34.615%;
  padding-right: 5%;
}

@media screen and (max-width: 768px) {
  .grid__left {
    width: 100%;
    padding: 0;
  }
}

.grid__right {
  width: 65.385%;
}

@media screen and (max-width: 768px) {
  .grid__right {
    width: 100%;
  }
}

.grid--cs {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .grid--cs {
    margin: 64px 0 0 -20px !important;
  }
}

.grid--cs .grid__left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0%;
  padding-left: 5%;
}

@media screen and (max-width: 768px) {
  .grid--cs .grid__left {
    padding-right: 0 !important;
  }
}

.grid--cs .grid__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top-ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Proxima-Nova", serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .top-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 36px;
  }
}

/* home-section */
.main-visual {
  position: relative;
  padding: 32px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .main-visual {
    padding: 0;
    height: auto;
    margin-bottom: 0;
  }
}

.main-visual__movie {
  position: relative;
  margin-left: 20%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .main-visual__movie {
    margin: 0;
    height: auto;
  }
}
/*
.main-visual__movie::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
*/

.main-visual__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual__logo {
  width: 20vw;
  position: absolute;
  z-index: 2;
  left: 10.8%;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

@media screen and (max-width: 768px) {
  .main-visual__logo {
    display: none;
  }
}

.main-visual__logo img {
  width: 100%;
}

.main-visual__logo.fade-up {
  -webkit-transition: opacity 1.5s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 1.5s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  -o-transition: opacity 1.5s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 1.5s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 1.5s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
}

.sec-news {
  position: relative;
  padding: 50px 0 120px;
  background-image: url("../img/index/object01.png"), url("../img/index/object02.png");
  background-position: left 30% top 70px, right 8% top 130px;
  background-repeat: no-repeat;
  background-size: 155px auto, 76px auto;
}

@media screen and (max-width: 768px) {
  .sec-news {
    padding: 30px 0 70px 0;
    background-image: url("../img/index/object01.png");
    background-position: right 7% bottom 40px;
    background-size: 150px auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .news-mv {
    position: absolute;
    left: 0;
    top: 40px;
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .sec-news .grid {
    padding-top: 20px;
  }
}

.sec-news .news-list {
  margin-bottom: 40px;
}

.sec-news .news-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.sec-news .news-list .item__data {
  width: 108px;
  font-family: "Proxima-Nova", serif;
  color: #999999;
}

@media screen and (max-width: 768px) {
  .sec-news .news-list .item__data {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sec-news .news-list .item__ttl {
  width: calc(100% - 108px);
}

@media screen and (max-width: 768px) {
  .sec-news .news-list .item__ttl {
    width: 100%;
  }
}

.sec-news .news-list .item__ttl a:hover {
  color: #CE2D6B;
}

.sec-about {
  padding-bottom: 124px;
  background-image: url("../img/index/object03.png");
  background-position: left 30% bottom 100px;
  background-repeat: no-repeat;
  background-size: 113px auto;
}

@media screen and (max-width: 768px) {
  .sec-about {
    padding-bottom: 80px;
    background-position: right 8% bottom 60px;
  }
}

.sec-about .about-mv {
  width: 100%;
  height: 480px;
  margin-bottom: 52px;
  background: url("../img/index/about-mv.png") no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .sec-about .about-mv {
    background: none;
    height: inherit;
  }
  .sec-about .about-mv img {
    width: 100%;
  }
}

.sec-about .block-about {
  margin-bottom: 32px;
}

.sec-about .block-about__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 32px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-about .block-about__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-about .block-about__txt {
  margin-bottom: 24px;
}

.sec-about .block-about__txt:last-of-type {
  margin-bottom: 0;
}

.sec-feature {
  padding: 120px 0;
  background-color: #FFF;
  background-image: url("../img/index/object04.png"), url("../img/index/object05.png");
  background-position: left 0 top 580px, right 0 bottom 85px;
  background-repeat: no-repeat;
  background-size: 353px auto, 336px auto;
}

@media screen and (max-width: 768px) {
  .sec-feature {
    padding: 40px 0 60px;
    background-position: left 0 top 560px, right -50px bottom 30px;
    background-size: 150px auto, 140px auto;
  }
}

.sec-feature .top-ttl {
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .sec-feature .top-ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sec-feature .grid {
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .sec-feature .grid__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sec-feature .grid__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.sec-feature .block-feature {
  margin-bottom: 32px;
}

.sec-feature .block-feature__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.6;
}

.sec-feature .block-feature__sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Proxima-Nova", serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.sec-feature .feature-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 120px -20px 0;
}

@media screen and (max-width: 768px) {
  .sec-feature .feature-row {
    margin: 64px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .sec-feature .feature-row .item {
    width: 50%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .sec-feature .feature-row .item {
    margin-right: -20px;
    margin-bottom: 64px;
  }
}

.sec-feature .feature-row .item:nth-of-type(1), .sec-feature .feature-row .item:nth-of-type(3) {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .sec-feature .feature-row .item:nth-of-type(1), .sec-feature .feature-row .item:nth-of-type(3) {
    margin-left: -20px;
    margin-right: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-feature .feature-row .item:nth-of-type(1) .item__content, .sec-feature .feature-row .item:nth-of-type(3) .item__content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sec-feature .feature-row .item:last-of-type {
    margin-bottom: 0;
  }
}

.sec-feature .feature-row .item__content {
  padding: 0 32px;
}

@media screen and (max-width: 768px) {
  .sec-feature .feature-row .item__content {
    padding: 0;
  }
}

.sec-feature .feature-row .item__img {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .sec-feature .feature-row .item__img {
    margin-bottom: 20px;
  }
}

.sec-feature .feature-row .item__en {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Proxima-Nova", serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.sec-feature .feature-row .item__txt {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .sec-feature .feature-row .item__txt {
    margin-bottom: 28px;
  }
}

.sec-category {
  padding: 120px 0 52px;
}

@media screen and (max-width: 768px) {
  .sec-category {
    padding: 80px 0 0;
  }
}

.sec-category .top-ttl {
  text-align: center;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .sec-category .top-ttl {
    margin-bottom: 40px;
  }
}

.sec-category .block-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media screen and (max-width: 768px) {
  .sec-category .block-category {
    margin: 0 -6px;
  }
}

.sec-category .block-category .item {
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-category .block-category .item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 40px;
  }
}

.sec-category .block-category .item__img {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-category .block-category .item__img {
    margin-bottom: 20px;
  }
}

.sec-category .block-category .item__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.sec-category .block-category .item__ttl::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #CE2D6B;
  margin: 8px auto 0;
}

.sec-category .btn {
  margin: 0 auto;
}

.sec-recommend .grid__left,
.sec-ranking .grid__left {
  width: 270px;
  padding: 0;
  padding-top: 94px;
}

@media screen and (max-width: 768px) {
  .sec-recommend .grid__left,
  .sec-ranking .grid__left {
    width: 100%;
    padding: 0;
  }
}

.sec-recommend .grid__right,
.sec-ranking .grid__right {
  width: calc(100% - 270px);
}

@media screen and (max-width: 768px) {
  .sec-recommend .grid__right,
  .sec-ranking .grid__right {
    width: 100%;
  }
}

.sec-recommend {
  padding: 120px 0 0;
  margin-bottom: 90px;
  background: url("../img/index/object-circle01.png") no-repeat left top 52px/1020px auto;
}

@media screen and (max-width: 768px) {
  .sec-recommend {
    padding: 80px 0 0;
    margin-bottom: 40px;
    background: url("../img/index/object-circle01-sp.png") no-repeat left bottom 80px/341px auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-recommend .top-ttl {
    text-align: center;
  }
}

.sec-ranking {
  padding: 90px 0 160px;
  background: url("../img/index/object-circle02.png") no-repeat right bottom 313px/600px auto;
}

@media screen and (max-width: 768px) {
  .sec-ranking {
    padding-top: 40px;
    padding-bottom: 80px;
    background: url("../img/index/object-circle02-sp.png") no-repeat right bottom 113px/341px auto;
  }
}

.sec-ranking .top-ttl {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .sec-ranking .top-ttl {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .sec-ranking .grid__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 769px) {
  .sec-ranking .grid__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sec-ranking .btn {
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .sec-ranking .btn {
    margin-top: 0;
  }
}

.item-slider {
  margin: 0 -20px;
  padding-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .item-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -6px;
    padding-bottom: 0;
  }
}

.item-slider .item {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .item-slider .item {
    padding: 0 6px;
    width: 50%;
    margin-bottom: 40px;
  }
}

.item-slider .item__img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.item-slider .item__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-slider .item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.item-slider .item__img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.item-slider .item__ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.item-slider .item__txt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  margin-bottom: 20px;
}

.item-slider .item__price {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Proxima-Nova",dnp-shuei-gothic-gin-std,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", Osaka,"Meiryo","メイリオ","MS Pゴシック",Arial, Helvetica, Verdana,sans-serif;
}

.item-slider .item:focus {
  outline: none;
}

.item-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #CE2D6B;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item-slider .slick-arrow:hover {
  opacity: 0.7;
}

.item-slider .slick-arrow .arrow {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 32px;
  height: 7px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.item-slider .slick-arrow.prev {
  left: 20px;
}

.item-slider .slick-arrow.prev .arrow {
  background-image: url("../img/common/sl-prev.png");
  margin-right: 8px;
}

.item-slider .slick-arrow.next {
  right: 20px;
}

.item-slider .slick-arrow.next .arrow {
  background-image: url("../img/common/sl-next.png");
  margin-left: 8px;
}

.item-slider.ranking {
  counter-reset: number;
}

.item-slider.ranking .slick-list {
  padding-top: 16px;
}

.item-slider.ranking .item {
  position: relative;
}

.item-slider.ranking .item::before {
  position: absolute;
  z-index: 10;
  left: 30px;
  top: -17px;
  counter-increment: number;
  content: "No." counter(number);
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Proxima-Nova", serif;
}

@media screen and (max-width: 768px) {
  .item-slider.ranking .item::before {
    letter-spacing: 2px;
    left: 16px;
  }
}

.top-recommend #recent td.line {
  display: none;
}

.top-recommend #recent td.itemBox:nth-of-type(7), .top-recommend #recent td.itemBox:last-of-type {
  display: none;
}

.top-recommend #recent td .name, .top-recommend #M_group td .name {
  padding-top: 20px;
  margin-bottom: 8px;
}

.top-recommend #recent td .price, .top-recommend #M_group td .price {
  font-family: "Proxima-Nova",dnp-shuei-gothic-gin-std,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", Osaka,"Meiryo","メイリオ","MS Pゴシック",Arial, Helvetica, Verdana,sans-serif;
}

#recent td.itemImg a,
#M_group td.itemImg a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

#recent td.itemImg a::after,
#M_group td.itemImg a::after {
  content: "";
  display: block;
  padding-top: 100%;
}

#recent td.itemImg img,
#M_group td.itemImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#recent td.itemImg:hover img,
#M_group td.itemImg:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.fix-item-bar {
  opacity: 0;
  z-index: -1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FCF7F5;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .fix-item-bar {
    display: none !important;
  }
}

.fix-item-bar.active {
  opacity: 1;
  z-index: 5000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fix-item-bar__price {
  width: calc(100% - 120px);
  color: #444444;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.fix-item-bar__price span {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Proxima-Nova",dnp-shuei-gothic-gin-std,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", Osaka,"Meiryo","メイリオ","MS Pゴシック",Arial, Helvetica, Verdana,sans-serif;
  padding-right: 10px;
}

.fix-item-bar__btn {
  width: 120px;
  font-size: 12px;
  font-size: 1.2rem;
}

.fix-item-bar__btn a {
  display: block;
  width: 100%;
  color: #CE2D6B;
  border: 1px solid #CE2D6B;
  padding: 6px 0;
  text-align: center;
  border-radius: 5px;
}

#recommend .lims {
  width: 25% !important;
  padding: 0 20px 35px;
}

@media screen and (max-width: 768px) {
  #recommend .lims {
    display: inline-block !important;
    vertical-align: top;
    width: 50% !important;
    padding: 0 6px 45px;
  }
}

#recommend .lims table tr:nth-of-type(1) td {
  width: 100% !important;
  height: auto !important;
}

#recommend .lims table tr:nth-of-type(1) td a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

#recommend .lims table tr:nth-of-type(1) td a::after {
  content: "";
  display: block;
  padding-top: 100%;
}

#recommend .lims table tr:nth-of-type(1) td a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#recommend .lims table tr:nth-of-type(1) td a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

#recommend .lims table tr:nth-of-type(2) td {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: "Proxima-Nova",dnp-shuei-gothic-gin-std,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", Osaka,"Meiryo","メイリオ","MS Pゴシック",Arial, Helvetica, Verdana,sans-serif;
}

#recommend .lims table tr:nth-of-type(3) td {
  text-align: left;
  font-size: 16px;
}

#recommend .lims table tr:nth-of-type(4) {
  display: none;
}

.block-company {
  margin-bottom: 65px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .block-company {
    margin-bottom: 20px;
  }
}

.block-company__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 35px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .block-company__ttl {
    margin-bottom: 15px;
  }
}

.block-company__table {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

.block-company__table th, .block-company__table td {
  padding-bottom: 10px;
  vertical-align: top;
  line-height: 1.8;
}

.block-company__table th {
  width: 140px;
}

@media screen and (max-width: 768px) {
  .block-company__table th {
    width: 100px;
  }
}

#ordercontract .block-company {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #ordercontract .block-company {
    margin-bottom: 20px;
  }
}

.block-faq {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .block-faq {
    margin-bottom: 55px;
  }
}

.block-faq__txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 35px;
}

.block-faq__btn .btn {
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .block-faq__btn .btn {
    max-width: 100%;
  }
}

#faq .page-intro {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #faq .page-intro {
    margin-bottom: 20px;
  }
}

#faq .page-intro dt {
  position: relative;
  padding-left: 1.5em;
}

#faq .page-intro dt::before {
  content: "Q.";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

#faq .page-intro dd {
  position: relative;
  padding-left: 60px;
}

#faq .page-intro dd::before {
  content: "A.";
  position: absolute;
  display: block;
  top: 0;
  left: 40px;
}

.sec-ranking-page {
  padding-top: 74px;
}

@media screen and (max-width: 768px) {
  .sec-ranking-page {
    padding-top: 36px;
  }
}

.sec-ranking-page .btn {
  margin: 0 auto 120px;
}

@media screen and (max-width: 768px) {
  .sec-ranking-page .btn {
    margin-bottom: 60px;
  }
}

.sec-ranking-page .ttlCom01 {
  margin-bottom: 78px;
  letter-spacing: 7px;
}

@media screen and (max-width: 768px) {
  .sec-ranking-page .ttlCom01 {
    margin-bottom: 38px;
    letter-spacing: 2px;
  }
}

.ranking-mv {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .ranking-mv {
    margin: 0 -20px 58px -20px;
  }
}

.ranking-block .list-ranking {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking {
    margin-bottom: 80px;
  }
}

.ranking-block .list-ranking .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking .item {
    margin-bottom: 80px;
  }
}

.ranking-block .list-ranking .item:last-of-type {
  margin-bottom: 0;
}

.ranking-block .list-ranking .item__img {
  width: 48.07%;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking .item__img {
    width: auto;
    margin-bottom: 34px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.ranking-block .list-ranking .item__info {
  width: calc(100% - 48.07%);
  padding-left: 40px;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking .item__info {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
}

.ranking-block .list-ranking .item__heading {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking .item__heading {
    margin-bottom: 17px;
  }
}

.ranking-block .list-ranking .item__heading:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #CE2D6B;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ranking-block .list-ranking .item__heading span {
  display: block;
}

.ranking-block .list-ranking .item__heading span.number {
  font-size: 36px;
  font-size: 3.6rem;
  color: #CE2D6B;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.ranking-block .list-ranking .item__heading span.txt {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 4.5px;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking .item__heading span.txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ranking-block .list-ranking .item__des {
  margin-bottom: 11px;
}

.ranking-block .list-ranking .item__detail {
  margin-bottom: 10px;
}

.ranking-block .list-ranking .item__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.ranking-block .list-ranking .item__detail dl:last-of-type {
  margin-bottom: 0;
}

.ranking-block .list-ranking .item__detail dl dt {
  width: 92px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
}

.ranking-block .list-ranking .item__detail dl dd {
  width: calc(100% - 92px);
  font-size: 14px;
  font-size: 1.4rem;
  color: #444444;
}

.ranking-block .list-ranking .item__price {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking .item__price {
    margin-bottom: 10px;
  }
}

.ranking-block .list-ranking .item__price span {
  margin-right: 18px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 1px;
}

.ranking-block .list-ranking .item__price small {
  font-size: 14px;
  font-size: 1.4rem;
}

.ranking-block .list-ranking .item .btn {
  margin-left: 0;
  margin-bottom: 0;
}

.ranking-block .list-ranking .item:nth-child(even) .item__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking .item:nth-child(even) .item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.ranking-block .list-ranking .item:nth-child(even) .item__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 40px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .ranking-block .list-ranking .item:nth-child(even) .item__info {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.heading-block {
  text-align: center;
  margin-bottom: 73px;
}

@media screen and (max-width: 768px) {
  .heading-block {
    text-align: left;
    margin-bottom: 50px;
  }
}

.heading-block .ttlCom02 {
  border-bottom: none;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 33px;
  position: relative;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .heading-block .ttlCom02 {
    padding-bottom: 15px;
    margin-bottom: 37px;
  }
}

.heading-block .ttlCom02:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #CE2D6B;
  position: absolute;
  bottom: 0;
  left: calc(50% - 16px);
}

@media screen and (max-width: 768px) {
  .heading-block .ttlCom02:after {
    left: 0;
  }
}

.heading-block .txt-basic p {
  margin-bottom: 27px;
}

.heading-block .txt-basic p:last-of-type {
  margin-bottom: 0;
}

.ranking-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 75px -20px;
}

@media screen and (max-width: 768px) {
  .ranking-sub {
    margin: 0 -5.5px 30px -5.5px;
  }
}

.ranking-sub .item {
  width: 25%;
  padding: 0 20px;
}

.ranking-sub .item:before {
  display: none;
}

.ranking-sub .item__number {
  position: absolute;
  z-index: 10;
  left: 30px;
  top: -17px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Proxima-Nova", serif;
}

@media screen and (max-width: 768px) {
  .ranking-sub .item__number {
    letter-spacing: 2px;
    left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ranking-sub .item {
    width: 50%;
    padding: 0 5.5px;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}

.sec-about-page {
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .sec-about-page {
    padding-top: 39px;
  }
}

.about-mv {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .about-mv {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .about-intro .heading-block {
    margin-bottom: 105px;
  }
}

.bg-rose-white {
  background: #FDF1EE;
  padding-top: 79px;
  padding-bottom: 78px;
  margin-bottom: 118px;
}

@media screen and (max-width: 768px) {
  .bg-rose-white {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.grow-press-block .heading-block {
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .grow-press-block .heading-block {
    margin-bottom: 30px;
  }
}

.grow-press-block .heading-block .ttlCom02 {
  padding-bottom: 0;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .grow-press-block .heading-block .ttlCom02 {
    margin-bottom: 10px;
  }
}

.grow-press-block .heading-block .ttlCom02:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .grow-press-block .slider-grow {
    margin: 0 -20px;
  }
}

.grow-press-block .slider-grow .item {
  outline: 0;
}

.grow-press-block .slider-grow .slick-dots {
  display: none !important;
}

.grow-press-block .slider-grow .slick-arrow {
  cursor: pointer;
  position: absolute;
  bottom: -50px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #CE2D6B;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .grow-press-block .slider-grow .slick-arrow {
    bottom: -40px;
  }
}

.grow-press-block .slider-grow .slick-arrow:hover {
  opacity: 0.7;
}

.grow-press-block .slider-grow .slick-arrow .arrow {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 32px;
  height: 7px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.grow-press-block .slider-grow .slick-arrow.prev {
  left: 41.6%;
}

@media screen and (max-width: 768px) {
  .grow-press-block .slider-grow .slick-arrow.prev {
    left: 26.6%;
  }
}

.grow-press-block .slider-grow .slick-arrow.prev .arrow {
  background-image: url("../img/common/sl-prev.png");
  margin-right: 8px;
}

.grow-press-block .slider-grow .slick-arrow.next {
  right: 41.6%;
}

@media screen and (max-width: 768px) {
  .grow-press-block .slider-grow .slick-arrow.next {
    right: 26.6%;
  }
}

.grow-press-block .slider-grow .slick-arrow.next .arrow {
  background-image: url("../img/common/sl-next.png");
  margin-left: 8px;
}

.grow-press-block .pagingInfo {
  text-align: center;
  font-family: "Proxima-Nova", serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 35px;
  display: block;
  color: #CE2D6B;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .grow-press-block .pagingInfo {
    margin-top: 20px;
  }
}

.kodawari-block {
  background: #FFF;
  padding: 185px 0 95px;
}

@media screen and (max-width: 768px) {
  .kodawari-block {
    padding: 75px 0 35px;
  }
}

.kodawari-block__ttl {
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.kodawari-block__ttl span {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .kodawari-block__ttl span {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.kodawari-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 75px;
}

.kodawari-block__row .img {
  width: calc(100% - 390px);
}

@media screen and (max-width: 768px) {
  .kodawari-block__row .img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.kodawari-block__row .cont {
  width: 390px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__row .cont {
    width: 100%;
    padding: 0;
  }
}

.kodawari-block__row .ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .kodawari-block__row .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.kodawari-block__row .ttl span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  padding-top: 7px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__row .ttl span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.kodawari-block__ttl02 {
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__ttl02 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.kodawari-block__ttl02 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.kodawari-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -26px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__list {
    margin: 0;
  }
}

.kodawari-block__list .item {
  width: 33.333%;
  padding: 0 26px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__list .item {
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
  }
}

.kodawari-block__list .item .img {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__list .item .img {
    margin-bottom: 20px;
  }
}

.kodawari-block__list .item .img img {
  width: 100%;
}

.kodawari-block__list .item .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__list .item .ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.kodawari-block__list .item .ttl span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .kodawari-block__list .item .ttl span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.kodawari-block .bg-sec {
  background-image: url("../img/index/object04.png"), url("../img/index/object05.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 353px auto, 336px auto;
}
@media screen and (max-width: 768px) {
  .kodawari-block .bg-sec {
			background-position: left top, right -20px bottom 90px;
    background-size: 150px auto, 140px auto;
  }
}

.sec-guideline {
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .sec-guideline {
    padding-top: 40px;
  }
}

.guideline-wp {
  width: calc(100% - 230px);
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .guideline-wp {
    width: 100%;
    padding-right: 0;
  }
}

.guideline-intro {
  margin-bottom: 136px;
}

@media screen and (max-width: 768px) {
  .guideline-intro {
    margin-bottom: 76px;
  }
}

.guideline-intro .item {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .guideline-intro .item {
    margin-bottom: 40px;
  }
}

.guideline-intro .item:last-of-type {
  margin-bottom: 0;
}

.guideline-intro .item strong {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 9px;
}

.guideline-intro .item .txt-basic p {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .guideline-intro .item .txt-basic p {
    margin-bottom: 7px;
  }
}

.guideline-intro .item .txt-basic p:last-of-type {
  margin-bottom: 0;
}

.guideline-intro .item .txt-basic .note {
  padding-left: 15px;
  position: relative;
  width: 100%;
  margin-left: 0;
}

.guideline-intro .item .txt-basic .note sub {
  position: absolute;
  top: 0;
  left: 0;
}

.guideline-sidebar {
  width: 230px;
  position: fixed;
  right: calc((100% - 1040px)/2);
  top: 205px;
}

@media screen and (max-width: 1040px) {
  .guideline-sidebar {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .guideline-sidebar {
    position: static;
    width: 100%;
    margin-bottom: 56px;
  }
}

.guideline-sidebar .list-sidebar li {
  padding: 17.5px 0;
  border-top: 1px solid #DDDDDD;
  position: relative;
}

.guideline-sidebar .list-sidebar li:after {
  content: "";
  border: solid #444444;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.guideline-sidebar .list-sidebar li:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}

.guideline-sidebar .list-sidebar li a {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.guideline-block .item {
  margin-bottom: 138px;
}

@media screen and (max-width: 768px) {
  .guideline-block .item {
    margin-bottom: 30px;
  }
}

.guideline-block .item__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 33px;
  margin-bottom: 37px;
  border-bottom: 1px solid #DDDDDD;
}

@media screen and (max-width: 768px) {
  .guideline-block .item__ttl {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
}

.guideline-block .item__content .list-content dl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .guideline-block .item__content .list-content dl {
    margin-bottom: 11px;
  }
}

.guideline-block .item__content .list-content dl:first-of-type dd {
  padding-left: 0;
}

.guideline-block .item__content .list-content dl:last-of-type {
  margin-bottom: 0;
}

.guideline-block .item__content .list-content dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.guideline-block .item__content .list-content dl dd {
  padding-left: 39px;
}

.guideline-block .item__content .list-content dl dd .img {
  margin-bottom: 10px;
}

.guideline-block .item__content .list-content dl dd p {
  margin-bottom: 5px;
}

.guideline-block .item__content .list-content dl dd small {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
  display: block;
}

.guideline-block .item__content .list-content dl dd small sub {
  position: absolute;
  top: 4px;
  left: 0;
}

.box-table {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .box-table {
    margin-left: -39px;
    margin-top: 39px;
  }
}

.box-table table {
  width: 100%;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.box-table table tr th, .box-table table tr td {
  padding: 13px 0;
  background: #EEEEEE;
}

@media screen and (max-width: 768px) {
  .box-table table tr th, .box-table table tr td {
    padding: 12px 0;
  }
}

.box-table table tr th:nth-child(1), .box-table table tr td:nth-child(1) {
  width: 125px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .box-table table tr th:nth-child(1), .box-table table tr td:nth-child(1) {
    width: 31.34%;
    padding-left: 17px;
  }
}

.box-table table tr th:nth-child(2), .box-table table tr td:nth-child(2) {
  width: 125px;
}

@media screen and (max-width: 768px) {
  .box-table table tr th:nth-child(2), .box-table table tr td:nth-child(2) {
    width: 31.34%;
  }
}

.box-table table tr th:nth-child(3), .box-table table tr td:nth-child(3) {
  width: calc(100% - 250px);
  text-align: right;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .box-table table tr th:nth-child(3), .box-table table tr td:nth-child(3) {
    width: calc(100% - 62.68%);
  }
}

.box-table table tr td {
  background: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 12px 0;
}

.box-table table tr:last-of-type td {
  border-bottom: none;
}

.pl-0 {
  padding-left: 0 !important;
}

.sec-news-page {
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .sec-news-page {
    padding-top: 40px;
  }
}

.news-block {
  max-width: 770px;
  width: 100%;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .news-block {
    margin-bottom: 78px;
  }
}

.list-news {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .list-news {
    margin-bottom: 80px;
  }
}

.list-news .item {
  border-bottom: 1px solid #DDDDDD;
}

.list-news .item:first-of-type {
  border-top: 1px solid #DDDDDD;
}

.list-news .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 0;
}

@media screen and (max-width: 768px) {
  .list-news .item a {
    padding: 22px 0;
  }
}

.list-news .item span.date {
  width: 66px;
  font-family: "Proxima-Nova", serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
}

.list-news .item span.txt {
  width: calc(100% - 66px);
  padding-left: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444444;
}

@media screen and (max-width: 768px) {
  .list-news .item span.txt {
    padding-left: 20px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page {
  margin: 0 17px;
}

@media screen and (max-width: 768px) {
  .pagination .page {
    margin: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .pagination .page:nth-child(5), .pagination .page:nth-child(6) {
    display: none;
  }
}

.pagination .page-prev a {
  display: inline-block;
  width: 32px;
  height: 7px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/common/sl-prev.png);
  margin-right: 130px;
  margin-top: 7px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pagination .page-prev a {
    margin-right: 40px;
  }
}

.pagination .page-prev a:after {
  content: "Prev";
  display: block;
  font-family: "Proxima-Nova", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #CE2D6B;
  position: absolute;
  left: 100%;
  top: -6px;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.pagination .page-next a {
  display: inline-block;
  width: 32px;
  height: 7px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/common/sl-next.png);
  margin-left: 130px;
  margin-top: 7px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pagination .page-next a {
    margin-left: 40px;
  }
}

.pagination .page-next a:after {
  content: "Next";
  display: block;
  font-family: "Proxima-Nova", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #CE2D6B;
  position: absolute;
  right: 100%;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
  top: -6px;
}

.pagination .page.current {
  position: relative;
}

.pagination .page.current:after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #CE2D6B;
  position: absolute;
  bottom: 0;
  left: calc(50% - 11px);
}

.pagination .page a {
  display: block;
  font-family: "Proxima-Nova", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #CE2D6B;
}

.news-detail {
  padding-top: 40px;
  border-top: 1px solid #DDDDDD;
}

.news-detail .date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
  font-family: "Proxima-Nova", serif;
  display: block;
  margin-bottom: 20px;
}

.news-detail .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 40px;
}

.news-detail .main-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .news-detail .main-content {
    margin-bottom: 148px;
  }
}

#lineup .item .txt-basic p {
  font-size: 12px;
  font-size: 1.2rem;
}

#lineup .item .main_img {
  margin-bottom: 80px;
}

#lineup .item .txt-basic h2 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 20px;
  letter-spacing: 4px;
}

#lineup .item .txt-basic h2::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #CE2D6B;
}

#lineup .item .txt-basic .note {
  font-size: 14px;
  font-size: 1.4rem;
  width: 70%;
  margin-left: auto;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #lineup .item .txt-basic .note {
    width: 100%;
  }
}

#lineup .item .photoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#lineup .item .photoList .photoItem {
  display: inline;
  margin-right: 30px;
  width: 22%;
}

@media screen and (max-width: 1200px) {
  #lineup .item .photoList .photoItem {
    width: 43%;
    margin: 0 auto;
  }
}

#lineup .item .photoList .photoItem .img {
  margin-bottom: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

#lineup .item .photoList .photoItem .img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

#lineup .item .photoList .photoItem .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#lineup .item .photoList .photoItem .img:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

#lineup .item .photoList .photoItem .flower_name {
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

#lineup .item .photoList .photoItem .flower_explanation {
  color: #9B9B9B;
  font-weight: normal;
}

#lineup .item .photoList .photoItem .flower_money {
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

#lineup .item .btn {
  border: 1px solid #CE2D6B;
  color: #CE2D6B;
  background-color: transparent;
  border-radius: 3px;
  outline: none;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 60px auto 120px;
}

#lineup .comingsoon {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 60px;
}

#lineup .comingsoon h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#lineup .comingsoon p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 120px;
}

#M_topicPath1 {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.mark {
  color: #CCCCCC;
}

/*# sourceMappingURL=maps/styles.css.map */
