@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
:root {
  font-size: 2.5555vmin;
}

@media screen and (min-width: 767px) {
  :root {
    font-size: 10px;
  }
}

.site-body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-size: max(1.5rem , 14px);
  color: #444;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 767px) {
  .site-body {
    min-width: 1280px;
  }
}

.site-body *, .site-body *:before, .site-body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-body img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .site-body img {
    width: auto;
    height: auto;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

a:focus {
  overflow: visible;
}

/*=======================================================================
setting
=======================================================================*/
.font-min, .tel {
  font-family: "Noto Serif JP","游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.fle-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fle-aro {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.fle-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

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

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

.inbox {
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .inbox {
    width: auto;
    padding: 0 5%;
  }
}

.text-box {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .text-box p br {
    display: none;
  }
  .text-box p .sp-inline {
    display: inline;
  }
}

.text-box p + p {
  padding-top: 1.8em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb a {
  display: block;
}

.thumb a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumb.no-photo {
  background: #eee;
}

.thumb.no-photo img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}

/*footer 固定 css*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow-x: hidden;
}

.e404-content a {
  text-decoration: underline;
  color: #eec433;
}

.tel a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .tel a {
    pointer-events: auto;
  }
}

.map-wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 5.6rem;
}

.map-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  line-height: 1;
}

.map-ttl span {
  display: inline-block;
  padding-left: 2.4rem;
  background: url(../img/common/icon_access.png) no-repeat center left;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .map {
    /*
		padding-top: 50%;
		*/
  }
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .video {
    /*
		padding-top: 50%;
		*/
  }
}

.video iframe, .video img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cmn-table table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cmn-table table tr {
    display: block;
    padding: 1.6rem 0;
  }
  .cmn-table table tr + tr {
    border-top: 1px solid rgba(68, 68, 68, 0.2);
  }
  .cmn-table table tr th, .cmn-table table tr td {
    display: block;
  }
  .cmn-table table tr th {
    font-weight: 700;
    padding-left: 1em;
  }
  .cmn-table table tr td {
    padding-top: 0.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .cmn-table table tr th, .cmn-table table tr td {
    padding: 1.6rem 0;
  }
  .cmn-table table tr th {
    width: 168px;
  }
  .cmn-table table tr + tr th, .cmn-table table tr + tr td {
    border-top: 1px solid rgba(68, 68, 68, 0.2);
  }
  .cmn-table table tr th {
    padding-left: 24px;
  }
}

.cmn-table table th {
  position: relative;
  z-index: 1;
}

.cmn-table table th:before {
  content: '';
  width: 4px;
  height: 100%;
  background: #f29700;
  position: absolute;
  left: 0;
  top: 0;
}

.cont-table p {
  margin-bottom: 8px;
}

.contact h4 {
  background: #f89d1c;
  color: #fff;
  padding: 0.25em 1em;
  font-size: 2rem;
  margin-top: 2em;
}

.tel a {
  font-size: 3rem;
  color: #888;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tel a span {
  color: #f29700;
  font-size: 1.8rem;
  display: inline-block;
  padding-right: 0.5em;
}

.comp-dl {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.comp-dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comp-dl div + div {
  margin-top: 4px;
}

.comp-dl dt {
  background: #f29700;
  color: #fff;
  width: 7rem;
  text-align: center;
  font-weight: 500;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.8rem;
}

.comp-dl dd {
  color: #f29700;
  font-weight: 500;
}

.sns-btns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sns-btns .sns-btn + .sns-btn {
  margin-left: 16px;
}

.cmn-btn a {
  height: 56px;
  border-radius: 56px;
  background: #f29700;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 250px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.cmn-btn a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.cmn-btn.mail-btn a {
  height: 44px;
  min-width: 194px;
}

.cmn-btn.mail-btn a:after {
  display: none;
}

.cmn-btn--wt a {
  background: #fff;
  color: #f29700;
}

.cmn-btn--wt a:after {
  border-color: #f29700;
}

.bd-btn a {
  color: #e0a349;
  font-weight: 700;
  font-size: 15px;
  padding: 0 0.5em 0.25em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 2px solid #f29700;
}

/*header
---------------------------------------------*/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFF;
  padding: 4px 10px;
}

.header__logo {
  width: 47px;
}

.header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__contact .comp-dl {
  margin-top: 8px;
}

.header__contact .sns-btns {
  margin-top: 20px;
}

.header__contact .mail-btn {
  margin-top: 20px;
}

.header__contact .bd-btn {
  margin-top: 20px;
}

.header__right {
  padding-right: 28px;
  display: none;
}

.header__right__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 24px;
  padding-right: 24px;
}

.header .bd-btn {
  margin-left: 32px;
}

/*nav
---------------------------------------------*/
.navi li + li {
  margin-left: 36px;
}

.navi a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navi a span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.navi a small {
  color: #f29700;
  font-size: 10px;
  letter-spacing: .04em;
  margin-top: .5px;
}

.sp_nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #f29700;
  max-width: 56px;
}

.sp_nav svg {
  width: 100%;
  height: 25px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sp_nav path {
  fill: none;
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}

.sp_nav path#top-bd,
.sp_nav path#bottom-bd {
  stroke-dasharray: 1000px 50px;
}

.sp_nav path#middle-bd {
  stroke-dasharray: 1000px 50px;
}

.sp_nav a {
  display: block;
  cursor: pointer;
  padding: 15% 0% 13%;
  width: 56px;
  background: #f29700;
}

.sp_nav a span {
  text-align: center;
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 1;
}

#sp_nav_li {
  padding: 50px 0 0;
  background: #f29700;
}

#sp_nav_li > li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sp_nav_li > li:nth-child(odd) {
  border-right: 1px solid #fff;
}

#sp_nav_li > li:last-child {
  width: 100%;
  border-bottom: none;
  text-align: center;
  padding: 5% 3% 8%;
  background: #fff;
}

#sp_nav_li > li > a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 4vw;
  font-weight: bold;
  padding: 15px 5px;
}

#sp_nav_li > li > a span {
  font-size: 10px;
  font-weight: 400;
}

/*#sp_nav_li > li:nth-last-child(3) {
	border-bottom: 1px solid #fff;
	}*/
/*  #sp_nav_li>li:nth-child(n+5):nth-child(odd){
border-right: none;
} */
.remodal-close {
  color: #fff;
}

/*---------main_visual------------*/
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mv-ttl {
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 61.5%;
}

.mv-slider div {
  text-align: center;
  height: 66vmin;
}

.mv-slider div:nth-child(1) {
  background: url(../img/top/slide01.jpg) no-repeat center left/cover;
}

.mv-slider div:nth-child(2) {
  background: url(../img/top/slide02.jpg) no-repeat center left/cover;
}

.mv-slider div:nth-child(3) {
  background: url(../img/top/slide03.jpg) no-repeat center left/cover;
}

.mv-slider div:nth-child(4) {
  background: url(../img/top/slide04.jpg) no-repeat center left/cover;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bx-wrapper .bx-viewport {
  margin: auto;
  text-align: center;
}

.bx-wrapper .bx-pager {
  display: none;
}

/*=======================================================================
top
=========================================================================*/
/*top-about
----------------------------------------------------*/
.top-about {
  padding: 16rem 0 0;
  position: relative;
  z-index: 1;
}

.top-about:before {
  content: "";
  width: 100%;
  height: 24vmin;
  background: url(../img/top/top_about_en.png) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-about__ttl {
  text-align: right;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 4rem;
}

.top-about__ttl__in {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.top-about__ttl__text {
  display: block;
}

.top-about__ttl__en {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -90%);
  transform: translate(-20%, -90%);
  max-width: 32vmin;
}

.top-about__ttl em {
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.top-about__ttl em:before {
  content: "";
  width: calc(100% - 0.5em);
  height: 8px;
  background: rgba(242, 151, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: .15em;
  z-index: -1;
}

.top-about__in {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.top-about__in:before {
  content: "";
  width: 60%;
  height: 492px;
  background: url(../img/top/top_about_illu_left.png) no-repeat center bottom/contain;
  position: absolute;
  left: 0;
  bottom: 8rem;
  z-index: -1;
}

.top-about__in:after {
  content: "";
  width: 30vmin;
  height: 340px;
  background: url(../img/top/top_about_illu_right.png) no-repeat left bottom/contain;
  position: absolute;
  right: 0;
  bottom: 8rem;
  z-index: -1;
}

.top-about__text {
  width: 100%;
  font-size: 14px;
}

.top-about__text p {
  letter-spacing: 0.04em;
  line-height: 2;
}

.top-about__text p + p {
  padding-top: 2em;
}

.top-about__text em {
  font-weight: 700;
}

.top-about__video {
  width: 100vw;
  margin-left: -5vmin;
  position: relative;
  z-index: 2;
  margin-bottom: 1.5em;
}

.top-about__btn {
  margin-top: 16rem;
  text-align: right;
}

.top-about__btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22rem;
  height: 8rem;
  background: #fff;
  color: #f8ca86;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.22em;
  font-weight: 500;
}

.top-about__btn a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-right: 48px;
}

.top-about__btn a span:before, .top-about__btn a span:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top-about__btn a span:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #f29700;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-about__btn a span:after {
  content: "";
  background: #f8ca86;
  width: 16px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-about__btn a:hover {
  opacity: 1;
}

.top-about__btn a:hover span:before, .top-about__btn a:hover span:after {
  right: -8px;
}

.top-about__btn:before {
  content: "";
  width: 100vw;
  height: 8rem;
  background: #f89d1c;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  margin-left: calc(-50vw + 50%);
}

/*top-bnrs*/
.top-bnrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.top-bnrs .top-bnr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.top-bnrs .top-bnr a {
  display: block;
  padding: 5vmin;
  background: url(../img/top/top_bnr_buy_img.jpg) no-repeat center/cover;
}

.top-bnrs .top-bnr img {
  height: auto;
}

.top-bnrs .top-bnr__in {
  padding: 8rem 2rem;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  text-align: center;
}

.top-bnrs .top-bnr__in:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #f29700 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.top-bnrs .top-bnr__in:after {
  content: "";
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #f7e0af transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-bnrs .top-bnr__in__border {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #f9c981;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.top-bnrs .top-bnr__en {
  position: absolute;
  right: 5px;
  top: 5px;
  max-width: calc(100% - 48px);
}

.top-bnrs .top-bnr__text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #444444;
  position: relative;
  z-index: 1;
  padding-bottom: .4rem;
  padding-right: 1rem;
}

.top-bnrs .top-bnr__text:before {
  content: "";
  width: calc(100% + 2rem);
  height: 1px;
  background: #f29700;
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-bnrs .top-bnr__text:after {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: #f29700;
  position: absolute;
  right: -2rem;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-bnrs .top-bnr__text small {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #F9C981;
  color: #fff;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: .3rem 1em;
  margin-bottom: 1.2rem;
}

.top-bnrs .top-bnr__text span {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.3;
}

.top-bnrs .top-bnr__text span span {
  display: inline-block;
  display: none;
}

.top-bnrs .top-bnr__text em {
  font-size: 4rem;
  color: #f29700;
}

.top-bnrs .top-bnr--sell a {
  background-image: url(../img/top/top_bnr_sell_img.jpg);
}

.top-bnrs .top-bnr--sell .top-bnr__en {
  top: auto;
  right: auto;
  bottom: 5px;
  left: 5px;
}

/*cv-bnr*/
.cv-bnr-area {
  padding: 9.6rem 5vmin 7.2rem;
  background: url(../img/common/cv_area_bg.jpg) repeat-x center bottom/300% rgba(255, 233, 199, 0.2);
}

.cv-bnr {
  border: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 34rem;
}

.cv-bnr:before, .cv-bnr:after {
  content: "";
  background: url(../img/common/cv_bnr_img_left.jpg) no-repeat center/cover;
  width: 50%;
  height: 30rem;
  position: absolute;
  bottom: 0;
}

.cv-bnr:before {
  left: 0;
}

.cv-bnr:after {
  right: 0;
  background-image: url(../img/common/cv_bnr_img_right.jpg);
}

.cv-bnr__in {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 32px 0 0;
}

.cv-bnr__deco {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-10%, -70%);
  transform: translate(-10%, -70%);
  max-width: 26vmin;
}

.cv-bnr__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #000;
  border-bottom: 4px solid #f8ca86;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.cv-bnr__ttl:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-right: 4px solid #f8ca86;
  border-bottom: 4px solid #f8ca86;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
  z-index: -1;
}

.cv-bnr .cv-btn {
  margin-top: 32px;
}

.cv-btn a {
  background: #f8ca86;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding-top: 4px;
}

.cv-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #f29700;
  position: absolute;
  top: 4px;
  left: 4px;
  pointer-events: none;
}

.cv-btn a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.cv-btn a span:before, .cv-btn a span:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cv-btn a span:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -32px;
  bottom: 0;
}

.cv-btn a span:after {
  content: "";
  background: #fff;
  width: 8px;
  height: 1px;
  position: absolute;
  right: -32px;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*top-works
----------------------------------------------------*/
.top-works {
  text-align: center;
  padding-top: 4rem;
}

.top-works__ttl {
  color: #f29700;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.top-works__box {
  border: 4px double #bfbfbf;
  padding: 2.4rem 2rem;
  width: 960px;
  max-width: 90%;
}

.top-works__box ul {
  color: #8c6228;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: left;
}

.top-works__box li {
  margin: 8px 0;
  font-size: 1.4rem;
}

.top-works__box li:nth-child(1) {
  margin-top: 0;
}

.top-works__box li:last-child {
  margin-bottom: 0;
}

/*top-sns
----------------------------------------------------*/
.top-sns-area {
  background: url(../img/top/sns_area_bg.jpg) no-repeat center/cover;
  padding: 9.6rem 0 8.8rem;
  color: #fff;
  margin-top: 6.4rem;
}

.top-sns-area a {
  color: #fff;
}

.top-sns-area__ttl {
  text-align: center;
  margin-bottom: 4rem;
}

.top-sns-area__ttl__in {
  display: inline-block;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-shadow: 3px 3px 0 #f68f18;
  position: relative;
  z-index: 1;
}

.top-sns-area__ttl__in small {
  position: absolute;
  left: 0;
  top: -1rem;
  -webkit-transform: translate(-20%, -80%);
  transform: translate(-20%, -80%);
  max-width: 60vmin;
}

.top-sns-area__in {
  position: relative;
  z-index: 1;
}

.top-sns-area__in:after {
  content: '';
  width: 30vmin;
  height: 14rem;
  background: url(../img/top/sns_area_illu.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: -8rem;
  z-index: -1;
}

.top-sns-area__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-sns-area__btn {
  width: 300px;
  text-align: center;
}

.top-sns-area__btn + .top-sns-area__btn {
  margin-top: 4.8rem;
}

.top-sns-area__btn p {
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.top-sns-area__btn p span {
  display: inline-block;
  padding: 0 4px 0 8px;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.top-sns-area__btn p span:before, .top-sns-area__btn p span:after {
  content: '';
  width: 1px;
  height: 100%;
  border-left: 2px dotted #fff;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.top-sns-area__btn p span:before {
  left: 0;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.top-sns-area__btn p span:after {
  right: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.top-sns-area__btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .08em;
  height: 80px;
}

.top-sns-area__btn a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 46px;
  background: url(../img/common/icon_fb_wt.png) no-repeat left center;
}

.top-sns-area__btn a:before, .top-sns-area__btn a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

.top-sns-area__btn a:before {
  left: 0;
  top: 0;
  border: 1px solid #fff;
  background: rgba(242, 151, 0, 0.7);
  z-index: -1;
}

.top-sns-area__btn a:after {
  border: 1px solid rgba(255, 255, 255, 0.7);
  left: 3px;
  top: 3px;
  z-index: -2;
}

/*top-news
----------------------------------------------------*/
.top-news {
  padding: 8rem 0 0;
  background: #fff;
}

.top-news__in {
  /*padding-bottom: 64px;*/
  position: relative;
}

.top-news__left {
  width: 100vmin;
  padding: 4rem 5vmin;
  background: #f29700;
  margin-left: -5vmin;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-news__left img {
  max-height: 10vmin;
}

.top-news__left .cmn-btn a {
  min-width: 40vmin;
  height: 48px;
}

.top-news__right {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 8px 16px;
  margin-top: 6vmin;
  background: #F7F7F7;
}

/*footer
-----------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

.footer {
  text-align: center;
  padding-top: 4rem;
}

.footer__logo img {
  max-width: 30vmin;
}

.footer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-bottom: 4rem;
  text-align: center;
}

.footer__contact > * + * {
  margin-top: 2rem;
}

.footer .sns-btns {
  margin: 1.6rem 20px 0;
}

.footer .tel-area {
  text-align: center;
}

.footer__add {
  color: #888;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0;
}

.footer__nav {
  padding: 28px 0;
  border-top: 1px solid #f29700;
  display: none;
}

.footer__nav a {
  color: #888;
  font-size: 12px;
  letter-spacing: 0;
}

.footer__nav a:hover {
  color: #f29700;
}

.bd-btns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
}

.bd-btns .bd-btn + .bd-btn {
  margin-left: 16px;
}

#copyright {
  font-size: 10px;
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #f29700;
}

#copyright a {
  color: #fff;
}

/*=======================================================================
下層
=======================================================================*/
.sv {
  background: url(../img/common/sv_bg.jpg) no-repeat top right 320%/auto 100%;
  height: 12.6rem;
}

.sv__ttl {
  width: 54%;
  height: 13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2.4rem 5.6rem 2.4rem 3vmin;
  /*padding-bottom: 2.4rem;*/
  background: url(../img/common/sv_ttl_bg.png) no-repeat left top/contain;
}

.sv__ttl img {
  max-height: 4.8rem;
}

#bread {
  padding: 16px 24px;
  width: 100%;
}

#bread ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bread li {
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}

#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}

#bread li:last-child:after {
  display: none;
}

#bread li {
  opacity: 0.7;
}

#bread li:last-child {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #bread {
    padding: 8px 5%;
  }
  #bread ul {
    width: auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  #bread li {
    display: inline;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

.btt-content {
  padding: 4rem 0 0;
}

.inbox.btt-content {
  padding: 4rem 5vmin 0;
}

.title01 {
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #f29700;
  line-height: 1.3;
  margin-bottom: 2rem;
  font-weight: 700;
}

.title02 {
  font-size: 2rem;
  font-weight: 700;
  border-left: 5px solid #f29700;
  position: relative;
  z-index: 1;
  padding-left: 1rem;
}

.title02:before {
  content: "";
  width: calc(100% + 5px);
  height: 1px;
  background: #f29700;
  position: absolute;
  left: -5px;
  bottom: -10px;
}

.title02 + * {
  margin-top: 30px;
}

/*.cmn-ol.ol-reset*/
.cmn-ol ol {
  list-style: none;
  /* olがはき出す数字を消す */
  counter-reset: li;
  position: relative;
}

.cmn-ol ol.cmn-ol-list li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
}

.lower-cv {
  margin-top: 4rem;
}

.bd-ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/common/ptn_bd.png) repeat left top;
  margin-bottom: 7.2rem;
  letter-spacing: 0.08em;
}

.bd-ttl__in {
  background: #fff;
  padding: 0 1rem 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 90%;
}

.bd-ttl__text {
  padding: 4.8rem 3.2rem 2.4rem;
  border-bottom: 1px dotted #f29700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.bd-ttl__lead {
  color: #f29700;
  display: inline-block;
  width: 69%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 3.2rem;
  font-size: 2rem;
  letter-spacing: 0;
}

.bd-ttl__lead small {
  font-size: 2rem;
}

.bd-ttl__lead:before, .bd-ttl__lead:after {
  content: '';
  width: 13px;
  height: 24px;
  background: url(../img/buy/buy_sell_ttl_frame.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
}

.bd-ttl__lead:before {
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bd-ttl__lead:after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.bd-ttl .deco {
  font-weight: 400;
}

.bd-ttl b {
  font-weight: 700;
}

.bd-ttl b {
  font-size: 4rem;
}

.bd-ttl b small {
  font-size: 3.6rem;
}

.bd-ttl b span {
  position: relative;
  display: inline-block;
  padding-top: 0.15em;
}

.bd-ttl b span:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #f29700;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%;
}

/*buy
------------------------------------------*/
.buy-sec__ttl {
  margin-bottom: 2.4rem;
}

.buy-sec__ttl__in {
  background: #f89d1c;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 1rem 8.8rem 1rem 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: calc(100% - 32px);
}

.buy-sec__ttl__in:before {
  content: '';
  width: 100vw;
  height: 100%;
  background: #f89d1c;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.buy-sec__ttl__in:after {
  content: '';
  width: 32px;
  height: 100%;
  background: url(../img/buy/buy_sec_ttl_bf.svg) no-repeat left top/22px 100%, url(../img/buy/buy_sec_ttl_af.svg) no-repeat right top/28px 100%;
  position: absolute;
  right: -32px;
  top: 0;
}

.buy-sec__ttl__icon {
  width: 7.2rem;
  height: 3.6rem;
  background: url(../img/buy/icon_buy.png) no-repeat center bottom/contain;
  position: absolute;
  right: .8rem;
  bottom: 0;
}

.buy-sec__ttl__icon--2 {
  width: 6rem;
  height: 4rem;
  background: url(../img/buy/icon_buy_2.png) no-repeat center bottom/contain;
}

.buy-sec__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buy-sec__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 720px;
  max-width: 100%;
}

.buy-sec__text__ttl {
  font-size: 3rem;
  font-weight: 700;
  padding-left: 0.5em;
  line-height: 1.3;
  position: relative;
  margin-bottom: 8.8rem;
  letter-spacing: 0.08em;
}

.buy-sec__text__ttl:before {
  content: '';
  width: 5px;
  height: calc(100% - .3em);
  background: #f29700;
  position: absolute;
  top: 0.15em;
  left: 0;
}

.buy-sec__text__ttl:after {
  content: '';
  width: 11rem;
  height: 12rem;
  background: url(../img/buy/illu_buy_1.png) no-repeat center bottom/contain;
  position: absolute;
  right: 8px;
  bottom: -8.8rem;
}

.buy-sec__text__ttl--2:after {
  width: 12rem;
  height: 12rem;
  background-image: url(../img/buy/illu_buy_2.png);
}

.buy-sec__text__ttl em {
  color: #f89d1c;
  font-size: 3.4rem;
}

.buy-sec__text__ttl b {
  font-size: 3.4rem;
  font-weight: 700;
}

.buy-sec__text__ttl small {
  font-size: 0.9em;
}

.buy-sec__text__ttl .sub-text-size {
  font-size: 2rem;
}

.buy-sec__text__ttl .voice-name {
  font-size: 1.6rem;
  font-weight: 700;
}

.buy-sec__text__ttl .voice-name .deco {
  font-weight: 400;
}

.buy-sec__text__box {
  background: #fff5e5;
  padding: 2rem;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #8c6228;
  width: 80%;
  margin-left: 20%;
  position: relative;
  z-index: 1;
}

.buy-sec__text__box:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .8rem 1rem .8rem 0;
  border-color: transparent #fff5e5 transparent transparent;
  position: absolute;
  left: 1px;
  top: 24px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.buy-sec__text__box ul {
  padding: 2em 0;
}

.buy-sec__text__box ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
}

.buy-sec__text__box p {
  letter-spacing: 0;
  font-size: 1.4rem;
}

.buy-sec__text__inner {
  position: relative;
  z-index: 1;
}

.buy-sec__img {
  text-align: center;
  position: absolute;
  left: -2vmin;
  top: 1vmin;
  width: 15vmin;
}

.buy-sec__img__in {
  width: 15vmin;
  height: 15vmin;
  border-radius: 50%;
  overflow: hidden;
}

.buy-sec__img p {
  /*font-size: 10px;
			margin-top: 1em;
			width: 100%;
			display: block;
			letter-spacing: 0;*/
  display: none;
}

.buy-sec + .buy-sec {
  margin-top: 9.6rem;
}

.solu {
  margin-top: 8rem;
  padding-bottom: 10rem;
}

.solu__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 5.6rem;
  background: url(../img/common/res_arr.png) no-repeat center bottom;
  margin-bottom: 4rem;
  line-height: 1.3;
}

.solu__ttl b {
  font-weight: 700;
  display: inline-block;
  font-size: 3.6rem;
}

.solu__ttl em {
  font-weight: 700;
  color: #f29700;
  font-size: 3.6rem;
}

.solu__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solu__text {
  width: 100%;
  margin-top: 1em;
}

.solu__text__logo {
  text-align: center;
  margin-bottom: 1em;
}

.solu__text p {
  line-height: 2;
}

.buy-point {
  background: #f89d1c;
  padding: 4rem 0;
}

.buy-point__ttl {
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
}

.buy-point__ttl small {
  font-size: 0.9em;
}

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

.buy-point__item {
  padding: 120px 24px 32px;
  width: 330px;
  max-width: 100%;
  margin: 64px auto 0;
  background: url(../img/common/num_1.png) no-repeat right bottom -2px #fff;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy-point__item:before {
  content: '';
  width: 135px;
  height: 135px;
  background: url(../img/buy/icon_buy_point_1.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.buy-point__item:nth-child(1) {
  /*margin-left: 188px;*/
  margin-top: 0;
}

.buy-point__item:nth-child(2) {
  /*margin-right: 188px;*/
  background-image: url(../img/common/num_2.png);
  /*margin-top: 0;*/
}

.buy-point__item:nth-child(2):before {
  background-image: url(../img/buy/icon_buy_point_2.png);
}

.buy-point__item:nth-child(3) {
  background-image: url(../img/common/num_3.png);
}

.buy-point__item:nth-child(3):before {
  background-image: url(../img/buy/icon_buy_point_3.png);
}

.buy-point__item:nth-child(3) dt {
  /*min-height: 90px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				padding-bottom: 0.5em;*/
}

.buy-point__item:nth-child(4) {
  background-image: url(../img/common/num_4.png);
}

.buy-point__item:nth-child(4):before {
  background-image: url(../img/buy/icon_buy_point_4.png);
}

.buy-point__item:nth-child(5) {
  background-image: url(../img/common/num_5.png);
}

.buy-point__item:nth-child(5):before {
  background-image: url(../img/buy/icon_buy_point_5.png);
}

.buy-point__item:nth-child(5) dt {
  /*min-height: 90px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				padding-bottom: 0.5em;*/
}

.buy-point__item:nth-child(3n + 5) {
  /*margin-right: 0;*/
}

.buy-point__item dt {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
}

.buy-point__item dt em {
  font-size: 2.4rem;
}

.buy-point__item dt .end-bd {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.buy-point__item dt .end-bd:before {
  content: '';
  width: 100%;
  height: 5px;
  background: #f7c166;
  position: absolute;
  left: 0;
  bottom: 0.15em;
  z-index: -1;
}

.buy-point__item p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.buy-point__item dd {
  margin-top: 16px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
}

/*sell
------------------------------------------*/
.sell-trouble {
  background: url(../img/sell/trouble_bg.jpg) no-repeat center bottom #f7c166;
  background-size: 300%;
  padding-bottom: 50vmin;
  padding-top: 5.6rem;
  position: relative;
  z-index: 1;
}

.sell-trouble-wrap .bd-ttl {
  margin-bottom: 0;
}

.sell-trouble:before {
  content: '';
  width: 652px;
  max-width: 90%;
  height: 50vmin;
  background: url(../img/sell/trouble_illu.png) no-repeat center bottom -8px/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

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

.sell-trouble__list li {
  background: #fff;
  width: 100%;
  color: #f29700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*min-height: 5.6rem;*/
  /*border-radius: 5px;*/
  /*margin-top: 2rem;*/
  margin-top: -1px;
  padding: .8em 1em;
  position: relative;
  z-index: 1;
  text-align: left;
  /*margin-right: 20%;*/
  /*.size-small{
				font-size: 1.6rem;
				em{
					font-size: 2rem;
				}
				}*/
}

.sell-trouble__list li:after {
  content: '';
  width: 90%;
  height: 1px;
  background: rgba(242, 151, 0, 0.4);
  position: absolute;
  left: 5%;
  bottom: 1px;
}

.sell-trouble__list li br {
  display: none;
}

.sell-trouble__list li:first-child {
  padding-top: 3.2rem;
  border-radius: 8px 8px 0 0;
}

.sell-trouble__list li:last-child {
  padding-bottom: 3.2rem;
  border-radius: 0 0 8px 8px;
}

.sell-trouble__list li .sp-inline {
  display: inline;
}

.sell-trouble__list li:last-child:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 2rem 0 2rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sell-trouble__list li:last-child:after {
  display: none;
}

.sell-trouble__list li:nth-child(-n + 1) {
  margin-top: 0;
}

.sell-trouble__list li:nth-child(2n) {
  margin-right: 0;
  /*margin-left: 20%;*/
}

.sell-trouble__list li em {
  font-weight: 700;
  font-size: 2rem;
  color: #f29700;
}

.sell-point {
  background: #f89d1c;
  padding: 5.6rem 0 8rem;
}

.sell-point__ttl {
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
}

.sell-point__ttl small {
  font-size: 0.9em;
}

.sell-point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sell-point__item {
  padding: 2.8rem 2rem 3.2rem;
  width: 100%;
  margin: 40px 0 0 0;
  background: url(../img/common/num_1.png) no-repeat right bottom -2px #fff;
  background-size: 50%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*min-height: 260px;*/
  /*&:nth-child(2n){
			margin-right: 0;
			}*/
}

.sell-point__item:nth-child(-n+1) {
  margin-top: 0;
}

.sell-point__item:nth-child(2) {
  background-image: url(../img/common/num_2.png);
}

.sell-point__item:nth-child(3) {
  background-image: url(../img/common/num_3.png);
}

.sell-point__item:nth-child(4) {
  background-image: url(../img/common/num_4.png);
}

.sell-point__item:nth-child(5) {
  background-image: url(../img/common/num_5.png);
}

.sell-point__item:nth-child(6) {
  background-image: url(../img/common/num_6.png);
}

.sell-point__item dt {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.3;
}

.sell-point__item dt em {
  font-size: 2.4rem;
  color: #f29700;
}

.sell-point__item p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.sell-point__item dd {
  margin-top: 16px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
}

.sell-point__item dd img {
  height: auto;
}

.sell-point__item dd .text_c {
  margin-top: 2rem;
}

.sell-point__item dd .figure--2 {
  margin-top: 3rem;
}

.sell-point__item dd figure img {
  max-width: 120%;
  width: calc(100% + 2rem);
  margin-left: -1rem;
}

.sell-point__item dd figcaption {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 8px;
}

.sell-point__item dd figcaption em {
  color: #f89d1c;
}

.sell-point__item dd figcaption strong {
  display: inline-block;
  font-size: 26px;
}

.sell-point__item dd figcaption strong small {
  font-size: 16px;
}

.sell-point__item .sub-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}

.sell-point__item .sub-ttl span {
  background: #f7c166;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 3.2rem;
  border-radius: 56px;
  /*min-width: 380px;*/
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: 0.08em;
  width: 100%;
}

.sell-point__item .sub-ttl span:before {
  content: '';
  width: 15px;
  height: 14px;
  background: url(../img/common/icon_figure.png) no-repeat center/contain;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sell-point__end-box {
  margin-top: 8rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sell-point__end-box__in {
  width: 100%;
  display: inline-block;
  background: #fff;
  border: 10px solid #f7c166;
  padding: 48px 32px 56px;
  position: relative;
  z-index: 1;
}

.sell-point__end-box h4 {
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom: 4px double #e5e5e5;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.sell-point__end-box h4:before {
  content: '';
  width: 256px;
  height: 92px;
  background: url(../img/sell/sell_fuki.png) no-repeat center/contain;
  position: absolute;
  left: -60px;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sell-point__end-box h4 em {
  color: #f29700;
}

.sell-point__end-box p {
  line-height: 2;
}

/*guide
----------------------------------*/
.flow .bd-ttl {
  margin-bottom: 12rem;
  font-size: 2.8rem;
}

.flow .bd-ttl b {
  font-size: 3.4rem;
}

.flow-sec {
  padding-bottom: 8rem;
}

.flow-sec__ttl {
  background: #f89d1c;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  padding: 1rem;
  margin-bottom: 4rem;
}

.flow-sec__ttl__in {
  position: relative;
  display: inline-block;
  width: 100%;
}

.flow-sec__ttl__fuki {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-10%, -95%);
  transform: translate(-10%, -95%);
  max-width: 50vmin;
}

.flow-sec__ttl small {
  font-size: 1.8rem;
  display: block;
}

.flow-sec + .flow-sec {
  margin-top: 8rem;
}

.flow-list {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.flow-list__item {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 96px 3rem 3rem;
  position: relative;
  z-index: 1;
  /*min-height:210px;*/
  border-radius: 10px;
  text-align: center;
}

.flow-list__item:before {
  content: '';
  width: 75px;
  height: 75px;
  background: url(../img/guide/icon_flow_1.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow-list__item--buy-2:before {
  background-image: url(../img/guide/icon_flow_2.png);
}

.flow-list__item--buy-3:before {
  background-image: url(../img/guide/icon_flow_3.png);
}

.flow-list__item--buy-4:before {
  background-image: url(../img/guide/icon_flow_4.png);
}

.flow-list__item--buy-5:before {
  background-image: url(../img/guide/icon_flow_5.png);
}

.flow-list__item--buy-6:before {
  background-image: url(../img/guide/icon_flow_6.png);
}

.flow-list__item--buy-7:before {
  background-image: url(../img/guide/icon_flow_7.png);
}

.flow-list__item--buy-8:before {
  background-image: url(../img/guide/icon_flow_8.png);
}

.flow-list__item--sell-1:before {
  background-image: url(../img/guide/icon_flow_sell_1.png);
}

.flow-list__item--sell-2:before {
  background-image: url(../img/guide/icon_flow_sell_2.png);
}

.flow-list__item--sell-3:before {
  background-image: url(../img/guide/icon_flow_sell_3.png);
}

.flow-list__item--sell-4:before {
  background-image: url(../img/guide/icon_flow_sell_4.png);
}

.flow-list__item--sell-5:before {
  background-image: url(../img/guide/icon_flow_sell_5.png);
}

.flow-list__item:after {
  content: '';
  width: 100%;
  height: 72px;
  background: url(../img/guide/flow_arr.png) no-repeat center top;
  position: absolute;
  bottom: -63px;
  left: 0;
  z-index: -1;
}

.flow-list__item:last-child:after {
  display: none;
}

.flow-list__item + .flow-list__item {
  margin-top: 5.6rem;
}

.flow-list__item dt {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  line-height: 1.3;
  color: #f29700;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
  padding-top: 24px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.flow-list__item dt:before {
  content: '';
  width: 67px;
  height: 28px;
  background: url(../img/common/step_1.png) no-repeat left bottom/contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.flow-list__item:nth-child(2) dt:before {
  background-image: url(../img/common/step_2.png);
}

.flow-list__item:nth-child(3) dt:before {
  background-image: url(../img/common/step_3.png);
}

.flow-list__item:nth-child(4) dt:before {
  background-image: url(../img/common/step_4.png);
}

.flow-list__item:nth-child(5) dt:before {
  background-image: url(../img/common/step_5.png);
}

.flow-list__item:nth-child(6) dt:before {
  background-image: url(../img/common/step_6.png);
}

.flow-list__item:nth-child(7) dt:before {
  background-image: url(../img/common/step_7.png);
}

.flow-list__item:nth-child(8) dt:before {
  background-image: url(../img/common/step_8.png);
}

.flow-list__item dd {
  text-align: justify;
  text-justify: inter-ideograph;
}

.flow-list__item dd br {
  display: none;
}

.zoom-bnr-area {
  background: #f89d1c;
  margin-top: 4rem;
  padding: 8rem 0;
}

.zoom-bnr {
  width: 960px;
  max-width: 100%;
  margin: auto;
  border: 10px solid #f7c166;
  /*background: url(../img/common/zoom_box_img.png)no-repeat right top / contain #fff;*/
  background: #fff;
  /*min-height:280px;*/
  padding: 32px 24px 40px 24px;
}

.zoom-bnr__ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 6rem;
  background: url(../img/common/icon_zoom.png) no-repeat left top 0.35em;
  line-height: 1.3;
  padding-bottom: 1.2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2.4rem;
}

.zoom-bnr__ttl:after {
  content: '';
  width: 100%;
  height: 2px;
  background: url(../img/guide/zoom_bnr_ttl_border.png) no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}

.zoom-bnr__ttl em {
  color: #f29700;
  font-size: 3.6rem;
  display: inline-block;
}

.zoom-bnr__ttl small {
  font-size: 2.4rem;
}

.zoom-bnr__ttl span {
  font-size: 3.2rem;
}

.zoom-bnr__text {
  width: 100%;
}

.zoom-bnr p {
  font-size: 2rem;
  font-weight: 500;
}

.zoom-bnr p em {
  color: #f29700;
}

.zoom-bnr p.zoom-bnr__text__note {
  font-size: 1.6rem;
  font-weight: 400;
}

.zoom-bnr .check-list {
  margin: 1.6rem 0;
  width: 100%;
}

.check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.check-list li {
  padding-left: 28px;
  font-weight: 700;
  font-size: 1.8rem;
  background: url(../img/common/icon_check.png) no-repeat left top 0.25em;
  margin-right: 2em;
}

/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #444;
}

.site_map-li > li span {
  display: block;
  color: #444;
  padding: 14px 0 11px;
  font-size: 18px;
}

.site_map-li > li a {
  display: block;
  color: #444;
  padding: 14px 40px 11px;
  font-size: 18px;
  position: relative;
}

.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #f29700;
  position: absolute;
  left: 15px;
  top: 19px;
}

.site_map-li > li ul {
  margin: -10px 0 10px;
}

.site_map-li > li ul li a {
  font-size: 16px;
  margin-left: 40px;
  padding: 9px 40px 6px;
  border-bottom: 0;
}

.site_map-li > li ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f29700;
  position: absolute;
  left: 15px;
  top: 15px;
  border-width: 0;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

.privacy_text {
  font-size: 16px;
}

.pri-ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  color: #f29700;
  font-weight: bold;
}

.privacy .pri_bg {
  background-color: #fff;
  width: 100%;
  height: 225px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.privacy iframe {
  width: 100%;
  height: 225px;
  display: block;
}

.inline-privacy .privacy_box {
  padding: 15px;
}

.inline-privacy .privacy_box h4 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  padding: 3px 10px 2px;
  background-color: #fff;
}

.privacy_text {
  font-size: 14px;
}

/*news
-----------------------------------*/
.news-list li {
  padding: 24px 10px;
  position: relative;
}

.news-list li + li {
  border-top: 1px solid #e5e5e5;
}

.news-list .thumb {
  z-index: 0;
}

.news-list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.news-ymd {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 8px;
  display: inline-block;
  padding: 8px 0;
  line-height: 1;
  z-index: 2;
  color: #8c8c8c;
  font-weight: 700;
}

.tag {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 4px 8px 4px 0;
  display: block;
  min-width: 100px;
  letter-spacing: 0.08em;
  position: relative;
}

.tag a {
  position: relative;
  z-index: 9;
  display: block;
  text-align: center;
  padding: 2px 10px;
  background: #f29700;
  color: #fff;
  border-radius: 4px;
}

.news-ttl {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}

.news-ttl a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/*news-sg
-----------------------------------*/
.s-news .title01 {
  margin-bottom: 3.2rem;
}

.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*white-space: nowrap;*/
  margin: 0 -12px 0;
  /*overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;*/
}

.category__item {
  margin: 12px;
}

.category__item a {
  padding: 4px 12px 4px;
  color: #f29700;
  border-radius: 8px;
  border: 1px solid #f29700;
  display: block;
}

.category__item a:hover {
  opacity: 1;
  background: #f29700;
  color: #fff;
}

.category__item.is-active a {
  background: #f29700;
  color: #fff;
}

.sg_day {
  font-size: 16px;
  color: #f29700;
  text-align: right;
  padding: 24px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid #f29700;
  position: relative;
  font-weight: 700;
}

.page_btn a {
  font-size: 16px;
  color: #f29700;
}

.page_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .left {
  position: absolute;
  left: 0;
  top: 24px;
}

.page_btn .left a {
  padding: 0 0 2px 16px;
  position: relative;
}

.page_btn .left a:before {
  border-width: 4px 6px 4px 0;
  border-color: transparent #f29700 transparent transparent;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .right {
  position: absolute;
  right: 0;
  top: 24px;
}

.page_btn .right a {
  padding: 0 16px 2px 0;
  position: relative;
}

.page_btn .right a:before {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #f29700;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .text_c a::before {
  display: none;
}

.pagenation {
  text-align: center;
  margin-top: 32px;
}

.pagenation li {
  display: inline-block;
  border: 1px solid #f29700;
  color: #f29700;
  margin: 0 8px;
}

.pagenation li a {
  display: block;
  padding: 8px 16px;
}

.pagenation li.current {
  background-color: #f29700;
  color: #fff;
  padding: 8px 16px;
}

.sns-sharerbtn-list {
  margin-top: 40px;
}

.sns-sharerbtn-list li + li {
  margin-left: 20px;
}

.sb_style h1,
.sb_style h2 {
  border-color: #f29700;
}

.sb_style h4:before {
  background-color: #f29700;
}

.sb_style ul li:before {
  background-color: #f29700;
}


/*220201*/
.message{
  padding-bottom: 5.6rem;
}
.message__img{
  flex-shrink: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}
.message__img__in{
 height: 75vmin;
  overflow: hidden;
  text-align: center;
}
.message__img__in img{
  width: 65%;
}
.message__img figcaption{
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
}
.message .buy-sec__text__ttl{
  padding-left: 2rem;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.message .buy-sec__text__ttl:after{
  display: none;
}
.message .buy-sec__text__ttl em{
  color: #444;
  font-size: 2rem;
}
.message .buy-sec__text__ttl em b{
  font-size: 2.4rem;
  color: #f29700;
  font-weight: 700;
  display: inline-block;
}

.message .text-box em{
  font-weight: 700;
   color: #f29700;
   /*display: inline-block;*/
   font-size: 1.6rem;
}

.message-ttl__in{
  font-size: 4rem;
  width: 90%;
  padding: 2rem 1em 2rem 0;
}


.ft-bnr{
  margin-bottom: 30px;
}

.ft-bnr_link{
  display: block;
  margin-top: 10px;
}

.service_img01_margin{
 margin: 0 auto;
 padding: 0 10px;
}
.service_contents_01{
 margin-top: 50px;
}
.service_contents_01 ul li h3{
 font-size: 1.8rem;
 font-weight: bold;
 padding-bottom: 10px;
 letter-spacing: -0.05rem;
 line-height: 5rem;
 margin-top: 10px;
}
.service_contents_01 ul li h3 span{
 border-bottom: solid 6px #ea9314;
}
.service_contents_01_img{
}
.service_contents_01_img img{
 width: 100%;
}
.service_contents_01_txt{
 font-weight: bold;
}
.service_contents_01_txt p{
 margin-top: 30px;
}

.service_contents_02{
 margin: 100px 0;
}
.service_contents_02 h2{
 text-align: center;
 font-weight: bold;
 font-size: 2.5rem;
}
.service_contents_02 h2 span{
 font-size: 3.5rem;
 color: #ea9314;
}
.service_contents_02 .service_contents_02_imgbg{
 text-align: center;
 padding: 30px 0;
}
.service_sp_none{
 display: none;
}
