@charset "UTF-8";
/*
	BASE
*******************************/
/*
font-family: "parlare", sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: "din-2014", sans-serif;
*/
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
  line-height: 1em;
}

body {
  font-size: 1.8rem;
  background-color: #ffffff;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  line-height: 0;
}

p, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6, label {
  color: #000000;
}

a,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover {
  text-decoration: none;
}

a img {
  outline: none;
  border: none;
  -webkit-backface-visibility: hidden;
}

area {
  border: none;
  outline: none;
}

.clear {
  clear: both;
}

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

:root {
  --color_main:#ff6b00;
  --color_sub:#646464;
  --color_sub2:#00175a;
  --color_sub3:#ff6b00;
  --color_bg: #fff2e5;
  --color_txt: #5a2d00;
  --vw10: 2.56vw;
  --vw11: 2.82vw;
  --vw12: 3.08vw;
  --vw13: 3.33vw;
  --vw14: 3.59vw;
  --vw15: 3.85vw;
  --vw16: 4.1vw;
  --vw17: 4.36vw;
  --vw18: 4.62vw;
  --vw19: 4.87vw;
  --vw20: 5.13vw;
  --vw21: 5.38vw;
  --vw22: 5.64vw;
  --vw23: 5.9vw;
  --vw24: 6.15vw;
  --vw25: 6.41vw;
  --vw26: 6.67vw;
  --vw27: 6.92vw;
  --vw28: 7.18vw;
  --vw29: 7.44vw;
  --vw30: 7.69vw;
  --vw31: 7.95vw;
  --vw32: 8.21vw;
  --vw33: 8.46vw;
  --vw34: 8.72vw;
  --vw35: 8.97vw;
  --vw36: 9.23vw;
  --vw37: 9.49vw;
  --vw38: 9.74vw;
  --vw39: 10vw;
  --vw40: 10.26vw;
  --vw41: 10.51vw;
  --vw42: 10.77vw;
  --vw43: 11.03vw;
  --vw44: 11.28vw;
  --vw45: 11.54vw;
  --vw46: 11.79vw;
  --vw47: 12.05vw;
  --vw48: 12.31vw;
  --vw49: 12.56vw;
  --vw50: 12.82vw;
  --vw51: 13.08vw;
  --vw52: 13.33vw;
  --vw53: 13.59vw;
  --vw54: 13.85vw;
  --vw55: 14.1vw;
  --vw56: 14.36vw;
  --vw57: 14.62vw;
  --vw58: 14.87vw;
  --vw59: 15.13vw;
  --vw60: 15.38vw;
  --vw61: 15.64vw;
  --vw62: 15.9vw;
  --vw63: 16.15vw;
  --vw64: 16.41vw;
  --vw65: 16.67vw;
  --vw66: 16.92vw;
  --vw67: 17.18vw;
  --vw68: 17.44vw;
  --vw69: 17.69vw;
  --vw70: 17.95vw;
  --vw80: 20.51vw;
  --vw90: 23.08vw;
  --vw100: 25.64vw;
  --vw110: 28.21vw;
  --vw120: 30.77vw;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*
	BASE LAYOUT
******************/
body {
  min-width: 940px;
}
body #main {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

/*
Contents LAYOUT
******************/
.wrap {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.wrap .contents {
  width: calc(100% - 100px);
  max-width: 1280px;
  margin: 0 auto;
}
.wrap .contents .contents_inner {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  /*
  Contents LAYOUT
  ******************/
  .wrap .contents {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  /*
  	BASE LAYOUT
  ******************/
  body {
    min-width: 100%;
  }
  /*
  Contents LAYOUT
  ******************/
  .wrap .contents {
    width: 90%;
  }
  .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}