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

/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v53-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v53-japanese_latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v53-japanese_latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-jp-v30-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-serif-jp-v30-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-jp-v30-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* gilda-display-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gilda Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gilda-display-v18-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body{
	font-family: 'Noto Sans JP', 'Droid Sans', 'Open Sans', 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
  letter-spacing: 0.05em;
	font-size:100%;
	color: #242230;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4{
  font-family: 'Noto Serif JP', 'Garamond', 'Jenson', 'Times New Roman', serif;
	font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

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

a img{
	border:none;
	outline:none;
}

ul,ol {
	list-style:none;
}

* {
  box-sizing: border-box
}
*:before, *:after {
  box-sizing: border-box
}

a{
  color: #242230;
	text-decoration: none;
	transition:0.3s linear;
}

a.udrline{
  padding-bottom: 1px;
  display: inline-block;
  text-indent: 0;
  border-bottom: 1px solid #3d3d3d;
}

@media screen and (min-width: 768px) {
  a:hover{
    transition:0.3s;
    opacity:0.7;
  }
}

a:focus {
  outline: none;
}

.outline{
  width: 100%;
  min-width: 1300px;
}

.psr{
  position: relative;
}

@media screen and (min-width: 768px) {
  .title_vi{
    width: 100%;
    height: 675px;
    overflow: hidden;
    position: relative;
  }

  .title_vi h1{
    font-size: 40px;
    line-height: 1.5;
    text-align: right;
    white-space: nowrap;
    position: absolute;
    top: 300px;
    right: 50%;
    margin-right: 350px;
    transform: translateY(-50%);
    z-index: 1;
  }

  .title_vi h1::after{
    content: "";
    width: 130px;
    height: 2px;
    background: #646176;
    position: absolute;
    top: 50%;
    right: -160px;
    transform: translateY(-50%);
  }

  .title_vi div{
    width: 65%;
    min-width: 1300px;
    height: 500px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -260px;
  }

  .title_vi div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .title_vi p{
    font-family: 'Gilda Display', serif;
    font-size: 36px;
    line-height: 1;
    text-align: right;
    position: absolute;
    top: 470px;
    right: 50%;
    margin-right: 350px;
  }
}

.pan{
  font-family: 'Gilda Display', sans-serif;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: -105px;
  right: 90px;
}

.pan li{
  display: inline-block;
}

.pan li + li::before{
  content: "＞";
  font-size: 90%;
  padding: 0 .3em;
  display: inline-block;
  transform: scale(.5,1)
}

@media screen and (min-width: 768px) {
  .pan.vi{
    position: absolute;
    top: -140px;
    right: 50%;
    margin-right: 350px;
  }
}

footer{
  padding-top: 375px;
  position: relative;
}

footer::before{
  content: "";
  width: 1071px;
  height: 429px;
  background: url("../common/bot.webp") no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: -1;
}

footer .totop{
  font-family: 'Gilda Display', serif;
  font-size: 15px;
  line-height: 1;
  padding: 0 165px 0 40px;
  position: absolute;
  top: 70px;
  right: 55px;
  transform-origin: right center;
  transform: rotate(90deg) translateX(100%)
}

footer .totop::before,
footer .totop::after{
  content: "";
  position: absolute;
}

footer .totop::before{
  width: 20px;
  height: 20px;
  background: url("../common/icon_aw.webp") no-repeat;
  background-size: 100% auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(-1,1);
}

footer .totop::after{
  width: 145px;
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
}

footer .ad{
  padding: 0 0 25px 55px;
  display: flex;
  justify-content: flex-start;
}

footer .ad h2{
  height: 45px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 45px;
  padding-right: 35px;
  border-right: 1px solid #666;
}

footer .ad p{
  font-size: 16px;
  line-height: 45px;
  padding: 0 35px 0 35px;
  text-align: center;
}

footer .copy{
  font-size: 16px;
  line-height: 1;
  position: absolute;
  bottom: 25px;
  right: 55px;
}

footer .copy a {
  display: inline-block;
  padding: 0 18px;
}

footer .copy small {
  font-size: 11px;
  padding-left: 18px;
  display: inline-block;
}

.btn_m{
  display: none;
}

.sp{
  display: none;
}

.pc{
  display: block;
}

@media screen and (max-width: 767px) {
  
  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
  
  a.udrline{
    padding-bottom: .5vw;
  }
  
  .outline{
    min-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  
  .title_vi{
    padding: 25vw 0 10vw;
  }

  .title_vi h1{
    font-size: 6vw;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 13vw;
    position: relative;
  }

  .title_vi h1::after{
    content: "";
    width: 1px;
    height: 15vw;
    background: #646176;
    position: absolute;
    bottom: -20vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .title_vi div{
    width: 92%;
  }

  .title_vi p{
    font-family: 'Gilda Display', serif;
    font-size: 5vw;
    line-height: 1;
    text-align: right;
    margin-top: 2vw;
    padding-right: 8vw;
  }
  
  .pan{
    font-size: 3.3vw;
    line-height: 1.3;
    margin-right: 16vw;
    padding: 3vw 4vw 2vw;
    border-top: 1px solid #c1bfc8;
    border-bottom: 1px solid #c1bfc8;
    position: static;
    top: auto;
    right: auto;
  }

  .pan li{
    display: inline-block;
  }

  .pan li + li::before{
    content: "＞";
    font-size: 90%;
    padding: 0 .3em;
    display: inline-block;
    transform: scale(.5,1)
  }
  
  footer{
    padding-top: 15vw;
    padding-bottom: 5vw;
    position: relative;
  }

  footer::before{
    content: "";
    width: 108vw;
    height: 42vw;
    background: url("../common/bot.webp") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 1vw;
    left: -3vw;
  }

  footer .totop{
    font-family: 'Gilda Display', serif;
    font-size: 3.5vw;
    line-height: 1;
    padding: 0 32vw 0 8vw;
    position: absolute;
    top: -20vw;
    right: 8vw;
    transform-origin: right center;
    transform: rotate(90deg) translateX(100%)
  }

  footer .totop::before,
  footer .totop::after{
    content: "";
    position: absolute;
  }

  footer .totop::before{
    width: 4.5vw;
    height: 4.5vw;
  }

  footer .totop::after{
    width: 28vw;
  }

  footer .ad{
    padding: 0;
    text-align: center;
    display: block;
  }

  footer .ad h2{
    height: auto;
    font-weight: 500;
    font-size: 4.3vw;
    line-height: 1;
    padding-right: 0;
    border-right: none;
    margin-bottom: 5vw;
  }

  footer .ad p{
    font-size: 3.5vw;
    line-height: 1.8;
    padding-bottom: 5vw;
  }

  footer .copy{
    font-size: 3.5vw;
    line-height: 1;
    text-align: center;
    margin-top: 10vw;
    position: static;
    bottom: auto;
    right: auto;
  }

  footer .copy a {
    display: inline-block;
    padding: 0 5vw;
  }

  footer .copy small {
    font-size: 2vw;
    padding-left: 0;
    margin-top: 5vw;
    display: block;
  }
}

.error{
  padding: 120px;
}

.error p{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 150px;
}

.error h2{
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
}

.error a{
  font-size: 18px;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #242230;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

.error a::after{
  content: "";
  width: 20px;
  height: 20px;
  background: url("../common/icon_aw.webp") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0) scale(-1,1);
  transition: .3s;
}

@media screen and (min-width: 768px) {
  #error{
    margin: 120px 0;
  }

  .error a:hover::after{
    transform: translateX(-25%) scale(-1,1);
    transition: .3s;
  }

  .contents{
    padding: 120px 0;
    background: url("../common/bg.webp") repeat-x center top;  
  }
  
  .inner{
    width: 1000px;
    margin: 0 auto; 
  }
}

@media screen and (max-width: 767px) {
  
  .contents{
    padding: 20vw 0;
    background: url("../common/bg_s.webp") repeat-x center top;  
    background-size: contain;
  }
  
  .inner{
    width: 100%;
    padding: 0 4vw;
  }

  #error{
    margin: 20vw 0;
  }

  .error{
    padding: 0 8vw 20vw;
  }
  
  .error > div{
    text-align: center;
  }

  .error p{
    font-size: 3.8vw;
    line-height: 1.6;
    margin-bottom: 30vw;
  }

  .error h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 8vw;
  }

  .error a{
    font-size: 3.2vw;
    padding-bottom: 3vw;
    padding-left: 6vw;
  }

  .error a::after{
    width: 4vw;
    height: 4vw;
  }
}