@charset "UTF-8";

html, body {
  width: 100%;
  height: 100%;
}

html, body {
  width: 100%;
  color: #333;
  /* font-family: a-otf-ud-shin-go-pr6n, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN W3", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal
}

/* support iOS 高さいっぱいに表示 */
html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

a {
  color: #000;
  word-wrap: break-word;
}

.left, .fix_left {
  float: left;
}

.right, .fix_right {
  float: right;
}

.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.li2 li {
  width: 50%;
}

.flex.li2m li {
  width: 47%;
  margin: 0 0 3%;
}

.flex.li3 li {
  width: 33.33333%;
}

.flex.li3m li {
  width: 31%;
  margin: 0 0 2%;
}

.flex.li4 li {
  width: 25%;
}

.flex.li4m li {
  width: 22%;
  margin: 0 0 3%;
}

.flex.li5 li {
  width: 20%;
}

.flex.li5m li {
  width: 18%;
  margin: 0 0 2%;
}

/* .clearfix {margin: 0;} */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.flex_pc {
  display: flex !important;
}

.flex_sp {
  display: none !important;
}

.inline_pc {
  display: inline !important;
}

.inline_sp {
  display: none !important;
}

.hidden {
  display: none;
}

.cb {
  clear: both;
}

.oh {
  overflow: hidden;
}

.core {
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

header {
  position: relative;
  z-index: 10;
}

button {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0px solid;
  background: none;
  cursor: pointer;
}

table {
  width: 100%;
  table-layout: fixed;
  /* border-collapse: separate; */
  /* テーブルにpaddingをかけたいとき */
}

table th {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid;
}

table td {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid;
}

img, object, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img:not([alt]) {
  outline: 5px solid red;
}

video {
  width: 100%;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.scroll::-webkit-scrollbar {
  width: 10px;
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

.scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .left {
    float: none;
  }

  .right {
    float: none;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .flex_pc {
    display: none !important;
  }

  .flex_sp {
    display: flex !important;
  }

  .inline_pc {
    display: none !important;
  }

  .inline_sp {
    display: inline !important;
  }

  table th, table td {
    display: block;
  }
}

/*---------------------------------------フォント----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  min-height: 0vw;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

.serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN W3", "Yu Mincho", "MS PMincho", serif;
}

.sanserif {
  font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN W3", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

p {}

dt {
  float: left;
}

dt::after {
  content: "："
}

input, textarea {
  color: #000;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }
}

/*---------------------------------------フォントサイズ----------------------------------------*/
.fs10 {
  font-size: 1.0rem;
}

.fs11 {
  font-size: 1.2em;
}

.fs12 {
  font-size: 1.2em;
}

.fs13 {
  font-size: 1.3em;
}

.fs14 {
  font-size: 1.4em;
}

.fs15 {
  font-size: 1.5em;
}

.fs16 {
  font-size: 1.6em;
}

.fs17 {
  font-size: 1.7em;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem;
}

.fs20 {
  font-size: 2rem;
}

.fs21 {
  font-size: 2.1rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs23 {
  font-size: 2.3rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs08em {
  font-size: 0.8em;
}

.fs09em {
  font-size: 0.9em;
}

.fs11em {
  font-size: 1.1em;
}

.fs12em {
  font-size: 1.2em;
}

.fs13em {
  font-size: 1.3em;
}

.fs14em {
  font-size: 1.4em;
}

.fs15em {
  font-size: 1.5em;
}

.fs16em {
  font-size: 1.6em;
}

.fs17em {
  font-size: 1.7em;
}

.fs18em {
  font-size: 1.8em;
}

.fs19em {
  font-size: 1.9em;
}

.fs20em {
  font-size: 2em;
}

/*---------------------------------------カラー----------------------------------------*/
.gray {
  color: gray;
}

.silver {
  color: silver;
}

.gold {
  color: gold;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.yellow {
  color: yellow;
}

.cyan {
  color: cyan;
}

.orange {
  color: orange;
}

/*---------------------------------------レイアウト----------------------------------------*/
.mt1 {
  margin-top: calc(16px*1);
}

.mt2 {
  margin-top: calc(16px*2);
}

.mt3 {
  margin-top: calc(16px*3);
}

.mt4 {
  margin-top: calc(16px*4);
}

.mt5 {
  margin-top: calc(16px*5);
}

.mt6 {
  margin-top: calc(16px*6);
}

.mt7 {
  margin-top: calc(16px*7);
}

.mt8 {
  margin-top: calc(16px*8);
}

.mt9 {
  margin-top: calc(16px*9);
}

.mt10 {
  margin-top: calc(16px*10);
}

.mb1 {
  margin-bottom: calc(16px*1);
}

.mb2 {
  margin-bottom: calc(16px*2);
}

.mb3 {
  margin-bottom: calc(16px*3);
}

.mb4 {
  margin-bottom: calc(16px*4);
}

.mb5 {
  margin-bottom: calc(16px*5);
}

.mb6 {
  margin-bottom: calc(16px*6);
}

.mb7 {
  margin-bottom: calc(16px*7);
}

.mb8 {
  margin-bottom: calc(16px*8);
}

.mb9 {
  margin-bottom: calc(16px*9);
}

.mb10 {
  margin-bottom: calc(16px*10);
}

.mt1p {
  margin-top: 1%;
}

.mt2p {
  margin-top: 2%;
}

.mt3p {
  margin-top: 3%;
}

.mt4p {
  margin-top: 4%;
}

.mt5p {
  margin-top: 5%;
}

.mt6p {
  margin-top: 6%;
}

.mt7p {
  margin-top: 7%;
}

.mt8p {
  margin-top: 8%;
}

.mt9p {
  margin-top: 9%;
}

.mt10p {
  margin-top: 10%;
}

.mb1p {
  margin-bottom: 1%;
}

.mb2p {
  margin-bottom: 2%;
}

.mb3p {
  margin-bottom: 3%;
}

.mb4p {
  margin-bottom: 4%;
}

.mb5p {
  margin-bottom: 5%;
}

.mb6p {
  margin-bottom: 6%;
}

.mb7p {
  margin-bottom: 7%;
}

.mb8p {
  margin-bottom: 8%;
}

.mb9p {
  margin-bottom: 9%;
}

.mb10p {
  margin-bottom: 10%;
}

/*---------------------------------------z-index----------------------------------------*/
.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

.z20 {
  z-index: 20;
}

.z30 {
  z-index: 30;
}

.z40 {
  z-index: 40;
}

.z50 {
  z-index: 50;
}

.z60 {
  z-index: 60;
}

.z70 {
  z-index: 70;
}

.z80 {
  z-index: 80;
}

.z90 {
  z-index: 90;
}

.z100 {
  z-index: 100;
}

/*---------------------------------------onetime-fadein----------------------------------------*/
.ot-fadein {
  opacity: 0;
}

.ot-fadein.fadein {
  opacity: 1;
}

.ot-slidein-top {
  margin-top: 5%;
}

.ot-slidein-top.slidein {
  margin-top: 0%;
}

.ot-slidein-bottom {}

.ot-slidein-bottom.slidein {
  margin-top: 0%;
}

.ot-slidein-left {}

.ot-slidein-left.slidein {
  margin-top: 0%;
}

.ot-slidein-right {}

.ot-slidein-right.slidein {
  margin-top: 0%;
}

.duration01 {
  transition-duration: .1s;
}

.duration02 {
  transition-duration: .2s;
}

.duration03 {
  transition-duration: .3s;
}

.duration04 {
  transition-duration: .4s;
}

.duration05 {
  transition-duration: .5s;
}

.duration06 {
  transition-duration: .6s;
}

.duration07 {
  transition-duration: .7s;
}

.duration08 {
  transition-duration: .8s;
}

.duration09 {
  transition-duration: .9s;
}

.duration10 {
  transition-duration: 10s;
}

.delay01 {
  transition-delay: .1s;
}

.delay02 {
  transition-delay: .2s;
}

.delay03 {
  transition-delay: .3s;
}

.delay04 {
  transition-delay: .4s;
}

.delay05 {
  transition-delay: .5s;
}

.delay06 {
  transition-delay: .6s;
}

.delay07 {
  transition-delay: .7s;
}

.delay08 {
  transition-delay: .8s;
}

.delay09 {
  transition-delay: .9s;
}

.delay10 {
  transition-delay: 10s;
}

/*---------------------------------------Wordpress----------------------------------------*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
