@charset "utf-8";

*,::before,::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; 
  -webkit-tap-highlight-color: transparent; 
}
body {
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-style: normal;
  font-size: 16px;
  color:#373434;
  background: #fff;
  margin: 0;
  padding: 0;
  min-height: 100%;
  max-width: 1980px;
  line-height: 1.5em;
}
main {
  min-height: 500px;
	margin-bottom: 100px;
}
h2,h3,h4,h5 {
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 400;
}
.yu-mincho {
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl{
  font-size: 100%;
  margin: 0;
  padding: 0;
  list-style-type:none;
  text-align: justify;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.3em;
}
p,dl,ul{
  line-height: 1.7em;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
  display:block;
}
section p:last-child,section ul:last-child,section ol:last-child,section dl:last-child,section table:last-child,section.sec_con:last-child,
article p:last-child,article ul:last-child,article ol:last-child,article dl:last-child,article table:last-child,article.art_con:last-child,
div p:last-child,div ul:last-child,div ol:last-child,div dl:last-child,div table:last-child,
dd:last-of-type,li:last-of-type,.div_h4:last-child,.div_h5:last-child,.div_h6:last-child{
  margin-bottom:0;
}
section.sec_con:first-of-type{
  margin-bottom: 100px;
}
table,blockquote,address,pre,iframe,form,figure,dl {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt,dd {
  margin-left: 0;
}
dl ul {
  margin: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
td,th {
  vertical-align: top;
  padding: 0;
  font-weight: normal;
}
table th:last-child, table td:last-child {
  border-right: none;
}
table tr:last-child th, table tr:last-child  td {
  border-bottom: none;
}
img,video {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
p,ul {
  margin: 1rem 0;
}
.c_pink{
  color: #EB9F95;
}
.c_brown{
  color: #64443F;
}
.ul_float li {
  display: inline-block;
  border-radius: 5px;
  position: relative;
  margin: 0 2rem 5px 0;
}
.line_b {
  border-bottom:1px solid;
}
.d_b {
  display: block!important;
}
/*  fade  */
.fadein {
  opacity: 0;
  transition: 1s;
}
.fadein.is-show {
  opacity: 1;
}
/*  font  */
.f_small {
  font-size: 0.8em;
}
.t_l{
  text-align: left!important;
}
.t_r{
  text-align: right!important;
}
.t_c{
  display: block!important;
  text-align: center!important;
}
/*  margin  */
.m_a {
  margin: auto;
}
.mt_0 {
  margin-top: 0!important;
}
.mt_15 {
  margin-top: 15px!important;
}
.mt_30 {
  margin-top: 30px!important;
}
.mt_60 {
  margin-top: 60px!important;
}
.mt_120 {
  margin-top: 120px!important;
}
.mb_0 {
  margin-bottom: 0!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
.mb_60 {
  margin-bottom: 60px!important;
}
.mb_120 {
  margin-bottom: 120px!important;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .dn_mob {
    display: none!important;
  }
  .mt_60 {
    margin-top: 45px!important;
  }
  .mt_120 {
    margin-top: 60px!important;
  }
  .mb_60 {
    margin-bottom: 45px!important;
  }
  .mb_120 {
    margin-bottom: 60px!important;
  }
  .fadein_up_early,.fadein_up ,.fadein_up_slow{
    opacity: 0;
    transform: translate(0, 20%);
    transition: all 0.5s!important;
  }
  .fadein_up.is-show,.fadein_up_early.is-show,.fadein_up_slow.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
  .dn_pc {
    display: none!important;
  }
  .fadein_up_early {
    opacity: 0;
    transform: translate(0, 20%);
    transition: all 0.5s!important;
  }
  .fadein_up {
    opacity: 0;
    transform: translate(0, 30%);
    transition: all 1s!important;
  }
  .fadein_up_slow {
    opacity: 0;
    transform: translate(0, 40%);
    transition: all 1.5s!important;
  }
  .fadein_up.is-show,.fadein_up_early.is-show,.fadein_up_slow.is-show {
    transform: translate(0, 0);
    opacity: 1;
  }
}
