@charset "utf-8";

@import url("header.css");
@import url("nav.css");
@import url("footer.css");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*
body * { border:0.02px solid #000000; background:rgba(000,000,000,0.1)}
*/

html,
body {
 width: 100%;
 font-size: 62.5%;
 color: #000;
 background-color: #fbf3e8;
 background-color: #f4eadd;
}

html {}

body {}

#wrap {
 width: 100%;
 overflow: hidden;
 max-width: 1920px;
 min-width: 1024px !important;
 margin: auto;
}

.showPc {}

.showSp {
 display: none;
}

@media only screen and (max-width:1024px) {

 html,
 body {}
}

@media only screen and (max-width:640px) {

 html,
 body {
  width: 640px;
  min-width: 640px;
  /*font-size: 106.67%;*/
  font-size: 90%;
 }

 #wrap {
  width: 640px !important;
  min-width: 640px !important;
  overflow-x: hidden !important;
 }

 .showPc {
  display: none !important;
 }

 .showSp {
  display: block;
 }
}


/* --------------------------------------------

変数設定

---------------------------------------------- */
:root {}


/* --------------------------------------------

fonts

---------------------------------------------- */
body,
input,
select,
select option,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Noto Sans JP", serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-size: 1.6rem;
 line-height: 1.3;
 letter-spacing: 0.025em;
}

body,
input,
select,
select option,
textarea,
table,
th,
td,
p {
 font-weight: 400;
 font-style: normal;
 font-feature-settings: "palt";
 text-align: justify;
 text-justify: inter-ideograph;
}

p {
 line-height: 2;
}

b,
strong {
 font-weight: 600;
}

small {
 display: inline-block;
 font-size: 0.85em;
}

a {
 color: #333;
 text-decoration: none;
 transition: 0.3s;
}

a:hover {}

a img {}

a:hover img {}


.ff-en {
 font-family: "Jost", sans-serif;
 font-optical-sizing: auto;
 font-weight: <weight>;
 font-style: normal;
}

.ff-serif {
 font-family: "Zen Old Mincho", serif;
 font-weight: 400;
 font-style: normal;
}


/* セレクト時の色指定 */
::selection {
 background: #d6daea;
 color: #092c45;
}

::-moz-selection {
 background: #d6daea;
 /*Firefox*/
 color: #092c45;
}

.flex {
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
 flex-wrap: wrap;
}



/* --------------------------------------------

#main

---------------------------------------------- */
main {
 position: relative;
}

@media only screen and (max-width:640px) {}




/* --------------------------------------------

校正用　制作中ページ

---------------------------------------------- */
/*html,body {
 background-image: url(../mockup.jpg);
 background-size: 1780px;
 background-position: top center;
 background-repeat: no-repeat;
 background-color: #fff;
 }*/

.pendPages {
 position: fixed;
 z-index: 1;
 top: 150px;
 right: 10%;
 width: 80%;
 font-size: 1.8rem;
 color: red;
 font-weight: 500;
 line-height: 50px;
 color: #fff;
 text-align: center;
 border: 2px solid #fff;
 background: rgba(255, 0, 0, 0.65);
 z-index: 10;
}

.pendImageWrap {
 position: relative;
 left: 50%;
 width: 1536px;
 height: 860px;
 top: 0px;
 margin-left: calc(-1536px / 2);
 margin-bottom: 150px;
 overflow: scroll;
 overflow-y: scroll;
}

.pendImage {
 display: block;
 /*position: relative;
 left: 50%;
 width: 1366px;
 margin-left: calc(-1366px / 2);*/
}

.pendImage img {}

@media only screen and (max-width:640px) {
 .pendImage {
  /*width: 120vw;
  margin-left: -60vw;*/
 }
}