@charset "UTF-8";
/* スクロールフェードイン */
.l-line01 {
  position: absolute;
  width: 0;
  z-index: -1;
  background: #aabed2;
  height: 1px;
  width: 0;
}

.l-line01.sa {
  opacity: 1 !important;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}

.l-line01.show {
  width: 110%;
}

.l-line01._lr {
  left: 0;
}

.l-line01._rl {
  right: 0;
}

.l-line01._leftdown {
  -webkit-transform: rotate(-6deg) !important;
  transform: rotate(-6deg) !important;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.l-line01._rightdown {
  -webkit-transform: rotate(3.56deg) !important;
  transform: rotate(3.56deg) !important;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

/* //スクロールフェードイン */
body {
  min-width: 13.4rem;
  color: #4c4948;
  font-size: 0.14rem;
  font-family: "Noto Sans JP", Helvetica, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  body.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 13rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 0.4rem);
  }
}

a {
  color: #4c4948;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.img_switch {
  visibility: hidden;
}

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

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

.object-fit_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Parallax
--------------------------------------------------------------*/
.cmn_parallax {
  width: 1.44rem;
  position: absolute;
  right: calc((100% - 13rem) / 2);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .cmn_parallax {
    width: 0.72rem;
    right: 0.2rem;
  }
}

/* header
--------------------------------------------------------------*/
.cmn_header {
  width: 100%;
  min-width: 13.4rem;
  height: 1.12rem;
  padding: 0.3rem 0 0;
  background: center/cover no-repeat url(../img/cmn/haeder_bg_pc.jpg);
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
}

.cmn_header .inner {
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* globalNav ---------- */
}

.cmn_header .inner .header_logo {
  width: 2.72rem;
}

@media screen and (min-width: 768px) {
  .cmn_header .inner .header_logo a {
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cmn_header .inner .header_logo a:hover {
    opacity: .7;
  }
}

.cmn_header .inner .nav {
  /* SP Menu */
}

@media screen and (min-width: 768px) {
  .cmn_header .inner .nav .menu-trigger {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cmn_header .inner .nav .global {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
  }
  .cmn_header .inner .nav .global li {
    margin-left: 0.1rem;
  }
  .cmn_header .inner .nav .global li > a,
  .cmn_header .inner .nav .global li.parent > span,
  .cmn_header .inner .nav .global li .child li a {
    display: block;
    padding: 0.1rem;
    font-size: 0.16rem;
    color: #fff;
    font-weight: 700;
    position: relative;
  }
  .cmn_header .inner .nav .global li > a::after,
  .cmn_header .inner .nav .global li.parent > span::after,
  .cmn_header .inner .nav .global li .child li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: transparent;
    position: absolute;
    left: 50%;
    bottom: 0.05rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cmn_header .inner .nav .global li > a:hover::after,
  .cmn_header .inner .nav .global li.parent > span:hover::after,
  .cmn_header .inner .nav .global li .child li a:hover::after {
    width: calc(100% - 0.2rem);
    background: #fff;
    left: 0.1rem;
  }
  .cmn_header .inner .nav .global li.parent span {
    cursor: pointer;
  }
  .cmn_header .inner .nav .global li.parent .child {
    opacity: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cmn_header .inner .nav .global li.parent .child li a {
    font-size: 0.13rem;
  }
  .cmn_header .inner .nav .global li.parent:hover .child {
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .cmn_header {
    min-width: 100%;
    height: 0.58rem;
    padding: 0.18rem 0 0;
  }
  .cmn_header .inner {
    max-width: 100%;
    position: static;
    /* globalNav ---------- */
  }
  .cmn_header .inner .header_logo {
    width: 1.36rem;
  }
  .cmn_header .inner .nav {
    /* SP Menu */
  }
  .cmn_header .inner .nav .menu-trigger {
    display: inline-block;
    width: 0.32rem;
    height: 0.08rem;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 0.22rem;
    right: 0.2rem;
    z-index: 100;
  }
  .cmn_header .inner .nav .menu-trigger span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .cmn_header .inner .nav .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .cmn_header .inner .nav .menu-trigger span:nth-of-type(2) {
    bottom: 0;
  }
  .cmn_header .inner .nav .global {
    display: none;
    width: 100vw;
    height: 100vh;
    padding: 1rem 0;
    background: rgba(76, 73, 72, 0.85);
    text-align: center;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cmn_header .inner .nav .global li {
    text-align: left;
  }
  .cmn_header .inner .nav .global > li {
    padding: 0 0.2rem;
    margin: 0 0 0.2rem;
  }
  .cmn_header .inner .nav .global > li > a,
  .cmn_header .inner .nav .global > li > span,
  .cmn_header .inner .nav .global > li .child li a {
    display: block;
    padding: 0.05rem 0;
    color: #fff;
    font-size: 0.15rem;
    font-weight: 700;
  }
  .cmn_header .inner .nav .global > li > a .arrow,
  .cmn_header .inner .nav .global > li > span .arrow,
  .cmn_header .inner .nav .global > li .child li a .arrow {
    display: inline-block;
    margin-left: 0.05rem;
  }
  .cmn_header .inner .nav .global > li .child li {
    width: 100%;
    padding: 0.15rem 0.15rem 0;
  }
  .cmn_header .inner .nav .global > li .child li a {
    font-size: 0.1rem;
  }
  .cmn_header .inner .nav .global > li.trial {
    margin: 0.5rem 0 0;
  }
  .cmn_header .inner .nav .global > li.trial a {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 0.42rem;
    font-size: 0.16rem;
    color: #4c4948;
    background: #fff;
    border-radius: 0.19rem;
  }
  .cmn_header.active .inner .header_logo {
    position: relative;
    z-index: 100;
  }
  .cmn_header.active .inner .nav .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(-20deg);
            transform: translateY(0) rotate(-20deg);
  }
  .cmn_header.active .inner .nav .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(-0.07rem) rotate(20deg);
            transform: translateY(-0.07rem) rotate(20deg);
  }
}

/* [共通]COMPANY ----------- */
.cmn_contact {
  height: 2.55rem;
  padding: 1.15rem 0 0;
  background: #bbcbdb;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.cmn_contact .title_en {
  width: 9.16rem;
  position: absolute;
  top: 0;
  left: calc((100% - 13rem) / 2 - 0.1rem);
}

.cmn_contact .btn a {
  display: inline-block;
  padding: 0.05rem 3.26rem 0 0;
  color: #fff;
  font-size: 0.28rem;
  font-weight: 700;
  background: top right/2.7rem auto no-repeat url(../img/cmn/contact_arrow.svg);
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .cmn_contact .btn a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cmn_contact .btn a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .cmn_contact {
    height: 1.03rem;
    padding: 0.45rem 0 0;
  }
  .cmn_contact .title_en {
    width: 3.55rem;
    top: -0.05rem;
    left: calc(50% - 1.775rem);
  }
  .cmn_contact .btn a {
    padding: 0 0.9rem;
    font-size: 0.16rem;
    background: center right/0.7rem auto no-repeat url(../img/cmn/contact_arrow_sp.svg);
  }
}

/* [共通]COMPANY ----------- */
.cmn_company {
  padding: 1rem 0 0;
  text-align: center;
}

.cmn_company .tit {
  margin: 0 0 0.2rem;
  font-size: 0.23rem;
  font-weight: 700;
}

.cmn_company .add,
.cmn_company .time {
  font-size: 0.13rem;
  line-height: 1.9;
}

.cmn_company .add a {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .cmn_company .add .url {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cmn_company .add .url:hover {
    opacity: .7;
  }
}

.cmn_company .add .tel {
  pointer-events: none;
}

.cmn_company .btn a {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.46rem;
  height: 0.58rem;
  margin: 0.45rem auto 0;
  font-size: 0.18rem;
  color: #aabed2;
  border: 1px solid #aabed2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cmn_company .btn a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cmn_company .btn a:hover {
    opacity: .7;
  }
}

.cmn_company .btn a::after {
  content: "";
  width: 1.5rem;
  height: 0.12rem;
  background: center/100% auto no-repeat url(../img/cmn/company_arrow.svg);
  position: absolute;
  top: 0.19rem;
  right: -0.75rem;
}

@media screen and (max-width: 767px) {
  .cmn_company {
    padding: 0.45rem 0 0.62rem;
  }
  .cmn_company .tit {
    font-size: 0.18rem;
  }
  .cmn_company .add,
  .cmn_company .time {
    font-size: 0.115rem;
    line-height: 1.8;
  }
  .cmn_company .add .tel {
    pointer-events: auto;
  }
  .cmn_company .btn a {
    width: calc(100% - 0.4rem);
    height: 0.42rem;
    margin: 0.45rem auto 0;
    font-size: 0.125rem;
  }
  .cmn_company .btn a::after {
    content: none;
  }
}

/* footer
--------------------------------------------------------------*/
.cmn_footer {
  padding: 0.7rem 0 0.35rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cmn_footer .footer_logo {
  width: 0.82rem;
}

@media screen and (min-width: 768px) {
  .cmn_footer .footer_logo {
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cmn_footer .footer_logo:hover {
    opacity: .7;
  }
}

.cmn_footer .copyright {
  padding: 0 0 0.1rem;
}

.cmn_footer .copyright small {
  font-size: 0.1rem;
}

.cmn_footer .anc a {
  font-size: 0.1rem;
}

@media screen and (min-width: 768px) {
  .cmn_footer .anc a {
    display: block;
    padding: 0 0 0.1rem;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .cmn_footer .anc a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .cmn_footer {
    padding: 0 0 0.18rem;
    position: relative;
  }
  .cmn_footer .footer_logo {
    width: 0.39rem;
  }
  .cmn_footer .copyright {
    padding: 0;
    color: #aabed2;
  }
  .cmn_footer .anc {
    position: absolute;
    top: -0.03rem;
    left: 0.77rem;
  }
  .cmn_footer .anc a {
    font-size: 0.11rem;
    color: #aabed2;
  }
}

/* pagetop ---------- */
/* --------------------------------------------------------------
   下層_共通
-------------------------------------------------------------- */
/* FV ---------- */
.cmn_underpage_fv {
  padding: 2.75rem 0 0.75rem;
  position: relative;
  /* page title ---------- */
}

.cmn_underpage_fv.mod_deco01::before, .cmn_underpage_fv.mod_deco02::before {
  top: 1.76rem;
}

.cmn_underpage_fv .pagetitle {
  position: absolute;
  top: 2.2rem;
  left: calc((100% - 13rem) / 2 - 0.06rem);
}

.cmn_underpage_fv .cot01 {
  padding: 0 0.4rem;
  margin-left: 4.9rem;
  position: relative;
  z-index: 10;
}

.cmn_underpage_fv .cot01 .tit_before {
  margin: 0 0 0.25rem;
  font-size: 0.13rem;
  font-weight: 700;
}

.cmn_underpage_fv .cot01 .mod_tit01 {
  margin: 0 0 0.25rem;
}

.cmn_underpage_fv .cot01 .mod_txt01 {
  text-align: justify;
  letter-spacing: -0.03em;
}

.cmn_underpage_fv .cot02 {
  padding: 0 1.75rem;
  position: relative;
  z-index: 10;
}

.cmn_underpage_fv .cot02 .mod_tit01 {
  margin: 0 0 0.3rem;
}

.cmn_underpage_fv .cot02 .mod_txt01 {
  text-align: justify;
  letter-spacing: -0.03em;
}

.cmn_underpage_fv .cmn_parallax {
  bottom: -15rem;
}

@media screen and (max-width: 767px) {
  .cmn_underpage_fv {
    padding: 2.05rem 0 0.3rem;
    /* page title ---------- */
  }
  .cmn_underpage_fv.mod_deco01::before, .cmn_underpage_fv.mod_deco02::before {
    top: 1rem;
  }
  .cmn_underpage_fv .pagetitle {
    top: 0.88rem;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .cmn_underpage_fv .cot01 {
    padding: 0;
    margin-left: 0;
  }
  .cmn_underpage_fv .cot01 .tit_before {
    font-size: 0.125rem;
    text-align: center;
  }
  .cmn_underpage_fv .cot01 .mod_tit01 {
    margin: 0 0 0.2rem;
  }
  .cmn_underpage_fv .cot02 {
    padding: 0;
  }
  .cmn_underpage_fv .cot02 .mod_tit01 {
    margin: -0.4rem 0 0.45rem;
  }
  .cmn_underpage_fv .cmn_parallax {
    bottom: -6rem;
  }
}

/* parallax ---------- */
.cmn_parallax.under {
  bottom: 12rem;
}

.walking_how_to_order .cmn_parallax.under {
  bottom: 8.5rem;
}

.ourstory_page .top_mv .cmn_parallax {
  bottom: -11rem;
}

@media screen and (max-width: 767px) {
  .ourstory_page .top_mv .cmn_parallax {
    bottom: -6rem;
  }
}

/* SP時、横スクロール */
@media screen and (max-width: 767px) {
  .cmn_yoko_scroll {
    padding: 0 0 0.1rem;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

/* SP時のみタップしたら画像拡大 */
/* 中心 ----------- */
/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
/* Flex ---------- */
.mod_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mod_flex.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_center {
  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;
}

.mod_flex_center.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_between {
  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;
  /* 3列4列の場合の調整 */
  /* // 3列4列の場合の調整 */
}

.mod_flex_between.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_between.col3::after, .mod_flex_between.col4::before, .mod_flex_between.col4::after {
  content: "";
  display: block;
  height: 0;
}

.mod_flex_between.col4::before {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.mod_flex_around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.mod_flex_around.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 斜め背景 ---------- */
.mod_deco01::before {
  content: "";
  width: 100%;
  height: 4.85rem;
  background: #eef2f6;
  position: absolute;
  top: .2rem;
  left: 0;
  -webkit-transform: skewY(-9deg);
          transform: skewY(-9deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .mod_deco01::before {
    height: 4.1rem;
    top: .6rem;
  }
}

.mod_deco02::before {
  content: "";
  width: 100%;
  height: 4.85rem;
  background: #bacbdb;
  position: absolute;
  top: .2rem;
  left: 0;
  -webkit-transform: skewY(-9deg);
          transform: skewY(-9deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .mod_deco02::before {
    height: 4.1rem;
    top: .6rem;
  }
}

/* Background ---------- */
/* mod_pos ---------- */
.mod_pos {
  position: relative;
  z-index: 10;
}

/* mod_inner ---------- */
.mod_inner01 {
  padding: 0 .4rem;
}

@media screen and (max-width: 767px) {
  .mod_inner01 {
    padding: 0;
  }
}

/* mod_sub_title ---------- */
.mod_sub_title {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mod_sub_title.wide {
  height: 3.4rem;
}

.mod_sub_title.small {
  height: 3.92rem;
}

.mod_sub_title .h28 {
  height: .28rem;
}

.mod_sub_title .h30 {
  height: .3rem;
}

.mod_sub_title .h36 {
  height: .36rem;
}

@media screen and (max-width: 767px) {
  .mod_sub_title.wide {
    height: 1.87rem;
  }
  .mod_sub_title.small {
    height: 1.48rem;
  }
  .mod_sub_title .h28 {
    height: .2rem;
  }
  .mod_sub_title .h30 {
    height: .21rem;
  }
  .mod_sub_title .h36 {
    height: .26rem;
  }
}

/* mod_cot ---------- */
.mod_cot01 {
  padding: .9rem .7rem;
}

.mod_cot01 .mod_tit01 {
  margin: 0 0 .2rem;
}

@media screen and (max-width: 767px) {
  .mod_cot01 {
    padding: .25rem 0 .35rem;
  }
  .mod_cot01 .mod_tit01 {
    margin: 0 0 .15rem;
  }
}

/* mod_lists ---------- */
.mod_lists01 {
  padding: 1.2rem 0 0;
  border-top: 1px solid #d2d1d1;
}

.mod_lists01 li {
  width: 5.86rem;
}

.mod_lists01 li .mod_sub_title {
  margin: 0 0 .25rem;
}

.mod_lists01 li .mod_btn01 {
  margin: .25rem 0 0;
  text-align: right;
}

.mod_lists01 li .mod_btn01 a {
  padding: .1rem 0;
}

@media screen and (max-width: 767px) {
  .mod_lists01 {
    padding: 0 0 .1rem;
  }
  .mod_lists01 li {
    width: 100%;
    padding: .4rem 0 .3rem;
  }
  .mod_lists01 li + li {
    border-top: 1px solid #d2d1d1;
  }
  .mod_lists01 li .mod_btn01 {
    margin: .15rem 0 0;
    text-align: left;
  }
}

/* mod_tit ---------- */
.mod_tit01 {
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .mod_tit01 {
    font-size: .18rem;
    text-align: justify;
  }
}

.mod_tit02 {
  font-size: .21rem;
  font-weight: 700;
  line-height: 1.76;
}

@media screen and (max-width: 767px) {
  .mod_tit02 {
    font-size: .18rem;
  }
}

/* mod_txt ---------- */
.mod_txt01 {
  font-size: .13rem;
  font-weight: 400;
  line-height: 1.92;
}

.mod_txt01 + .mod_txt01 {
  margin-top: .2rem;
}

@media screen and (max-width: 767px) {
  .mod_txt01 {
    font-size: .125rem;
    text-align: justify;
  }
}

/* mod_btn ---------- */
.mod_btn01 a {
  display: inline-block;
  padding: .1rem .1rem .1rem 0;
  font-size: .13rem;
  font-weight: 700;
  -webkit-transition: .4s;
  transition: .4s;
}

.mod_btn01 a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .mod_btn01 a {
    font-size: .115rem;
  }
}

.mod_btn02 a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  width: 4.24rem;
  height: .56rem;
  color: #fff;
  font-size: .21rem;
  font-weight: bold;
  letter-spacing: -.06em;
  background: #4c4948;
  border-radius: .25rem;
}

@media screen and (min-width: 768px) {
  .mod_btn02 a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .mod_btn02 a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .mod_btn02 a {
    width: 100%;
    height: .42rem;
    font-size: .16rem;
    border-radius: .19rem;
  }
}

/* How to order ---------- */
.mod_how_to_order {
  background: #eef2f6;
}

.mod_how_to_order .how_to_tit {
  width: 9.66rem;
  position: absolute;
  top: -.1rem;
  left: calc((100% - 13rem) / 2 - .05rem);
}

.mod_how_to_order .l-line01 {
  top: 3.28rem;
}

.mod_how_to_order .how_to_inner {
  padding: .6rem 0 .2rem;
  position: relative;
  z-index: 5;
}

.mod_how_to_order .how_to_inner .mod_tit01 {
  margin: 0 0 .4rem;
  text-align: center;
}

.mod_how_to_order .how_to_inner .cot {
  padding: .8rem 0;
  margin: 0 1.76rem;
}

.mod_how_to_order .how_to_inner .cot + .cot {
  border-top: 1px solid #d2d1d1;
}

.mod_how_to_order .how_to_inner .cot .item + .item {
  margin-top: .6rem;
}

.mod_how_to_order .how_to_inner .cot .item dt,
.mod_how_to_order .how_to_inner .cot .item dd {
  font-size: .21rem;
  font-weight: 700;
}

.mod_how_to_order .how_to_inner .cot .item dt {
  margin: 0 0 .45rem;
}

.mod_how_to_order .how_to_inner .cot .item dd {
  margin: 0 0 .3rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mod_how_to_order .how_to_inner .cot .item dd .bg_white {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.88rem;
  min-height: .56rem;
  padding: 0 .2rem;
  margin-right: .45rem;
  background: #fff;
}

.mod_how_to_order .how_to_inner .cot .item dd .price {
  padding: 0 0 .1rem;
}

.mod_how_to_order .how_to_inner .cot .item dd .price .num {
  font-size: .4rem;
}

.mod_how_to_order .how_to_inner .cot .item dd .bg_blue {
  font-size: 0;
}

.mod_how_to_order .how_to_inner .cot .item dd .bg_blue li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: .51rem;
  padding: 0 .2rem .15rem;
  margin: 0 .3rem .2rem 0;
  color: #fff;
  font-size: .22rem;
  background: #aabed2;
}

.mod_how_to_order .how_to_inner .cot .item dd .bg_blue li .strong {
  font-size: .3rem;
}

.mod_how_to_order .how_to_inner .cot .item .note {
  font-size: .15rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .mod_how_to_order .how_to_tit {
    width: 3.38rem;
    top: -.05rem;
    left: calc(50% - 1.69rem);
  }
  .mod_how_to_order .l-line01 {
    display: none;
  }
  .mod_how_to_order .how_to_inner {
    padding: .3rem 0 0;
  }
  .mod_how_to_order .how_to_inner .mod_tit01 {
    margin: 0 0 .15rem;
    text-align: left;
  }
  .mod_how_to_order .how_to_inner .cot {
    padding: .4rem 0 .37rem;
    margin: 0;
  }
  .mod_how_to_order .how_to_inner .cot + .cot {
    border-top: 1px solid #d2d1d1;
  }
  .mod_how_to_order .how_to_inner .cot .item + .item {
    margin-top: .27rem;
    padding-top: .32rem;
    border-top: 1px solid #fff;
  }
  .mod_how_to_order .how_to_inner .cot .item dt,
  .mod_how_to_order .how_to_inner .cot .item dd {
    font-size: .16rem;
  }
  .mod_how_to_order .how_to_inner .cot .item dt {
    margin: 0 0 .3rem;
  }
  .mod_how_to_order .how_to_inner .cot .item dd {
    margin: 0 0 .1rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mod_how_to_order .how_to_inner .cot .item dd .bg_white {
    min-width: 100%;
    min-height: .42rem;
    margin: 0 0 .2rem;
  }
  .mod_how_to_order .how_to_inner .cot .item dd .price {
    padding: 0 0 .1rem;
  }
  .mod_how_to_order .how_to_inner .cot .item dd .price .num {
    font-size: .24rem;
  }
  .mod_how_to_order .how_to_inner .cot .item dd .price .txt {
    font-size: .125rem;
  }
  .mod_how_to_order .how_to_inner .cot .item dd .bg_blue li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .02rem .15rem .05rem;
    min-height: .32rem;
    margin: 0 .15rem .15rem 0;
    font-size: .14rem;
    line-height: 1.53;
  }
  .mod_how_to_order .how_to_inner .cot .item dd .bg_blue li .strong {
    font-size: .2rem;
  }
  .mod_how_to_order .how_to_inner .cot .item .note {
    font-size: .115rem;
    line-height: 1.95;
  }
}

/* mod_step_lists ---------- */
.mod_step_lists {
  padding: .4rem 0 0;
  counter-reset: number 0;
}

.mod_step_lists li {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  font-size: .17rem;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 1.65;
  border: 1px solid #aabed2;
  background: #fff;
  position: relative;
}

.mod_step_lists li::before {
  counter-increment: number 1;
  content: "STEP " counter(number) "";
  color: #aabed2;
  position: absolute;
  top: -.4rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.mod_step_lists li:not(:last-child) {
  margin-right: .65rem;
}

.mod_step_lists li:not(:last-child)::after {
  content: "";
  width: .65rem;
  height: .08rem;
  background: center/100% auto no-repeat url(../img/cmn/step_arrow.png);
  position: absolute;
  top: calc(50% - .04rem);
  right: -.65rem;
}

@media screen and (max-width: 767px) {
  .mod_step_lists {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: .25rem 0 0;
  }
  .mod_step_lists li {
    width: 1.21rem;
    height: 1.21rem;
    font-size: .115rem;
  }
  .mod_step_lists li::before {
    top: -.25rem;
  }
  .mod_step_lists li:not(:last-child) {
    margin-right: .4rem;
  }
  .mod_step_lists li:not(:last-child)::after {
    content: "";
    width: .4rem;
    height: .04rem;
    background: center/100% auto no-repeat url(../img/cmn/step_arrow_sp.png);
    position: absolute;
    top: calc(50% - .02rem);
    right: -.4rem;
  }
}

/* number ---------- */
.mod_num {
  counter-reset: number 0;
}

.mod_num li {
  position: relative;
}

.mod_num li::before {
  counter-increment: number 1;
  content: counter(number) "";
  border-radius: 50%;
  position: absolute;
}

/* wp-pagenavi ---------- */
.wp-pagenavi {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 100%;
  margin: 0 5px;
  border-radius: 6px;
}

.wp-pagenavi a {
  color: #4c4948;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #dfdfdf;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .wp-pagenavi a:hover {
    opacity: .7;
  }
  .wp-pagenavi a:hover {
    color: #f00;
    border-color: currentColor;
    opacity: 1;
  }
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  width: auto;
  margin: 0 25px;
  font-size: 16px;
}

.wp-pagenavi a.previouspostslink {
  padding: 0 16px 0 50px;
  background: left 15px center/6px auto no-repeat url(../img/common/arrow_left.png);
}

.wp-pagenavi a.nextpostslink {
  padding: 0 50px 0 16px;
  background: right 15px center/6px auto no-repeat url(../img/common/arrow_right.png);
}

.wp-pagenavi .extend {
  margin: 0 12px;
  font-size: 18px;
  font-weight: bold;
}

.wp-pagenavi .current {
  color: #9c9c9c;
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
}

/* TOP
--------------------------------------------------------------*/
.top_page .cmn_header {
  background: transparent;
}

.top_page .cmn_header .inner .header_logo {
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.top_page .cmn_header.fixed {
  background: center/cover no-repeat url(../img/cmn/haeder_bg_pc.jpg);
}

.top_page .cmn_header.fixed .inner .header_logo {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .top_page .cmn_header.fixed {
    background-image: url(../img/cmn/haeder_bg_sp.jpg);
  }
  .top_page .cmn_header.active .inner .header_logo {
    opacity: 1;
  }
}

/* MV ----------- */
.top_mv {
  width: 100%;
  height: 100vh;
  padding: 62vh 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/top/bg_pc.jpg);
  position: relative;
}

.top_mv .logo {
  width: 5.06rem;
}

.top_mv .catch {
  width: 7.7rem;
  position: absolute;
  top: 32.5vh;
  left: calc((100% - 13rem) / 2 - 2rem);
}

@media screen and (max-width: 767px) {
  .top_mv {
    height: auto;
    min-height: 4.49rem;
    padding: 3rem 0 0;
    background-image: url(../img/top/bg_sp.jpg);
  }
  .top_mv .logo {
    width: 1.52rem;
  }
  .top_mv .catch {
    width: 3.22rem;
    top: 1.83rem;
    left: -.03rem;
  }
}

/* MV After ----------- */
.mv_after {
  padding: .9rem 1.74rem 0;
}

.mv_after .mod_tit01 {
  margin: 0 0 .3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mv_after {
    padding: .3rem 0 0;
  }
  .mv_after .mod_tit01 {
    margin: 0 0 .2rem;
    text-align: left;
  }
}

/* Service ----------- */
.top_service {
  padding: .6rem 0 0;
  position: relative;
}

.top_service .cmn_parallax {
  top: 4rem;
}

.top_service .inner {
  position: relative;
  z-index: 5;
}

.top_service .title_en {
  width: 7.52rem;
  margin: 0 0 -.15rem;
}

.top_service .cot {
  padding: 0 .4rem;
}

.top_service .cot .txt {
  padding: 0 1.4rem;
  margin: 0 0 .55rem;
}

.top_service .cot .txt .mod_tit01 {
  margin: 0 0 .2rem;
}

.top_service .cot .lists li {
  width: 3.98rem;
}

.top_service .cot .lists li a {
  display: block;
  padding: 2.34rem 0 .55rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_service .cot .lists li a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .top_service .cot .lists li a:hover {
    opacity: .7;
  }
}

.top_service .cot .lists li.shooting a {
  background-image: url(../img/top/service_bg01_pc.jpg);
}

.top_service .cot .lists li.brushup a {
  background-image: url(../img/top/service_bg02_pc.jpg);
}

.top_service .cot .lists li.arrange a {
  background-image: url(../img/top/service_bg03_pc.jpg);
}

.top_service .cot .lists li .stit img {
  height: .38rem;
}

.top_service .cot .lists li .stit .catch {
  display: block;
  margin: 1.2rem 0 .25rem;
  font-size: .21rem;
  font-weight: 700;
}

.top_service .cot .lists li .desc {
  font-size: .15rem;
}

@media screen and (max-width: 767px) {
  .top_service {
    padding: .28rem 0 0;
  }
  .top_service .cmn_parallax {
    top: -3rem;
  }
  .top_service .title_en {
    width: 100%;
    margin: 0 0 .25rem;
    text-align: right;
    position: relative;
    right: -.25rem;
  }
  .top_service .title_en img {
    width: 2.91rem;
  }
  .top_service .cot {
    padding: 0;
  }
  .top_service .cot .txt {
    padding: 0;
    margin: 0 0 .25rem;
  }
  .top_service .cot .lists li {
    width: 100%;
  }
  .top_service .cot .lists li + li {
    margin-top: .07rem;
  }
  .top_service .cot .lists li a {
    padding: .85rem .3rem .47rem;
    text-align: left;
  }
  .top_service .cot .lists li.shooting a {
    background-image: url(../img/top/service_bg01_sp.jpg);
  }
  .top_service .cot .lists li.brushup a {
    background-image: url(../img/top/service_bg02_sp.jpg);
  }
  .top_service .cot .lists li.arrange a {
    background-image: url(../img/top/service_bg03_sp.jpg);
  }
  .top_service .cot .lists li .stit {
    margin: 0 0 .15rem;
  }
  .top_service .cot .lists li .stit img {
    display: inline-block;
    width: auto;
    height: .26rem;
    vertical-align: middle;
  }
  .top_service .cot .lists li .stit .catch {
    display: inline-block;
    margin: 0 0 0 .18rem;
    font-size: .15rem;
  }
  .top_service .cot .lists li .desc {
    font-size: .115rem;
  }
}

/* OurStory ----------- */
.top_ourstory {
  padding: 1.6rem 0 4.55rem;
  position: relative;
}

.top_ourstory .inner {
  padding: 0 1.74rem;
  position: relative;
}

.top_ourstory .inner .title_en,
.top_ourstory .inner .pic,
.top_ourstory .inner .spic {
  position: absolute;
}

.top_ourstory .inner .title_en {
  width: 7.1rem;
  top: -.55rem;
  left: 6.4rem;
  z-index: 3;
}

.top_ourstory .inner .pic {
  width: 5.5rem;
  left: 4.3rem;
  bottom: -3.3rem;
}

.top_ourstory .inner .spic {
  width: 3.2rem;
  top: 0;
  right: -.05rem;
}

.top_ourstory .inner .cot .mod_tit01 {
  margin: 0 0 .25rem;
}

.top_ourstory .inner .cot .mod_btn01 {
  margin: .3rem 0 0;
}

.top_ourstory .l-line01 {
  bottom: 3.4rem;
}

@media screen and (max-width: 767px) {
  .top_ourstory {
    padding: .65rem 0 .4rem;
  }
  .top_ourstory .inner {
    padding: 0;
  }
  .top_ourstory .inner .title_en {
    width: 2.6rem;
    top: 1.6rem;
    left: 0;
  }
  .top_ourstory .inner .pic,
  .top_ourstory .inner .spic {
    width: 100%;
    text-align: right;
    position: static;
  }
  .top_ourstory .inner .pic img {
    width: 2.75rem;
  }
  .top_ourstory .inner .spic {
    margin: .08rem 0 1.2rem;
  }
  .top_ourstory .inner .spic img {
    width: 1.6rem;
  }
  .top_ourstory .l-line01 {
    top: .45rem;
    bottom: auto;
  }
}

/* Shooting
--------------------------------------------------------------*/
/* FV ----------- */
.shooting_page .cmn_underpage_fv .pagetitle {
  width: 8.6rem;
}

@media screen and (max-width: 767px) {
  .shooting_page .cmn_underpage_fv .pagetitle {
    width: 3.33rem;
  }
}

/* Shooting Service ----------- */
.shooting_service .mod_sub_title.wide {
  background-image: url(../img/shooting/bg_pc.jpg);
}

@media screen and (max-width: 767px) {
  .shooting_service {
    padding: 0;
  }
  .shooting_service .mod_sub_title.wide {
    background-image: url(../img/shooting/bg_sp.jpg);
  }
}

/* How to order ----------- */
.shooting_how_to_order .mod_step_lists {
  margin-left: .4rem;
}

@media screen and (max-width: 767px) {
  .shooting_how_to_order .mod_step_lists {
    width: 8.23rem;
    margin-left: 0;
  }
}

/* Last content ----------- */
.shooting_lastcot .l-line01 {
  top: 2.7rem;
}

.shooting_lastcot .inner {
  padding: .6rem 0 1.45rem 1.1rem;
  position: relative;
}

.shooting_lastcot .inner .item {
  width: 4.79rem;
}

.shooting_lastcot .inner .item.item01 {
  margin-left: 7.1rem;
}

.shooting_lastcot .inner .item.item02 {
  margin: 2.1rem 0 0;
}

.shooting_lastcot .inner .item.item03 {
  width: 7.6rem;
  margin: 1.2rem 0 0;
}

.shooting_lastcot .inner .mod_tit02 {
  margin: 0 0 .25rem;
}

.shooting_lastcot .inner .mod_txt01 {
  letter-spacing: 0;
  text-align: justify;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.shooting_lastcot .inner .pic {
  position: absolute;
}

.shooting_lastcot .inner .pic.pic01 {
  width: 6.43rem;
  top: 1.2rem;
  left: 1.1rem;
  z-index: 3;
}

.shooting_lastcot .inner .pic.pic02 {
  width: 3.44rem;
  top: 4.3rem;
  left: 6.7rem;
  z-index: 1;
}

.shooting_lastcot .inner .pic.pic03 {
  width: 5.8rem;
  bottom: 2.2rem;
  right: .45rem;
}

@media screen and (max-width: 767px) {
  .shooting_lastcot .l-line01 {
    top: 6.8rem;
  }
  .shooting_lastcot .inner {
    padding: .32rem 0 .43rem;
  }
  .shooting_lastcot .inner .item {
    width: 100%;
  }
  .shooting_lastcot .inner .item.item01 {
    margin-left: 0;
  }
  .shooting_lastcot .inner .item.item02 {
    margin: .2rem 0 0;
  }
  .shooting_lastcot .inner .item.item03 {
    width: 100%;
    margin: .2rem 0 0;
  }
  .shooting_lastcot .inner .mod_tit02 {
    margin: 0 0 .2rem;
  }
  .shooting_lastcot .inner .mod_txt01 {
    letter-spacing: -.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .shooting_lastcot .inner .pic {
    position: static;
  }
  .shooting_lastcot .inner .pic.pic01 {
    width: 2.9rem;
    margin: .3rem 0 .07rem;
  }
  .shooting_lastcot .inner .pic.pic02 {
    width: 100%;
    text-align: right;
  }
  .shooting_lastcot .inner .pic.pic02 img {
    width: 1.72rem;
  }
  .shooting_lastcot .inner .pic.pic03 {
    width: 100%;
    margin: .3rem 0 0;
  }
}

/* Brush UP
--------------------------------------------------------------*/
/* FV ----------- */
.brushup_page .cmn_underpage_fv .pagetitle {
  width: 9.55rem;
}

@media screen and (max-width: 767px) {
  .brushup_page .cmn_underpage_fv .pagetitle {
    width: 100%;
  }
}

/* Lesson Service ----------- */
.brushup_lesson {
  padding: 0 0 1.2rem;
  position: relative;
}

.brushup_lesson .l-line01 {
  bottom: 6.8rem;
}

.brushup_lesson .mod_sub_title.wide {
  background-image: url(../img/brushup/bg01_pc.jpg);
}

.brushup_lesson .mod_lists01 {
  margin: 0 0 0.75rem;
}

.brushup_lesson .mod_lists01 li.acting .mod_sub_title.small {
  background-image: url(../img/brushup/bg02_pc.jpg);
}

.brushup_lesson .mod_lists01 li.walking .mod_sub_title.small {
  background-image: url(../img/brushup/bg03_pc.jpg);
}

@media screen and (max-width: 767px) {
  .brushup_lesson {
    padding: 0;
  }
  .brushup_lesson .l-line01 {
    display: none;
  }
  .brushup_lesson .mod_sub_title.wide {
    background-image: url(../img/brushup/bg01_sp.jpg);
  }
  .brushup_lesson .mod_lists01 {
    margin: 0;
  }
  .brushup_lesson .mod_lists01 li.acting .mod_sub_title.small {
    background-image: url(../img/brushup/bg02_sp.jpg);
  }
  .brushup_lesson .mod_lists01 li.walking .mod_sub_title.small {
    background-image: url(../img/brushup/bg03_sp.jpg);
  }
}

/* fixed BTN ----------- */
.brushup_btn {
  width: 100%;
  min-width: 13rem;
  padding: 0.25rem 0;
  text-align: center;
  background: #fff;
}

.brushup_btn.fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .brushup_btn {
    min-width: 100%;
    padding: 0.15rem 0.2rem;
  }
}

/* Brush UP  ----  Walking
--------------------------------------------------------------*/
/* FV ----------- */
.walking_page .cmn_underpage_fv .pagetitle {
  width: 9.55rem;
}

@media screen and (max-width: 767px) {
  .walking_page .cmn_underpage_fv .pagetitle {
    width: 100%;
  }
}

/* Walking Posing ----------- */
.brushup_walking .mod_sub_title.wide {
  background-image: url(../img/brushup/walking/bg_pc.jpg);
}

@media screen and (max-width: 767px) {
  .brushup_walking .mod_sub_title.wide {
    background-image: url(../img/brushup/walking/bg_sp.jpg);
  }
}

/* How to order ----------- */
.walking_how_to_order {
  padding: 0 0 0.8rem;
}

.walking_how_to_order .how_to_inner {
  padding: 0.6rem 0 0;
}

.walking_how_to_order .how_to_inner .cot .dis_none {
  display: none;
}

.walking_how_to_order .how_to_inner .cot .item dd {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.walking_how_to_order .how_to_inner .cot .item dd .num,
.walking_how_to_order .how_to_inner .cot .item dd .txt.ml {
  margin-left: 0.2rem;
}

.walking_how_to_order .brushup_btn {
  margin: -0.2rem 0 0;
  background: #eef2f6;
}

@media screen and (max-width: 767px) {
  .walking_how_to_order {
    padding: 0 0 0.35rem;
  }
  .walking_how_to_order .how_to_inner {
    padding: 0.25rem 0 0;
  }
  .walking_how_to_order .how_to_inner .mod_step_lists {
    width: 6.95rem;
  }
  .walking_how_to_order .how_to_inner .cot .item + .item {
    padding-top: 0;
    margin-top: 0.2rem;
    border-top: none;
  }
  .walking_how_to_order .how_to_inner .cot .item dd .num,
  .walking_how_to_order .how_to_inner .cot .item dd .txt.ml {
    margin-left: 0.1rem;
  }
}

/* Instructor ----------- */
.walking_instructor {
  padding: 1.2rem 0 0;
}

.walking_instructor .walking_tit {
  width: 7.74rem;
  position: absolute;
  top: -0.1rem;
  left: calc((100% - 13rem) / 2 - 0.05rem);
}

.walking_instructor .l-line01._rl {
  top: 11.4rem;
}

.walking_instructor .l-line01._lr {
  bottom: 19.6rem;
}

.walking_instructor .inner {
  padding: 0 1.1rem;
  position: relative;
  z-index: 10;
}

.walking_instructor .inner .item {
  margin: 0 0.6rem;
  padding: 0.9rem 0 0;
}

.walking_instructor .inner .item + .item {
  border-top: 1px solid #d2d1d1;
}

.walking_instructor .inner .item .mod_txt01 {
  letter-spacing: 0;
}

.walking_instructor .inner .item .info .pic {
  width: 2.58rem;
  margin-right: 0.42rem;
}

.walking_instructor .inner .item .info .txt {
  width: calc(100% - 3rem);
}

.walking_instructor .inner .item .info .txt .type,
.walking_instructor .inner .item .info .txt .type02 li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  min-height: 0.26rem;
  padding: 0 0.12rem;
  margin: 0 0 0.25rem;
  color: #fff;
  font-size: 0.13rem;
  font-weight: 700;
}

.walking_instructor .inner .item .info .txt .type {
  background: #aabed2;
}

.walking_instructor .inner .item .info .txt .type02 li {
  margin-right: 0.15rem;
  background: #4c4948;
}

.walking_instructor .inner .item .info .txt .detail {
  margin-left: 0.15rem;
  padding-left: 0.15rem;
  position: relative;
}

.walking_instructor .inner .item .info .txt .detail span {
  font-size: 0.13rem;
  font-weight: 700;
  color: #aabed2;
  border-bottom: 1px solid #aabed2;
}

.walking_instructor .inner .item .info .txt .detail::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  top: 0.06rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/brushup/walking/detail_arrow.svg);
}

.walking_instructor .inner .item .info .txt .name {
  margin: 0 0 0.4rem;
  font-size: 0.21rem;
  font-weight: 700;
}

.walking_instructor .inner .item .cot_li dt {
  padding: 0.5rem 0 0.13rem;
  margin: 0 0 0.07rem;
  font-size: 0.16rem;
  font-weight: 700;
  border-bottom: 1px solid #aabed2;
}

.walking_instructor .inner .item.item03 {
  padding: 0.9rem 0 0.75rem;
}

.walking_instructor .inner .item.item04 {
  padding: 0.9rem 0 0.3rem;
}

.walking_instructor .inner .item.item05, .walking_instructor .inner .item.item06 {
  padding: 0.9rem 0;
}

.walking_instructor .inner .item.item05 .pic, .walking_instructor .inner .item.item06 .pic {
  width: 3.14rem;
}

.walking_instructor .inner .item.item05 .txt, .walking_instructor .inner .item.item06 .txt {
  width: calc(100% - 3.56rem);
}

@media screen and (max-width: 767px) {
  .walking_instructor {
    padding: 0.43rem 0 0;
  }
  .walking_instructor .walking_tit {
    width: 2.71rem;
    top: -0.05rem;
    left: 0.18rem;
  }
  .walking_instructor .l-line01._rl {
    display: none;
  }
  .walking_instructor .l-line01._lr {
    display: none;
  }
  .walking_instructor .inner {
    padding: 0;
  }
  .walking_instructor .inner .item {
    margin: 0;
    padding: 0.4rem 0;
  }
  .walking_instructor .inner .item .mod_txt01 {
    letter-spacing: -0.06em;
  }
  .walking_instructor .inner .item .info .pic {
    width: 1.94rem;
    margin: 0 auto 0.2rem;
  }
  .walking_instructor .inner .item .info .txt {
    width: 100%;
    padding: 0 0 0.25rem;
    position: relative;
  }
  .walking_instructor .inner .item .info .txt::before {
    content: "";
    width: calc(100% + 0.4rem);
    height: calc(100% + 0.5rem);
    background: #eef2f6;
    position: absolute;
    top: -0.5rem;
    left: -0.2rem;
    z-index: -1;
  }
  .walking_instructor .inner .item .info .txt .type,
  .walking_instructor .inner .item .info .txt .type02 li {
    margin: 0 0 0.15rem;
  }
  .walking_instructor .inner .item .info .txt .type02 li {
    margin-right: 0.1rem;
  }
  .walking_instructor .inner .item .info .txt .detail {
    margin: 0 0 0.2rem;
    display: block;
  }
  .walking_instructor .inner .item .info .txt .detail::before {
    top: 0.03rem;
  }
  .walking_instructor .inner .item .info .txt .name {
    margin: 0 0 0.17rem;
    font-size: 0.18rem;
  }
  .walking_instructor .inner .item .info .txt .mod_txt01 {
    font-weight: 700;
  }
  .walking_instructor .inner .item .info .txt .mod_txt01.small {
    font-size: 0.115rem;
    font-weight: 400;
    margin-top: 0;
  }
  .walking_instructor .inner .item .cot_li dt {
    padding: 0.25rem 0 0.15rem;
    margin: 0 0 0.13rem;
  }
  .walking_instructor .inner .item .cot_li dt::before {
    content: "●";
    margin-right: 0.05rem;
    color: #aabed2;
  }
  .walking_instructor .inner .item .corporalte {
    margin: 0.25rem -0.2rem 0;
  }
  .walking_instructor .inner .item.item03 {
    padding: 0.4rem 0;
  }
  .walking_instructor .inner .item.item04 {
    padding: 0.4rem 0;
  }
  .walking_instructor .inner .item.item05, .walking_instructor .inner .item.item06 {
    padding: 0.4rem 0;
  }
  .walking_instructor .inner .item.item05 .pic, .walking_instructor .inner .item.item06 .pic {
    width: 2.36rem;
  }
  .walking_instructor .inner .item.item05 .txt, .walking_instructor .inner .item.item06 .txt {
    width: 100%;
  }
  .walking_instructor .inner .item.item05 .txt::before, .walking_instructor .inner .item.item06 .txt::before {
    background: #f6f6f6;
  }
  .walking_instructor .inner .item.item05 .cot_li dt, .walking_instructor .inner .item.item06 .cot_li dt {
    padding: 0.25rem 0 0.12rem;
    font-size: 0.125rem;
  }
  .walking_instructor .inner .item.item05 .cot_li dt::before, .walking_instructor .inner .item.item06 .cot_li dt::before {
    content: none;
  }
  .walking_instructor .inner .item.item05 .cot_li .mod_txt01, .walking_instructor .inner .item.item06 .cot_li .mod_txt01 {
    font-size: 0.11rem;
  }
}

/* Message ----------- */
.walking_message {
  padding: 0.75rem 0 0.7rem;
  background: #eef2f6;
}

.walking_message .walking_tit {
  width: 6.78rem;
  position: absolute;
  top: -0.1rem;
  left: calc((100% - 13rem) / 2 - 0.05rem);
}

.walking_message .l-line01 {
  top: 3.3rem;
}

.walking_message .inner {
  padding: 0 1.1rem;
  position: relative;
  z-index: 10;
}

.walking_message .inner .mod_tit01 {
  margin: 0 0 0.75rem;
}

.walking_message .inner .pic {
  width: 5.02rem;
  margin: 0 auto 0.4rem;
}

.walking_message .inner .txt {
  padding: 0 0.65rem;
}

.walking_message .inner .txt .name {
  margin: 0 0 0.35rem;
  font-size: 0.21rem;
  font-weight: 700;
}

.walking_message .inner .txt .name .type {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.12rem;
}

.walking_message .inner .txt .mod_txt01 {
  letter-spacing: 0;
}

.walking_message .inner .txt .mod_txt01 .mark {
  display: block;
  color: #aabed2;
}

.walking_message .brushup_btn {
  margin: 0.6rem 0 0;
  background: #eef2f6;
}

@media screen and (max-width: 767px) {
  .walking_message {
    padding: 0.4rem 0 0.7rem;
  }
  .walking_message .walking_tit {
    width: 2.37rem;
    top: -0.05rem;
    left: 0.2rem;
  }
  .walking_message .l-line01 {
    display: none;
  }
  .walking_message .inner {
    padding: 0;
  }
  .walking_message .inner .mod_tit01 {
    margin: 0 0 0.33rem;
  }
  .walking_message .inner .pic {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem 0.4rem;
  }
  .walking_message .inner .txt {
    padding: 0;
  }
  .walking_message .inner .txt .name {
    margin: 0 0 0.25rem;
    font-size: 0.18rem;
  }
  .walking_message .inner .txt .name .type {
    margin-left: 0.16rem;
    font-size: 0.1rem;
  }
  .walking_message .inner .txt .mod_txt01 {
    font-size: 0.12rem;
  }
  .walking_message .brushup_btn {
    margin: 0.6rem 0 0;
    background: #eef2f6;
  }
}

/* Arrange(=BOOK)
--------------------------------------------------------------*/
/* FV ----------- */
.arrange_page .cmn_underpage_fv .pagetitle {
  width: 9.22rem;
}

@media screen and (max-width: 767px) {
  .arrange_page .cmn_underpage_fv .pagetitle {
    width: 3.65rem;
  }
}

/* Model BOOK ----------- */
.arrange_book .mod_sub_title.wide {
  background-image: url(../img/arrange/bg01_pc.jpg);
}

@media screen and (max-width: 767px) {
  .arrange_book .mod_sub_title.wide {
    background-image: url(../img/arrange/bg01_sp.jpg);
  }
}

/* Content ----------- */
.arrange_cot .l-line01._lr {
  top: 3.55rem;
}

.arrange_cot .inner {
  padding: 0 0 0 1.08rem;
  position: relative;
}

.arrange_cot .inner .item {
  width: 4.78rem;
}

.arrange_cot .inner .item.item01 {
  margin-left: 7.14rem;
}

.arrange_cot .inner .item.item02 {
  margin: 1.4rem 0 0;
}

.arrange_cot .inner .item.item02 .mod_tit02 {
  margin-right: -.5rem;
}

.arrange_cot .inner .item.item03 {
  width: 8.05rem;
  margin: .6rem 0 0;
}

.arrange_cot .inner .item .mod_tit02 {
  margin-bottom: .25rem;
}

.arrange_cot .inner .item .mod_txt01 {
  letter-spacing: 0;
  text-align: justify;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.arrange_cot .inner .item .mod_btn01 {
  margin: .3rem 0 0;
  text-align: right;
}

.arrange_cot .inner .item .mod_btn01 a {
  padding: .1rem 0;
}

.arrange_cot .inner .item .pic {
  position: absolute;
}

.arrange_cot .inner .item .pic.pic01 {
  width: 6.43rem;
  top: .45rem;
  left: 1.08rem;
  z-index: 3;
}

.arrange_cot .inner .item .pic.pic02 {
  width: 3.44rem;
  top: 3.7rem;
  left: 6.7rem;
  z-index: 1;
}

.arrange_cot .inner .item .pic.pic03 {
  width: 5.8rem;
  left: 6.7rem;
  bottom: 1.05rem;
}

@media screen and (max-width: 767px) {
  .arrange_cot .l-line01._lr {
    top: 2.45rem;
  }
  .arrange_cot .l-line01._rl {
    bottom: 2.75rem;
  }
  .arrange_cot .inner {
    padding: 0 0 .35rem;
    border-bottom: 1px solid #aabed2;
  }
  .arrange_cot .inner .item {
    width: 100%;
  }
  .arrange_cot .inner .item.item01 {
    margin-left: 0;
  }
  .arrange_cot .inner .item.item02 {
    margin: .25rem 0 0;
  }
  .arrange_cot .inner .item.item02 .mod_tit02 {
    margin-right: 0;
  }
  .arrange_cot .inner .item.item03 {
    width: 100%;
    margin: .2rem 0 0;
  }
  .arrange_cot .inner .item .mod_tit02 {
    margin-bottom: .15rem;
  }
  .arrange_cot .inner .item .mod_txt01 {
    letter-spacing: -.03em;
  }
  .arrange_cot .inner .item .mod_btn01 {
    margin: .15rem 0 0;
    text-align: left;
  }
  .arrange_cot .inner .item .pic {
    position: static;
  }
  .arrange_cot .inner .item .pic.pic01, .arrange_cot .inner .item .pic.pic02, .arrange_cot .inner .item .pic.pic03 {
    width: 100%;
  }
  .arrange_cot .inner .item .pic.pic01 img {
    width: 2.9rem;
  }
  .arrange_cot .inner .item .pic.pic02 {
    margin: .06rem 0 .2rem;
    text-align: right;
  }
  .arrange_cot .inner .item .pic.pic02 img {
    width: 1.72rem;
  }
  .arrange_cot .inner .item .pic.pic03 {
    margin: 0 0 .2rem;
  }
}

/* Online Shop ----------- */
.arrange_shop {
  padding: 1.2rem 0 1.25rem;
  text-align: center;
}

.arrange_shop .l-line01 {
  top: 2.4rem;
}

.arrange_shop .inner {
  padding: 0 1.08rem;
}

.arrange_shop .inner .tit {
  width: 4.89rem;
  margin: 0 auto .45rem;
}

@media screen and (min-width: 768px) {
  .arrange_shop .inner a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .arrange_shop .inner a:hover {
    opacity: .7;
  }
}

.arrange_shop .inner .btn {
  margin: 0 0 .4rem;
}

.arrange_shop .inner .btn a {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.95rem;
  padding-right: .68rem;
  color: #fff;
  font-size: .28rem;
  font-weight: bold;
  background: center/cover no-repeat url(../img/arrange/bg02_pc.jpg);
}

.arrange_shop .inner .bnr li {
  width: 5.2rem;
}

.arrange_shop .inner .bnr a {
  display: block;
}

@media screen and (max-width: 767px) {
  .arrange_shop {
    padding: .4rem 0 .5rem;
  }
  .arrange_shop .inner {
    padding: 0;
  }
  .arrange_shop .inner .tit {
    width: 3.06rem;
    margin: 0 auto .28rem;
  }
  .arrange_shop .inner .btn {
    margin: 0 -.2rem .2rem;
  }
  .arrange_shop .inner .btn a {
    height: 1.03rem;
    padding-right: 0;
    font-size: .16rem;
    background: center/cover no-repeat url(../img/arrange/bg02_sp.jpg);
  }
  .arrange_shop .inner .bnr li {
    width: 100%;
  }
  .arrange_shop .inner .bnr li + li {
    margin: .2rem 0 0;
  }
}

/* INFO ----------- */
.arrange_info {
  padding: 0 .4rem;
}

.arrange_info .mod_lists01 {
  margin: 0 0 .75rem;
}

.arrange_info .mod_lists01 li.composit .mod_sub_title.small {
  background-image: url(../img/arrange/bg03_pc.jpg);
}

.arrange_info .mod_lists01 li.print .mod_sub_title.small {
  background-image: url(../img/arrange/bg04_pc.jpg);
}

@media screen and (max-width: 767px) {
  .arrange_info {
    padding: 0;
  }
  .arrange_info .mod_lists01 {
    margin: 0;
  }
  .arrange_info .mod_lists01 li.composit .mod_sub_title.small {
    background-image: url(../img/arrange/bg03_sp.jpg);
  }
  .arrange_info .mod_lists01 li.print .mod_sub_title.small {
    background-image: url(../img/arrange/bg04_sp.jpg);
  }
}

/* Arrange(=BOOK)   ---   Composit
--------------------------------------------------------------*/
/* Composit ----------- */
.arrange_composit .mod_sub_title.wide {
  background-image: url(../img/arrange/composit/bg_pc.jpg);
}

@media screen and (max-width: 767px) {
  .arrange_composit .mod_sub_title.wide {
    background-image: url(../img/arrange/composit/bg_sp.jpg);
  }
}

/* How to order ----------- */
.arrange_composit_how_to_order .cmn_parallax.under {
  bottom: 14rem;
}

.arrange_composit_how_to_order .how_to_inner .cot.cot01 .item dd .bg_white {
  min-width: 4.2rem;
}

.arrange_composit_how_to_order .how_to_inner .cot.cot01 .item .text01 {
  margin: -.2rem 0 .4rem;
  font-size: .16rem;
  font-weight: 700;
  line-height: 2;
}

.arrange_composit_how_to_order .how_to_inner .cot.cot01 .mod_btn02 {
  margin: .65rem auto 0;
  text-align: center;
}

.arrange_composit_how_to_order .how_to_inner .cot.cot02 .item dd {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrange_composit_how_to_order .how_to_inner .cot.cot02 .item dd .price .num {
  font-size: .32rem;
  letter-spacing: -.06em;
}

@media screen and (max-width: 767px) {
  .arrange_composit_how_to_order .how_to_inner .cmn_yoko_scroll .mod_step_lists {
    width: 5.2rem;
  }
  .arrange_composit_how_to_order .how_to_inner .cot.cot01 .item dt {
    line-height: 1.5;
  }
  .arrange_composit_how_to_order .how_to_inner .cot.cot01 .item dd .bg_white {
    min-width: 100%;
  }
  .arrange_composit_how_to_order .how_to_inner .cot.cot01 .item .text01 {
    margin: -.1rem 0 .2rem;
    font-size: .125rem;
    line-height: 1.92;
  }
  .arrange_composit_how_to_order .how_to_inner .cot.cot01 .mod_btn02 {
    margin: .3rem auto 0;
  }
  .arrange_composit_how_to_order .how_to_inner .cot.cot02 .item dd .price .num {
    font-size: .18rem;
  }
}

/* Last content ----------- */
.composit_lastcot {
  padding: 0 0 1.6rem;
}

.composit_lastcot .l-line01 {
  top: 2.8rem;
}

.composit_lastcot .inner {
  padding: .7rem 0 0 1.1rem;
  position: relative;
}

.composit_lastcot .inner .item {
  width: 4.75rem;
}

.composit_lastcot .inner .item.item01 {
  margin-left: 7.15rem;
}

.composit_lastcot .inner .item.item02 {
  margin: 2.05rem 0 0;
}

.composit_lastcot .inner .item.item02 .mod_tit02 {
  margin-right: -.2rem;
}

.composit_lastcot .inner .item .mod_tit02 {
  margin: 0 0 .3rem;
}

.composit_lastcot .inner .item .mod_txt01 {
  letter-spacing: 0;
  text-align: justify;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.composit_lastcot .inner .item .pic {
  position: absolute;
}

.composit_lastcot .inner .item .pic.pic01 {
  width: 6.43rem;
  top: 1.2rem;
  left: 1.1rem;
  z-index: 3;
}

.composit_lastcot .inner .item .pic.pic02 {
  width: 5.22rem;
  bottom: .05rem;
  right: 1.15rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .composit_lastcot {
    padding: 0 0 .42rem;
  }
  .composit_lastcot .l-line01 {
    top: .97rem;
  }
  .composit_lastcot .inner {
    padding: .35rem 0 0;
  }
  .composit_lastcot .inner .item {
    width: 100%;
  }
  .composit_lastcot .inner .item.item01 {
    margin-left: 0;
  }
  .composit_lastcot .inner .item.item02 {
    margin: .25rem 0 0;
  }
  .composit_lastcot .inner .item.item02 .mod_tit02 {
    margin-right: 0;
  }
  .composit_lastcot .inner .item .mod_tit02 {
    margin: 0 0 .15rem;
  }
  .composit_lastcot .inner .item .mod_txt01 {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .composit_lastcot .inner .item .pic {
    position: static;
  }
  .composit_lastcot .inner .item .pic.pic01, .composit_lastcot .inner .item .pic.pic02 {
    width: 100%;
    margin: 0 0 .15rem;
  }
}

/* Arrange(=BOOK)   ---   Print
--------------------------------------------------------------*/
/* Print ----------- */
.arrange_print .mod_sub_title.wide {
  background-image: url(../img/arrange/print/bg_pc.jpg);
}

@media screen and (max-width: 767px) {
  .arrange_print .mod_sub_title.wide {
    background-image: url(../img/arrange/print/bg_sp.jpg);
  }
}

/* How to order ----------- */
.arrange_print_how_to_order .cmn_parallax.under {
  bottom: 6rem;
}

.arrange_print_how_to_order .how_to_inner .cot.cot01 .item dd .bg_white {
  min-width: 4.2rem;
}

.arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option {
  margin: 0 0 .45rem;
}

.arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .tit,
.arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .txt01,
.arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .txt02 {
  font-size: .16rem;
  font-weight: 700;
  line-height: 2;
}

.arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .tit {
  margin-right: .2rem;
}

.arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option span {
  display: inline-block;
}

.arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .txt01 {
  width: 2.7rem;
}

@media screen and (max-width: 767px) {
  .arrange_print_how_to_order .how_to_inner .mod_step_lists {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item dd .bg_white {
    min-width: 100%;
  }
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item dd .bg_blue li:first-child {
    margin-right: .4rem;
  }
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option {
    margin: 0 0 .45rem;
  }
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .tit,
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .txt01,
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .txt02 {
    font-size: .115rem;
    font-weight: 700;
    line-height: 2;
  }
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .tit {
    width: 100%;
    margin-bottom: .05rem;
    margin-right: 0;
  }
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .txt01 {
    width: 100%;
  }
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option .txt01::before {
    content: "・";
  }
  .arrange_print_how_to_order .how_to_inner .cot.cot01 .item .option li + li {
    margin-top: .05rem;
  }
}

/* Last content ----------- */
/* Ourstory
--------------------------------------------------------------*/
.ourstory_page .cmn_header {
  background: transparent;
}

.ourstory_page .cmn_header.fixed {
  background: center/cover no-repeat url(../img/ourstory/haeder_bg_pc.jpg);
}

@media screen and (max-width: 767px) {
  .ourstory_page .cmn_header.fixed {
    background: center/cover no-repeat url(../img/ourstory/haeder_bg_sp.jpg);
  }
}

/* MV ----------- */
.ourstory_page .top_mv {
  height: 7.76rem;
  min-height: auto;
  padding: 2.2rem 0 0;
  background: center/cover no-repeat url(../img/ourstory/bg_pc.jpg);
}

.ourstory_page .top_mv .pagetitle {
  width: 7.12rem;
  position: relative;
  left: calc((100% - 13rem) / 2 - .05rem);
}

@media screen and (max-width: 767px) {
  .ourstory_page .top_mv {
    height: 4.49rem;
    padding: 1.83rem 0 0;
    background: center/cover no-repeat url(../img/ourstory/bg_sp.jpg);
  }
  .ourstory_page .top_mv .pagetitle {
    width: 2.94rem;
    left: -.03rem;
  }
  .ourstory_page .top_mv .cmn_parallax {
    bottom: -5rem;
  }
}

/* content ----------- */
.ourstory_cot .l-line01 {
  top: 9.7rem;
}

.ourstory_cot .l-line01.last {
  top: auto;
  bottom: 5.2rem;
}

.ourstory_cot .inner {
  padding: .8rem 0 4.7rem 1.1rem;
  position: relative;
}

.ourstory_cot .inner .item {
  position: relative;
}

.ourstory_cot .inner .item .mod_tit02 {
  margin: 0 0 .2rem;
}

.ourstory_cot .inner .item .catch {
  margin: 0 0 .4rem;
  color: #aabed2;
  font-size: .24rem;
  font-weight: 700;
}

.ourstory_cot .inner .item .pic,
.ourstory_cot .inner .item .img {
  position: absolute;
}

.ourstory_cot .inner .item .mod_btn01 {
  margin: .2rem 0 0;
}

.ourstory_cot .inner .item.item01 {
  margin: 0 0 .8rem;
}

.ourstory_cot .inner .item.item02, .ourstory_cot .inner .item.item04 {
  width: 4.7rem;
  margin-left: 7.2rem;
}

.ourstory_cot .inner .item.item02 .catch, .ourstory_cot .inner .item.item04 .catch {
  position: absolute;
  top: .05rem;
  left: -7.2rem;
}

.ourstory_cot .inner .item.item02 .mod_btn01, .ourstory_cot .inner .item.item04 .mod_btn01 {
  text-align: right;
}

.ourstory_cot .inner .item.item02 .mod_btn01 a, .ourstory_cot .inner .item.item04 .mod_btn01 a {
  padding: .1rem 0;
}

.ourstory_cot .inner .item.item02 .pic01, .ourstory_cot .inner .item.item04 .pic01 {
  z-index: 3;
}

.ourstory_cot .inner .item.item02 .pic01,
.ourstory_cot .inner .item.item02 .pic03, .ourstory_cot .inner .item.item04 .pic01,
.ourstory_cot .inner .item.item04 .pic03 {
  width: 6.43rem;
  top: .9rem;
  left: -7.2rem;
}

.ourstory_cot .inner .item.item02 .pic02,
.ourstory_cot .inner .item.item02 .pic04, .ourstory_cot .inner .item.item04 .pic02,
.ourstory_cot .inner .item.item04 .pic04 {
  width: 3.44rem;
  top: 4.15rem;
  left: -1.55rem;
}

.ourstory_cot .inner .item.item03 {
  margin: 2.7rem 0 1rem;
}

.ourstory_cot .inner .item.item03 .img {
  width: 7.22rem;
  top: 1.1rem;
  right: 0;
}

.ourstory_cot .inner .item.item03 .mod_btn01 {
  margin: .5rem 0 0;
}

.ourstory_cot .inner .item.item03 .mod_btn01 + .mod_btn01 {
  margin: 0;
}

.ourstory_cot .inner .item.item03 .mod_btn01 a {
  padding: .05rem 0;
}

.ourstory_cot .inner .item.item04 .mod_btn01 {
  margin: .35rem 0 0;
}

.ourstory_cot .inner .item.item05 {
  margin: 2.1rem 0 0;
  position: static;
}

.ourstory_cot .inner .item.item05 .pic05 {
  width: 7.8rem;
  right: .3rem;
  bottom: 2.8rem;
}

.ourstory_cot .inner .item.item05 .pic06 {
  width: 3.44rem;
  left: 2.48rem;
  bottom: 1.35rem;
}

.ourstory_cot .inner .item.item05 .mod_btn01 {
  margin: .4rem 0 0;
}

@media screen and (max-width: 767px) {
  .ourstory_cot .l-line01 {
    top: 12rem;
  }
  .ourstory_cot .l-line01._rl.sponly {
    top: auto;
    bottom: 16.9rem;
  }
  .ourstory_cot .l-line01._lr.sponly {
    top: auto;
    bottom: 8.93rem;
  }
  .ourstory_cot .l-line01.last {
    top: auto;
    bottom: 1.05rem;
  }
  .ourstory_cot .inner {
    padding: .23rem 0 .6rem;
  }
  .ourstory_cot .inner .item .mod_tit02 {
    margin: 0 0 .15rem;
  }
  .ourstory_cot .inner .item .catch {
    margin: 0 0 .15rem;
    font-size: .18rem;
  }
  .ourstory_cot .inner .item .pic,
  .ourstory_cot .inner .item .img {
    position: static;
  }
  .ourstory_cot .inner .item .mod_btn01 {
    margin: .2rem 0 0;
  }
  .ourstory_cot .inner .item.item01 {
    padding: 0 0 .3rem;
    margin: 0 0 .35rem;
    border-bottom: 1px solid #aabed2;
  }
  .ourstory_cot .inner .item.item02, .ourstory_cot .inner .item.item04 {
    width: 100%;
    margin-left: 0;
  }
  .ourstory_cot .inner .item.item02 .catch, .ourstory_cot .inner .item.item04 .catch {
    position: static;
  }
  .ourstory_cot .inner .item.item02 .mod_btn01, .ourstory_cot .inner .item.item04 .mod_btn01 {
    text-align: left;
  }
  .ourstory_cot .inner .item.item02 .pic01, .ourstory_cot .inner .item.item04 .pic01 {
    z-index: 3;
  }
  .ourstory_cot .inner .item.item02 .pic01,
  .ourstory_cot .inner .item.item02 .pic03, .ourstory_cot .inner .item.item04 .pic01,
  .ourstory_cot .inner .item.item04 .pic03 {
    width: 2.9rem;
    margin: .25rem 0 .05rem;
  }
  .ourstory_cot .inner .item.item02 .pic02,
  .ourstory_cot .inner .item.item02 .pic04, .ourstory_cot .inner .item.item04 .pic02,
  .ourstory_cot .inner .item.item04 .pic04 {
    width: 100%;
    text-align: right;
  }
  .ourstory_cot .inner .item.item02 .pic02 img,
  .ourstory_cot .inner .item.item02 .pic04 img, .ourstory_cot .inner .item.item04 .pic02 img,
  .ourstory_cot .inner .item.item04 .pic04 img {
    width: 1.72rem;
  }
  .ourstory_cot .inner .item.item03 {
    margin: .35rem 0 .4rem;
  }
  .ourstory_cot .inner .item.item03 .img {
    width: 6.4rem;
  }
  .ourstory_cot .inner .item.item03 .mod_btn01 {
    margin: .25rem 0 0;
  }
  .ourstory_cot .inner .item.item03 .mod_btn01 + .mod_btn01 {
    margin: 0 0 .1rem;
  }
  .ourstory_cot .inner .item.item04 .mod_btn01 {
    margin: .35rem 0 0;
  }
  .ourstory_cot .inner .item.item05 {
    margin: .4rem 0 0;
  }
  .ourstory_cot .inner .item.item05 .pic05 {
    width: 100%;
    margin: .25rem 0 .05rem;
  }
  .ourstory_cot .inner .item.item05 .pic06 {
    width: 100%;
    text-align: right;
  }
  .ourstory_cot .inner .item.item05 .pic06 img {
    width: 2.05rem;
  }
  .ourstory_cot .inner .item.item05 .mod_btn01 {
    margin: .2rem 0 0;
  }
}

/* Company
--------------------------------------------------------------*/
/* FV ----------- */
.company_page .cmn_underpage_fv .pagetitle {
  width: 9.8rem;
}

.company_page .cmn_underpage_fv .cot02 .overview > dt {
  width: 1.5rem;
  font-size: .17rem;
  font-weight: 700;
  line-height: 1.5;
}

.company_page .cmn_underpage_fv .cot02 .overview > dd {
  width: calc(100% - 1.5rem);
  margin: 0 0 .2rem;
  font-size: .15rem;
  line-height: 2;
}

.company_page .cmn_underpage_fv .cot02 .overview > dd .child dt,
.company_page .cmn_underpage_fv .cot02 .overview > dd .child dd {
  font-size: .15rem;
  line-height: 2;
}

.company_page .cmn_underpage_fv .cot02 .overview > dd .child dt {
  width: .6rem;
}

.company_page .cmn_underpage_fv .cot02 .overview > dd .child dd {
  width: calc(100% - .6rem);
  margin: 0 0 .1rem;
}

.company_page .cmn_underpage_fv .cot02 .overview > dd .child dd .tel {
  display: block;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .company_page .cmn_underpage_fv .pagetitle {
    width: 105%;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .company_page .cmn_underpage_fv .cot02 .overview > dt {
    width: 100%;
    margin: 0 0 .05rem;
    font-size: .125rem;
  }
  .company_page .cmn_underpage_fv .cot02 .overview > dd {
    width: 100%;
    margin: 0 0 .15rem;
    font-size: .125rem;
    line-height: 1.6;
  }
  .company_page .cmn_underpage_fv .cot02 .overview > dd .child dt,
  .company_page .cmn_underpage_fv .cot02 .overview > dd .child dd {
    font-size: .125rem;
    line-height: 1.6;
  }
  .company_page .cmn_underpage_fv .cot02 .overview > dd .child dt {
    width: .4rem;
  }
  .company_page .cmn_underpage_fv .cot02 .overview > dd .child dd {
    width: calc(100% - .4rem);
  }
  .company_page .cmn_underpage_fv .cot02 .overview > dd .child dd .tel {
    pointer-events: auto;
  }
  .company_page .cmn_contact {
    margin: 0 0 .62rem;
  }
}

/* FACILITY ----------- */
.company_facility {
  padding: 0 1.06rem 1.5rem;
}

.company_facility .inner {
  padding: .8rem 0 0;
  border-top: 1px solid #d2d1d1;
}

.company_facility .inner .tit {
  margin: 0 0 .3rem;
  font-size: .18rem;
  font-weight: 700;
  text-align: center;
}

.company_facility .inner .item + .item {
  margin: .8rem 0 0;
}

.company_facility .inner .item .img_area {
  margin: 0 0 .5rem;
}

.company_facility .inner .item .img_area .main_image {
  width: 100%;
  margin: 0 0 .05rem;
}

.company_facility .inner .item .img_area .main_image img {
  width: 10.88rem;
  height: 6.22rem;
}

.company_facility .inner .item .img_area .thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.company_facility .inner .item .img_area .thumbnails li {
  width: 2.136rem;
}

.company_facility .inner .item .img_area .thumbnails li:not(:last-child) {
  margin-right: .05rem;
}

@media screen and (min-width: 768px) {
  .company_facility .inner .item .img_area .thumbnails {
    cursor: pointer;
  }
  .company_facility .inner .item .img_area .thumbnails img {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .company_facility .inner .item .img_area .thumbnails img:hover {
    opacity: .7;
  }
}

.company_facility .inner .item .img_area .thumbnails img {
  width: 2.136rem;
  height: 1.22rem;
}

.company_facility .inner .item .txt {
  width: calc(100% - 4rem);
  padding-left: .7rem;
}

.company_facility .inner .item .txt .tit_before {
  margin: 0 0 .55rem;
  font-size: .15rem;
  font-weight: 700;
}

.company_facility .inner .item .txt .stit {
  margin: 0 0 .25rem;
}

.company_facility .inner .item .txt .stit .h32 {
  height: .32rem;
  vertical-align: top;
}

.company_facility .inner .item .txt .stit .h26 {
  height: .26rem;
}

.company_facility .inner .item .txt .stit .web {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  width: .7rem;
  height: .2rem;
  margin-left: .15rem;
  color: #fff;
  font-size: .1rem;
  background: #4c4948;
  border-radius: .1rem;
}

@media screen and (min-width: 768px) {
  .company_facility .inner .item .txt .stit .web {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .company_facility .inner .item .txt .stit .web:hover {
    opacity: .7;
  }
}

.company_facility .inner .item .txt .info dt,
.company_facility .inner .item .txt .info dd {
  font-size: .15rem;
  line-height: 1.7;
}

.company_facility .inner .item .txt .info dt {
  width: 1.05rem;
  letter-spacing: .1em;
}

.company_facility .inner .item .txt .info dd {
  width: calc(100% - 1.05rem);
  margin: 0 0 .2rem;
}

.company_facility .inner .item .gmap {
  width: 4rem;
}

.company_facility .inner .item .gmap iframe {
  width: 100%;
  height: 2.9rem;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .company_facility {
    width: 100%;
    padding: 0 0 .6rem;
  }
  .company_facility .inner {
    padding: .15rem 0 0;
    border-top: none;
  }
  .company_facility .inner .tit {
    margin: 0 0 .25rem;
    font-size: .16rem;
  }
  .company_facility .inner .item + .item {
    margin: .4rem 0 0;
  }
  .company_facility .inner .item .slick {
    margin: 0 0 .3rem;
  }
  .company_facility .inner .item .slick.onlysp .slick-dots {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: .3rem 0 0;
  }
  .company_facility .inner .item .slick.onlysp .slick-dots li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 .075rem;
  }
  .company_facility .inner .item .slick.onlysp .slick-dots li button {
    width: .08rem;
    height: .08rem;
    padding: 0;
    font-size: 0;
    background: #d2d1d1;
    border: none;
    border-radius: 50%;
  }
  .company_facility .inner .item .slick.onlysp .slick-dots li.slick-active button {
    background: #4c4948;
  }
  .company_facility .inner .item .slick .main_image {
    width: 100%;
    margin: 0;
  }
  .company_facility .inner .item .slick .main_image img {
    width: 100%;
    height: 2.14rem;
  }
  .company_facility .inner .item .slick .thumbnails {
    width: 100%;
  }
  .company_facility .inner .item .slick .thumbnails img {
    width: 100%;
    height: 2.14rem;
  }
  .company_facility .inner .item .slick .thumbnails:not(:last-child) {
    margin-right: 0;
  }
  .company_facility .inner .item .txt {
    width: 100%;
    padding: 0 .2rem;
  }
  .company_facility .inner .item .txt .tit_before {
    margin: 0 0 .15rem;
  }
  .company_facility .inner .item .txt .stit {
    margin: 0 0 .22rem;
  }
  .company_facility .inner .item .txt .stit .h32 {
    width: 2.82rem;
    height: auto;
  }
  .company_facility .inner .item .txt .stit .h26 {
    width: 3.29rem;
    height: auto;
  }
  .company_facility .inner .item .txt .stit .web {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: .08rem;
  }
  .company_facility .inner .item .txt .info dt,
  .company_facility .inner .item .txt .info dd {
    font-size: .125rem;
    line-height: 2;
  }
  .company_facility .inner .item .txt .info dt {
    width: 100%;
    font-weight: 700;
  }
  .company_facility .inner .item .txt .info dt.add {
    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;
  }
  .company_facility .inner .item .txt .info dt .gmap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    width: .86rem;
    height: .2rem;
    margin-left: .15rem;
    font-size: .1rem;
    letter-spacing: -.06em;
    border-radius: .1rem;
    border: 1px solid #4c4948;
  }
  .company_facility .inner .item .txt .info dd {
    width: 100%;
    margin: 0 0 .05rem;
  }
}

/* Contact
--------------------------------------------------------------*/
/* FV ----------- */
.contact_page .cmn_underpage_fv .pagetitle,
.confirm_page .cmn_underpage_fv .pagetitle {
  width: 8.9rem;
}

.contact_page .cmn_underpage_fv .cot02 .info,
.confirm_page .cmn_underpage_fv .cot02 .info {
  margin: .3rem 0 0;
}

.contact_page .cmn_underpage_fv .cot02 .info .tel,
.confirm_page .cmn_underpage_fv .cot02 .info .tel {
  font-size: .18rem;
  font-weight: 700;
  pointer-events: none;
}

.contact_page .cmn_underpage_fv .cot02 .info .txt,
.confirm_page .cmn_underpage_fv .cot02 .info .txt {
  display: inline-block;
  margin-left: .2rem;
  font-size: .13rem;
}

@media screen and (max-width: 767px) {
  .contact_page .cmn_underpage_fv .pagetitle,
  .confirm_page .cmn_underpage_fv .pagetitle {
    width: 3.55rem;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .contact_page .cmn_underpage_fv .cot02 .info,
  .confirm_page .cmn_underpage_fv .cot02 .info {
    margin: .3rem 0 0;
  }
  .contact_page .cmn_underpage_fv .cot02 .info .tel,
  .confirm_page .cmn_underpage_fv .cot02 .info .tel {
    display: block;
    margin: 0 0 .05rem;
    font-size: .16rem;
    pointer-events: auto;
  }
  .contact_page .cmn_underpage_fv .cot02 .info .txt,
  .confirm_page .cmn_underpage_fv .cot02 .info .txt {
    margin-left: 0;
    font-size: .115rem;
  }
}

/* form ----------- */
input,
textarea,
select {
  width: 100%;
  border: none;
  font-size: .16rem;
  background: #eef2f6;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4c4948;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4c4948;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #4c4948;
}

input::placeholder,
textarea::placeholder {
  color: #4c4948;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4c4948;
}

input::-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4c4948;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #4c4948;
}

input::-ms-input-placeholder,
textarea::placeholder {
  color: #4c4948;
}

input[type="number"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  appearance: none;
  -webkit-appearance: none;
}

input {
  min-height: .55rem;
  padding: 0 .25rem;
}

@media screen and (max-width: 767px) {
  input {
    min-height: .44rem;
    padding: 0 .1rem;
  }
}

textarea {
  min-height: 3.38rem;
  padding: .15rem .25rem;
  resize: none;
}

@media screen and (max-width: 767px) {
  textarea {
    min-height: 2.21rem;
  }
}

.form_inner {
  padding: 0 1.77rem .45rem;
  position: relative;
  z-index: 10;
  /* form_btn ----------- */
}

.form_inner dl {
  width: 100%;
}

.form_inner dt,
.form_inner dd {
  font-size: .16rem;
  font-weight: 700;
}

.form_inner dt {
  width: 2rem;
  padding: .3rem 0 0;
  position: relative;
}

.form_inner dt.radio {
  padding: .05rem 0 0;
}

.form_inner dt.radio .req {
  top: .05rem;
}

.form_inner dt.textarea, .form_inner dt.file {
  padding: .2rem 0 0;
}

.form_inner dt .req {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: .4rem;
  height: .22rem;
  color: #fff;
  font-size: .1rem;
  background: #aabed2;
  border-radius: .03rem;
  position: absolute;
  top: .28rem;
  right: 0;
}

.form_inner dd {
  width: calc(100% - 2rem);
  padding: 0 0 .3rem .35rem;
}

.form_inner dd.radio_area .radio_btn {
  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;
  width: 100%;
  margin-bottom: .18rem;
}

.form_inner dd.radio_area input[type="radio"] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form_inner dd.radio_area input[type="radio"] + span {
  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;
  width: 100%;
  height: .22rem;
  padding-left: .45rem;
  background-image: url(../img/contact/radio.png);
  background-repeat: no-repeat;
  background-size: .22rem auto;
  background-position: left center;
  cursor: pointer;
}

.form_inner dd.radio_area input[type="radio"]:checked + span {
  background-image: url(../img/contact/radio_checked.png);
}

.form_inner dd.textarea {
  padding: .2rem 0 .6rem .35rem;
}

.form_inner dd.file input[type="file"] {
  display: none;
}

.form_inner dd.file label {
  display: block;
  width: 4.13rem;
  height: .55rem;
  margin: 0 0 .3rem;
  padding: 0.15rem 0.1rem 0.15rem;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #aabed2;
  border-radius: .1rem;
  color: #aabed2;
  text-align: center;
  cursor: pointer;
}

.form_inner dd .ex_txt {
  display: block;
  margin: 0 0 .15rem;
  color: #dde5ed;
  font-weight: 400;
  font-size: .14rem;
}

.form_inner .check {
  margin: .35rem 0 0;
  text-align: center;
}

.form_inner .check label,
.form_inner .check input[type="checkbox"] {
  cursor: pointer;
}

.form_inner .check input[type="checkbox"] {
  width: auto;
  min-height: auto;
  padding: 0;
  margin: 0 .15rem 0 0;
  font-size: .12rem;
  vertical-align: middle;
}

.form_inner .form_btn {
  margin: .25rem auto 0;
  text-align: center;
}

.form_inner .form_btn input {
  width: 4.7rem;
  height: .74rem;
  line-height: .74rem;
  min-height: 100%;
  padding: 0;
  color: #fff;
  font-size: .18rem;
  font-weight: 700;
  border-radius: .1rem;
  background: #4c4948;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .form_inner .form_btn input {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .form_inner .form_btn input:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .form_inner {
    padding: 0 0 .45rem;
    /* form_btn ----------- */
  }
  .form_inner dt,
  .form_inner dd {
    font-size: .125rem;
  }
  .form_inner dt {
    width: 100%;
    padding: .25rem 0 .18rem;
  }
  .form_inner dt.radio {
    padding: .25rem 0 .18rem;
  }
  .form_inner dt.textarea, .form_inner dt.file {
    padding: .25rem 0 .18rem;
  }
  .form_inner dt .req {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: .17rem;
    margin-left: .12rem;
    font-size: .1rem;
    position: static;
  }
  .form_inner dd {
    width: 100%;
    padding: 0;
  }
  .form_inner dd.radio_area input[type="radio"] {
    margin: 0 .15rem 0 0;
  }
  .form_inner dd.radio_area input[type="radio"] + span {
    height: .17rem;
    padding-left: .32rem;
    background-size: .17rem auto;
  }
  .form_inner dd.textarea {
    padding: 0;
  }
  .form_inner dd.file label {
    width: 100%;
    height: .42rem;
    margin: 0 0 .15rem;
    padding: .1rem;
    border-radius: .075rem;
  }
  .form_inner dd.file .text {
    font-size: .1rem;
    line-height: 1.8;
  }
  .form_inner dd .ex_txt {
    margin: 0 0 .075rem;
    font-size: .1rem;
  }
  .form_inner .check {
    margin: .5rem 0 0;
  }
  .form_inner .check input[type="checkbox"] {
    font-size: .115rem;
  }
  .form_inner .form_btn {
    margin: .18rem auto 0;
  }
  .form_inner .form_btn input {
    width: 100%;
    height: .49rem;
    line-height: .49rem;
    font-size: .16rem;
    border-radius: .075rem;
  }
}

/* Contact  ---  Confirm
--------------------------------------------------------------*/
.confirm_page .form_inner dt,
.confirm_page .form_inner dd {
  line-height: 1.5;
}

.confirm_page .form_inner dt:nth-of-type(7),
.confirm_page .form_inner dd:nth-of-type(7) {
  display: none;
}

.confirm_page .form_inner dt {
  padding: 0;
}

.confirm_page .form_inner dd {
  min-height: .7rem;
}

.confirm_page .form_inner .form_btn {
  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;
  margin: .7rem auto 0;
}

.confirm_page .form_inner .form_btn input[type="button"] {
  width: 2rem;
  height: 0.5rem;
  line-height: .5rem;
  margin: .3rem 0 0;
  font-size: .14rem;
  color: #4c4948;
  border: 1px solid #4c4948;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .confirm_page .form_inner dd {
    min-height: .4rem;
  }
  .confirm_page .form_inner .form_btn {
    margin: .35rem auto 0;
  }
  .confirm_page .form_inner .form_btn input[type="button"] {
    height: .4rem;
    line-height: .4rem;
    margin: .15rem 0 0;
  }
}

/* Contact  ---  Thanksページ
--------------------------------------------------------------*/
.thanks_page .cmn_underpage_fv {
  min-height: 8.6rem;
}

.thanks_page .cmn_underpage_fv .pagetitle {
  width: 10.35rem;
}

.thanks_page .cmn_underpage_fv .cot02 {
  text-align: center;
}

.thanks_page .cmn_underpage_fv .cot02 .mod_tit01,
.thanks_page .cmn_underpage_fv .cot02 .mod_txt01 {
  text-align: center;
}

.thanks_page .cmn_underpage_fv .cot02 .info {
  margin: .3rem 0 0;
}

.thanks_page .cmn_underpage_fv .cot02 .info .tel {
  font-size: .18rem;
  font-weight: 700;
  pointer-events: none;
}

.thanks_page .cmn_underpage_fv .cot02 .info .txt {
  display: inline-block;
  margin-left: .2rem;
  font-size: .13rem;
}

@media screen and (max-width: 767px) {
  .thanks_page .cmn_underpage_fv {
    min-height: 5.5rem;
  }
  .thanks_page .cmn_underpage_fv.mod_deco02::before {
    height: 3.4rem;
  }
  .thanks_page .cmn_underpage_fv .pagetitle {
    width: 3.88rem;
  }
  .thanks_page .cmn_underpage_fv .cot02 .mod_txt01 {
    text-align: left;
  }
  .thanks_page .cmn_underpage_fv .cot02 .info {
    margin: .4rem 0 0;
    text-align: left;
  }
  .thanks_page .cmn_underpage_fv .cot02 .info .tel {
    display: block;
    margin: 0 0 .05rem;
    font-size: .16rem;
    pointer-events: auto;
  }
  .thanks_page .cmn_underpage_fv .cot02 .info .txt {
    margin-left: 0;
    font-size: .115rem;
  }
}
/*# sourceMappingURL=style.css.map */