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

@font-face {
  font-family: 'store';
  font-weight: 300;
  src: url('../font/store-regular.otf') format('opentype');
  src: url('../font/store-regular.woff') format('woff');
}

@font-face {
  font-family: 'input_mono';
  font-weight: 400;
  src:
  url('../font/InputMonoCompressed-Regular.woff') format('woff'),
  url('../font/InputMonoCompressed-Regular.ttf') format('truetype');
}

/* 重要：htmlにoverflow:auto;、bodyにoverflow: hidden;とmin-widthを指定 */
html {
  overflow: auto;
}

body {
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴシック","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック",'YuGothic',"Meiryo","メイリオ", sans-serif;
  margin: 0;
	padding: 0;
	width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 10px=1emに設定 */
@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}

/* スマホ横表示 文字サイズ不変 */
@media screen and (max-width: 1023px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

.clearfix:after {
 	display: block;
	clear: both;
 	content: "";
}

#wrapper,
#container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.inner_1000 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.inner_1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .inner_1000 {
  	position: relative;
  	width: 94vw;
    margin-left: 3vw;
    max-width: 1000px;
  	margin: 0 auto;
  }
}

.inner_800 {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .inner_800 {
  	position: relative;
  	width: 88vw;
    margin-left: 3vw;
    max-width: 800px;
  	margin: 0 auto;
  }
}



/* bgimg */
span#bgimg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  background-image: url(../img/bg_top.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

/* header */
header {
  position: fixed;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: 23px;
  box-sizing: border-box;
  overflow: hidden;
  background-image: url('../img/bg_zigzag_w_btm+.png');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 70px;
  z-index: 100;
}


/* zigzag */
span.zigzag_top {
  display: block;
  width: 100%;
  height: 40px;
  background-image: url('../img/bg_zigzag_w_top.png');
  background-position: top;
  background-repeat: repeat-x;
  background-size: auto 70px;
}

span.zigzag_btm {
  display: block;
  width: 100%;
  height: 40px;
  background-image: url('../img/bg_zigzag_w_btm.png');
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 70px;
}


/* top */
#top {
  position: relative;
  width: 100%;
  height: 850px;
  z-index: 1;
}

#top h1 {
  position: absolute;
  top: 175px;
  width: 100%;
  text-align: center;
}

#top h1 img {
  position: relative;
}

#top img.logo {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: -125px;
}

#top img.scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
}

@media screen and (max-width: 480px) {
  #top {
    position: relative;
    width: 100%;
    height: 850px;
    max-height: 80vh;
    z-index: 1;
  }

  #top h1 {
    top: 20%;
  }

  #top h1 img {
    position: relative;
    width: 80%;
  }

  #top img.logo {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -75px;
    margin-top: -80px;
    width: 160px;
  }

  #top img.scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
  }
}

/* page1 */
#container {
  z-index: 1;
  width: 100%;
}

#page1,
.page2_3 {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

#page1 {
  height: 750px;
}

#page1 p.about {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

#page1 p.about img {
  margin: 0 auto;
  width: 556px;
}

#page1 img#shirasawa {
  position: absolute;
  left: 0px;
  top: 425px;
  width: 180px;
}

#page1 img.illust {
  position: absolute;
  top: 375px;
  left: 100px;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  #page1 {
    height: inherit;
  }

  #page1 p.about {
    position: relative;
    padding-top: 20px;
    width: 100%;
  }

  #page1 p.about img {
    margin: 0 auto;
    width: 90%;
    min-width: 300px;
    max-width: 320px;
  }

  #page1 img#shirasawa {
    position: relative;
    left: 50%;
    top: 0px;
    width: 160px;
    margin-left: -80px;
  }

  #page1 img.illust {
    position: relative;
    top: -350px;
    left: 0px;
    width: 600px;
    margin: 0 auto -175px auto;
    z-index: -1;
  }
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
  #page1 {
    height: 800px;
  }

  #page1 img#shirasawa {
    position: absolute;
    left: 50%;
    top: 500px;
    width: 160px;
    margin-left: -80px;
  }
}


/* #page2 */
.page2_3 {
}

.page2_3 img.border {
  width: 1000px;
}

.page2_3 .txtbox {
  width: 600px;
  margin: 60px auto 0px auto;
  padding-bottom: 150px;
}

.page2_3 h2 {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 10px;
}

.page2_3 p.sub_en {
  margin-bottom: 50px;
}

.page2_3 p.plain {
  font-size: 15px;
  line-height: 1.9em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#page2 img.illust {
  position: absolute;
  top: 380px;
  left: 570px;
  width: 380px;
  z-index: -1;
}


@media screen and (max-width: 480px) {
  .page2_3 img.border {
    width: 96%;
    max-width: 500px;
    margin: 0 auto;
  }

  .page2_3 .txtbox {
    width: 100%;
    margin: 50px auto 0px auto;
    padding-bottom: 50px;
  }

  .page2_3 h2 {
    font-size: 24px;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }

  .page2_3 p.sub_en {
    margin-bottom: 35px;
  }

  .page2_3 p.plain {
    font-size: 14px;
    line-height: 1.8em;
  }

  #page2 img.illust {
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    width: 250px;
    margin: 30px auto 0 auto;
    z-index: -1;
  }
}

/* page3 */
#page3 {
}

#page3 h3 {
  font-size: 20px;
  line-height: 1.75em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}

#page3 h3 span,
.page2_3 h2 span {
  font-family: "Helvetica Neue" , Helvetica , Arial, sans-serif;
  font-size: 110%;
  position: relative;
  top: 1px;
}

#page3 img.icn {
  display: block;
  margin-top: 60px;
  margin-bottom: 5px;
}

#page3 img.illust {
  position: relative;
  top: -100px;
  left: -50px;
  width: 650px;
  z-index: -1;
  margin-bottom: -100px;
}

#page3 .txtbox {
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  #page3 h3 {
    font-size: 20px;
    line-height: 1.75em;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
  }

  #page3 h3 span,
  .page2_3 h2 span {
    font-family: "Helvetica Neue" , Helvetica , Arial, sans-serif;
    font-size: 110%;
    position: relative;
    top: 1px;
  }

  #page3 img.icn {
    display: block;
    margin-top: 60px;
    margin-bottom: 5px;
  }

  #page3 img.illust {
    position: relative;
    top: -50px;
    left: -50px;
    width: 520px;
    z-index: -1;
    margin-bottom: -50px;
  }

  #page3 .txtbox {
    padding-bottom: 50px;
  }
}


/* bottun */
#bottun {
  position: relative;
  width: 100%;
  height: 550px;
}

#bottun img.logo {
  position: relative;
  display: block;
  left: 5px;
  width: 130px;
  margin: 0 auto 30px auto;
  padding-top: 110px;
}

#bottun p.plain {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9em;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}

#bottun p.btn {
  width: 100%;
  text-align: center;
}

#bottun p.btn a {
  display: inline-block;
  width: 360px;
  height: 60px;
  background-color: #fff;
  border: 5px solid #000;
  box-sizing: border-box;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-top: 16px;
  border-radius: 30px;
}

#bottun p.btn a:hover {
  background-color: #fff680;
  border: 5px solid #bbb;
}


@media screen and (max-width: 480px) {
  #bottun {
    height: 450px;
  }

  #bottun img.logo {
    position: relative;
    display: block;
    left: 5px;
    width: 130px;
    margin: 0 auto 30px auto;
    padding-top: 80px;
  }

  #bottun p.plain {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.75);
  }

  #bottun p.btn {
    width: 100%;
    text-align: center;
  }

  #bottun p.btn a {
    display: inline-block;
    width: 300px;
    height: 50px;
    background-color: #fff;
    border: 4px solid #000;
    box-sizing: border-box;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding-top: 11px;
    border-radius: 30px;
  }

  #bottun p.btn a:hover {
    background-color: #fff680;
    border: 4px solid #bbb;
  }

}

/* footer */
footer {
  position: relative;
  width: 100%;
  height: 60px;
  background-image: url('../img/bg_zigzag_y.png');
  background-repeat: repeat-x;
  background-size: auto 70px;
  font-family: "Helvetica Neue" , Helvetica , Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #666;
  padding-top: 25px;
  padding-bottom: 0;
  box-sizing: border-box;
}


/* #page1 p#about {
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 17px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
} */



#scroll_to_top {
  position: fixed;
  bottom: 20px;
  right: 3%;
  text-align: right;
  z-index: 100;
}

#scroll_to_top img {
  opacity: 0.5;
}

#scroll_to_top img:hover {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  #scroll_to_top {
    bottom: 20px;
    right: 5vw;
  }

  #scroll_to_top img {
    opacity: 0.8;
  }
}


/* ページ内リンク位置を調整 */
@media screen and (min-width: 1024px) {
  span#linkposition1 {
    position: relative;
    top: -50px;
    display: block;
  }
}


/* #loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.9;
  z-index: 1001;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  text-align: center;
  color: #fff;
  opacity: 0.2;
  z-index: 1002;
} */

/* .sp, pc要素等非表示 */
.sp,
.pc,
.sp_narrow,
.sp_wide,
.sp2,
.tab2,
.narrow_pc,
.tab,
.wide_pc {
  display: none;
}


/* .pc要素表示 */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

/* .sp要素表示 */
@media screen and (max-width: 1023px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width: 481px) and (max-width: 1023px) {
  .tab {
    display: block;
  }
}

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

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

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

/* @media screen and (min-width: 1024px) and (max-width: 1199px) {
  .narrow_pc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .wide_pc {
    display: block;
  }
} */


/*----------------------------kito add-----------------------------*/



/*----------特商法-----------*/
.t-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-bottom: 120px;
}

.t-body img{
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .t-body {
    display: block;
    margin-top: 40px;
    font-size: 14px;
  }
}

.t-header {
  width: 30vw;
}

@media (max-width: 1024px) {
  .t-header {
    width: 100%;
  }
}

.t-header__logo {
  max-width: 240px;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .t-header__logo {
    max-width: 180px;
  }
}

.t-maincontents {
  width: 70vw;
}

@media (max-width: 1024px) {
  .t-maincontents {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 20px;
  }
}

.spec {
  max-width: 1000px;
  text-align: left;
}

.page_maintitle {
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0;
}

.contents_sub {
  margin-top: 1em;
}

.page_title {
  font-weight: bold;
}

table.spec td {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0 0.5em 1em;
}

.thx__title{
  font-weight: 900;
  font-size: 1.5rem;
  margin: 1.5em 0;
}

.t-thx p{
  margin: 1em 0;
  line-height: 1.75;
  letter-spacing: 1px;
}

/*----------特商法エンド-----------*/