@charset "utf-8";
pre,
textarea {
  overflow: auto;
}
[hidden],
audio:not([controls]),
template {
  display: none;
}
details,
main,
summary {
  display: block;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
textarea {
  resize: vertical;
}
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
::after,
::before {
  border-style: solid;
  border-width: 0;
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: 1.8;
  margin: 0;
  outline: none;
  padding: 0;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
:root {
  box-sizing: border-box;
  cursor: default;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: bottom;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*iPhoneのボタンをリセットさせている*/
input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/**/

/* font ----------------------------------------------------------------------------------------------*/
.font_black {
  color: #000 !important;
}
.font_black * {
  color: #000 !important;
}
.font_white {
  color: #fff !important;
}
.font_white * {
  color: #fff !important;
}

/*  ----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

/* this theme only */

/*  ----------------------------------------------------------------------------------------------*/

html {
  font-size: 100%;
  width: 100%;
}

body {
  color: #191919;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
  /* paltは基本設定、文字幅を自動で詰めてくれる。tradは旧字体用設定。*/
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.5px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -os-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
}
.min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
h1,
h2,
h3 {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
}

.palt {
  font-feature-settings: "palt";
}
.jst {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
pre {
  white-space: inherit;
}
.cn {
  letter-spacing: -0.6em;
  line-height: 1;
}
/*  ----------------------------------------------------------------------------------------------*/

li {
  list-style: none;
}

.wm-rl {
  writing-mode: vertical-rl;
}

.td-ul {
  text-decoration: underline;
}

p {
}
a {
  cursor: pointer !important;
}
.tex-d {
  text-decoration: underline;
}
br {
  line-height: 0;
}

.wit {
  width: 100%;
}
.img100 img {
  width: 100%;
}

.cur {
  cursor: pointer !important;
}

.t-wh {
  color: rgb(255 233 252) !important;
}

.bgimg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-con {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dis-b {
  display: block;
}
.dis-ib {
  display: inline-block;
}

.dis-i {
  display: inline;
}

.ovf-h {
  overflow: hidden;
}

.wid-50 {
  width: 50%;
}
.wid-80 {
  width: 80%;
}
.wid-100 {
  width: 100%;
}
.pos-r {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pos-r-pc {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .pos-r-sp {
    position: relative;
  }
}
.pos-a {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .pos-a-pc {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .pos-a-sp {
    position: absolute;
  }
}
.pos-a-area {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .pos-a-area-pc {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .pos-a-area-sp {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
}
.pos-a-area a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.tb-cen {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -os-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.tb-left {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -os-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 767px) {
  .tb-cen-sp,
  .tb-left-sp {
    left: 0;
    position: relative;
    top: 0;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .tb-cen-pc {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -os-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
  }
}

.ver-m * {
  vertical-align: middle;
}

.vwvh100 {
  height: 100vh;
  width: 100%;
}

/*margin＆padding*/

.mar-5 {
  margin: 5px;
}
.mar-10 {
  margin: 10px;
}
.mar-15 {
  margin: 15px;
}
.mar-20 {
  margin: 20px;
}
.mar-2per {
  margin: 2%;
}
.mar-4per {
  margin: 4%;
}

.pad-5 {
  padding: 5px;
}
.pad-10 {
  padding: 10px;
}
.pad-15 {
  padding: 15px;
}
.pad-20 {
  padding: 20px;
}
.pad-2per {
  padding: 2%;
}
.pad-4per {
  padding: 4%;
}
.pad-5per {
  padding: 5%;
}

.pad-tb5 {
  padding: 5px 0;
}
.pad-tb10 {
  padding: 10px 0;
}
.pad-tb15 {
  padding: 15px 0;
}
.pad-tb20 {
  padding: 20px 0;
}

.pad-b0 {
  padding-bottom: 0;
}

.mar-lr5 {
  margin: 0 5px;
}
.mar-lr10 {
  margin: 0 10px;
}
.mar-lr15 {
  margin: 0 15px;
}
.mar-lr20 {
  margin: 0 20px;
}
.mar-tb5 {
  margin: 5px 0;
}
.mar-tb10 {
  margin: 10px 0;
}
.mar-tb20 {
  margin: 20px 0;
}
.mar-tb1 {
  margin: 1em 0;
}
.mar-tb2 {
  margin: 2em 0;
}
.mar-tb3 {
  margin: 3em 0;
}

.ln0 {
  line-height: 0;
}
.ln1 {
  line-height: 1;
}

/*margin＆padding*/

.mar-5 {
  margin: 5px;
}

.mar-10 {
  margin: 10px;
}

.mar-15 {
  margin: 15px;
}

.mar-20 {
  margin: 20px;
}

.mar-2per {
  margin: 2%;
}

.mar-4per {
  margin: 4%;
}

.pad-5 {
  padding: 5px;
}

.pad-10 {
  padding: 10px;
}

.pad-15 {
  padding: 15px;
}

.pad-20 {
  padding: 20px;
}

.pad-2per {
  padding: 2%;
}

.pad-4per {
  padding: 4%;
}

.pad-5per {
  padding: 5%;
}

.pad-tb5 {
  padding: 5px 0;
}

.pad-tb10 {
  padding: 10px 0;
}

.pad-tb15 {
  padding: 15px 0;
}

.pad-tb20 {
  padding: 20px 0;
}

.pad-b0 {
  padding-bottom: 0;
}

.mar-lr5 {
  margin: 0 5px;
}

.mar-lr10 {
  margin: 0 10px;
}

.mar-lr15 {
  margin: 0 15px;
}

.mar-lr20 {
  margin: 0 20px;
}

.mar-tb5 {
  margin: 5px 0;
}

.mar-tb10 {
  margin: 10px 0;
}

.mar-tb20 {
  margin: 20px 0;
}

.mar-tb1 {
  margin: 1rem 0;
}

.mar-tb2 {
  margin: 2rem 0;
}

.mar-tb3 {
  margin: 3rem 0;
}

.ln0 {
  line-height: 0;
}

.ln1 {
  line-height: 1;
}

.mar-b0 {
  margin-bottom: 0 !important;
}

.mar-b02 {
  margin-bottom: 0.2em;
}

.mar-b05 {
  margin-bottom: 0.5em;
}

.mar-b1 {
  margin-bottom: 1em;
}

.mar-b2 {
  margin-bottom: 2em;
}

.mar-b3 {
  margin-bottom: 3em;
}

.mar-b4 {
  margin-bottom: 4em;
}

.mar-t0 {
  margin-top: 0 !important;
}

.mar-t02 {
  margin-top: 0.2em;
}

.mar-t05 {
  margin-top: 0.5em;
}

.mar-t1 {
  margin-top: 1em;
}

.mar-t2 {
  margin-top: 2em;
}

.mar-t3 {
  margin-top: 3em;
}

.mar-t4 {
  margin-top: 4em;
}

.mar-res {
  margin: 0 2%;
}

.mar-a {
  margin: 0 auto;
}
.mar-r02 {
  margin-right: 0.2em;
}
.mar-r05 {
  margin-right: 0.5em;
}
.mar-r1 {
  margin-right: 1em;
}
.mar-r2 {
  margin-right: 2em;
}
.mar-r3 {
  margin-right: 3em;
}

.mar-l02 {
  margin-left: 0.2em;
}
.mar-l05 {
  margin-left: 0.5em;
}
.mar-l1 {
  margin-left: 1em;
}
.mar-l2 {
  margin-left: 2em;
}
.mar-l3 {
  margin-left: 3em;
}

.tb-pad2 {
  padding-bottom: 2em !important;
  padding-top: 2em !important;
}

.tb-pad3 {
  padding-bottom: 3em !important;
  padding-top: 3em !important;
}

.tb-pad4 {
  padding-bottom: 4em !important;
  padding-top: 4em !important;
}

/*上下中央配置*/
.hl-cen {
  display: block;
  height: 100%;
  text-align: center;
}
.hl-cen > * {
  display: inline-block;
  vertical-align: middle;
}
.hl-cen:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}

/* 横幅 */

.wid100 {
  width: 100%;
}
.wid90 {
  width: 90%;
}
.wid80 {
  width: 80%;
}
.wid70 {
  width: 70%;
}
.wid60 {
  width: 60%;
}

.hei-100 {
  height: 100%;
}

.hei-100all {
  height: 100%;
}
.hei-100all * {
  height: 100%;
}

/*文字サイズ*/
/*文字サイズ*/

.fon-0 {
  font-size: 0 !important;
}

.fon-1 {
  font-size: 0.618em;
}

.fon-2 {
  font-size: 0.764em;
}

.fon-3 {
  font-size: 1em;
}

.fon-4 {
  font-size: 1.236em;
}

.fon-5 {
  font-size: 1.618em;
}

.fon-6 {
  font-size: 2em;
}

.fon-7 {
  font-size: 2.618em;
}

.fon-8 {
  font-size: 3.236em;
}

.fon-9 {
  font-size: 4.236em;
}

.fon-10 {
  font-size: 5.236em;
}

.fon-11 {
  font-size: 6.854em;
}
.fon-ini {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .fon-0-sp {
    font-size: 0 !important;
  }

  .fon-1-sp {
    font-size: 0.618em;
  }

  .fon-2-sp {
    font-size: 0.764em;
  }

  .fon-3-sp {
    font-size: 1em;
  }

  .fon-4-sp {
    font-size: 1.236em;
  }

  .fon-5-sp {
    font-size: 1.618em;
  }

  .fon-6-sp {
    font-size: 2em;
  }

  .fon-7-sp {
    font-size: 2.618em;
  }

  .fon-8-sp {
    font-size: 3.236em;
  }

  .fon-9-sp {
    font-size: 4.236em;
  }

  .fon-10-sp {
    font-size: 5.236em;
  }

  .fon-11-sp {
    font-size: 6.854em;
  }
}

@media screen and (min-width: 768px) {
  .fon-0-pc {
    font-size: 0 !important;
  }

  .fon-1-pc {
    font-size: 0.618em;
  }

  .fon-2-pc {
    font-size: 0.764em;
  }

  .fon-3-pc {
    font-size: 1em;
  }

  .fon-4-pc {
    font-size: 1.236em;
  }

  .fon-5-pc {
    font-size: 1.618em;
  }

  .fon-6-pc {
    font-size: 2em;
  }

  .fon-7-pc {
    font-size: 2.618em;
  }

  .fon-8-pc {
    font-size: 3.236em;
  }

  .fon-9-pc {
    font-size: 4.236em;
  }

  .fon-10-pc {
    font-size: 5.236em;
  }

  .fon-11-pc {
    font-size: 6.854em;
  }
}

.fon-s10 {
  font-size: 10%;
}

.fon-s20 {
  font-size: 20%;
}

.fon-s30 {
  font-size: 30%;
}

.fon-s40 {
  font-size: 40%;
}

.fon-s50 {
  font-size: 50%;
}

.fon-s60 {
  font-size: 60%;
}

.fon-s70 {
  font-size: 70%;
}

.fon-s80 {
  font-size: 80%;
}

.fon-s90 {
  font-size: 90%;
}

.fon-s100 {
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .fon-s10-sp {
    font-size: 10%;
  }

  .fon-s20-sp {
    font-size: 20%;
  }

  .fon-s30-sp {
    font-size: 30%;
  }

  .fon-s40-sp {
    font-size: 40%;
  }

  .fon-s50-sp {
    font-size: 50%;
  }

  .fon-s60-sp {
    font-size: 60%;
  }

  .fon-s70-sp {
    font-size: 70%;
  }

  .fon-s80-sp {
    font-size: 80%;
  }

  .fon-s90-sp {
    font-size: 90%;
  }

  .fon-s100-sp {
    font-size: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fon-s10-pc {
    font-size: 10%;
  }

  .fon-s20-pc {
    font-size: 20%;
  }

  .fon-s30-pc {
    font-size: 30%;
  }

  .fon-s40-pc {
    font-size: 40%;
  }

  .fon-s50-pc {
    font-size: 50%;
  }

  .fon-s60-pc {
    font-size: 60%;
  }

  .fon-s70-pc {
    font-size: 70%;
  }

  .fon-s80-pc {
    font-size: 80%;
  }

  .fon-s90-pc {
    font-size: 90%;
  }

  .fon-s100-pc {
    font-size: 100%;
  }
}
/* .fon-1{font-size: 1em}
.fon-2{font-size: 1.41em}
.fon-3{font-size: 2.00em}
.fon-4{font-size: 2.83em}
.fon-5{font-size: 4.00em}
.fon-6{font-size: 5.66em}
.fon-7{font-size: 8.00em}
.fon-8{font-size: 11.31em}
.fon-9{font-size: 16.00em} */

.fon-b {
  font-weight: bold;
}
.f-900 {
  font-weight: 900;
}
.fon-n {
  font-weight: normal;
}
.lin-0 {
  line-height: 0;
}
.lin-1 {
  line-height: 1.1;
}
.lin-2 {
  line-height: 1.2;
}
.lin-3 {
  line-height: 1.3;
}
.lin-4 {
  line-height: 1.4;
}
.lin-5 {
  line-height: 1.5;
}
.lin-6 {
  line-height: 1.6;
}
.lin-7 {
  line-height: 1.7;
}
.lin-8 {
  line-height: 1.8;
}
.lin-9 {
  line-height: 1.9;
}

.tex-c {
  text-align: center;
}
.tex-l {
  text-align: left;
}
.tex-r {
  text-align: right;
}
/* 段組 */
.wm-v {
  writing-mode: vertical-rl;
}
.ws-n {
  white-space: nowrap;
}

/* ボタン */

.button_wrap {
  line-height: 1;
  text-align: center;
}

.button {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.button a,
.button.swiper {
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  min-width: 150px;
  padding: 0.7em 4em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: nowrap;
}

.button a:hover,
.button.swiper:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button.normal {
  margin-top: 1em;
}
.button.normal a {
  padding: 0.5em 1.2em 0.6em;
}
.button.normal a:before {
  background-color: #ce806f;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.button.normal a:hover {
  background: #884646;
}

.button span {
  display: block;
  font-size: 0.6em;
  line-height: 1;
  margin-top: 0.2em;
}
.button p {
  display: block;
  font-size: 0.6em;
  line-height: 1;
}
.button p br {
  line-height: 1.3;
}

.button.circle {
  border-radius: 6em;
  display: inline-block;
  height: 6em;
  width: 6em;
}
.button.circle a {
  background-color: rgb(41, 41, 41);
  border-radius: 50%;
  font-size: 0.6em;
  min-width: initial;
  opacity: 0;
  padding: 0;
  width: 100%;
}
.button.circle a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button.circle a:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1em;
  left: 50%;
  padding-left: 2px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button.circle a br {
  line-height: 1.3;
}
.radius a,
.radius.swiper {
  border-radius: 50px;
  font-weight: bold;
  padding: 0.7em 2em;
}
.radius a:before,
.radius.swiper:before {
  background-color: #ea005a;
  border-radius: 50px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

/* アニメーション */

/* マウスホバーでボーダーが出てくる */
.ani-border-top {
}
.ani-border-top:after {
  background-color: #3fe63e;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.ani-border-top:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* リスト */

ul.center {
  font-size: 0;
  text-align: center;
}
ul.center li {
  display: inline-block;
  margin: 0 1%;
}

/* 配置 */

.tb-center {
  display: table;
  width: 100%;
}

.tb-centerInner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* カラム */

.tra-c {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -os-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (min-width: 768px) {
  .tra-c-pc {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -os-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media screen and (max-width: 767px) {
  /*2016.08.06追記*/
  .tra-c-sp {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -os-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

@media screen and (max-width: 767px) {
  /*モバイルのみ対応*/
  .fle-f-sp {
    display: flex;
  }
  .flex-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fle-b-sp {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fle-c-sp {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .fle-w-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fle-r-sp {
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .fle-co-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .fle-wr-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .fle-r-sp {
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .fle-bl-sp {
    align-items: baseline;
  }
  .fle-1-sp {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fle-2-sp {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .fle-3-sp {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .fle-4-sp {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .fle-5-sp {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }

  .odr-1-sp {
    order: 1;
  }

  .odr-2-sp {
    order: 2;
  }

  .odr-3-sp {
    order: 3;
  }

  .odr-4-sp {
    order: 4;
  }

  .odr-5-sp {
    order: 5;
  }
}

@media screen and (max-width: 1024px) {
  /*タブレットのみ対応*/
  .fle-c-sp-o {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  /*PC対応*/
  .fle-f-pc {
    display: flex;
  }
  .flex-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fle-r-pc {
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .fle-b-pc {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .fle-r-pc {
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .fle-c-pc {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .fle-co-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .fle-a-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .fle-w-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fle-bl-pc {
    align-items: baseline;
  }

  .fle-1-pc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fle-2-pc {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .fle-3-pc {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .fle-4-pc {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .fle-5-pc {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }

  .odr-1-pc {
    order: 1;
  }

  .odr-2-pc {
    order: 2;
  }

  .odr-3-pc {
    order: 3;
  }

  .odr-4-pc {
    order: 4;
  }

  .odr-5-pc {
    order: 5;
  }
}

/*Flexbox(PC、モバイル両方対応)*/
.fle-f {
  display: flex;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fle-r {
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.fle-ac {
  align-items: center;
}

.fle-b {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fle-c {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fle-co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.fle-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.fle-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fle-bl {
  align-items: baseline;
}
.fle-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fle-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.fle-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.fle-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.fle-5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.odr-1 {
  order: 1;
}

.odr-2 {
  order: 2;
}

.odr-3 {
  order: 3;
}

.odr-4 {
  order: 4;
}

.odr-5 {
  order: 5;
}
/* iframeレスポンシブ */

/* 1.91:1 */
.asp-ogp {
  padding: 52.3437% 0 0 0;
}

/* 5:5 */

.thumbnail-11 {
  padding: 100% 0 0 0;
}

.square {
  padding: 100% 0 0 0;
  position: relative;
  width: 100%;
}

.iframe-11 {
  padding: 100% 0 0 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .iframe-11-sp {
    padding: 100% 0 0 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .iframe-11-sp {
    padding: 100% 0 0 0;
    position: relative;
    width: 100%;
  }
}

.iframe-11 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe-191 {
  padding: 52.3437% 0 0 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .iframe-191-sp {
    padding: 52.3437% 0 0 0;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .iframe-191-pc {
    padding: 52.3437% 0 0 0;
    position: relative;
    width: 100%;
  }
}

/* 4:3 */

.thumbnail-43 {
  padding: 75% 0 0 0;
}

.iframe-43 {
  padding: 75% 0 0 0;
  position: relative;
  width: 100%;
}
.iframe-43 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* 16:9 */

.thumbnail-169 {
  padding: 56.25% 0 0 0;
}

.iframe-169 {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
}
.iframe-169 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe-916 {
  padding-top: calc((16 / 9) * 100%);
  position: relative;
  width: 100%;
}
.iframe-34 {
  padding-top: calc((4 / 3) * 100%);
  position: relative;
  width: 100%;
}
.iframe-21 {
  padding-top: calc((1 / 2) * 100%);
  position: relative;
  width: 100%;
}
.iframe-31 {
  padding-top: calc((1 / 3) * 100%);
  position: relative;
  width: 100%;
}
.iframe-41 {
  padding-top: calc((1 / 4) * 100%);
  position: relative;
  width: 100%;
}

.iframe-351 {
  padding-top: calc((1 / 3.5) * 100%);
  position: relative;
  width: 100%;
}

.bgimg_169 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56.25% 0 0 0;
  width: 100%;
}

/* Sliderpro設定 */
.sp-arrows {
  z-index: 100;
}

/* BASE.css by AKITSU */

/* thumbnaile Image */
.thumb-wrap {
  height: auto;
  position: relative;
  width: 100%;
}
.thumb-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* text family */

/* p */
.section_excerpt {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .section_excerpt {
    font-size: 0.9em;
  }
}

/* span */
.excerpt_span {
  display: block;
  font-size: 0.6em;
  font-weight: 100;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .excerpt_span {
    font-size: 2em;
  }
}
