@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/common/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/common/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
/* reset css
-----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  background: #fff;
  color: #000;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, select {
  font-size: 100%;
  vertical-align: middle;
}

fieldset, input, textarea {
  margin: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

a img {
  border: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* iphone safari */
input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "NotoSansJP-Regular", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f4efe6;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.cts {
  margin: 0 auto;
  width: 950px;
  padding: 0 40px;
}
@media (max-width: 950px) {
  .cts {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .cts {
    padding: 10vw 6.518904824vw 0;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  opacity: 1;
  transition: opacity 0.25s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.no-df:hover, a.alpha-white:hover {
  text-decoration: none;
  transition: none;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  a:hover img.nofilter {
    opacity: 1 !important;
    filter: none !important;
  }
}

.bold {
  font-weight: bold !important;
}

.fleft {
  float: left !important;
} /* 左 */
.fright {
  float: right !important;
} /* 右 */
.clear::after {
  content: "";
  clear: both;
  display: block;
}

.left {
  text-align: left !important;
} /* 左 */
.right {
  text-align: right !important;
} /* 右 */
.center {
  text-align: center !important;
} /* 中央 */
.vtop {
  vertical-align: top !important;
} /* 上 */
.vmiddle {
  vertical-align: middle !important;
} /* 中央 */
.vbottom {
  vertical-align: bottom !important;
} /* 下 */
.black {
  color: #333333 !important;
} /* 黒（デフォルト） */
.red {
  color: #d63534 !important;
} /* 赤 */
.reds {
  color: #d63534 !important;
  font-weight: bold !important;
} /* 赤強調 */
.f10 {
  font-size: 63% !important;
} /* 10px相当 */
.f11 {
  font-size: 67% !important;
} /* 11px相当 */
.f12 {
  font-size: 74% !important;
} /* 12px相当 */
.f13 {
  font-size: 80% !important;
} /* 13px相当 */
.f14 {
  font-size: 87% !important;
} /* 14px相当 */
.f15 {
  font-size: 94% !important;
} /* 15px相当 */
.f16 {
  font-size: 100% !important;
} /* 16px相当 */
.f17 {
  font-size: 107% !important;
} /* 17px相当 */
.f18 {
  font-size: 114% !important;
} /* 18px相当 */
.f19 {
  font-size: 120% !important;
} /* 19px相当 */
.f20 {
  font-size: 127% !important;
} /* 20px相当 */
.f21 {
  font-size: 134% !important;
} /* 21px相当 */
.f22 {
  font-size: 140% !important;
} /* 22px相当 */
.f23 {
  font-size: 147% !important;
} /* 23px相当 */
.f24 {
  font-size: 154% !important;
} /* 24px相当 */
.f25 {
  font-size: 160% !important;
} /* 25px相当 */
.f26 {
  font-size: 167% !important;
} /* 26px相当 */
.f00 {
  font-size: 0 !important;
} /*リセット*/
.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.sp　 {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC/SP出し分け
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .h-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .h-pc {
    display: none !important;
  }
}
/* メインビジュアル
-----------------------------------*/
.inner .mv {
  position: relative;
  margin-bottom: 8.4210526316vw;
}
@media (max-width: 767px) {
  .inner .mv {
    margin-bottom: 9.3872229465vw;
  }
}
.inner .mv .txt {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translateY(50%) translateX(50%);
  font-family: "Bellefair-Regular";
  font-size: 5.0526315789vw;
  color: #FFF;
}
@media (min-width: 951px) {
  .inner .mv .txt {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .inner .mv .txt {
    font-size: 6.258148631vw;
  }
}

/* 見出し
-----------------------------------*/
/* ボタン
-----------------------------------*/
.btn01 {
  cursor: pointer;
  background-color: #d63534;
  border-radius: 500px;
  min-width: 320px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding: 14px;
  display: inline-block;
  border: 1px solid #d63534;
  transition: ease 0.2s;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .btn01 {
    min-width: 250px;
  }
}
.btn01:hover {
  opacity: 0.8;
}
.btn01.arr-r::after, .btn01.arr-l::after {
  content: "";
  width: 9px;
  height: 15px;
  display: inline-block;
  background: url(../images/common/com_ic02.svg) 0 0 no-repeat;
  background-size: 100%;
  margin-right: 8px;
  background-size: 100%;
  vertical-align: middle;
  position: absolute;
  bottom: 50%;
  right: 24px;
  transform: translateY(50%);
}
.btn01.arr-l::after {
  right: auto;
  left: 24px;
  bottom: 25%;
  transform: rotate(180deg) translateY(50%);
}
.btn01.long {
  width: 100%;
}

/* 横並び
-----------------------------------*/
.col2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.col2 > * {
  width: calc((100% - (16px * (2 - 1))) / 2);
}
.col2 > *:not(:nth-of-type(2n)) {
  margin-right: 16px;
}
.col2 > *:not(:nth-of-type(-n+2)) {
  margin-top: 40px;
}

.col3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.col3 > * {
  width: calc((100% - (20px * (3 - 1))) / 3);
}
.col3 > *:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.col3 > *:not(:nth-of-type(-n+3)) {
  margin-top: 20px;
}

.col4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.col4 > * {
  width: calc((100% - (24px * (4 - 1))) / 4);
}
.col4 > *:not(:nth-of-type(4n)) {
  margin-right: 24px;
}
.col4 > *:not(:nth-of-type(-n+4)) {
  margin-top: 24px;
}

.col5 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.col5 > * {
  width: calc((100% - (32px * (5 - 1))) / 5);
}
.col5 > *:not(:nth-of-type(5n)) {
  margin-right: 32px;
}
.col5 > *:not(:nth-of-type(-n+5)) {
  margin-top: 32px;
}

.col6 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.col6 > * {
  width: calc((100% - (40px * (6 - 1))) / 6);
}
.col6 > *:not(:nth-of-type(6n)) {
  margin-right: 40px;
}
.col6 > *:not(:nth-of-type(-n+6)) {
  margin-top: 40px;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト ドット */
/* 番号リスト */
/* テーブル
-----------------------------------*/
.tbl01 {
  width: 100%;
  border-top: 1px dotted #999;
}
@media (max-width: 767px) {
  .tbl01 {
    display: block;
  }
}
@media (max-width: 767px) {
  .tbl01 tbody,
.tbl01 tr {
    display: block;
  }
}
@media (max-width: 767px) {
  .tbl01 th {
    display: block;
  }
}
@media (max-width: 767px) {
  .tbl01 td {
    display: block;
    padding: 12px 16px;
  }
}

/*フェードイン*/
.fadein-up {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: top 1s ease, opacity 1s ease;
  transition-delay: 0.2s;
}
.fadein-up.active {
  top: 0;
  opacity: 1;
}
.fadein-up.pb {
  top: auto;
  bottom: -50px !important;
  transition: bottom 1s ease, opacity 1s ease;
}
.fadein-up.pb.active {
  bottom: 0 !important;
  top: auto;
}
.fadein-up.abs {
  position: absolute;
}

.fadein-normal {
  opacity: 0;
  transition: top 1s ease, opacity 1s ease;
  transition-delay: 0.2s;
}
.fadein-normal.active {
  top: 0;
  opacity: 1;
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 16px auto 0;
}
.wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  color: #191919;
  line-height: 1;
}
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 40px;
  background: #E40069;
  color: #FFF;
  line-height: 1;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.wp-pagenavi .nextpostslink::before {
  left: calc(50% - 8px);
}
.wp-pagenavi .previouspostslink::before {
  right: calc(50% - 8px);
  transform: translateY(-50%) rotate(-135deg);
}

/* 投稿記事 タイトル
-----------------------------------*/
.post-details {
  padding-bottom: 32px;
}
.post-details .post-header {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding: 16px;
  background: #FBE6EF;
}
.post-details .post-header h2 {
  width: calc(100% - 100px);
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .post-details .post-header h2 {
    font-size: 16px;
  }
}
.post-details .post-header .date {
  width: 120px;
  padding-left: 16px;
  text-align: right;
  font-size: 14px;
}
@media (max-width: 767px) {
  .post-details .post-header .date {
    font-size: 12px;
  }
}

/* 投稿記事 詳細
-----------------------------------*/
.post-content {
  /* youtube */
}
.post-content h1 {
  margin: 0.67em 0;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}
.post-content h2 {
  margin: 0.83em 0;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
}
.post-content h3 {
  margin: 1em 0;
  font-size: 1.17em;
  font-weight: bold;
  line-height: 1.3;
}
.post-content h4 {
  margin: 1.33em 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
}
.post-content h5 {
  margin: 1.67em 0;
  font-size: 0.83em;
  font-weight: bold;
  line-height: 1.3;
}
.post-content h6 {
  margin: 2.33em 0;
  font-size: 0.67em;
  font-weight: bold;
  line-height: 1.3;
}
.post-content p {
  margin: 1em 0;
  line-height: 1.3;
}
.post-content ul,
.post-content ol {
  margin: 1em 0;
  padding-left: 40px;
}
.post-content ul {
  list-style-type: disc;
}
.post-content ol {
  list-style-type: decimal;
}
.post-content li {
  line-height: 1.3;
}
.post-content blockquote {
  font-style: italic;
  padding: 0 30px;
}
.post-content blockquote cite,
.post-content blockquote em,
.post-content blockquote i {
  font-style: normal;
}
.post-content .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.post-content .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

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

section.cts {
  padding: 120px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  section.cts {
    padding: 20px 16px 80px;
    font-size: 16px;
  }
}

/*======================*/
/* シリアルコード入力画面 */
/*======================*/
#code .btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#code .btn li {
  text-align: center;
  margin-bottom: 16px;
}
#code .btn li a {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  padding: 16px 40px;
  border-radius: 100px;
  background: #d63534;
  color: #FFF;
  font-weight: bold;
}
#code .form {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#code .form th {
  padding: 0 32px 24px 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #code .form th {
    display: block;
    width: 100%;
    padding: 0 0 6px 0;
  }
}
#code .form th span {
  margin-right: 8px;
  padding: 4px 8px;
  background: #01a7bd;
  color: #FFF;
  font-size: 14px;
}
#code .form td {
  padding-bottom: 24px;
  vertical-align: top;
}
@media (max-width: 767px) {
  #code .form td {
    display: block;
    width: 100%;
    padding-bottom: 16px;
  }
}
#code .form td p {
  margin-top: 6px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #code .form td p {
    margin-top: 4px;
    font-size: 14px;
  }
}
#code .form input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#code .form input[type=text], #code .form input[type=email], #code .form input[type=pw], #code .form input[type=tel], #code .form input[type=number] {
  width: 100%;
  border: 1px solid #CCC;
  padding: 8px;
  border-radius: 2px;
  font: inherit;
}
#code .form input.short {
  width: 120px;
}
#code .form .btn-area {
  margin-top: 32px;
  text-align: center;
}
#code .form button {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
  background-color: #d63534;
  border-radius: 500px;
  min-width: 400px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding: 32px 40px;
  display: inline-block;
  border: 1px solid #d63534;
  transition: ease 0.2s;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  #code .form button {
    min-width: auto;
    width: 100%;
  }
}
#code .win p {
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  #code .win p {
    text-align: left;
  }
}
#code .reject h2 {
  color: #d63534;
  font-size: 42px;
  padding-left: 1em;
  letter-spacing: 1em;
}
@media (max-width: 767px) {
  #code .reject h2 {
    font-size: 38px;
  }
}
#code .reject p {
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  #code .reject p {
    text-align: left;
  }
}
#code .error {
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  #code .error {
    text-align: left;
  }
}
#code .error a {
  color: #d63534;
  text-decoration: underline;
}
#code .error a:hover {
  text-decoration: none;
}
#code .error h2 {
  color: #d63534;
  line-height: 1.5;
}
#code .error .btn-area {
  margin-top: 16px;
}
@media (max-width: 767px) {
  #code .error .btn-area {
    text-align: center;
  }
}
#code .error .info-wrap {
  display: flex;
  justify-content: center;
  text-align: left;
  padding: 16px 0;
}
#code .error .info-wrap li {
  margin-left: 1.5em;
  list-style: disc;
}

/*=============*/
/* 申込フォーム */
/*=============*/
#form .flow {
  text-align: center;
  margin-bottom: 36px;
}
#form .txt {
  text-align: center;
  font-weight: bold;
}
#form .form-area {
  background-color: #FFF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 32px 40px;
  margin: 32px 0 40px;
}
@media (max-width: 767px) {
  #form .form-area {
    padding: 24px 16px;
  }
}
#form .form-area .form-cell-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form .form-area .form-cell-area.one-col {
  justify-content: center;
}
#form .form-area .form-cell-area .cell {
  width: 47%;
}
@media (max-width: 767px) {
  #form .form-area .form-cell-area .cell {
    width: 100%;
  }
}
#form .form-area .form-cell-area .cell.w100 {
  width: 100%;
}
#form .form-area .form-cell-area .cell.check {
  background-color: #f4efe6;
  text-align: center;
  padding: 24px;
}
@media (max-width: 767px) {
  #form .form-area .form-cell-area .cell.check {
    margin-bottom: 8px;
  }
}
#form .form-area .form-cell-area .cell.check .ttl {
  color: #01a7bd;
  margin-bottom: 16px;
}
#form .form-area .form-cell-area .cell.check .ttl img {
  vertical-align: middle;
}
#form .form-area .form-cell-area .cell.bg {
  background-color: #35CB87;
}
#form .form-area .required {
  font-size: 70%;
  background-color: #01a7bd;
  color: #FFF;
  font-weight: bold;
  padding: 2px 4px;
  position: relative;
  left: 4px;
  top: 4px;
}
#form .form-area .ttl {
  font-weight: bold;
  margin-bottom: 8px;
}
#form .form-area .ipt {
  margin-bottom: 24px;
}
#form .form-area .ipt label {
  display: inline-block;
  margin: 0 24px 12px 0;
  vertical-align: top;
}
#form .form-area .ipt.w25 label {
  width: 33%;
  margin-right: 0;
}
@media (max-width: 767px) {
  #form .form-area .ipt.w25 label {
    width: auto;
    margin-right: 16px;
  }
}
#form .form-area .ipt.w20 label {
  width: 19.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  #form .form-area .ipt.w20 label {
    width: auto;
    margin-right: 16px;
  }
}
#form .form-area .item {
  margin-bottom: 24px;
}
#form .form-area .item .item-name {
  display: inline-block;
  margin-right: 24px;
}
@media (max-width: 767px) {
  #form .form-area .item .item-name {
    display: block;
  }
}
#form .form-area .item .size-2 {
  width: 100px;
}
#form .form-area .note {
  font-size: 80%;
  color: #4D4D4D;
  font-weight: normal;
}
#form .btn-area {
  margin-top: 32px;
  text-align: center;
}
#form input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#form input[type=text], #form input[type=email], #form input[type=pw], #form input[type=tel] {
  width: 100%;
  border: 1px solid #CCC;
  background-color: #f4efe6;
  padding: 8px;
  border-radius: 2px;
}
#form textarea {
  width: 100%;
  border: 1px solid #CCC;
  background-color: #f4efe6;
  padding: 8px;
  border-radius: 2px;
  height: 80px;
  min-width: 100%;
  min-height: 80px;
}
#form select {
  padding: 8px;
  border-radius: 2px;
  border: 1px solid #CCC;
  background-color: #f4efe6;
  color: #333;
}
@media (max-width: 767px) {
  #form select {
    width: 100%;
  }
}
#form .btn-area .btn01 {
  margin: 4px 8px;
}
#form .btn-area .correct {
  border: 1px solid #666;
  background: #666;
}
#form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

/*====================================*/
/* 応募規約について、個人情報について */
/*====================================*/
.privacypolicy {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .privacypolicy {
    padding-bottom: 0;
  }
}
.privacypolicy h2:not(:first-of-type) {
  margin-top: 60px;
}
.privacypolicy h3 {
  margin-bottom: 16px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .privacypolicy h3 {
    font-size: 16px;
  }
}
.privacypolicy li {
  margin: 0 0 8px 1em;
  text-indent: -1em;
  word-break: break-all;
}
.privacypolicy li::before {
  content: "●";
}

#header {
  background: url(/common/images/common/header_bg01.jpg) no-repeat center top;
  background-size: cover;
}
#header .logo {
  padding: 0 16px;
}
#header .logo a {
  display: flex;
  align-items: flex-end;
  gap: 0 16px;
}
@media (max-width: 1400px) {
  #header .logo a {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px 0;
  }
}
@media (max-width: 767px) {
  #header .logo a {
    align-items: center;
    gap: 8px 0;
  }
}
#header .logo a img:last-of-type {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #header .logo a img:last-of-type {
    width: 80%;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    padding: 0 16px;
  }
}

/* PAGE TOP
-----------------------------------*/
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 90;
}
@media (max-width: 767px) {
  .pagetop {
    bottom: 48px;
    right: 24px;
  }
}
.pagetop p {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .pagetop p {
    width: 40px;
    height: 40px;
  }
}
.pagetop p a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #000000;
  border: solid 1px #FFF;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pagetop p a {
    width: 40px;
    height: 40px;
  }
}
.pagetop p a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

@media (min-width: 768px) {
  .footerFixed {
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative; /* ←相対位置 */
    padding-bottom: 60px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
  }
  .footerFixed #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

#footer {
  text-align: center;
}
#footer .links {
  background-color: #000;
  padding: 40px 0;
}
#footer .links ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #FFF;
}
#footer .links ul li::after {
  content: "|";
  padding-left: 20px;
}
@media (max-width: 767px) {
  #footer .links ul li::after {
    content: "";
    padding-left: 0;
  }
}
#footer .links ul li:last-of-type::after {
  content: "";
  padding-left: 0;
}
#footer .links ul li a {
  color: #FFF;
}
@media (max-width: 767px) {
  #footer .links ul li {
    display: block;
  }
  #footer .links ul li:not(:last-of-type) {
    margin: 0 0 6vw;
  }
}
#footer .copy {
  background-color: #FFF;
  padding: 8px;
  color: #999;
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */