@charset "UTF-8";
/******************************

* style
*
* 1. import
* 2. html, body
* 3. tag
* 4. Layout
* 5. popup

******************************/
/*****
* 1. import
*****/
@import url(import/reset.css);
@import url(import/util.css);
/* WEB FONTS - Noto Sans Japanese */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/*****
* 2. html, body
*****/
html {
  font-size: 62.5% !important;
  /* 62.5% = 10px = 1.0rem */
  min-height: 100%; }

body {
  background-color: #fff; }

.page {
  font-family: 'Noto Sans Japanese', "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: normal;
  font-weight: 200;
  min-width: 1000px;
  padding: 125px 0 0 0; }

.page#index {
  padding: 65px 0 0 0; }

@media only screen and (max-width: 959px) {
  .page,
  .page#index {
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    padding: calc(100vw * 115 / 959) 0 0 0; } }
/* anm */
.anm,
.anm *,
.anm ::before,
.anm ::after {
  transition: all .2s ease-in-out; }

/*
  transition: none;
*/
/* hov */
@media only screen and (min-width: 736px) {
  .hov {
    transition: all .2s ease-in-out;
    opacity: 1; }

  .hov:hover {
    opacity: 0.75; } }
/*****
* 3. tag
*****/
/* anchor */
a {
  display: inline-block;
  vertical-align: top;
  color: #0000ff;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  transition: .3s;
  font-weight: 500; }

a:hover {
  color: #ff0000;
  text-decoration: underline;
  background-position: bottom right; }

/* cap */
.cap,
.caption,
.cap a,
.caption a {
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  background: none; }

.cap {
  padding-top: 5px; }

/* imageCap */
.imageCap {
  position: relative; }

.imageCap .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 10px;
  text-shadow: 0px 0px 6px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;
  box-sizing: border-box; }

.imageCap .caption.color-white {
  text-shadow: 0px 0px 6px #000, 0px 0px 6px #000, 0px 0px 6px #000; }

/* img */
img {
  width: auto;
  max-width: 100%;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure img,
.ph img {
  width: 100%; }

figure figcaption,
.ph span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  line-height: 1.5rem;
  padding: 5px; }

figure figcaption.left,
.ph span.left {
  right: auto;
  left: 0; }

figure figcaption.black,
.ph span.black {
  color: #000; }

figure figcaption.white,
.ph span.white {
  color: #fff; }

/* pc sp */
.sp,
.tab {
  display: none; }

@media only screen and (max-width: 959px) {
  .tab_none {
    display: none; }

  .tab {
    display: inline-block; } }
@media only screen and (max-width: 736px) {
  .sp {
    display: inline-block; }

  .pc {
    display: none; } }
/* telephone */
.telephone {
  pointer-events: none; }

@media only screen and (max-width: 736px) {
  .telephone {
    pointer-events: visible; } }
/*****
* 4. Layout
*****/
/* .wrap */
.wrap {
  max-width: 100%;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .wrap .wrap {
    padding: 0; }

/* nav format */
nav ul {
  text-align: center;
  font-size: 0;
  line-height: 1; }

nav ul li {
  display: inline-block;
  vertical-align: middle; }

nav ul li.on a:hover {
  text-decoration: none; }

nav ul li.off {
  opacity: 0.5; }

nav ul li.off,
nav ul li.off * {
  pointer-events: none;
  cursor: default; }

/* Header */
#gHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  min-width: 1000px;
  border-bottom: 1px solid #cccccc; }

@media only screen and (max-width: 959px) {
  #gHeader {
    min-width: inherit; } }
#gHeader h1.header_logo {
  width: 250px; }

@media only screen and (max-width: 959px) {
  #gHeader h1.header_logo {
    width: calc(100vw * 405 / 959);
    height: calc(100vw * 115 / 959); } }
#gHeader h1.header_logo a {
  display: block;
  height: 100%; }

/* gNav */
#gNav {
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 9997;
  background: white;
  width: 100%;
  min-width: 1000px; }

#keyVisual #gNav {
  position: absolute;
  top: 100%; }

#keyVisual #gNav.sticky {
  position: fixed;
  top: 65px; }

@media only screen and (max-width: 959px) {
  #gNav,
  #keyVisual #gNav,
  #keyVisual #gNav.sticky {
    position: fixed;
    top: calc(100vw * 115 / 959);
    background: rgba(255, 255, 255, 0.9);
    min-width: inherit;
    margin: -100% 0 0 0;
    transition: all .2s ease-in-out; }

  #keyVisual #gNav.sticky {
    z-index: 9999; }

  #gNav.is-active,
  #keyVisual #gNav.is-active,
  #keyVisual #gNav.sticky.is-active {
    margin: 0; } }
#gNav ul {
  text-align: center;
  padding: 5px 0; }

@media only screen and (max-width: 959px) {
  #gNav ul {
    text-align: left;
    padding: 0; } }
#gNav ul li {
  display: inline-block;
  vertical-align: top; }

#gNav ul li.close {
  display: none; }

@media only screen and (max-width: 959px) {
  #gNav ul li {
    display: block;
    border-bottom: 1px solid #d2d2d2; }

  #gNav ul li.close {
    display: block; } }
#gNav ul li a {
  display: inline-block;
  vertical-align: top;
  padding: 0; }

@media only screen and (max-width: 959px) {
  #gNav ul li a {
    display: block;
    padding: calc(100vw * 20 / 959) calc(100vw * 60 / 959); } }
#gNav ul li a span {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 0 1.25em; }

@media only screen and (max-width: 736px) {
  #gNav ul li a span {
    font-size: calc(100vw * 30 / 959);
    line-height: calc(100vw * 80 / 959);
    letter-spacing: 0.12em;
    padding: 0; } }
#gNav ul li a span::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background: #9d2777;
  width: 0;
  height: 4px; }

#gNav ul li.on a span::before,
#gNav ul li a:hover span::before {
  left: 0;
  width: 100%; }

@media only screen and (max-width: 959px) {
  #gNav ul li a span::before {
    left: 0;
    height: 2px; } }
#gNav ul li p {
  display: block;
  background: #b3b3b3;
  width: 100%;
  height: calc(100vw * 100 / 959);
  cursor: pointer; }

#gNav .off a {
  pointer-events: none; }

/* #gNav ul li.superiority a {
	span {
		padding-right: calc(1.25em + 15px);
		background: url(../imgs/ico-arrow.png) center right 1.25em no-repeat;
	}
} */
#gNav ul li:hover .dropDownWrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

#gNav .dropDownWrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease;
  padding: 15px 0 0; }

#gNav .dropDown {
  background: rgba(43, 43, 43, 0.9);
  padding: 15px 30px; }
  #gNav .dropDown > div a {
    display: block;
    padding: 15px 0;
    line-height: 1;
    color: white;
    font-size: 14px;
    text-align: left; }

@media only screen and (max-width: 959px) {
  #gNav ul li.superiority a span {
    background: none; }

  #gNav .dropDownWrap {
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    padding: 0; }

  #gNav .dropDown {
    background: #eaeaea;
    padding: 0; }
    #gNav .dropDown > div {
      border-top: 1px solid #d2d2d2; }
      #gNav .dropDown > div a {
        font-size: calc(100vw * 24 / 959);
        color: black;
        padding: calc(100vw * 40 / 959) calc(100vw * 60 / 959); } }
/* pNav */
#pNav {
  position: absolute;
  top: 0;
  right: 0; }

#pNav ul {
  text-align: center; }

#pNav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px; }

@media only screen and (max-width: 959px) {
  #pNav ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(100vw * 115 / 959);
    height: calc(100vw * 115 / 959); } }
#pNav ul li a {
  display: inline-block;
  vertical-align: top; }

/* spNav */
#pNav ul li.spMenu {
  display: none; }

@media only screen and (max-width: 959px) {
  #pNav ul li.spMenu {
    display: inline-block; }

  #spMenu img.ov {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0; }

  #spMenu.is-active img.ov {
    opacity: 1; } }
/* Container */
#container {
  text-align: left;
  background-color: transparent; }

/* Footer */
#gFooter {
  padding: 35px 0; }

@media only screen and (max-width: 736px) {
  #gFooter {
    padding: 5% 0; } }
/* fNav */
#fNav {
  display: inline-block;
  vertical-align: top;
  z-index: 1; }

#fNav ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 30px 0 0; }

#fNav ul li {
  display: block;
  padding: 5px 0; }

#fNav ul li a {
  display: inline-block;
  vertical-align: top;
  color: #222;
  text-decoration: none; }

#fNav ul li a span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.06em; }

#fNav ul li a span::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #77094a;
  width: 0;
  height: 1px; }

#fNav ul li.on a span::after,
#fNav ul li a:hover span::after {
  width: 100%; }

#fNav .off a {
  pointer-events: none; }

/* blank */
#blank {
  display: inline-block;
  vertical-align: top;
  z-index: 1; }

#blank ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 30px 0 0; }

#blank ul li {
  display: block;
  padding: 5px 0; }

#blank ul li a {
  display: inline-block;
  vertical-align: top;
  color: #222;
  text-decoration: none; }

#blank ul li a::before {
  display: inline-block;
  vertical-align: top;
  content: "";
  background: url(/saito-youchi/assets/imgs/ico_blank.png) center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 16px;
  margin: 0 8px 0 0; }

#blank ul li a span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.06em; }

#blank ul li a span::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #77094a;
  width: 0;
  height: 1px; }

#blank ul li a:hover span::after {
  width: 100%; }

/* official */
#official {
  margin: -40px 0 0 0; }
  @media only screen and (max-width: 736px) {
    #official {
      margin: 20px 0 0; } }

#official ul {
  text-align: right; }
  @media only screen and (max-width: 736px) {
    #official ul {
      text-align: center; } }

#official ul li {
  padding: 0 0 0 30px; }
  @media only screen and (max-width: 736px) {
    #official ul li {
      padding: 0; } }

/* contact */
/* contact */
.copyright {
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem; }
  @media only screen and (max-width: 736px) {
    .copyright {
      text-align: center; } }

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 33px;
  cursor: pointer; }
  #pagetop img {
    transition: .2s ease; }
  #pagetop:hover img {
    opacity: 0.7; }

@media only screen and (max-width: 736px) {
  #pagetop {
    width: calc(100vw * 58 / 750); } }
/*****
* 5. popup
*****/
/* --------------------------------------------------
colBox
---------------------------------------------------*/
.colBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none; }

.colBox.reverse {
  flex-direction: row-reverse; }

.colBox.align {
  align-items: center; }

.colBox .w3 {
  width: 32%;
  flex-basis: 32%; }

@media only screen and (max-width: 736px) {
  .colBox .w3 {
    width: 100%;
    flex-basis: 100%; } }
/* --------------------------------------------------
scroll
---------------------------------------------------*/
.scroll {
  overflow: auto;
  white-space: nowrap; }

.scroll::-webkit-scrollbar {
  height: 5px; }

.scroll::-webkit-scrollbar-track {
  background: #f1f1f1; }

.scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc; }

/* --------------------------------------------------
hr.border
---------------------------------------------------*/
hr.border {
  background: #b52b86;
  background: -moz-linear-gradient(left, #b52b86 0%, #77094a 100%);
  background: -webkit-linear-gradient(left, #b52b86 0%, #77094a 100%);
  background: linear-gradient(to right, #b52b86 0%, #77094a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52b86', endColorstr='#77094a',GradientType=1 );
  border: none;
  width: 100%;
  height: 2px;
  margin: 50px 0; }

@media only screen and (max-width: 736px) {
  hr.border {
    margin: 5% 0; } }
/* --------------------------------------------------
caption
---------------------------------------------------*/
#caption {
  padding: 80px 0 30px 0; }

@media only screen and (max-width: 736px) {
  #caption {
    padding: 10% 0 5% 0; } }
#caption p {
  color: #666;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem; }

#caption a {
  display: inline;
  color: #666;
  word-wrap: break-word; }

/* --------------------------------------------------
cv
---------------------------------------------------*/
#cv {
  background: #f4f4f4;
  border-top: 2px solid #971b69;
  border-bottom: 2px solid #971b69;
  text-align: center;
  padding: 50px 0;
margin-top: 120px;}

@media only screen and (max-width: 736px) {
  #cv {
    padding: calc(100vw * 50 / 750) 0; } }
#cv h2 {
  text-align: center;
  padding: 10px 0 30px 0; }

@media only screen and (max-width: 736px) {
  #cv h2 {
    padding: calc(100vw * 10 / 750) 0 calc(100vw * 30 / 750) 0; } }
#cv h2 img {
  max-height: 25px; }

@media only screen and (max-width: 736px) {
  #cv h2 img {
    max-height: inherit; } }
#cv .wrap {
  width: 1056px;
  max-width: 100%; }

@media only screen and (max-width: 736px) {
  #cv .wrap {
    width: 84%; } }
#cv ul.colBox {
  flex-wrap: nowrap; }
  @media only screen and (max-width: 736px) {
    #cv ul.colBox {
      flex-wrap: wrap; } }

#cv ul.colBox li {
  padding: 0 16px; }

@media only screen and (max-width: 736px) {
  #cv ul.colBox li {
    padding: calc(100vw * 15 / 750) 0; } }
#cv ul.colBox li p {
  font-size: 16px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.06em;
  font-weight: 500; }

@media only screen and (max-width: 736px) {
  #cv ul.colBox li p {
    font-size: calc(100vw * 28 / 750);
    line-height: calc(100vw * 70 / 750); } }
/* --------------------------------------------------
typo
---------------------------------------------------*/
.sttl {
  text-align: center;
  padding: 2.5% 0; }

@media only screen and (max-width: 736px) {
  .sttl {
    text-align: center;
    padding: 5% 0; } }
.sttl span {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 40px;
  font-size: 4rem;
  line-height: 80px;
  line-height: 8rem;
  font-weight: 500;
  margin: 0 0 18px 0;
  padding: 0 1em; }

@media only screen and (max-width: 736px) {
  .sttl span {
    display: block;
    font-size: calc(100vw * 58 / 750);
    line-height: calc(100vw * 76 / 750);
    margin: 0 0 calc(100vw * 25 / 750) 0;
    padding: 0 0 calc(100vw * 25 / 750) 0; } }
.sttl span::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #b52b86;
  background: -moz-linear-gradient(left, #b52b86 0%, #77094a 100%);
  background: -webkit-linear-gradient(left, #b52b86 0%, #77094a 100%);
  background: linear-gradient(to right, #b52b86 0%, #77094a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52b86', endColorstr='#77094a',GradientType=1 );
  width: 100%;
  height: 2px; }

.sttl span em {
  font-style: normal; }

.sttl img {
  display: block;
  margin: 0 auto; }

.bttl {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 2.5% 0 1.5% 0; }

.bttl span {
  display: inline-block;
  vertical-align: baseline;
  background: #77094a;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 42px;
  line-height: 4.2rem;
  letter-spacing: 0;
  font-weight: 500;
  width: 42px;
  height: 42px;
  margin: 0 0.1em 0 0; }

@media only screen and (max-width: 736px) {
  .bttl {
    font-size: calc(100vw * 42 / 750);
    line-height: calc(100vw * 42 / 750); }

  .bttl span {
    font-size: calc(100vw * 60 / 750);
    line-height: calc(100vw * 64 / 750);
    width: calc(100vw * 64 / 750);
    height: calc(100vw * 64 / 750); } }
.text {
  font-size: 14px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 400; }

@media only screen and (max-width: 736px) {
  .text {
    font-size: calc(100vw * 28 / 750);
    line-height: calc(100vw * 52 / 750); } }
a.btn {
  display: block;
  border: 1px solid #9d2777;
  text-decoration: none;
  color: #9d2777;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  max-width: 320px;
  margin: 10% 0 0 15px;
  padding: 5px 30px; }

@media only screen and (max-width: 736px) {
  a.btn {
    text-align: center;
    font-size: calc(100vw * 38 / 750);
    line-height: calc(100vw * 55 / 750);
    margin: 10% 0 0 calc(100vw * 55 / 750);
    padding: calc(100vw * 20 / 750) calc(100vw * 55 / 750); } }
@media only screen and (min-width: 736px) {
  a.btn:hover {
    background: #9d2777;
    color: #fff; } }
a.btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  content: "";
  background: #9d2777;
  width: 31px;
  height: 1px; }

@media only screen and (max-width: 736px) {
  a.btn::before {
    left: calc(100vw * -55 / 750);
    width: calc(100vw * 110 / 750);
    height: 1px; } }
a.blank {
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #ce93bb; }
  a.blank:hover {
    border-bottom: 1px solid transparent; }

a.blank::after {
  display: inline-block;
  vertical-align: top;
  content: "";
  background: url(/saito-youchi/assets/imgs/ico_blank.png) center center no-repeat;
  background-size: contain;
  width: 12px;
  height: 26px;
  margin: 0 0 0 4px; }

.text a.blank::after {
  height: 26px; }

/* ---------------------------------------------------------
box
----------------------------------------------------------*/
.box {
  padding: 30px 0; }

.box.nopb {
  padding-bottom: 0; }

@media only screen and (max-width: 736px) {
  .box {
    padding: 5% 0; }

  .bshadow .btnWrapper {
    padding: calc(100vw * 30 / 750); } }
@media screen and (min-width: 737px) {
  .bshadow .btn {
    margin: 5px 0 0 35px; } }
.bshadow {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.12); }
  .bshadow.padding {
    padding-bottom: 20px; }

/* --------------------------- 追記分 --------------------------------*/
/* ---------------------------------------------------------
maintitle
----------------------------------------------------------*/
.maintitle_wrap {
  margin-top: 120px; }
  .maintitle_wrap .maintitle {
    line-height: normal;
    color: #fff; }
    .maintitle_wrap .maintitle h2 {
      font-size: 36px;
      line-height: 1em;
      color: #9d2777;
      text-align: center;
      letter-spacing: 0.08em; }

@media only screen and (max-width: 736px) {
  .maintitle_wrap {
    margin-top: 60px; } }
/* ---------------------------------------------------------
bnr
----------------------------------------------------------*/
.bnr {
  margin: 60px auto; }
  .bnr.footBnr {
    margin: 120px auto 60px; }
  .bnr a {
    transform: .5s; }
    .bnr a:hover {
      opacity: 0.9;
      filter: saturate(120%); }

@media only screen and (max-width: 736px) {
  .bnr {
    margin: 30px auto; }
    .bnr.footBnr {
      margin: 60px auto 30px; } }
/* ---------------------------------------------------------
linkbtn
----------------------------------------------------------*/
.linkbtn a {
  border: 1px solid #9a0059;
  color: #9a0059;
  width: 80%;
  margin: 60px auto;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 30px;
  text-decoration: none; }
  .linkbtn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #9a0059;
    right: 30px;
    top: 52%; }
  .linkbtn a:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 6px;
    background: #9a0059;
    right: 32px;
    top: calc(52% - 5px);
    transform: skewX(40deg); }
  .linkbtn a:hover {
    color: #fff;
    background: #9a0059; }
    .linkbtn a:hover:before, .linkbtn a:hover:after {
      background: #fff; }

@media only screen and (max-width: 736px) {
  .linkbtn a {
    width: 100%;
    padding: 20px 10px;
    margin: 20px auto; } }
