@charset "UTF-8";
/**
 * _mixin 2.14.4
 * Released on: October 28, 2020
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/**
 * Fonts
 */
/*------------------
	Default Settings
------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  position: relative;
  min-height: 100%;
}
html.wf-loading {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  font-size: 1.6em;
  line-height: 1.6;
  margin: 0;
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}

main {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 600px) {
  .mt8 {
    margin-top: 8px;
  }
  .mr8 {
    margin-right: 8px;
  }
  .mb8 {
    margin-bottom: 8px;
  }
  .ml8 {
    margin-left: 8px;
  }
  .pt8 {
    padding-top: 8px;
  }
  .pr8 {
    padding-right: 8px;
  }
  .pb8 {
    padding-bottom: 8px;
  }
  .pl8 {
    padding-left: 8px;
  }
}
@media screen and (min-width: 600px) {
  .mt16 {
    margin-top: 16px;
  }
  .mr16 {
    margin-right: 16px;
  }
  .mb16 {
    margin-bottom: 16px;
  }
  .ml16 {
    margin-left: 16px;
  }
  .pt16 {
    padding-top: 16px;
  }
  .pr16 {
    padding-right: 16px;
  }
  .pb16 {
    padding-bottom: 16px;
  }
  .pl16 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 600px) {
  .mt24 {
    margin-top: 24px;
  }
  .mr24 {
    margin-right: 24px;
  }
  .mb24 {
    margin-bottom: 24px;
  }
  .ml24 {
    margin-left: 24px;
  }
  .pt24 {
    padding-top: 24px;
  }
  .pr24 {
    padding-right: 24px;
  }
  .pb24 {
    padding-bottom: 24px;
  }
  .pl24 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 600px) {
  .mt32 {
    margin-top: 32px;
  }
  .mr32 {
    margin-right: 32px;
  }
  .mb32 {
    margin-bottom: 32px;
  }
  .ml32 {
    margin-left: 32px;
  }
  .pt32 {
    padding-top: 32px;
  }
  .pr32 {
    padding-right: 32px;
  }
  .pb32 {
    padding-bottom: 32px;
  }
  .pl32 {
    padding-left: 32px;
  }
}
@media screen and (min-width: 600px) {
  .mt40 {
    margin-top: 40px;
  }
  .mr40 {
    margin-right: 40px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .ml40 {
    margin-left: 40px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pr40 {
    padding-right: 40px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pl40 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 600px) {
  .mt48 {
    margin-top: 48px;
  }
  .mr48 {
    margin-right: 48px;
  }
  .mb48 {
    margin-bottom: 48px;
  }
  .ml48 {
    margin-left: 48px;
  }
  .pt48 {
    padding-top: 48px;
  }
  .pr48 {
    padding-right: 48px;
  }
  .pb48 {
    padding-bottom: 48px;
  }
  .pl48 {
    padding-left: 48px;
  }
}
@media screen and (min-width: 600px) {
  .mt56 {
    margin-top: 56px;
  }
  .mr56 {
    margin-right: 56px;
  }
  .mb56 {
    margin-bottom: 56px;
  }
  .ml56 {
    margin-left: 56px;
  }
  .pt56 {
    padding-top: 56px;
  }
  .pr56 {
    padding-right: 56px;
  }
  .pb56 {
    padding-bottom: 56px;
  }
  .pl56 {
    padding-left: 56px;
  }
}
@media screen and (min-width: 600px) {
  .mt64 {
    margin-top: 64px;
  }
  .mr64 {
    margin-right: 64px;
  }
  .mb64 {
    margin-bottom: 64px;
  }
  .ml64 {
    margin-left: 64px;
  }
  .pt64 {
    padding-top: 64px;
  }
  .pr64 {
    padding-right: 64px;
  }
  .pb64 {
    padding-bottom: 64px;
  }
  .pl64 {
    padding-left: 64px;
  }
}
@media screen and (min-width: 600px) {
  .mt72 {
    margin-top: 72px;
  }
  .mr72 {
    margin-right: 72px;
  }
  .mb72 {
    margin-bottom: 72px;
  }
  .ml72 {
    margin-left: 72px;
  }
  .pt72 {
    padding-top: 72px;
  }
  .pr72 {
    padding-right: 72px;
  }
  .pb72 {
    padding-bottom: 72px;
  }
  .pl72 {
    padding-left: 72px;
  }
}
@media screen and (min-width: 600px) {
  .mt80 {
    margin-top: 80px;
  }
  .mr80 {
    margin-right: 80px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .ml80 {
    margin-left: 80px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pr80 {
    padding-right: 80px;
  }
  .pb80 {
    padding-bottom: 80px;
  }
  .pl80 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 600px) {
  .mt10 {
    margin-top: 10px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pr10 {
    padding-right: 10px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .pl10 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 600px) {
  .mt20 {
    margin-top: 20px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pr20 {
    padding-right: 20px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pl20 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 600px) {
  .mt30 {
    margin-top: 30px;
  }
  .mr30 {
    margin-right: 30px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .ml30 {
    margin-left: 30px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pr30 {
    padding-right: 30px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pl30 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 600px) {
  .mt50 {
    margin-top: 50px;
  }
  .mr50 {
    margin-right: 50px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .ml50 {
    margin-left: 50px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pr50 {
    padding-right: 50px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .pl50 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 600px) {
  .mt60 {
    margin-top: 60px;
  }
  .mr60 {
    margin-right: 60px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .ml60 {
    margin-left: 60px;
  }
  .pt60 {
    padding-top: 60px;
  }
  .pr60 {
    padding-right: 60px;
  }
  .pb60 {
    padding-bottom: 60px;
  }
  .pl60 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 600px) {
  .mt70 {
    margin-top: 70px;
  }
  .mr70 {
    margin-right: 70px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .ml70 {
    margin-left: 70px;
  }
  .pt70 {
    padding-top: 70px;
  }
  .pr70 {
    padding-right: 70px;
  }
  .pb70 {
    padding-bottom: 70px;
  }
  .pl70 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 600px) {
  .mt90 {
    margin-top: 90px;
  }
  .mr90 {
    margin-right: 90px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .ml90 {
    margin-left: 90px;
  }
  .pt90 {
    padding-top: 90px;
  }
  .pr90 {
    padding-right: 90px;
  }
  .pb90 {
    padding-bottom: 90px;
  }
  .pl90 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 600px) {
  .mt100 {
    margin-top: 100px;
  }
  .mr100 {
    margin-right: 100px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .ml100 {
    margin-left: 100px;
  }
  .pt100 {
    padding-top: 100px;
  }
  .pr100 {
    padding-right: 100px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
  .pl100 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 600px) {
  .mt110 {
    margin-top: 110px;
  }
  .mr110 {
    margin-right: 110px;
  }
  .mb110 {
    margin-bottom: 110px;
  }
  .ml110 {
    margin-left: 110px;
  }
  .pt110 {
    padding-top: 110px;
  }
  .pr110 {
    padding-right: 110px;
  }
  .pb110 {
    padding-bottom: 110px;
  }
  .pl110 {
    padding-left: 110px;
  }
}
@media screen and (min-width: 600px) {
  .mt130 {
    margin-top: 130px;
  }
  .mr130 {
    margin-right: 130px;
  }
  .mb130 {
    margin-bottom: 130px;
  }
  .ml130 {
    margin-left: 130px;
  }
  .pt130 {
    padding-top: 130px;
  }
  .pr130 {
    padding-right: 130px;
  }
  .pb130 {
    padding-bottom: 130px;
  }
  .pl130 {
    padding-left: 130px;
  }
}
@media screen and (min-width: 600px) {
  .mt140 {
    margin-top: 140px;
  }
  .mr140 {
    margin-right: 140px;
  }
  .mb140 {
    margin-bottom: 140px;
  }
  .ml140 {
    margin-left: 140px;
  }
  .pt140 {
    padding-top: 140px;
  }
  .pr140 {
    padding-right: 140px;
  }
  .pb140 {
    padding-bottom: 140px;
  }
  .pl140 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 600px) {
  .mt150 {
    margin-top: 150px;
  }
  .mr150 {
    margin-right: 150px;
  }
  .mb150 {
    margin-bottom: 150px;
  }
  .ml150 {
    margin-left: 150px;
  }
  .pt150 {
    padding-top: 150px;
  }
  .pr150 {
    padding-right: 150px;
  }
  .pb150 {
    padding-bottom: 150px;
  }
  .pl150 {
    padding-left: 150px;
  }
}
@media screen and (min-width: 600px) {
  .mt170 {
    margin-top: 170px;
  }
  .mr170 {
    margin-right: 170px;
  }
  .mb170 {
    margin-bottom: 170px;
  }
  .ml170 {
    margin-left: 170px;
  }
  .pt170 {
    padding-top: 170px;
  }
  .pr170 {
    padding-right: 170px;
  }
  .pb170 {
    padding-bottom: 170px;
  }
  .pl170 {
    padding-left: 170px;
  }
}
@media screen and (min-width: 600px) {
  .mt180 {
    margin-top: 180px;
  }
  .mr180 {
    margin-right: 180px;
  }
  .mb180 {
    margin-bottom: 180px;
  }
  .ml180 {
    margin-left: 180px;
  }
  .pt180 {
    padding-top: 180px;
  }
  .pr180 {
    padding-right: 180px;
  }
  .pb180 {
    padding-bottom: 180px;
  }
  .pl180 {
    padding-left: 180px;
  }
}
@media screen and (min-width: 600px) {
  .mt190 {
    margin-top: 190px;
  }
  .mr190 {
    margin-right: 190px;
  }
  .mb190 {
    margin-bottom: 190px;
  }
  .ml190 {
    margin-left: 190px;
  }
  .pt190 {
    padding-top: 190px;
  }
  .pr190 {
    padding-right: 190px;
  }
  .pb190 {
    padding-bottom: 190px;
  }
  .pl190 {
    padding-left: 190px;
  }
}
.cf:after {
  display: block;
  clear: both;
  width: 100%;
  content: "";
}

.dropCap:first-letter {
  font-size: 120px;
}

.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}

.show {
  display: block;
}
@media screen and (max-width: 600px) {
  .show--pc {
    display: none;
  }
}
.show--pc--i {
  display: inline;
}
@media screen and (max-width: 600px) {
  .show--pc--i {
    display: none;
  }
}
.show--sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .show--sp {
    display: block;
  }
}
.show--sp--i {
  display: none;
}
@media screen and (max-width: 600px) {
  .show--sp--i {
    display: inline;
  }
}
.show--ja, .show--ja--i {
  display: none !important;
}
.show--en, .show--en--i {
  display: none !important;
}
.show--zh, .show--zh--i {
  display: none !important;
}
.ja .show--ja {
  display: block !important;
}
.ja .show--ja--i {
  display: inline !important;
}
.en .show--en {
  display: block !important;
}
.en .show--en--i {
  display: inline !important;
}
.zh .show--zh {
  display: block !important;
}
.zh .show--zh--i {
  display: inline !important;
}

/**
 * Flex 
 */
.flex {
  display: flex;
}

.ai-fs {
  align-items: flex-start;
}
.ai-c {
  align-items: center;
}
.ai-fe {
  align-items: flex-end;
}

.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.jc-c {
  justify-content: center;
}

.fw-w {
  flex-wrap: wrap;
}

.btn--kadomaru a {
  overflow: hidden;
  border-radius: 99999999px;
}

.container, .breadcrumb__list {
  width: 100%;
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media screen and (max-width: 900px) {
  .container, .breadcrumb__list {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 2.6041666667vw !important;
    padding-left: 2.6041666667vw !important;
  }
}
@media screen and (max-width: 600px) {
  .container, .breadcrumb__list {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 4.8309178744vw !important;
    padding-left: 4.8309178744vw !important;
  }
}
.container--medium {
  max-width: 1000px;
}
.container--small {
  max-width: 840px;
}

.col--1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--1 > * {
  width: calc((100% - 5px) / 1);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--1 > * {
    width: calc((100% - 1.2077294686vw) / 1);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--2 > * {
  width: calc((100% - 10px) / 2);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--2 > * {
    width: calc((100% - 2.4154589372vw) / 2);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--3 > * {
  width: calc((100% - 15px) / 3);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--3 > * {
    width: calc((100% - 3.6231884058vw) / 3);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--4 > * {
  width: calc((100% - 20px) / 4);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--4 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--4 > * {
    width: calc((100% - 4.8309178744vw) / 4);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--5 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--5 > * {
  width: calc((100% - 25px) / 5);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--5 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--5 > * {
    width: calc((100% - 6.038647343vw) / 5);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--6 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--6 > * {
  width: calc((100% - 30px) / 6);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--6 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--6 > * {
    width: calc((100% - 7.2463768116vw) / 6);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--7 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--7 > * {
  width: calc((100% - 35px) / 7);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--7 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--7 > * {
    width: calc((100% - 8.4541062802vw) / 7);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--8 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--8 > * {
  width: calc((100% - 40px) / 8);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--8 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--8 > * {
    width: calc((100% - 9.6618357488vw) / 8);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--9 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--9 > * {
  width: calc((100% - 45px) / 9);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--9 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--9 > * {
    width: calc((100% - 10.8695652174vw) / 9);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--10 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--10 > * {
  width: calc((100% - 50px) / 10);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--10 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--10 > * {
    width: calc((100% - 12.077294686vw) / 10);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--11 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--11 > * {
  width: calc((100% - 55px) / 11);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--11 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--11 > * {
    width: calc((100% - 13.2850241546vw) / 11);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--12 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--12 > * {
  width: calc((100% - 60px) / 12);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--12 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--12 > * {
    width: calc((100% - 14.4927536232vw) / 12);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--13 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--13 > * {
  width: calc((100% - 65px) / 13);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--13 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--13 > * {
    width: calc((100% - 15.7004830918vw) / 13);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--14 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--14 > * {
  width: calc((100% - 70px) / 14);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--14 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--14 > * {
    width: calc((100% - 16.9082125604vw) / 14);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}
.col--15 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
.col--15 > * {
  width: calc((100% - 75px) / 15);
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .col--15 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.2077294686vw;
    margin-left: -1.2077294686vw;
  }
  .col--15 > * {
    width: calc((100% - 18.115942029vw) / 15);
    margin-top: 1.2077294686vw;
    margin-left: 1.2077294686vw;
  }
}

.grid {
  display: flex;
}
.grid.grid--15 .grid__item--1 {
  width: calc(100% * 1 / 15);
}
.grid.grid--15 .grid__item--2 {
  width: calc(100% * 2 / 15);
}
.grid.grid--15 .grid__item--3 {
  width: calc(100% * 3 / 15);
}
.grid.grid--15 .grid__item--4 {
  width: calc(100% * 4 / 15);
}
.grid.grid--15 .grid__item--5 {
  width: calc(100% * 5 / 15);
}
.grid.grid--15 .grid__item--6 {
  width: calc(100% * 6 / 15);
}
.grid.grid--15 .grid__item--7 {
  width: calc(100% * 7 / 15);
}
.grid.grid--15 .grid__item--8 {
  width: calc(100% * 8 / 15);
}
.grid.grid--15 .grid__item--9 {
  width: calc(100% * 9 / 15);
}
.grid.grid--15 .grid__item--10 {
  width: calc(100% * 10 / 15);
}
.grid.grid--15 .grid__item--11 {
  width: calc(100% * 11 / 15);
}
.grid.grid--15 .grid__item--12 {
  width: calc(100% * 12 / 15);
}
.grid.grid--15 .grid__item--13 {
  width: calc(100% * 13 / 15);
}
.grid.grid--15 .grid__item--14 {
  width: calc(100% * 14 / 15);
}
.grid.grid--14 .grid__item--1 {
  width: calc(100% * 1 / 14);
}
.grid.grid--14 .grid__item--2 {
  width: calc(100% * 2 / 14);
}
.grid.grid--14 .grid__item--3 {
  width: calc(100% * 3 / 14);
}
.grid.grid--14 .grid__item--4 {
  width: calc(100% * 4 / 14);
}
.grid.grid--14 .grid__item--5 {
  width: calc(100% * 5 / 14);
}
.grid.grid--14 .grid__item--6 {
  width: calc(100% * 6 / 14);
}
.grid.grid--14 .grid__item--7 {
  width: calc(100% * 7 / 14);
}
.grid.grid--14 .grid__item--8 {
  width: calc(100% * 8 / 14);
}
.grid.grid--14 .grid__item--9 {
  width: calc(100% * 9 / 14);
}
.grid.grid--14 .grid__item--10 {
  width: calc(100% * 10 / 14);
}
.grid.grid--14 .grid__item--11 {
  width: calc(100% * 11 / 14);
}
.grid.grid--14 .grid__item--12 {
  width: calc(100% * 12 / 14);
}
.grid.grid--14 .grid__item--13 {
  width: calc(100% * 13 / 14);
}
.grid.grid--13 .grid__item--1 {
  width: calc(100% * 1 / 13);
}
.grid.grid--13 .grid__item--2 {
  width: calc(100% * 2 / 13);
}
.grid.grid--13 .grid__item--3 {
  width: calc(100% * 3 / 13);
}
.grid.grid--13 .grid__item--4 {
  width: calc(100% * 4 / 13);
}
.grid.grid--13 .grid__item--5 {
  width: calc(100% * 5 / 13);
}
.grid.grid--13 .grid__item--6 {
  width: calc(100% * 6 / 13);
}
.grid.grid--13 .grid__item--7 {
  width: calc(100% * 7 / 13);
}
.grid.grid--13 .grid__item--8 {
  width: calc(100% * 8 / 13);
}
.grid.grid--13 .grid__item--9 {
  width: calc(100% * 9 / 13);
}
.grid.grid--13 .grid__item--10 {
  width: calc(100% * 10 / 13);
}
.grid.grid--13 .grid__item--11 {
  width: calc(100% * 11 / 13);
}
.grid.grid--13 .grid__item--12 {
  width: calc(100% * 12 / 13);
}
.grid.grid--12 .grid__item--1 {
  width: calc(100% * 1 / 12);
}
.grid.grid--12 .grid__item--2 {
  width: calc(100% * 2 / 12);
}
.grid.grid--12 .grid__item--3 {
  width: calc(100% * 3 / 12);
}
.grid.grid--12 .grid__item--4 {
  width: calc(100% * 4 / 12);
}
.grid.grid--12 .grid__item--5 {
  width: calc(100% * 5 / 12);
}
.grid.grid--12 .grid__item--6 {
  width: calc(100% * 6 / 12);
}
.grid.grid--12 .grid__item--7 {
  width: calc(100% * 7 / 12);
}
.grid.grid--12 .grid__item--8 {
  width: calc(100% * 8 / 12);
}
.grid.grid--12 .grid__item--9 {
  width: calc(100% * 9 / 12);
}
.grid.grid--12 .grid__item--10 {
  width: calc(100% * 10 / 12);
}
.grid.grid--12 .grid__item--11 {
  width: calc(100% * 11 / 12);
}
.grid.grid--11 .grid__item--1 {
  width: calc(100% * 1 / 11);
}
.grid.grid--11 .grid__item--2 {
  width: calc(100% * 2 / 11);
}
.grid.grid--11 .grid__item--3 {
  width: calc(100% * 3 / 11);
}
.grid.grid--11 .grid__item--4 {
  width: calc(100% * 4 / 11);
}
.grid.grid--11 .grid__item--5 {
  width: calc(100% * 5 / 11);
}
.grid.grid--11 .grid__item--6 {
  width: calc(100% * 6 / 11);
}
.grid.grid--11 .grid__item--7 {
  width: calc(100% * 7 / 11);
}
.grid.grid--11 .grid__item--8 {
  width: calc(100% * 8 / 11);
}
.grid.grid--11 .grid__item--9 {
  width: calc(100% * 9 / 11);
}
.grid.grid--11 .grid__item--10 {
  width: calc(100% * 10 / 11);
}
.grid.grid--10 .grid__item--1 {
  width: calc(100% * 1 / 10);
}
.grid.grid--10 .grid__item--2 {
  width: calc(100% * 2 / 10);
}
.grid.grid--10 .grid__item--3 {
  width: calc(100% * 3 / 10);
}
.grid.grid--10 .grid__item--4 {
  width: calc(100% * 4 / 10);
}
.grid.grid--10 .grid__item--5 {
  width: calc(100% * 5 / 10);
}
.grid.grid--10 .grid__item--6 {
  width: calc(100% * 6 / 10);
}
.grid.grid--10 .grid__item--7 {
  width: calc(100% * 7 / 10);
}
.grid.grid--10 .grid__item--8 {
  width: calc(100% * 8 / 10);
}
.grid.grid--10 .grid__item--9 {
  width: calc(100% * 9 / 10);
}
.grid.grid--9 .grid__item--1 {
  width: calc(100% * 1 / 9);
}
.grid.grid--9 .grid__item--2 {
  width: calc(100% * 2 / 9);
}
.grid.grid--9 .grid__item--3 {
  width: calc(100% * 3 / 9);
}
.grid.grid--9 .grid__item--4 {
  width: calc(100% * 4 / 9);
}
.grid.grid--9 .grid__item--5 {
  width: calc(100% * 5 / 9);
}
.grid.grid--9 .grid__item--6 {
  width: calc(100% * 6 / 9);
}
.grid.grid--9 .grid__item--7 {
  width: calc(100% * 7 / 9);
}
.grid.grid--9 .grid__item--8 {
  width: calc(100% * 8 / 9);
}
.grid.grid--8 .grid__item--1 {
  width: calc(100% * 1 / 8);
}
.grid.grid--8 .grid__item--2 {
  width: calc(100% * 2 / 8);
}
.grid.grid--8 .grid__item--3 {
  width: calc(100% * 3 / 8);
}
.grid.grid--8 .grid__item--4 {
  width: calc(100% * 4 / 8);
}
.grid.grid--8 .grid__item--5 {
  width: calc(100% * 5 / 8);
}
.grid.grid--8 .grid__item--6 {
  width: calc(100% * 6 / 8);
}
.grid.grid--8 .grid__item--7 {
  width: calc(100% * 7 / 8);
}
.grid.grid--7 .grid__item--1 {
  width: calc(100% * 1 / 7);
}
.grid.grid--7 .grid__item--2 {
  width: calc(100% * 2 / 7);
}
.grid.grid--7 .grid__item--3 {
  width: calc(100% * 3 / 7);
}
.grid.grid--7 .grid__item--4 {
  width: calc(100% * 4 / 7);
}
.grid.grid--7 .grid__item--5 {
  width: calc(100% * 5 / 7);
}
.grid.grid--7 .grid__item--6 {
  width: calc(100% * 6 / 7);
}
.grid.grid--6 .grid__item--1 {
  width: calc(100% * 1 / 6);
}
.grid.grid--6 .grid__item--2 {
  width: calc(100% * 2 / 6);
}
.grid.grid--6 .grid__item--3 {
  width: calc(100% * 3 / 6);
}
.grid.grid--6 .grid__item--4 {
  width: calc(100% * 4 / 6);
}
.grid.grid--6 .grid__item--5 {
  width: calc(100% * 5 / 6);
}
.grid.grid--5 .grid__item--1 {
  width: calc(100% * 1 / 5);
}
.grid.grid--5 .grid__item--2 {
  width: calc(100% * 2 / 5);
}
.grid.grid--5 .grid__item--3 {
  width: calc(100% * 3 / 5);
}
.grid.grid--5 .grid__item--4 {
  width: calc(100% * 4 / 5);
}
.grid.grid--4 .grid__item--1 {
  width: calc(100% * 1 / 4);
}
.grid.grid--4 .grid__item--2 {
  width: calc(100% * 2 / 4);
}
.grid.grid--4 .grid__item--3 {
  width: calc(100% * 3 / 4);
}
.grid.grid--3 .grid__item--1 {
  width: calc(100% * 1 / 3);
}
.grid.grid--3 .grid__item--2 {
  width: calc(100% * 2 / 3);
}
.grid.grid--2 .grid__item--1 {
  width: calc(100% * 1 / 2);
}
.grid.grid--1 .grid__item--1 {
  width: calc(100% * 1 / 1);
}
.grid.grid--1 .grid__item--0 {
  width: calc(100% * 0 / 1);
}
.grid__item {
  flex: 1 1 auto;
}

/*----------------
	Single Settings
-----------------*/
.singleContainer {
  /**
   * @include by '/wp/wp-includes/js/tinymce/skins/wordpress/wp-content.css'
   */
  /* Additional default styles for the editor */
  /* When font-weight is different than the default browser style,
  Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */
  /* For emoji replacement images */
  /* iOS does not obey max-width if width is set. */
  /* Remove blue highlighting of selected images in WebKit */
  /* Styles for the WordPress plugins */
  /* Styles for formatting the boundaries of anchors and code elements */
  /* Gallery, audio, video placeholders */
  /* Image resize handles */
  /* Fix for proprietary Mozilla display attribute, see #38757 */
  /* Special styling for the suggestes policy text tutorial sections after they have been pasted in the editor. */
  /**
   * WP Views
   */
  /* A little 'loading' animation, not showing in IE < 10 */
  /* rtl */
}
.singleContainer html {
  cursor: text;
}
.singleContainer html.ios {
  width: 100px;
  min-width: 100%;
}
.singleContainer body {
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 9px 10px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased !important;
  overflow-wrap: break-word;
  word-wrap: break-word; /* Old syntax */
}
.singleContainer body.rtl {
  font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
}
.singleContainer body.locale-he-il,
.singleContainer body.locale-vi {
  font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
}
.singleContainer body.wp-autoresize {
  overflow: visible !important;
  /* The padding ensures margins of the children are contained in the body. */
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.singleContainer body.webkit strong,
.singleContainer body.webkit b {
  font-weight: bold !important;
}
.singleContainer pre {
  font-family: Consolas, Monaco, monospace;
}
.singleContainer td,
.singleContainer th {
  font-family: inherit;
  font-size: inherit;
}
.singleContainer img.emoji {
  display: inline !important;
  border: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.singleContainer .mceIEcenter {
  text-align: center;
}
.singleContainer img {
  height: auto;
  max-width: 100%;
}
.singleContainer .wp-caption {
  margin: 0; /* browser reset */
  max-width: 100%;
}
.singleContainer .ios .wp-caption {
  width: auto !important;
}
.singleContainer dl.wp-caption dt.wp-caption-dt img {
  display: inline-block;
  margin-bottom: -1ex;
}
.singleContainer div.mceTemp {
  -ms-user-select: element;
}
.singleContainer dl.wp-caption,
.singleContainer dl.wp-caption * {
  -webkit-user-drag: none;
}
.singleContainer .wp-caption-dd {
  font-size: 14px;
  padding-top: 0.5em;
  margin: 0; /* browser reset */
}
.singleContainer .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.singleContainer .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.singleContainer .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.singleContainer img[data-mce-selected]::-moz-selection {
  background-color: transparent;
}
.singleContainer img[data-mce-selected]::selection {
  background-color: transparent;
}
.singleContainer .mce-content-body img[data-mce-placeholder] {
  border-radius: 0;
  padding: 0;
}
.singleContainer .mce-content-body img[data-wp-more] {
  border: 0;
  box-shadow: none;
  width: 96%;
  height: 16px;
  display: block;
  margin: 15px auto 0;
  outline: 0;
  cursor: default;
}
.singleContainer .mce-content-body img[data-mce-placeholder][data-mce-selected] {
  outline: 1px dotted #888;
}
.singleContainer .mce-content-body img[data-wp-more=more] {
  background: transparent url(../../../../../wp-includes/js/tinymce/skins/wordpress/images/more.png) repeat-y scroll center center;
}
.singleContainer .mce-content-body img[data-wp-more=nextpage] {
  background: transparent url(../../../../../wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png) repeat-y scroll center center;
}
.singleContainer .mce-content-body a[data-mce-selected] {
  padding: 0 2px;
  margin: 0 -2px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #BFE6FF;
  background: #BFE6FF;
}
.singleContainer .mce-content-body .wp-caption-dt a[data-mce-selected] {
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
}
.singleContainer .mce-content-body code {
  padding: 2px 4px;
  margin: 0;
  border-radius: 2px;
  color: #222;
  background: #F2F4F5;
}
.singleContainer .mce-content-body code[data-mce-selected] {
  background: #E9EBEC;
}
.singleContainer .mce-content-body img.wp-media {
  border: 1px solid #AAA;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: center center;
  width: 99%;
  height: 250px;
  outline: 0;
  cursor: pointer;
}
.singleContainer .mce-content-body img.wp-media:hover {
  background-color: #EDEDED;
  border-color: #72777C;
}
.singleContainer .mce-content-body img.wp-media.wp-media-selected {
  background-color: #D8D8D8;
  border-color: #72777C;
}
.singleContainer .mce-content-body img.wp-media.wp-gallery {
  background-image: url(../../../../../wp-includes/js/tinymce/skins/wordpress/images/gallery.png);
}
.singleContainer .mce-content-body div.mce-resizehandle {
  border-color: #72777C;
  width: 7px;
  height: 7px;
}
.singleContainer .mce-content-body img[data-mce-selected] {
  outline: 1px solid #72777C;
}
.singleContainer .mce-content-body img[data-mce-resize=false] {
  outline: 0;
}
.singleContainer audio,
.singleContainer video,
.singleContainer embed {
  display: -moz-inline-stack;
  display: inline-block;
}
.singleContainer audio {
  visibility: hidden;
}
.singleContainer [_moz_abspos] {
  outline: none;
}
.singleContainer a[data-wplink-url-error],
.singleContainer a[data-wplink-url-error]:hover,
.singleContainer a[data-wplink-url-error]:focus {
  outline: 2px dotted #DC3232;
  position: relative;
}
.singleContainer a[data-wplink-url-error]:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  outline: 2px dotted #FFF;
  z-index: -1;
}
.singleContainer p.wp-policy-help {
  background-color: #FF0;
}
.singleContainer .wpview {
  width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
  position: relative;
  clear: both;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
.singleContainer .mce-shim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.singleContainer .wpview[data-mce-selected="2"] .mce-shim {
  display: none;
}
.singleContainer .wpview .loading-placeholder {
  border: 1px dashed #CCC;
  padding: 10px;
}
.singleContainer .wpview[data-mce-selected] .loading-placeholder {
  border-color: transparent;
}
.singleContainer .wpview .wpview-loading {
  width: 60px;
  height: 5px;
  overflow: hidden;
  background-color: transparent;
  margin: 10px auto 0;
}
.singleContainer .wpview .wpview-loading ins {
  background-color: #333;
  margin: 0 0 0 -60px;
  width: 36px;
  height: 5px;
  display: block;
  animation: wpview-loading 1.3s infinite 1s steps(36);
}
@keyframes wpview-loading {
  0% {
    margin-left: -60px;
  }
  100% {
    margin-left: 60px;
  }
}
.singleContainer .wpview .wpview-content > iframe {
  max-width: 100%;
  background: transparent;
}
.singleContainer .wpview-error {
  border: 1px solid #DDD;
  padding: 1em 0;
  margin: 0;
  word-wrap: break-word;
}
.singleContainer .wpview[data-mce-selected] .wpview-error {
  border-color: transparent;
}
.singleContainer .wpview-error .dashicons,
.singleContainer .loading-placeholder .dashicons {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.singleContainer .wpview-error p {
  margin: 0;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.singleContainer .wpview-type-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.singleContainer .gallery img[data-mce-selected]:focus {
  outline: none;
}
.singleContainer .gallery a {
  cursor: default;
}
.singleContainer .gallery {
  margin: auto -6px;
  padding: 6px 0;
  line-height: 1;
  overflow-x: hidden;
}
.singleContainer .ie7 .gallery,
.singleContainer .ie8 .gallery {
  margin: auto;
}
.singleContainer .gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
}
.singleContainer .ie7 .gallery .gallery-item,
.singleContainer .ie8 .gallery .gallery-item {
  padding: 6px 0;
}
.singleContainer .gallery .gallery-caption,
.singleContainer .gallery .gallery-icon {
  margin: 0;
}
.singleContainer .gallery .gallery-caption {
  font-size: 13px;
  margin: 4px 0;
}
.singleContainer .gallery-columns-1 .gallery-item {
  width: 100%;
}
.singleContainer .gallery-columns-2 .gallery-item {
  width: 50%;
}
.singleContainer .gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.singleContainer .ie8 .gallery-columns-3 .gallery-item,
.singleContainer .ie7 .gallery-columns-3 .gallery-item {
  width: 33%;
}
.singleContainer .gallery-columns-4 .gallery-item {
  width: 25%;
}
.singleContainer .gallery-columns-5 .gallery-item {
  width: 20%;
}
.singleContainer .gallery-columns-6 .gallery-item {
  width: 16.665%;
}
.singleContainer .gallery-columns-7 .gallery-item {
  width: 14.285%;
}
.singleContainer .gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.singleContainer .gallery-columns-9 .gallery-item {
  width: 11.111%;
}
.singleContainer .gallery img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}
.singleContainer img.wp-oembed {
  border: 1px dashed #888;
  background: #F7F5F2 url(../../../../../wp-includes/js/tinymce/skins/wordpress/images/embedded.png) no-repeat scroll center center;
  width: 300px;
  height: 250px;
  outline: 0;
}
.singleContainer .rtl .gallery .gallery-item {
  float: right;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .singleContainer .mce-content-body img.mce-wp-more {
    background-image: url(../../../../../wp-includes/js/tinymce/skins/wordpress/images/more-2x.png);
    background-size: 1900px 20px;
  }
  .singleContainer .mce-content-body img.mce-wp-nextpage {
    background-image: url(../../../../../wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png);
    background-size: 1900px 20px;
  }
}

/*--------------
	form Settings
---------------*/
/**
 * _mixin 2.14.4
 * Released on: October 28, 2020
 */
/**
 * _mixin 2.14.4
 * Released on: October 28, 2020
 */
/*::::::::::::::::::::::::::::::::::::::::
::                common                ::
::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::
::           Original setting           ::
::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::
::                input                 ::
::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::
::             input radio              ::
::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::
::             input check              ::
::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::
::                select                ::
::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::
::               textarea               ::
::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::
::                button                ::
::::::::::::::::::::::::::::::::::::::::*/
/**
 * form common
 */
form {
  /* form common */
}
form *,
form *:before,
form *:after {
  box-sizing: border-box;
}
form button,
form input,
form select,
form textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  background: #F2F2F2;
}
form button:not([type=radio]):not([type=checkbox]),
form input:not([type=radio]):not([type=checkbox]),
form select:not([type=radio]):not([type=checkbox]),
form textarea:not([type=radio]):not([type=checkbox]) {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form button:not([type=radio]):not([type=checkbox])::-ms-expand, form button:not([type=radio]):not([type=checkbox])::-ms-clear, form button:not([type=radio]):not([type=checkbox])::-ms-reveal,
form input:not([type=radio]):not([type=checkbox])::-ms-expand,
form input:not([type=radio]):not([type=checkbox])::-ms-clear,
form input:not([type=radio]):not([type=checkbox])::-ms-reveal,
form select:not([type=radio]):not([type=checkbox])::-ms-expand,
form select:not([type=radio]):not([type=checkbox])::-ms-clear,
form select:not([type=radio]):not([type=checkbox])::-ms-reveal,
form textarea:not([type=radio]):not([type=checkbox])::-ms-expand,
form textarea:not([type=radio]):not([type=checkbox])::-ms-clear,
form textarea:not([type=radio]):not([type=checkbox])::-ms-reveal {
  display: none;
}
form button[type=radio], form button[type=checkbox],
form input[type=radio],
form input[type=checkbox],
form select[type=radio],
form select[type=checkbox],
form textarea[type=radio],
form textarea[type=checkbox] {
  background: none;
}
form input[type=text] {
  font-size: 1.6rem;
  line-height: 56px;
  width: 100%;
  max-width: 500px;
  height: 56px;
  padding: 0 20px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=text]::-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=text]::placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=text]::-webkit-input-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=text]:-ms-input-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=text]:-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=text]::-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  form input[type=text] {
    font-size: 2.0833333333vw;
    line-height: 7.2916666667vw;
    height: 7.2916666667vw;
    padding: 0 2.6041666667vw;
  }
}
@media screen and (max-width: 600px) {
  form input[type=text] {
    font-size: 3.8647342995vw;
    line-height: 13.5265700483vw;
    height: 13.5265700483vw;
    padding: 0 4.8309178744vw;
  }
}
form input[type=email] {
  font-size: 1.6rem;
  line-height: 56px;
  width: 100%;
  max-width: 500px;
  height: 56px;
  padding: 0 20px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=email]::-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=email]::placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=email]::-webkit-input-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=email]:-ms-input-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=email]:-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type=email]::-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  form input[type=email] {
    font-size: 2.0833333333vw;
    line-height: 7.2916666667vw;
    height: 7.2916666667vw;
    padding: 0 2.6041666667vw;
  }
}
@media screen and (max-width: 600px) {
  form input[type=email] {
    font-size: 3.8647342995vw;
    line-height: 13.5265700483vw;
    height: 13.5265700483vw;
    padding: 0 4.8309178744vw;
  }
}
form input[type=radio] {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
form input[type=radio] + span {
  line-height: 2;
  position: relative;
  padding-left: calc(23px + 16px);
}
form input[type=radio] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  content: "";
  transform: translate(0, -50%);
  border: 1px solid #CCC;
  background: #F2F2F2;
}
form input[type=radio] + span:after {
  display: none;
  content: "";
}
form input[type=radio] + span:before {
  border-radius: 50%;
}
form input[type=radio] + span:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #CCC;
}
form input[type=radio]:checked + span:after {
  display: block;
}
form input[type=radio].inText + span:before {
  background: #F2F2F2;
}
@media screen and (max-width: 900px) {
  form input[type=radio] + span {
    padding-left: 5.078125vw;
  }
}
@media screen and (max-width: 600px) {
  form input[type=radio] + span {
    padding-left: 9.4202898551vw;
  }
}
@media screen and (max-width: 900px) {
  form input[type=radio] + span:before {
    width: 2.9947916667vw;
    height: 2.9947916667vw;
  }
}
@media screen and (max-width: 600px) {
  form input[type=radio] + span:before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
}
@media screen and (max-width: 900px) {
  form input[type=radio] + span:after {
    left: 0.6510416667vw;
    width: 1.6927083333vw;
    height: 1.6927083333vw;
  }
}
@media screen and (max-width: 600px) {
  form input[type=radio] + span:after {
    left: 1.2077294686vw;
    width: 3.1400966184vw;
    height: 3.1400966184vw;
  }
}
form input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
form input[type=checkbox] + span {
  line-height: 2;
  position: relative;
  padding-left: calc(21px + 5px);
}
form input[type=checkbox] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  content: "";
  transform: translate(0, -50%);
  border: 1px solid #DDD;
  background: #F2F2F2;
}
form input[type=checkbox] + span:after {
  display: none;
  content: "";
}
form input[type=checkbox] + span:after {
  position: absolute;
  top: calc(50% - 13px / 8);
  left: 4px;
  width: 13px;
  height: 6.5px;
  transform: translate(0, -50%) rotate(-45deg);
  border: 1px solid #6C6C6C;
  border-top: none;
  border-right: none;
}
form input[type=checkbox]:checked + span:after {
  display: block;
}
form input[type=checkbox].inText + span:before {
  background: #F2F2F2;
}
form select {
  font: inherit;
  padding: 0.5em 3.5em 0.5em 1em;
  background-color: white;
}
form textarea {
  font-size: 1.6rem;
  line-height: 56px;
  width: 100%;
  max-width: 646px;
  height: 300px;
  padding: 0 20px;
  resize: vertical;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form textarea::-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form textarea::placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form textarea::-webkit-input-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form textarea:-ms-input-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form textarea:-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
form textarea::-moz-placeholder {
  color: #989898;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  form textarea {
    font-size: 2.0833333333vw;
    line-height: 7.2916666667vw;
    height: 39.0625vw;
    padding: 0 2.6041666667vw;
  }
}
@media screen and (max-width: 600px) {
  form textarea {
    font-size: 3.8647342995vw;
    line-height: 13.5265700483vw;
    height: 72.4637681159vw;
    padding: 0 4.8309178744vw;
  }
}
form button {
  box-shadow: none;
  border: none;
  background: #F2F2F2;
}

/*----------
	WP LOGIN
-----------*/
.customize-support #wpadminbar {
  z-index: 999999999999;
}
@media screen and (max-width: 782px) {
  .customize-support #wpadminbar {
    position: fixed;
  }
}
.customize-support .header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .customize-support .header {
    top: 46px !important;
  }
}
.customize-support .gnav {
  top: 116px !important;
}
@media screen and (max-width: 782px) {
  .customize-support .gnav {
    top: 130px !important;
  }
}

/*—————————————
 header
—————————————*/
/*_ header ___________________*/
/*
.header {
	position: fixed;
	z-index: 999999999;
	top: -84px;
	top: 0;
	width: 100%;
	padding: 0 0 0 83px;
	transition: top .5s;
	background: #FFF;
	box-shadow: 0 0 15px #888;

	@include bp( max, 900px ) {
		width: 100vw;
		max-width: 100%;
		padding: 0 0 0 vw_tab( 83 );
		// box-shadow: none;
		box-shadow: 0 0 10px #888;
	}
	@include bp( max, 600px ) {
		padding: 0 0 0 vw_sp( 16 );
		box-shadow: 0 0 10px #888;
	}

	&__cont {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	&__logo {
		font-size: 0;
		width: 100%;
		max-width: 213px;

		@include bp( max, 900px ) {
			width: vw_tab( 213 );
			max-width: none;
		}
		@include bp( max, 600px ) {
			width: vw_sp( 170 );
		}

		a {
			display: block;
			transition: all .3s;

			&:hover {
				opacity: .7;
			}
		}

		img {
			width: 100%;
		}
	}

	&__gnav {
		flex-direction: row;
		align-items: center;

		&__logo {
			width: calc( 410 / 1366 * 100% );
			padding: 0 calc( 80 / 410 * ( 410 / 1366 * 100% ) );

			@include bp( max, 900px ) {
				display: none;
			}
		}

		.mm {
			&-panels {
				width: calc( 956 / 1366 * 100% );

				@include bp( max, 900px ) {
					width: 100%;
				}
			}

			&-panel {
				padding: 96px calc( 80 / 956 * 100% ) 0;
				background: #1D1D1F;

				@include bp( max, 900px ) {
					padding: vw_tab( 96 ) vw_tab( 80 ) 0;
				}
				@include bp( max, 600px ) {
					padding: 0;
				}
			}

			&-navbar {
				font-size: 2.8rem;
				line-height: 28px;
				align-items: center;
				color: #FFF !important; // overide plugin
				background: none;

				@include get_webfont( Noto, 700 );
				@include bp( max, 900px ) {
					font-size: vw_tab( 28 );
					line-height: vw_tab( 28 );
				}
				@include bp( max, 600px ) {
					font-size: vw_sp( 16 );
					line-height: vw_sp( 80 );
				}

				& > * {
					justify-content: flex-start;
				}

				.mm-btn_prev {
					width: auto;
					padding-left: 30px;
					transform: rotate( -180deg );

					@include bp( max, 900px ) {
						padding-left: vw_tab( 30 );
					}
					@include bp( max, 600px ) {
						padding-left: vw_sp( 47 );
					}

					&:before {
						top: auto;
						right: auto;
						bottom: auto;
						left: calc( 30px - 5.62px );
						width: 5.62px;
						height: 10px;
						margin: 0;
						content: '';
						border: 0;
						background: url( ../img/common/arrow--header__gnav__item.svg ) center no-repeat;
						background-size: cover;

						@include absolute( false, true );
						@include bp( max, 900px ) {
							left: vw_tab( 30 - 5.62 );
							width: vw_tab( 5.62 );
							height: vw_tab( 10 );
						}
						@include bp( max, 600px ) {
							left: vw_sp( 47 - 5.62 - 17 );
							width: vw_sp( 5.62 );
							height: vw_sp( 10 );
						}
					}
				}
			}

			&-listview {
				@include column( 3, 80px, 47px );
				@include bp( max, 900px ) {
					@include column( 3, vw_tab( 80 ), vw_tab( 47 ) );
				}
				@include bp( max, 600px ) {
					display: block;

					@include column( 1, 0px, 0px );
				}
			}

			&-listitem {
				position: relative;
				overflow: hidden;
				padding-bottom: 1px;
				border-bottom: none;

				&:after {
					position: absolute;
					bottom: 0;
					left: -100%;
					display: block;
					width: 100%;
					height: 1px;
					content: '';
					transition: all .3s;
					border: none;
					background: #FFF;

					@include bp( max, 600px ) {
						display: none;
					}
				}

				&:hover {
					&:after {
						left: 0;
					}
				}

				a {
					font-size: 1.6rem;
					line-height: 1;
					width: 100%;
					padding: 8px 0; // overide plugin
					transition: all .3s;
					color: #FFF !important; // overide plugin

					@include get_webfont( Noto, 700 );
					@include bp( max, 900px ) {
						font-size: vw_tab( 16 );
						padding: vw_tab( 8 ) 0; // overide plugin
					}
					@include bp( max, 600px ) {
						font-size: vw_sp( 16 );
						padding: vw_sp( 29 ) vw_sp( 16 );
						// border-bottom: 1px solid #FFF;
					}
				}
			}

			&-btn_next {
				&:after {
					position: absolute;
					top: auto;
					right: auto;
					bottom: 0;
					left: auto;
					display: block;
					width: 100%;
					height: auto;
					margin: auto;
					transform: none;
					border: none;
				}

				&:after {
					right: 0;
					width: 5.62px;
					height: 10px;
					content: '';
					background: url( ../img/common/arrow--header__gnav__item.svg ) center no-repeat;
					background-size: cover;

					@include absolute( false, true );
					@include bp( max, 900px ) {
						width: vw_tab( 5.62 );
						height: vw_tab( 10 );
					}
					@include bp( max, 600px ) {
						right: vw_sp( 16 );
						width: vw_sp( 5.62 );
						height: vw_sp( 10 );
					}
				}
			}
		}

		#mm-0 {
			.mm {
				&-navbar {
					display: none;
				}
			}
		}

		#mm-1 {
			.mm {
				&-navbar {
					margin-bottom: 32px;

					@include bp( max, 900px ) {
						margin-bottom: vw_tab( 32 );
					}
					@include bp( max, 600px ) {
						margin-bottom: vw_sp( 24 );
					}
				}

				&-listview {
					@include column( 4, 24px, 20px );
					@include bp( max, 900px ) {
						@include column( 4, vw_tab( 24 ), vw_tab( 20 ) );
					}
					@include bp( max, 600px ) {
						padding: 0 vw_sp( 13 );

						@include column( 2, vw_sp( 24 ), vw_sp( 20 ) );
					}
				}

				&-listitem {
					padding-bottom: 0;
					background: #FFF;

					&:after {
						display: none;
					}

					&:hover {
						&:after {
							left: 0;
						}
					}

					a {
						font-size: 1.2rem;
						line-height: 91px;
						display: flex;
						align-items: center;
						justify-content: center;
						width: 100%;
						padding: 0;
						transition: all .3s;
						background: center no-repeat;
						background-size: cover;

						@include bp( max, 900px ) {
							font-size: vw_tab( 12 );
							line-height: vw_tab( 91 );
						}
						@include bp( max, 600px ) {
							font-size: vw_sp( 12 );
							line-height: vw_sp( 91 );
							border-bottom: none;
						}

						&:hover {
							opacity: .7;
						}
					}
				}
			}
		}

		&__item {
			&--top {
				width: 100% !important; // overide plugin
			}

			&--footer {
				display: flex;
				align-items: center;
				justify-content: space-between;
				width: 100% !important; // overide plugin
				margin-top: 93px !important; // overide plugin
				color: #FFF;

				@include get_webfont( Noto, 400 );
				@include bp( max, 900px ) {
					margin-top: vw_tab( 93 ) !important; // overide plugin
				}
				@include bp( max, 600px ) {
					flex-direction: column-reverse;
					margin-top: vw_sp( 24 ) !important; // overide plugin
				}

				&:after {
					display: none !important; // overide plugin
				}

				.copy {
					font-size: 1.2rem;
					line-height: 1;
					color: #CCC;

					@include bp( max, 900px ) {
						font-size: vw_tab( 12 );
					}
					@include bp( max, 600px ) {
						font-size: vw_sp( 12 );
						margin-top: vw_sp( 64 );
					}
				}

				.sns {
					font-size: 1rem;
					line-height: 1;
					display: flex;
					align-items: center;
					color: #CCC;

					@include bp( max, 900px ) {
						font-size: vw_tab( 10 );
					}
					@include bp( max, 600px ) {
						font-size: vw_sp( 16 );
						flex-wrap: wrap;
						justify-content: center;
						width: 100%;
						color: #FFF;
					}

					dt {
						margin-right: 24px;

						@include bp( max, 900px ) {
							margin-right: vw_tab( 24 );
						}
						@include bp( max, 600px ) {
							width: 100%;
							margin-right: 0;
							margin-bottom: vw_sp( 24 );
							text-align: center;
						}
					}

					dd {
						width: 25px;

						@include bp( max, 900px ) {
							width: vw_tab( 25 );
						}
						@include bp( max, 600px ) {
							width: vw_sp( 50 );
						}

						& + dd {
							margin-left: 16px;

							@include bp( max, 900px ) {
								margin-left: vw_tab( 16 );
							}
							@include bp( max, 600px ) {
								margin-left: vw_sp( 33 );
							}
						}

						a {
							padding: 0;

							&:hover {
								opacity: .7;
							}
						}
					}
				}
			}
		}
	}
}
*/
.header {
  position: fixed;
  z-index: 999999999;
  top: -100px;
  top: 0;
  width: 100%;
  height: 100px;
  transition: top 0.5s;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  font-family: owners, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1366px) {
  .header {
    width: 100vw;
    max-width: 100%;
    box-shadow: 0 0 10px #888;
  }
}
@media screen and (max-width: 900px) {
  .header {
    height: 7.8125vw;
  }
}
@media screen and (max-width: 600px) {
  .header {
    box-shadow: 0 0 10px #888;
    height: 14.4927536232vw;
  }
}
.header__cont {
  margin: 0 auto;
  position: relative;
  font-size: clamp(1.4rem, 1.304rem + 0.4vw, 1.6rem);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.header .container--small {
  max-width: 980px;
}
@media screen and (max-width: 900px) {
  .header .container--small {
    max-width: initial;
  }
}
.header__nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.header__list {
  width: 262px;
  display: flex;
}
@media screen and (max-width: 900px) {
  .header__list {
    display: none;
  }
}
.header__list--l {
  justify-content: end;
}
.header__list--l .header__list__link {
  margin-right: 60px;
}
@media screen and (max-width: 1366px) {
  .header__list--l .header__list__link {
    margin-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .header__list--l .header__list__link {
    margin-right: 3.90625vw;
  }
}
.header__list--r .header__list__link {
  margin-left: 60px;
}
@media screen and (max-width: 1366px) {
  .header__list--r .header__list__link {
    margin-left: 3.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .header__list--r .header__list__link {
    margin-left: 3.90625vw;
  }
}
.header__list__link {
  transition: 0.4s;
  overflow: hidden;
  padding-bottom: 1px;
  border-bottom: none;
  position: relative;
  display: inline-block;
  letter-spacing: 0.08em;
}
.header__list__link > a, .header__list__link > span {
  color: #DE0800;
}
@media screen and (max-width: 900px) {
  .header__list__link {
    display: none;
  }
}
.header__list__link:after {
  position: absolute;
  bottom: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  transition: all 0.3s;
  border: none;
  background: #DD2323;
}
@media screen and (max-width: 600px) {
  .header__list__link:after {
    display: none;
  }
}
.header__list__link:hover:after {
  left: 0;
}
.header__list__link--store {
  position: absolute;
  left: 38px;
}
@media screen and (max-width: 900px) {
  .header__list__link--store {
    left: 3.1666666667vw;
  }
}
.header__list__link--teams:hover .header__gnav {
  opacity: 1;
  visibility: visible;
}
.header__list__link--teams:hover .span:after {
  left: 0;
}
.header__logo {
  margin: 0 30px;
  max-width: 138px;
  transition: all 0.3s;
}
@media screen and (max-width: 1366px) {
  .header__logo {
    margin: 0 1.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .header__logo {
    margin: 0;
    max-width: 11.1979166667vw;
  }
}
@media screen and (max-width: 600px) {
  .header__logo {
    max-width: 20.7729468599vw;
  }
}
@media screen and (min-width: 601px) {
  .header__logo:hover {
    opacity: 0.6;
  }
}
.header__gnav {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  display: none;
  padding: 24px 0 48px;
  transition: all 0.4s;
  top: 100px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}
@media screen and (max-width: 900px) {
  .header__gnav {
    display: none;
  }
}
.header__gnav__title {
  font-size: clamp(2.6rem, 2.311rem + 1.19vw, 3.2rem);
  margin-bottom: 24px;
}
.header__gnav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 40px;
}
@media screen and (max-width: 1366px) {
  .header__gnav__list {
    gap: 2.5vw 1.6666666667vw;
  }
}
.header__gnav__item {
  background-color: #000;
}
.header__gnav__item a {
  width: 100%;
  font-size: 1.2rem;
  line-height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s;
  background: center no-repeat;
  background-size: cover;
}
.header__gnav__item a:after {
  display: none;
}
.header__gnav--sp {
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .header__gnav--sp {
    display: none;
  }
}
.header__gnav--sp__logo {
  width: 30.0146412884%;
  padding: 0 5.8565153734%;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp__logo {
    display: none;
  }
}
.header__gnav--sp .mm-panels {
  width: 69.9853587116%;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .mm-panels {
    width: 100%;
  }
}
.header__gnav--sp .mm-panel {
  padding: 96px 8.3682008368% 0;
  background: #1D1D1F;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .mm-panel {
    padding: 12.5vw 10.4166666667vw 0;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .mm-panel {
    padding: 0;
  }
}
.header__gnav--sp .mm-navbar {
  font-size: 2.8rem;
  line-height: 28px;
  align-items: center;
  color: #FFF !important;
  background: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .mm-navbar {
    font-size: 3.6458333333vw;
    line-height: 3.6458333333vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .mm-navbar {
    font-size: 3.8647342995vw;
    line-height: 19.3236714976vw;
  }
}
.header__gnav--sp .mm-navbar > * {
  justify-content: flex-start;
}
.header__gnav--sp .mm-navbar .mm-btn_prev {
  width: auto;
  padding-left: 30px;
  transform: rotate(-180deg);
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .mm-navbar .mm-btn_prev {
    padding-left: 3.90625vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .mm-navbar .mm-btn_prev {
    padding-left: 11.3526570048vw;
  }
}
.header__gnav--sp .mm-navbar .mm-btn_prev:before {
  top: auto;
  right: auto;
  bottom: auto;
  left: 24.38px;
  width: 5.62px;
  height: 10px;
  margin: 0;
  content: "";
  border: 0;
  background: url(../img/common/arrow--header__gnav__item.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .mm-navbar .mm-btn_prev:before {
    left: 3.1744791667vw;
    width: 0.7317708333vw;
    height: 1.3020833333vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .mm-navbar .mm-btn_prev:before {
    left: 5.8888888889vw;
    width: 1.3574879227vw;
    height: 2.4154589372vw;
  }
}
.header__gnav--sp .mm-listview {
  display: flex;
  flex-wrap: wrap;
  margin-top: -47px;
  margin-left: -80px;
}
.header__gnav--sp .mm-listview > * {
  width: calc((100% - 240px) / 3);
  margin-top: 47px;
  margin-left: 80px;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .mm-listview {
    display: flex;
    flex-wrap: wrap;
    margin-top: -6.1197916667vw;
    margin-left: -10.4166666667vw;
  }
  .header__gnav--sp .mm-listview > * {
    width: calc((100% - 31.25vw) / 3);
    margin-top: 6.1197916667vw;
    margin-left: 10.4166666667vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .mm-listview {
    display: block;
  }
  .header__gnav--sp .mm-listview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-left: 0px;
  }
  .header__gnav--sp .mm-listview > * {
    width: calc(100% / 1);
    margin-top: 0px;
    margin-left: 0px;
  }
}
.header__gnav--sp .mm-listitem {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
  border-bottom: none;
}
.header__gnav--sp .mm-listitem:after {
  position: absolute;
  bottom: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  transition: all 0.3s;
  border: none;
  background: #FFF;
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .mm-listitem:after {
    display: none;
  }
}
.header__gnav--sp .mm-listitem:hover:after {
  left: 0;
}
.header__gnav--sp .mm-listitem a {
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  padding: 8px 0;
  transition: all 0.3s;
  color: #FFF !important;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .mm-listitem a {
    font-size: 2.0833333333vw;
    padding: 1.0416666667vw 0;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .mm-listitem a {
    font-size: 3.8647342995vw;
    padding: 7.0048309179vw 3.8647342995vw;
  }
}
.header__gnav--sp .mm-btn_next:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  transform: none;
  border: none;
}
.header__gnav--sp .mm-btn_next:after {
  right: 0;
  width: 5.62px;
  height: 10px;
  content: "";
  background: url(../img/common/arrow--header__gnav__item.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .mm-btn_next:after {
    width: 0.7317708333vw;
    height: 1.3020833333vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .mm-btn_next:after {
    right: 3.8647342995vw;
    width: 1.3574879227vw;
    height: 2.4154589372vw;
  }
}
.header__gnav--sp #mm-0 .mm-navbar {
  display: none;
}
.header__gnav--sp #mm-1 .mm-navbar {
  margin-bottom: 32px;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp #mm-1 .mm-navbar {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp #mm-1 .mm-navbar {
    margin-bottom: 5.7971014493vw;
  }
}
.header__gnav--sp #mm-1 .mm-listview {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -24px;
}
.header__gnav--sp #mm-1 .mm-listview > * {
  width: calc((100% - 96px) / 4);
  margin-top: 20px;
  margin-left: 24px;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp #mm-1 .mm-listview {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2.6041666667vw;
    margin-left: -3.125vw;
  }
  .header__gnav--sp #mm-1 .mm-listview > * {
    width: calc((100% - 12.5vw) / 4);
    margin-top: 2.6041666667vw;
    margin-left: 3.125vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp #mm-1 .mm-listview {
    padding: 0 3.1400966184vw;
  }
  .header__gnav--sp #mm-1 .mm-listview {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4.8309178744vw;
    margin-left: -5.7971014493vw;
  }
  .header__gnav--sp #mm-1 .mm-listview > * {
    width: calc((100% - 11.5942028986vw) / 2);
    margin-top: 4.8309178744vw;
    margin-left: 5.7971014493vw;
  }
}
.header__gnav--sp #mm-1 .mm-listitem {
  padding-bottom: 0;
  background: #FFF;
}
.header__gnav--sp #mm-1 .mm-listitem:after {
  display: none;
}
.header__gnav--sp #mm-1 .mm-listitem:hover:after {
  left: 0;
}
.header__gnav--sp #mm-1 .mm-listitem a {
  font-size: 1.2rem;
  line-height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s;
  background: center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp #mm-1 .mm-listitem a {
    font-size: 1.5625vw;
    line-height: 11.8489583333vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp #mm-1 .mm-listitem a {
    font-size: 2.8985507246vw;
    line-height: 21.9806763285vw;
    border-bottom: none;
  }
}
.header__gnav--sp #mm-1 .mm-listitem a:hover {
  opacity: 0.7;
}
.header__gnav--sp .header__gnav__item {
  background-color: initial;
}
.header__gnav--sp .header__gnav__item--top {
  width: 100% !important;
}
.header__gnav--sp .header__gnav__item--footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  margin-top: 93px !important;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .header__gnav__item--footer {
    margin-top: 12.109375vw !important;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .header__gnav__item--footer {
    flex-direction: column-reverse;
    margin-top: 5.7971014493vw !important;
  }
}
.header__gnav--sp .header__gnav__item--footer:after {
  display: none !important;
}
.header__gnav--sp .header__gnav__item--footer .copy {
  font-size: 1.2rem;
  line-height: 1;
  color: #CCC;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .header__gnav__item--footer .copy {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .header__gnav__item--footer .copy {
    font-size: 2.8985507246vw;
    margin-top: 15.4589371981vw;
  }
}
.header__gnav--sp .header__gnav__item--footer .sns {
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #CCC;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .header__gnav__item--footer .sns {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .header__gnav__item--footer .sns {
    font-size: 3.8647342995vw;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    color: #FFF;
  }
}
.header__gnav--sp .header__gnav__item--footer .sns dt {
  margin-right: 24px;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .header__gnav__item--footer .sns dt {
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .header__gnav__item--footer .sns dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.7971014493vw;
    text-align: center;
  }
}
.header__gnav--sp .header__gnav__item--footer .sns dd {
  width: 25px;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .header__gnav__item--footer .sns dd {
    width: 3.2552083333vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .header__gnav__item--footer .sns dd {
    width: 12.077294686vw;
  }
}
.header__gnav--sp .header__gnav__item--footer .sns dd + dd {
  margin-left: 16px;
}
@media screen and (max-width: 900px) {
  .header__gnav--sp .header__gnav__item--footer .sns dd + dd {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .header__gnav--sp .header__gnav__item--footer .sns dd + dd {
    margin-left: 7.9710144928vw;
  }
}
.header__gnav--sp .header__gnav__item--footer .sns dd a {
  padding: 0;
}
.header__gnav--sp .header__gnav__item--footer .sns dd a:hover {
  opacity: 0.7;
}
.header__gnav--sp .header__gnav__item--footer .sns dd a img {
  width: 100%;
}
.header .open {
  opacity: 1;
  visibility: visible;
}

.mm-menu_opened {
  background-color: rgb(0, 0, 0);
}

.menuBtn {
  position: absolute;
  right: 0;
  top: 0;
}
.menuBtn a {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  display: block;
  padding-top: 100%;
  display: none;
}
@media screen and (max-width: 900px) {
  .menuBtn a {
    width: 7.8125vw;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .menuBtn a {
    width: 14.4927536232vw;
  }
}
.menuBtn__mark {
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 900px) {
  .menuBtn__mark {
    width: 3.90625vw;
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 600px) {
  .menuBtn__mark {
    width: 6.038647343vw;
    height: 3.8647342995vw;
  }
}
.menuBtn__mark span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.4s;
  background-color: #FFF;
}
@media screen and (max-width: 900px) {
  .menuBtn__mark span {
    height: 0.2604166667vw;
  }
}
@media screen and (max-width: 600px) {
  .menuBtn__mark span {
    height: 0.4830917874vw;
  }
}
.menuBtn__mark--middle {
  position: absolute;
  bottom: 50%;
  transform: translate(0, 50%);
}
.menuBtn__mark--bottom {
  bottom: 0;
}
.menuBtn.open .menuBtn__mark--top {
  transform: translateY(10px) rotate(-45deg);
}
@media screen and (max-width: 900px) {
  .menuBtn.open .menuBtn__mark--top {
    transform: translateY(1.3020833333vw) rotate(-45deg);
  }
}
@media screen and (max-width: 600px) {
  .menuBtn.open .menuBtn__mark--top {
    transform: translateY(1.4492753623vw) rotate(-45deg);
  }
}
.menuBtn.open .menuBtn__mark--middle {
  left: 50%;
  height: 0;
  opacity: 0;
}
.menuBtn.open .menuBtn__mark--bottom {
  transform: translateY(-8px) rotate(45deg);
}
@media screen and (max-width: 900px) {
  .menuBtn.open .menuBtn__mark--bottom {
    transform: translateY(-1.0416666667vw) rotate(45deg);
  }
}
@media screen and (max-width: 600px) {
  .menuBtn.open .menuBtn__mark--bottom {
    transform: translateY(-1.9323671498vw) rotate(45deg);
  }
}

.breadcrumb {
  background: #9E0400;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
}
.breadcrumb__item {
  font-size: 1.2rem;
  line-height: 1;
  line-height: 40px;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumb__item + .breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item + .breadcrumb__item:before {
  display: block;
  width: 4.5px;
  height: 8px;
  margin: 0 13px;
  content: "";
  background: url(../img/common/arrow--breadcrumb.svg) center no-repeat;
  background-size: contain;
}
.breadcrumb__item a {
  color: #FFF;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    display: none;
  }
}

/*—————————————
 scrollTop
—————————————*/
.scrollTop a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  background: #DE0800;
}
@media screen and (max-width: 900px) {
  .scrollTop a {
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 600px) {
  .scrollTop a {
    height: 15.4589371981vw;
  }
}
.scrollTop a img {
  width: 32px;
}
@media screen and (max-width: 900px) {
  .scrollTop a img {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 600px) {
  .scrollTop a img {
    width: 7.729468599vw;
  }
}

/*—————————————
 footer
—————————————*/
.footer {
  padding: 64px 0;
  background-color: #000;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 9.6618357488vw 0 7.729468599vw;
  }
}
.footer .container, .footer .breadcrumb__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer .container, .footer .breadcrumb__list {
    flex-flow: column;
    align-items: center;
  }
}
.footer__logo {
  font-size: 0;
  width: 100%;
  max-width: 126px;
}
@media screen and (max-width: 900px) {
  .footer__logo {
    width: 16.40625vw;
    max-width: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .footer__logo {
    margin: 0 auto;
    width: 30.4347826087vw;
  }
}
.footer__logo a {
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 601px) {
  .footer__logo a:hover {
    opacity: 0.6;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__gnav {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  .footer__gnav {
    margin-top: 6.25vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer__gnav {
    margin-top: 11.5942028986vw;
  }
}
.footer__gnav__list {
  display: grid;
  grid-template-columns: 109px 83px 72px 83px;
  gap: 20px 40px;
}
@media screen and (max-width: 600px) {
  .footer__gnav__list {
    grid-template-columns: 1fr 1fr;
    gap: 4.8309178744vw 19.3236714976vw;
    padding: 0 9.6618357488vw;
  }
}
.footer__gnav__item a {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  align-items: center;
  transition: all 0.3s;
  color: #fff;
  font-family: owners, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 900px) {
  .footer__gnav__item a {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 600px) {
  .footer__gnav__item a {
    font-size: 3.8647342995vw;
    display: inline-block;
  }
}
.footer__gnav__item a:after {
  position: absolute;
  bottom: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  transition: all 0.3s;
  background: #fff;
}
.footer__gnav__item a:hover:after {
  left: 0;
}
.footer__foot {
  margin-top: 72px;
}
@media screen and (max-width: 900px) {
  .footer__foot {
    margin-top: 9.375vw;
  }
  .footer__foot .container, .footer__foot .breadcrumb__list {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .footer__foot {
    margin-top: 9.6618357488vw;
  }
}
.footer__copy {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .footer__copy {
    margin: 0 auto;
    padding-top: 4.1666666667vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 600px) {
  .footer__copy {
    font-size: 3.3816425121vw;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .footer__sns {
    margin: 0 auto;
  }
}
.footer__sns__txt {
  font-size: 1.2rem;
  margin-right: 32px;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .footer__sns__txt {
    font-size: 2.8985507246vw;
  }
}
.footer__sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__sns__item {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .footer__sns__item {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media screen and (max-width: 600px) {
  .footer__sns__item {
    width: 8.2125603865vw;
    height: 8.2125603865vw;
  }
}
.footer__sns__item + .footer__sns__item {
  margin-left: 10px;
}
.footer__sns a {
  display: block;
  width: 100%;
  max-width: 30px;
}
.footer__sns img {
  width: 100%;
}

/*—————————————
 TMPL
—————————————*/
.ttlBlock--type01 {
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.16em;
  color: #333;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .ttlBlock--type01 {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 600px) {
  .ttlBlock--type01 {
    font-size: 6.7632850242vw;
  }
}
.ttlBlock--type01 span {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  margin-top: 7px;
  letter-spacing: 0em;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .ttlBlock--type01 span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 600px) {
  .ttlBlock--type01 span {
    font-size: 2.8985507246vw;
  }
}
.ttlBlock--type02 {
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: #333;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .ttlBlock--type02 {
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 600px) {
  .ttlBlock--type02 {
    font-size: 6.7632850242vw;
  }
}
.ttlBlock--type02 span {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  margin-left: 20px;
  letter-spacing: 0em;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .ttlBlock--type02 span {
    font-size: 1.5625vw;
    margin-left: 2.6041666667vw;
  }
}
@media screen and (max-width: 600px) {
  .ttlBlock--type02 span {
    font-size: 2.8985507246vw;
    margin-left: 4.4270833333vw;
  }
}
.ttlBlock--type03 {
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 32px;
  letter-spacing: 0.05em;
  color: #333;
  border-bottom: 1px solid #CCC;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .ttlBlock--type03 {
    font-size: 3.125vw;
    padding-bottom: 7.729468599vw;
  }
}
@media screen and (max-width: 600px) {
  .ttlBlock--type03 {
    font-size: 5.7971014493vw;
    padding-bottom: 5.7971014493vw;
  }
}
.ttlBlock--type04 {
  font-size: 1.6rem;
  line-height: 48px;
  padding: 0 16px;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #1D1D1F;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .ttlBlock--type04 {
    font-size: 2.0833333333vw;
    line-height: 6.25vw;
    padding: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 600px) {
  .ttlBlock--type04 {
    font-size: 3.8647342995vw;
    line-height: 11.5942028986vw;
    padding: 0 3.8647342995vw;
  }
}

.page__head {
  margin-bottom: 96px;
  padding: 88px 0 80px;
  background: url(../img/common/bg--page__head@2x.jpg) center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .page__head {
    margin-bottom: 12.5vw;
    padding: 11.4583333333vw 0 10.4166666667vw;
  }
}
@media screen and (max-width: 600px) {
  .page__head {
    margin-bottom: 15.4589371981vw;
    padding: 18.3574879227vw 0 16.4251207729vw;
  }
}
.page__ttl {
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.16em;
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .page__ttl {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 600px) {
  .page__ttl {
    font-size: 6.7632850242vw;
  }
}
.page__ttl span {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  margin-top: 7px;
  letter-spacing: 0em;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .page__ttl span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 600px) {
  .page__ttl span {
    font-size: 2.8985507246vw;
  }
}

/* 以下、cssに直で記入されていたコード */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
}
.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after {
  clear: both;
}
.dropmenu li {
  position: relative;
}
.dropmenu li a {
  display: block;
  margin: 0;
  color: #000;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul {
  margin-top: 0;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  padding: 0;
}
.dropmenu li ul:before {
  /* 大きい三角形 : 枠線見合い１  */
  content: "";
  position: absolute;
  bottom: -14px; /* 三角形の高さ×２とする(もとの矩形の高さ) */
  left: 50%; /* 三角の位置 50%は真ん中 */
  /* 以下 ３行のpx値が三角形の大きさ */
  margin-left: -5px;
  border: 7px solid transparent; /* 三角にしたい矩形の上辺、左辺、右辺は透明 */
  border-top: 10px solid #fff; /* 三角にしたい矩形の下辺 三角の枠線の色 */
  z-index: 100;
}
.dropmenu li ul li {
  width: calc(100% + 10px);
  margin: 0 -2.5px;
  background: #fff;
}
.dropmenu li ul li:first-child {
  margin-top: 8px;
  border-bottom: 1px solid #000;
}
.dropmenu li ul li a {
  padding: 5px 3px;
  font-size: 0.7em;
  width: 200px;
  background: #fff;
  text-align: left;
}

#fade-in2 li ul {
  opacity: 0;
  top: -100%;
  visibility: hidden;
  transition: 0.4s;
}

#fade-in2 li:hover ul {
  top: -200%;
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=common.css.map */