@charset "UTF-8";
/*  02_base
================================================ */
/* 02_base
================================================ */
html { overflow: auto; }

body { min-width: 320px; overflow: hidden; padding-top: 82px; color: #333; font-size: 1.4rem; line-height: 1.8; letter-spacing: .08em; font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

@media screen and (min-width: 600px) { body { min-width: 1200px; padding-top: 190px; font-size: 1.5rem; } }

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

a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: inherit; text-decoration: underline; }

@media screen and (min-width: 600px) { a:hover { text-decoration: none; }
  a.opacity:hover { opacity: .8; }
  a[href^=tel] { pointer-events: none; } }

em, strong, span { font-weight: inherit; }

/* pc <--> sp切り替え
-------------------------------------- */
#mediaQuery { display: none; font-family: 'sp'; }

@media screen and (min-width: 600px) { #mediaQuery { font-family: 'pc'; } }

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

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

/* font
-------------------------------------- */
.font_serif { font-family: 'Noto Serif JP', serif; }

.font_cinzel { font-family: 'Cinzel', serif; }

.is_txt_center { text-align: center !important; }

.is_txt_right { text-align: right !important; }

/* clearfix
-------------------------------------- */
.cf:after { content: ''; display: block; clear: both; }

/* layout
-------------------------------------- */
.mod_inner01 { padding: 0 15px; }

@media screen and (min-width: 600px) { .mod_inner01 { box-sizing: border-box; width: 1100px; padding: 0; margin-right: auto; margin-left: auto; } }

/*  03_layout
================================================ */
/* #breadcrumb
================================================ */
#breadcrumb { letter-spacing: -.5em; margin: 16px 0; }

#breadcrumb .item { display: inline-block; vertical-align: baseline; font-size: 1.4rem; letter-spacing: .08em; }

#breadcrumb .item a { display: block; text-decoration: none; color: #ff7391; }

#breadcrumb .item + .item { position: relative; padding-left: 18px; }

#breadcrumb .item + .item:before { position: absolute; top: 8px; left: 9px; content: ""; width: 0; height: 0; border-style: solid; border-width: 5.5px 0 5.5px 5px; border-color: transparent transparent transparent #ff7391; }

_:-ms-lang(x)::-ms-backdrop, #breadcrumb .item + .item:before { top: 5px; }

/* #gFooter
================================================ */
#gFooter { position: relative; padding-bottom: 61px; }

#gFooter .footerContact .inner { padding-top: 23px; padding-bottom: 22px; }

#gFooter .footerContact .footerContactTit { text-align: center; color: #fff; font-size: 1.9rem; font-weight: 500; line-height: 1.7; }

#gFooter .footerContact .btnTel { padding-top: 10px; }

#gFooter .footerContact .btnContact { margin-top: 4px; }

#gFooter .footerMap { width: 100%; height: 180px; }

#gFooter .footerMap iframe { width: 100%; height: 100%; }

#gFooter .footerContent { background: #f7f7f7; }

#gFooter .footerContent .inner { padding-top: 45px; }

#gFooter .footerLogo { padding-bottom: 13px; border-bottom: 1px solid #ebe6e6; }

#gFooter .footerLogo .logo { height: 35px; }

#gFooter .footerLogo .logo a { display: inline-block; height: 100%; }

#gFooter .footerLogo .logo a img { height: 100%; width: auto; }

#gFooter .footerLogo .address { padding-top: 19px; }

#gFooter .footerInfo { padding: 18px 0 20px; border-bottom: 1px solid #ebe6e6; }

#gFooter .footerInfo .table table { width: 100%; table-layout: fixed; }

#gFooter .footerInfo .table table th, #gFooter .footerInfo .table table td { text-align: center; font-size: 1.1rem; line-height: 1; box-sizing: border-box; }

#gFooter .footerInfo .table table th { padding: 13px 0; border: 1px solid #e6e1e1; border-bottom: 0; background: #eaeaea; }

#gFooter .footerInfo .table table th:first-child { width: 100px; }

#gFooter .footerInfo .table table td { padding: 16px 0; background: #fff; border: 1px solid #e6e1e1; }

#gFooter .footerInfo .tel { padding: 19px 0 16px; text-align: center; }

#gFooter .footerInfo .tel a { position: relative; display: block; text-decoration: none; color: #e61d47; font-size: 3.7rem; font-weight: bold; line-height: 1; letter-spacing: .04em; white-space: nowrap; }

#gFooter .footerInfo .tel a:before { content: ""; position: relative; top: 0px; left: -7px; margin-right: 4px; display: inline-block; width: 25px; height: 25px; background: url(../img/common/ico_tel01.png) no-repeat center left; background-size: contain; }

#gFooter .footerInfo .tel .time { display: block; margin-top: -5px; font-size: 1.1rem; color: #666; white-space: nowrap; }

#gFooter .footerInfo .contact { text-align: center; }

#gFooter .footerInfo .contact a { position: relative; display: inline-block; width: 309px; left: -7px; margin: 0 auto; }

#gFooter .footerCredit { margin-top: 15px; padding: 9px 5px 17px; background: #fff; }

#gFooter .footerCredit .txt { position: relative; padding-left: 20px; font-size: 1.4rem; }

#gFooter .footerCredit .txt:before { content: ""; display: inline-block; margin-right: 10px; left: 0; width: 7px; height: 7px; background: #e6e6e6; }

#gFooter .footerCredit .img { padding: 5px 21px; text-align: center; }

#gFooter .footerCredit .img img { width: auto; }

#gFooter .footerNav { margin-top: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#gFooter .footerNav .listLink { width: 50%; box-sizing: border-box; }

#gFooter .footerNav .listLink.is_top, #gFooter .footerNav .listLink.is_menu { width: 100%; }

#gFooter .footerNav .listLink.is_left > li { border-right: 1px solid #ebe6e6; }

#gFooter .footerNav .listLink > li { display: block; box-sizing: border-box; border-bottom: 1px solid #ebe6e6; }

#gFooter .footerNav .listLink > li > a, #gFooter .footerNav .listLink > li .toggle { display: block; padding: 14px 17px; text-decoration: none; box-sizing: border-box; }

#gFooter .footerNav .listLink > li > a[target="_blank"]:after, #gFooter .footerNav .listLink > li .toggle[target="_blank"]:after { content: ""; display: inline-block; margin-left: 5px; width: 10px; height: 10px; background: url(../img/common/ico_blank01.png) no-repeat center center; background-size: contain; }

#gFooter .footerNav .listLink > li.parnet { border-bottom: 0; }

#gFooter .footerNav .listLink > li.parnet .toggle { position: relative; width: 100%; display: block; }

#gFooter .footerNav .listLink > li.parnet .toggle.is_active .toggleBtn:after { -webkit-transform: translate(-50%, -50%) rotate(0); -ms-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0); }

#gFooter .footerNav .listLink > li.parnet .toggleBtn { position: absolute; top: 50%; right: 6px; width: 18px; height: 18px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

#gFooter .footerNav .listLink > li.parnet .toggleBtn:before, #gFooter .footerNav .listLink > li.parnet .toggleBtn:after { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ""; width: 18px; height: 2px; background: #ff7391; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

#gFooter .footerNav .listLink > li.parnet .toggleBtn:after { -webkit-transform: translate(-50%, -50%) rotate(90deg); -ms-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }

#gFooter .footerNav .listLink > li.parnet .secondary { padding: 33px 28px; display: none; }

#gFooter .footerNav .listLink > li.parnet .secondary li { padding-left: 23px; border-left: 1px solid #ebe6e6; }

#gFooter .footerNav .listLink > li.parnet .secondary li + li { padding-top: 16px; }

#gFooter .footerNav .listLink > li.parnet .secondary li a { display: block; font-size: 1.3rem; text-decoration: none; }

#gFooter .copyright { padding: 20px; border-top: 1px solid #ebe6e6; text-align: center; margin: 0 -15px; color: #808080; font-size: 1.2rem; }

@media screen and (min-width: 600px) { 
  #gFooter {
     padding-bottom: 0;
  }
  #gFooter .footerContact .inner { padding: 63px 0 82px; width: 1200px; }
  #gFooter .footerContact .footerContactTit { font-size: 3.2rem; }
  #gFooter .footerContact .btns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 21px; background: #fff; }
  #gFooter .footerContact .btnTel { padding-top: 0; padding: 25px 42px; background: #fff; }
  #gFooter .footerContact .btnContact { margin-top: 0; padding: 25px 42px; background: #fff; border-left: 4px solid #ff7391; }
  #gFooter .footerMap { height: 360px; }
  #gFooter .footerContent .inner { padding-top: 56px; }
  #gFooter .footerContent .footerLogo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 28px; }
  #gFooter .footerContent .footerLogo .logo { height: 64px; }
  #gFooter .footerContent .footerLogo .address { padding: 10px 0 0 28px; }
  #gFooter .footerContent .footerInfo { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 22px 0 42px; }
  #gFooter .footerContent .footerInfo .table { padding-top: 20px; width: 490px; }
  #gFooter .footerContent .footerInfo .table table th, #gFooter .footerContent .footerInfo .table table td { font-size: 1.4rem; }
  #gFooter .footerContent .footerInfo .table table th { padding: 23px 0 16px; }
  #gFooter .footerContent .footerInfo .table table th:first-child { width: 140px; }
  #gFooter .footerContent .footerInfo .table table td { padding: 25px 0; }
  #gFooter .footerContent .footerInfo .tel { padding: 30px 0 0 38px; text-align: left; }
  #gFooter .footerContent .footerInfo .tel a { font-size: 3.8rem; }
  #gFooter .footerContent .footerInfo .tel a:before { left: 0; margin-right: 16px; width: 27px; }
  #gFooter .footerContent .footerInfo .tel .time { margin-top: 5px; font-size: 1.3rem; }
  #gFooter .footerContent .footerInfo .contact { margin-left: auto; }
  #gFooter .footerContent .footerInfo .contact a { width: auto; left: 0; }
  #gFooter .footerContent .footerCredit { margin-top: 20px; padding: 10px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #gFooter .footerContent .footerCredit .txt { font-size: 1.6rem; }
  #gFooter .footerContent .footerCredit .txt:before { position: relative; top: -5px; width: 8px; height: 8px; }
  #gFooter .footerContent .footerCredit .img { padding: 0 0 0 7px; }
  #gFooter .footerContent .footerNav { margin-top: 76px; }
  #gFooter .footerContent .footerNav .listLink { width: auto; }
  #gFooter .footerContent .footerNav .listLink.is_top { width: 135px; }
  #gFooter .footerContent .footerNav .listLink.is_left { width: 215px; }
  #gFooter .footerContent .footerNav .listLink.is_left > li { border-right: 0; }
  #gFooter .footerContent .footerNav .listLink.is_right { width: 250px; }
  #gFooter .footerContent .footerNav .listLink.is_menu { width: auto; }
  #gFooter .footerContent .footerNav .listLink > li { width: 250px; padding-bottom: 16px; border-bottom: 0; }
  #gFooter .footerContent .footerNav .listLink > li > a { padding: 0; font-weight: 500; }
  #gFooter .footerContent .footerNav .listLink > li > a:hover { color: #ff7391; }
  #gFooter .footerContent .footerNav .listLink > li.parnet .toggle { padding: 0; font-weight: 500; pointer-events: none; }
  #gFooter .footerContent .footerNav .listLink > li.parnet .secondary { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; height: 150px; padding: 10px 0 0 0; }
  #gFooter .footerContent .footerNav .listLink > li.parnet .secondary li { padding: 13px 45px 0 29px; white-space: nowrap; }
  #gFooter .footerContent .footerNav .listLink > li.parnet .secondary li + li { padding-top: 10px; }
  #gFooter .footerContent .footerNav .listLink > li.parnet .secondary li a { font-size: 1.4rem; }
  #gFooter .footerContent .footerNav .listLink > li.parnet .secondary li a:hover { color: #ff7391; }
  #gFooter .copyright { margin-top: 78px; padding: 32px 0; font-size: 1.3rem; } }

@media screen and (max-width: 350px) { #gFooter .footerNav .listLink > li > a { padding-left: 10px; padding-right: 0; font-size: 1.3rem; } }

/* pageTop
------------------------------------- */
#pageTop { position: absolute; right: 15px; bottom: 75px; z-index: 10; }

#pageTop a { position: relative; display: block; width: 32px; height: 32px; background: #ff7391; border-radius: 100%; }

#pageTop a:before { content: ""; position: absolute; top: 45%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 4px solid transparent; border-bottom-color: #f9dde3; }

@media screen and (min-width: 600px) { #pageTop { right: 50px; bottom: 50px; }
  #pageTop a { width: 48px; height: 48px; }
  #pageTop a:before { top: 45%; border-width: 6px; }
  #pageTop a:hover { background: #fc6a89; } }

/* #gHeader
================================================ */
#gHeader { position: fixed; top: 0; left: 0; right: 0; z-index: 600; background: #fff; }

#gHeader .hdInfo { overflow: hidden; }

#gHeader .hdInfo .pageTit { width: 100%; padding: 4px 0; background: #ebe6e6; text-align: center; font-size: 1rem; line-height: 1; color: #666464; box-sizing: border-box; }

#gHeader .hdInfo .logo { float: left; padding: 15px 0 0 13px; height: 33px; }

#gHeader .hdInfo .logo a { display: inline-block; height: 100%; }

#gHeader .hdInfo .logo img { height: 100%; width: auto; }

/* #gHeader .hdInfo .cvTel { position: fixed; width: 100%; left: 0; bottom: 0; z-index: 1000; } */

#gHeader .gnavBtn { position: relative; float: right; z-index: 30; width: 64px; height: 64px; cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background: #ff7391; }

#gHeader .gnavBtn .line { position: absolute; top: 30px; left: 0; right: 0; margin: auto; width: 25px; height: 3px; background: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

#gHeader .gnavBtn .line:nth-child(1) { top: 20px; }

#gHeader .gnavBtn .line:nth-child(3) { top: 41px; }

#gHeader .gnavBtn.is_active .line { width: 30px; }

#gHeader .gnavBtn.is_active .line:nth-child(1) { top: 30px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

#gHeader .gnavBtn.is_active .line:nth-child(2) { -webkit-transform: translateX(200%); -ms-transform: translateX(200%); transform: translateX(200%); }

#gHeader .gnavBtn.is_active .line:nth-child(3) { top: 30px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

#gHeader .gnavBtn .txt { position: absolute; left: 0; bottom: 10px; width: 100%; font-size: 1rem; font-weight: 500; line-height: 1; text-align: center; }

@media screen and (min-width: 600px) { #gHeader .hdInfo .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 14px; }
  #gHeader .hdInfo .hdMeta { padding: 13px 0 0 40px; }
  #gHeader .hdInfo .pageTit { background: transparent; font-size: 1.3rem; color: #808080; }
  #gHeader .hdInfo .logo { padding: 4px 0 0 0; height: 45px; }
  #gHeader .hdInfo .hdDesc { padding-right: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; }
  #gHeader .hdInfo .hdDesc .table { padding: 5px 30px 0 0; }
  #gHeader .hdInfo .hdDesc .table .address { margin-bottom: 3px; font-size: 1.3rem; color: #666; }
  #gHeader .hdInfo .hdDesc .table table { width: 350px; table-layout: fixed; }
  #gHeader .hdInfo .hdDesc .table table th, #gHeader .hdInfo .hdDesc .table table td { text-align: center; line-height: 1; box-sizing: border-box; }
  #gHeader .hdInfo .hdDesc .table table th { padding: 6px 0; border-right: 1px solid #e6e1e1; border-left: 1px solid #e6e1e1; border-bottom: 0; background: #eaeaea; font-size: 1.3rem; }
  #gHeader .hdInfo .hdDesc .table table th:first-child { width: 118px; }
  #gHeader .hdInfo .hdDesc .table table td { padding: 8px 0; background: #fff; border: 1px solid #e6e1e1; font-size: 1.4rem; }
  #gHeader .hdInfo .hdDesc .tel { padding-top: 32px; text-align: center; }
  #gHeader .hdInfo .hdDesc .tel a { position: relative; display: block; padding-left: 40px; text-decoration: none; color: #e61d47; font-size: 3.1rem; font-weight: bold; line-height: 1; letter-spacing: .04em; white-space: nowrap; }
  #gHeader .hdInfo .hdDesc .tel a:before { content: ""; position: absolute; top: 3px; left: -3px; display: inline-block; width: 25px; height: 25px; background: url(../img/common/ico_tel01.png) no-repeat center left; background-size: contain; }
  #gHeader .hdInfo .hdDesc .tel .time { display: block; font-size: 1rem; color: #666; white-space: nowrap; } }

/*  .gNav
================================================ */
@media screen and (max-width: 599px) { .gNav { position: fixed; z-index: 20; top: 0; bottom: 0; left: 0; width: 100%; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .gNav.is_active { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  .gNav .gNavContent { position: absolute; top: 82px; right: 0; width: 85%; max-height: calc(100vh - 160px); overflow: auto; }
  .gNav .gNavContent .inner { padding: 0; background: #ffd6df; }
  .gNav .gNavContent .listLink > li:not(:last-child) { border-bottom: 1px solid #fff; }
  .gNav .gNavContent .listLink > li > a, .gNav .gNavContent .listLink > li .toggle { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 60px; padding: 0 24px; text-decoration: none; font-size: 1.6rem; font-weight: 500; }
  .gNav .gNavContent .listLink > li .toggle.is_active .toggleBtn:after { -webkit-transform: translate(-50%, -50%) rotate(0); -ms-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0); }
  .gNav .gNavContent .listLink > li .toggleBtn { position: absolute; top: 50%; right: 27px; width: 23px; height: 23px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
  .gNav .gNavContent .listLink > li .toggleBtn:before, .gNav .gNavContent .listLink > li .toggleBtn:after { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ""; width: 23px; height: 2px; background: #ff7391; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .gNav .gNavContent .listLink > li .toggleBtn:after { -webkit-transform: translate(-50%, -50%) rotate(90deg); -ms-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
  .gNav .gNavContent .listLink > li .secondary { padding: 0 24px 20px; display: none; }
  .gNav .gNavContent .listLink > li .secondary li { background: #ff7391; }
  .gNav .gNavContent .listLink > li .secondary li + li { margin-top: 8px; }
  .gNav .gNavContent .listLink > li .secondary li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 49px; text-decoration: none; font-size: 1.2rem; line-height: 1.4; color: #fff; text-align: center; }
  .gNav .gNavContent .listLink > li .secondary li a .small { display: block; } }

@media screen and (min-width: 600px) { .gNav { background: #ffea85; }
  .gNav .listLink { display: -webkit-box; display: -ms-flexbox; display: flex; height: 88px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .gNav .listLink > li { position: relative; padding: 0 30px; margin-top: -5px; }
  .gNav .listLink > li.current a { color: #ff7391; }
  .gNav .listLink > li + li:before { position: absolute; top: 50%; left: -15px; -webkit-transform: translate(0, -50%) rotate(-45deg); -ms-transform: translate(0, -50%) rotate(-45deg); transform: translate(0, -50%) rotate(-45deg); content: ""; width: 22px; height: 1px; background: #726f67; }
  .gNav .listLink > li > a, .gNav .listLink > li .toggle { display: block; font-size: 1.6rem; font-weight: 500; text-decoration: none; cursor: pointer; }
  .gNav .listLink > li > a:hover, .gNav .listLink > li .toggle:hover { color: #ff7391; }
  .gNav .listLink > li .toggle:before { content: ""; visibility: hidden; position: absolute; bottom: -25px; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); border: 15px solid transparent; border-bottom-color: #fff; }
  .gNav .listLink > li .toggle.is_active { color: #ff7391; }
  .gNav .listLink > li .toggle.is_active:before { visibility: visible; }
  .gNav .listLink .secondary { display: none; position: absolute; left: 50%; top: 50px; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 30px; width: 1023px; background: #fff; z-index: 1; box-sizing: border-box; }
  .gNav .listLink .secondary.is_active { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .gNav .listLink .secondary li { padding: 3px; }
  .gNav .listLink .secondary li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 234px; height: 60px; text-align: center; text-decoration: none; background: #ff7391; color: #fff; font-size: 1.4rem; line-height: 1.4; }
  .gNav .listLink .secondary li a:hover { background: #ff8da5; }
  .gNav .listLink .secondary li a .small { display: block; padding-top: 5px; font-size: 1.3rem; line-height: 1; } }

/* #mainVisual TOPページ
================================================ */
#mainVisual { position: relative; padding-bottom: 13px; }

@-webkit-keyframes mvImg { from { background-position: 0 0; }
    to { background-position: -2467px 0; } }
  @keyframes mvImg { from { background-position: 0 0; }
    to { background-position: -2467px 0; } }
#mainVisual .mvImg { position: relative; background: url(../img/home/mv_img01.png) repeat-x; background-size: 2467px auto; height: 467px; margin-right: -15px; margin-left: -15px; margin-top: -102px;-webkit-animation: mvImg 60s linear infinite; animation: mvImg 60s linear infinite; }


#mainVisual .mvTit { position: absolute; top: 153px; left: 0; width: 100%; }

#mainVisual .mvTxtArea { 
  position: relative; 
  padding-top: 6%; 
  z-index: 1; 
}

#mainVisual .mvTxtArea .bnr {
  position: absolute;
  top: -72px;
  right: -5px;
  width: 96px;
}
#mainVisual .mvTxtArea .bnr a {
  display: block;
}
@media screen and (min-width: 600px) {
  #mainVisual .mvTxtArea .bnr {
    top: -10px;
    right: 186px;
    width: 177px;
  }
  #mainVisual .mvTxtArea .bnr a:hover {
    opacity: .7;
  }
}

#mainVisual .mvTxtArea .mainTxt { font-size: 2.3rem; font-weight: 500; line-height: 1.1; padding-left: 8px; letter-spacing: 0.01em; }

#mainVisual .mvTxtArea .subTxt { padding: 13px 0 0 13px; font-size: 1.3rem; font-weight: 500; }

#mainVisual .mvBox { position: relative; z-index: 1; margin-top: 30px; text-align: center; color: #fff; }

#mainVisual .mvBox a { 
  display: block; 
  /* padding: 30px 25px 34px; text-decoration: none; background: url(../img/home/mv_box01_sp.png) no-repeat left top; background-size: cover;  */
}
@media all and (max-width: 599px) {
 /* #mainVisual .mvBox a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url('../img/home/ico_box01.png') no-repeat center/contain;
 }  */
}
#mainVisual .mvBox .mvBoxsubTit { font-size: 1.4rem; letter-spacing: .16em; }

#mainVisual .mvBox .mvBoxMaintit { position: relative; padding: 7px 0; font-size: 2.3rem; font-weight: 500; color: #ffea85; line-height: 1; }

#mainVisual .mvBox .mvBoxMaintit:before { content: ""; position: absolute; left: 50%; bottom: 0; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 95%; height: 1px; background: #ffea85; }

#mainVisual .mvBox .mvBoxDetail { padding-top: 18px; font-size: 1.4rem; }

@media screen and (min-width: 600px) { #mainVisual { padding-bottom: 30px; overflow: hidden; margin-top: -176px; }
  @-webkit-keyframes mvImg { from { background-position: 0 -163px0; }
    to { background-position: -4934px -163px; } }
  @keyframes mvImg { from { background-position: 0 -163px; }
    to { background-position: -4934px -163px; } }
  #mainVisual .mvImg { background-size: 4934px 934px; height: 934px; margin-right: 0; margin-left: 0; margin-top: 0;  -webkit-animation: mvImg 60s linear infinite; animation: mvImg 60s linear infinite; }
  #mainVisual .mvTit { top: 41px; left: -10px; }
  #mainVisual .inner { max-width: 1400px; width: 100%; }
  #mainVisual .mvTxtArea { padding-top: 0; top: 437px; position: absolute; }
  #mainVisual .mvTxtArea .mainTxt { font-size: 4.4rem; line-height: 1.6; padding-left: 0; }
  #mainVisual .mvTxtArea .subTxt { padding: 10px 0 0 0; font-size: 2rem; }
  #mainVisual .mvBox { width: 1100px; margin: -220px auto 0; background: #fff; text-align: left; box-sizing: border-box; }
  #mainVisual .mvBox a { 
    /* padding: 40px 58px 44px; background-image: url(../img/home/mv_box01_pc.png); background-size: 100% 100%;  */
  }
  #mainVisual .mvBox .mvBoxHeader { width: 355px; }
  #mainVisual .mvBox .mvBoxsubTit { font-size: 1.8rem; text-align: center; }
  #mainVisual .mvBox .mvBoxMaintit { padding: 1px 0 11px; font-size: 3rem; }
  #mainVisual .mvBox .mvBoxMaintit:before { width: 100%; }
  #mainVisual .mvBox .mvBoxDetail { font-size: 1.5rem; }
  #mainVisual .mvBox .mvBoxDetail p { letter-spacing: 0; } }

@media screen and (max-width: 350px) { 
  #mainVisual .mvTit { top: 60px; }
  /* #mainVisual .mvTxtArea { padding-top: 310px; } */
  #mainVisual .mvTxtArea .mainTxt { line-height: 1.6; }
  #mainVisual .mvTxtArea .mainTxt br { display: block; }
  #mainVisual .mvBox .mvBoxMaintit { font-size: 2rem; } }

@media screen and (min-width: 600px) and (max-width: 1460px) { #mainVisual .mvTit { left: -150px; }
  #mainVisual .mvTxtArea { padding-left: 60px; } }

.fixedAttachment { position: fixed; right: 0; top: 150px; z-index: 1000; }

/* #mainImg 下層ページ
================================================ */
#mainImg { background: url(../img/common/header/mainimg-sp.png) center top no-repeat; background-size: cover; margin-bottom: 37px; }

#mainImg .mainTit { font-size: 2.5rem; font-weight: 500; text-align: center; letter-spacing: .08em; padding: 52px 0 43px; }
#mainImg span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 600px) { #mainImg { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 240px; margin-bottom: 0; background-image: url(../img/common/header/mainimg-pc.png); }
  #mainImg .mainTit { font-size: 4rem; padding: 0; }
  #mainImg span {
    font-size: 2.4rem;
  }
}

/* #sidebar
================================================ */
.sdFixedBtn {
  position: fixed;
  bottom: 80px;
  right: 0;
  width: 90px;
  cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2000;
}
.sdFixedBtn.is_active {
  right: 255px;
}
.sdFixedBg {
  display: none;
  position: fixed;
  top: 82px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sdFixed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 82px;
  right: 0;
  z-index: 2000;
  width: 255px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: calc(100% - 82px);
  padding-bottom: 20px;
  overflow: auto;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #ebe6e6 #333;
  background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sdFixed.is_active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.sdFixedTit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  height: 62px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  border-bottom: 1px solid #ebe6e6;
}
.sdFixedTit.noBorder {
  border-bottom: 0;
}
.sdFixed .post {
  border-bottom: 1px solid #ebe6e6;
}
.sdFixed .post:last-child {
}
.sdFixed .post a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  padding: 0 13px;
  line-height: 1;
  text-decoration: none;
}
.sdFixed .post .time {
  font-size: 1.2rem;
}
.sdFixed .post .tit {
  margin-top: 10px;
  font-size: 1.4rem;
}
.sdFixed .categories {
  padding: 0 20px;
  text-align: center;
}
.sdFixed .categories li + li {
  margin-top: 10px;
}
.sdFixed .categories a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  background: #ff7391;
}

/* CV SP
================================================ */
#gHeader .hdInfo .cvArea {
  position: fixed; 
  left: 0; 
  bottom: 0; 
  min-width: 320px;
  width: 100%; 
  z-index: 1000;
}

#gHeader .hdInfo .cvArea .btns {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#gHeader .hdInfo .cvArea .btns .btn {
  width: 33.3%;
}

#gHeader .hdInfo .cvArea .btns .btn a {
  position: relative;
  display: block;
  padding: 6px 0 4px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
}

#gHeader .hdInfo .cvArea .btns .btn a:after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
}

#gHeader .hdInfo .cvArea .btns .btn a .ico {
  width: 30px;
  margin: 0 auto;
}

#gHeader .hdInfo .cvArea .btns .btn a p {
  position: relative;
  z-index: 1;
  margin-top: -2px;
}

#gHeader .hdInfo .cvArea .btns .btn.is-tel a {
  border: 2px solid #e61d47;
  background: #fff;
}
#gHeader .hdInfo .cvArea .btns .btn.is-tel a:after {
  border-color: transparent transparent #ebe6e6 transparent;
}

#gHeader .hdInfo .cvArea .btns .btn.is-insta a {
  border: 2px solid #e61d47;
  background: #e61d47;
  color: #fff;
}
#gHeader .hdInfo .cvArea .btns .btn.is-insta a:after {
  border-color: transparent transparent #e98297 transparent;
}

#gHeader .hdInfo .cvArea .btns .btn.is-line a {
  border: 2px solid #00b900;
  background: #00b900;
  color: #fff;
}
#gHeader .hdInfo .cvArea .btns .btn.is-line a:after {
  border-color: transparent transparent #76d073 transparent;
}