@charset "UTF-8";
/* ---------------
変数
装飾
mixin
body以下
メディアクエリー
---------------*/
/*-------------------------------------
1.Style
2.Grid
-------------------------------------*/
/*-------------------------------------
Style
-------------------------------------*/
/* img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
} */
a {
  color: #fff;
  text-decoration-line: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

th {
  width: 33.3%;
  text-align: center;
}

main {
  margin: 0 auto;
}

li {
  max-width: 96%;
}

/*ヘッダー
-------------------------------------*/
header {
  padding: 1rem 0;
}

header p {
  margin: 0 auto;
  text-align: center;
}

header .container p {
  margin: 0;
}

header .row {
  flex-direction: column;
}

.header {
  display: flex;
  flex-direction: row;
  padding: 2rem 0 0 0;
}

.header-box {
  margin-left: auto;
  margin-top: 8px;
}

/*メインビジュアル
-------------------------------------*/
.mainimg {
  margin: 0 auto;
}

.mainimg img {
  max-width: 1000px;
  margin-bottom: -1rem;
}

.mainimg img.pc {
  display: block;
	height: auto;
}

.mainimg img.sp {
  display: none;
}

/*メインコンテンツ
-------------------------------------*/
div#wrap {
  overflow: hidden;
}

main section p {
  font-size: 1.8rem;
}

/*全体
-------------------------------------*/
h2:first-child {
  margin-top: 3rem;
}

img.image-photo {
  margin: 2rem auto;
}

.container p.caption {
  margin: 0 0 -3rem 0;
}

.font-size-xs {
  font-size: 1rem;
}

.font-size-s {
  font-size: 1.6rem;
}

.font-size-l {
  font-size: 2.2rem;
}

.font-size-xl {
  font-size: 2.6rem;
}

.font-size-xxl {
  font-size: 3rem;
}

.text-strong {
  font-weight: bold;
}

.text-strong-red {
  font-weight: bold;
  color: #f02b3d;
}

.text-strongest {
  font-weight: bold;
  color: #f02b3d;
}

.text-strongest-2rem {
  font-weight: bold;
  color: #f02b3d;
  font-size: 2.2rem;
}

.text-center {
  text-align: center;
}

.margin-btm-3rem {
  margin-bottom: 3rem;
}

.margin-top-3rem {
  margin-top: 3rem;
}

/*フッター
-------------------------------------*/
footer {
  padding: 0;
}

footer p {
  font-size: 1.6rem;
  margin: 1rem 3rem;
}

footer .copyright {
  text-align: center;
  padding: 1rem 0;
}

/*ページトップへ戻るボタン
-------------------------------------*/
p#pagenavi {
  position: fixed;
  bottom: 6%;
  right: 6%;
  margin-bottom: 0;
  z-index: 9999;
  opacity: 80%;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー
	-------------------------------------*/
  .header-box {
    display: none;
  }
  .mainimg img.pc {
    display: none;
  }
  .mainimg img.sp {
    display: block;
  }
  header {
    font-size: 16px;
    padding: 1rem;
  }
  /*全体
	-------------------------------------*/
  main section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .faceicon img {
    width: 200px;
  }
  .br-sp {
    display: block;
  }
  .says {
    font-weight: 300;
  }
  .font-size-xl {
    font-size: 2rem;
  }
}
/*YouTube レスポンシブ
	-------------------------------------*/
.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------------------
Grid
-------------------------------------*/
/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic",
    "Meiryo", sans-serif;
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-cta {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem;
}

.container {
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  max-width: 1000px;
}

.container p {
  margin: 3rem 0;
}

section {
  margin: 0 auto;
  position: relative;
}

.center {
  text-align: center;
}

/* ブロックを縦に表示 */
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  align-items: flex-start;
}

.col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

/* 768px以上の表示 */
@media (min-width: 768px) {
  .row {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .col {
    margin-left: 4%;
  }
  .col:first-child {
    margin-left: 0;
  }
  .row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
  }
  .row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }
  .row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
  }
  .row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
  }
  .row .col.span-9 {
    flex: 0 0 74%;
    max-width: 74%;
  }
  .row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
  }
  .row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
  }
  .row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row .col.offset-1 {
    margin-left: 8.66666666667%;
  }
  .row .col.offset-2 {
    margin-left: 17.3333333333%;
  }
  .row .col.offset-3 {
    margin-left: 26%;
  }
  .row .col.offset-4 {
    margin-left: 34.6666666667%;
  }
  .row .col.offset-5 {
    margin-left: 43.333333333%;
  }
  .row .col.offset-6 {
    margin-left: 52%;
  }
  .row .col.offset-7 {
    margin-left: 60.6666666667%;
  }
  .row .col.offset-8 {
    margin-left: 69.3333333333%;
  }
  .row .col.offset-9 {
    margin-left: 78%;
  }
  .row .col.offset-10 {
    margin-left: 86.6666666667%;
  }
  .row .col.offset-11 {
    margin-left: 95.3333333333%;
  }
  /* オフセット */
}

p {
  margin-top: 0;
}

/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.button:hover,
button:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  box-sizing: border-box;
}

/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 150px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}

input[type="text"],
input[type="email"] {
  width: 100%;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 1px solid #0fa0ce;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #0fa0ce;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  margin-top: 0;
}

ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  border-collapse: collapse;
  background: #ffffff;
  margin: 3rem 0;
}

th,
td {
  padding: 12px 15px;
  border-bottom: 1px solid #e1e1e1;
}

th {
  background: #e1e1e1;
}

td {
  text-align: left;
}

/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem;
}

/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* 罫線
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー
-------------------------------------*/
  h2 {
    font-size: 2.2rem;
  }
  div.container {
    padding: 0 !important;
    max-width: 100%;
  }
}
