@charset "UTF-8";

/*====================================================================

lv2.css

======================================================================

01.index

=====================================================================*/

.contents {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.main-view {
  overflow: hidden;
  position: relative;
}

.main-view__center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-view__tit {
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

.main-view__tit b {
  letter-spacing: 0.1em;
  font-size: calc(1.5rem + 8 * (100vw - 320px) / 937);
  font-weight: 500;
  display: block;
  margin-bottom: 0.1em;
  font-family: 'Noto Serif JP', serif;
}

.main-view__tit span {
  font-size: 1.6em;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 300;
}

/* page-navi
----------------------------------------------------------------*/
.page-navi {
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
  color: #fff;
}

.page-navi li {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: bottom;
  position: relative;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.page-navi li:not(:last-child):after {
  position: absolute;
  font-family: "icomoon";
  content: "\e315";
  font-size: 1.2em;
  right: 4px;
  right: .25rem;
  top: -2px;
}

.page-navi a {
  color: #fff;
  transition: 0.3s ease all;
}

.page-navi a:hover {
  color: #d1d4d8;
}

/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
.l-box {
  width: 100%;
}

.l-box:not(:last-of-type) {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

p.caution {
  color: #df2f2f;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

p.caution .link {
  text-indent: 0em;
}

p.caution:before {
  content: "※";
}

/*--------------------------------------------------------------------/
	common
/--------------------------------------------------------------------*/
.sub-box {
  padding: 32px 4% 40px;
  padding: 2rem 4% 2.5rem;
  background: #f1f2f8;
}

/* cmt-box */
/* flex */
/*--------------------------------------------------------------------/
	404
/--------------------------------------------------------------------*/
.box-404 {
  padding: 32px 4%;
  padding: 2rem 4%;
  border: 1px solid #aaa;
}
@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}
@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .main-view {
    height: 480px;
  }
  .main-view__center {
    height: 480px;
  }
  #main-common {
    background: url(../img/common/main_pc.jpg) top center/cover no-repeat;
  }
}
@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .contents {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .main-view {
    height: 740px;
  }
  .main-view__center {
    height: 740px;
  }
  .main-view__tit {
    margin-top: -3rem;
  }
  .l-box:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  .box-404 .txt {
    text-align: center;
  }
}
@media print, screen and (min-width: 1157px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  main {
    padding-top: 80px;
  }
  .main-view__tit b {
    font-size: 2rem;
  }
  .sub-box {
    padding: 2.5rem 4rem 3rem;
  }
}
@media print, screen and (min-width: 1920px) {
  /*====================================================================/
	/*-------------------full PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 1156px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  main {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .main-view__tit {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .main-view {
    height: 75vw;
    min-height: 260px;
  }
  .main-view__center {
    height: 75vw;
    min-height: 260px;
  }
  #main-common {
    background: url(../img/common/main_sp.jpg) top center/cover no-repeat;
  }
}
@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}
