@charset "UTF-8";
/*----------------------------------------------------
reset
----------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

body {
  counter-reset: titleNum;
}

html {
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
}

input[type="submit"] {
  background-color: inherit;
  color: inherit;
}

/*----------------------------------------------------
mixin/function
----------------------------------------------------*/
/*----------------------------------------------------
  pc,sp on/off
----------------------------------------------------*/
.pc {
  display: block;
}

@media only screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

/*-----------------------------
汎用layout
------------------------------*/

.bold {
  font-weight: bold !important;
}
.por {
  position: relative;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pb1em {
  padding-bottom: 1em !important;
}

.mga {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 80px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 150px !important;
}

@media only screen and (max-width: 769px) {
  .mb30 {
    margin-bottom: 4vw !important;
  }
  .mb50 {
    margin-bottom: 6.66667vw !important;
  }
  .mb100 {
    margin-bottom: 13.33333vw !important;
  }
  .mb150 {
    margin-bottom: 20vw !important;
  }
  .mb200 {
    margin-bottom: 26.66667vw !important;
  }
}

/*----------------------------------------------------
  float
----------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.fl-pc {
  float: left;
}

.fr-pc {
  float: right;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 769px) {
  .fl-pc {
    clear: both;
  }
  .fr-pc {
    clear: both;
  }
}

/*----------------------------------------------------
  flex
----------------------------------------------------*/
.flex, .flex-wrap, .flex-wrap-pc, .flex-pc, .flex-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap, .flex-wrap-pc {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.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-clm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-clm-bottom {
  margin-top: auto !important;
}

.flex_item-1clm {
  flex-basis: 100%;
}

.flex_item-2clm {
  flex-basis: 50%;
}

.flex_item-3clm {
  flex-basis: 33.3333%;
}

.flex_item-4clm {
  flex-basis: 25%;
}

@media only screen and (max-width: 769px) {
  .flex-pc {
    display: block;
  }
  .flex-wrap-pc {
    display: block;
  }
}

/*----------------------------------------------------
  text
----------------------------------------------------*/
.suptxt {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.marker {
  background: linear-gradient(transparent 40%, #fff100 0%);
}

.ruby {
  position: relative;
}

.ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -.7em;
  left: 1.5em;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

.txt-indent {
  text-indent: -1em;
  padding-left: 1em !important;
}

/*----------------------------------------------------
  youtube
----------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*----------------------------------------------------
wrap
----------------------------------------------------*/
html {
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  /*letter-spacing: .1em;*/
  color: #221815;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 5.33333vw;
  }
  section {
    padding: 13.33333vw 0;
  }
}

/*----------------------------------------------------
all
----------------------------------------------------*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

a:hover {
  opacity: .8;
}

@media only screen and (max-width: 769px) {
  a:hover {
    opacity: 1;
  }
}
/*-----------------------------
汎用font
------------------------------*/
.lsp1 {
  letter-spacing: .1em !important;
}

.lsp0 {
  letter-spacing: 0 !important;
}

.lh1 {
  line-height: 1.5 !important;
}

.ttl {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: .6em;
}

.txt14 {
  font-size: 14px;
  line-height: 1.8;
}

.txt16 {
  font-size: 16px;
  line-height: 1.8;
}

.txt18 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.88;
}

.txt20 {
  font-size: 20px;
  line-height: 1.4;
}

.txt25 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}

.txt30 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.33;
}
.right {
  text-align: right;
}
.txt35 {
  font-size: 35px;
  line-height: 1.33;
}
.txt60 {
  font-size: 60px;
  line-height: 1.33;
}

@media only screen and (max-width: 769px) {
  .ttl {
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.2;
  }
  .txt14 {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .txt15 {
    font-size: 13px;
  }
  .txt16 {
    font-weight: normal;
    font-size: 15px;
  }
  .txt18 {
    font-weight: normal;
    font-size: 16px;
  }
  .txt20 {
    font-size: 16px;
  }
  .txt25 {
    font-size: 16.5px;
    font-size: 4.4vw;
  }
  .txt30 {
    font-size: 17.5px;
    font-size: 4.66667vw;
    letter-spacing: -0.05;
  }
  .txt35 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .txt60 {
    font-size: 23.5px;
    font-size: 6.26667vw;
  }
}

/*-----------------------------
汎用定義
------------------------------*/
.txt-black {
  color: #000 !important;
}

.txt-white {
  color: #fff !important;
}

.txt-yellow {
  color: #fff100 !important;
}

.txt-gray {
  color: #807f7f !important;
}

.bgc-black {
  background-color: #000 !important;
  color: #fff;
}

.bgc-yellow {
  background-color: #fff100 !important;
  color: #000;
}
