::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
html {
  -ms-overflow-style:none;
  margin-top: 0px !important;
}
html #wpadminbar{
  position: fixed;
}
body {
  font-family: yu-gothic-pr6n, YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;;
  line-height: 1.8;
  font-size: 10px;
  background: #000;
  color: #ddd;
  font-weight: 400;/*bold:700*/
  overflow-x: hidden;
  transition: background 600ms linear;
  margin: auto;
}
body.fixed{
	overflow: hidden !important;
}
.jp{
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.en{
  font-family: 'Archivo', sans-serif;
  /*font-weight:100,200,300,400,500,600,700,900;*/
}
body.opened{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all .2s;
}
a {
  position: relative;
  color: #332B43;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}
a, a:focus{ outline: none; }

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

::-webkit-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::-moz-selection {
  color: #fcfcfc;
  background: #FCC72C;
}

::selection {
  color: #fcfcfc;
  background: #FCC72C;
}

#header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}
.header_wrap {
  position: relative;
  height: 100%;
  transition: all .3s;
}
body.home .header_wrap a {
  pointer-events: none;
}
body.home .header_wrap a:hover {
  opacity: 1;
}
body.fixed .header_wrap {
  opacity: 0 !important;
  transition: all 0.1;
  transition-delay: 0.6s;
  pointer-events: none;
}



.header_logo{
  position: fixed;
  top: 38px;
  left: 16px;
  margin: auto;
  width: 120px;
  z-index: 990;
}
@media screen and (max-width: 768px){
  .header_logo{
    top: 32px;
    left: 8px;
    width: 80px;
  }
}




.header_txt {
  position: absolute;
  right: 92px;
  top: 38px;
  bottom: 0;
  margin: auto;
  text-align: right;
  font-family: 'Archivo', sans-serif;
  font-size: 1.1rem;
  font-stretch: 62.5%;
  font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 14px;
  text-transform: uppercase;
}

#header-section {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgba(255,255,255,0.9)
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 300;
  float: left;
}
#logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#logo a {
  color: #332B43;
}
#logo a:hover, #logo a:focus {
  color: #332B43 !important;
}


@media screen and (min-width: 769px){
  .fv{
    
  }
}
@media screen and (max-width: 768px){
  .fv{
  }
}

footer{
  position: relative;
  padding: 13px 70px;
}
@media screen and (max-width: 768px){
  footer{
    padding: 13px 16px 39px;
  }
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  font-family: 'Archivo', sans-serif;
  font-weight: 300;
}

.footer_prime .page-top a,
.footer_prime .insta a,
.footer_prime .store a,
.footer_prime .cinci a{
  color: #fff;
}
.footer_prime .page-top a:hover,
.footer_prime .insta a:hover{
  color: #fff;
  opacity: 0.6;
}
.footer_prime .insta a{
  margin-left: 30px;
}
.footer_prime .store a{
  margin-left: 30px;
}
.footer_prime .cinci a{
  margin-left: 30px;
}
.footer_prime .insta a:hover,
.footer_prime .store a:hover,
.footer_prime .cinci a:hover{
  color: #0042E3;
  opacity: 1;
}

@media screen and (max-width: 768px){
  .footer_second .copy{
    display: inline-block;
    transform: scale(0.9);
    transform-origin: right;
  }
}

.page-top{
  cursor: pointer;
}

@media screen and (max-width: 768px){
  .page-top{
    position: absolute;
    bottom: 13px;
  }
  .copy{
    position: absolute;
    bottom: 13px;
    right: 16px;
  }
  .footer_prime .insta a{
    margin-left: 0;
  }
  .footer_prime .store a,
  .footer_prime .cinci a{
    margin-left: 20px;
  }
}


.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #FCC72C;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #FCC72C;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
}


.nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #fff;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
  background: #fff;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  width: 30px;
  height: 2px;
  color: #332B43;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #332B43;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav-toggle.dark i {
  position: relative;
  color: #332B43;
  background: #332B43;
  transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
  background: #332B43;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 2.2;
}

.lead_img{
  margin-bottom: 20px;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/* addd202005 */
.txt_tp01{
  text-align: left;
  padding-top: 0px;
  line-height: 2.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .txt_tp01 {
    font-size: 1.3rem;
  }
}

.txt_tp01 a,.txt_tp02 a,.txt_tp03 a,
.txt_tp04 a,.txt_tp05 a,.txt_tp06 a,
.txt_tp07 a,.txt_tp08 a,.txt_tp09 a,
.txt_tp10 a{
  text-decoration: underline !important;
  word-break: break-all;
}


/*menu*/
.menu {
  position: absolute;
  top: 24px;
  right: 17px;
  width: 64px;
  height: 40px;
  z-index: 990;
  cursor: pointer;
}
.menu:hover{
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .menu{
    right: 8px;
    top: 16px;
  }
}

.menu__line__wrap{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 64px;
  height: 12px;
}
.menu__line__wrap:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 0px;
  background: #000;
  transition: all .2s;
}
.menu:hover .menu__line__wrap:before{
  height: 100%;
}

.menu__line{
    position: absolute;
    display: block;
    margin: auto;
    width: 64px;
    height: 1px;
    background: #fff;
    transition: all .3s;
}
@media screen and (max-width: 768px) {
  .menu__line{
  }
}

.menu__line--top{
    top: 2px;
    
}
@media screen and (max-width: 768px) {
  .menu__line--top{
    
  }
}
.menu:hover .menu__line--top{
    top: 0;
}

.menu__txt{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  transition: all .1s ;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .menu__txt{
    
  }
}
.menu:hover .menu__txt{
    opacity: 1;
}


.menu__line--bottom {
    bottom: 2px;
}
@media screen and (max-width: 768px) {
  .menu__line--bottom{
    
  }
}
.menu:hover .menu__line--bottom{
    bottom: 0; 
}

.menu__line--top.active{
    background: #fff !important;
}
@media screen and (max-width: 768px) {
  .menu__line--top.active{
  }
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
  background: #fff !important;
}
@media screen and (max-width: 768px) {
  .menu__line--bottom.active{
  }
}
body.opened .menu{
  background: transparent;
}
body.opened .menu:hover .menu__txt{
  display: none;
}
body.opened .menu__line__wrap:before{
  background: transparent !important;
}
body.opened .menu:hover .menu__line--top {
  top: 2px;
}
body.opened .menu:hover .menu__line--bottom {
  bottom: 2px;
}



/*gnav*/
.gnav{
    background: rgba(0,0,0,0.95);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.gnav__wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    overflow-y: scroll;
}

.gnav__logo__wrap{
  position: fixed;
  top: 37px;
  left: 16px;
  margin: auto;
}
@media screen and (max-width: 768px){
  .gnav__logo__wrap{
    top: 28px;
    left: 8px;
  }
}
.gnav__logo__wrap a{
  display: inline-block;
}
body.home .gnav__logo__wrap a{
  pointer-events: none;
}
body.home .gnav__logo__wrap a:hover{
  opacity: 1;
}


.gnav__logo{
  width: 120px;
}
@media screen and (max-width: 768px){
  .gnav__logo{
    top: 32px;
    left: 8px;
    width: 80px;
  }
}

.gnav__txt{
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #0042E3;
}

.gnav__txt_prime{
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.gnav__txt_second{
  display: block;
  font-weight: 500;
}


.gnav__menu{
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: 94px 16px 0;
  padding-inline-start: 0;
}
.gnav__menu__item{
    display: flex;
    margin: 6px 0;
}
.gnav__menu__item a{
    display: block;
    text-align: right;
	  color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 12.4rem;
    font-weight: 900;
    font-stretch: 62.5%;
	  letter-spacing: -0.02em;
	  text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.2s;
    line-height: 0.7;
}
.gnav__menu__item a:hover{
    opacity: 0.6;
    transition: all 0.3s;
}
.gnav__menu__item.store a,
.gnav__menu__item.cinci a{
  margin-top: 16px;
  font-size: 8rem;
}
@media screen and (max-width: 768px){
  .gnav__menu{
    margin: 64px 0 0;
    padding-right: 8px;
  }
  .gnav__menu__item a{
      font-size: 8rem;
  }
  .gnav__menu__item.store a,
  .gnav__menu__item.cinci a{
    margin-top: 0;
    font-size: 5rem;  
    line-height: 50px;
  }

}



.util__menu{
  display: flex;
  flex-direction: column;
  margin: 46px 0 16px;
  padding-inline-start: 0;
}
@media screen and (min-height: 766px){
  .util__menu{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
  }
}


.util__menu__item{
    display: flex;
    justify-content: center;
}
.util__menu__item a{
    display: block;
    text-align: left;
	  color: #fff;
    font-family: 'Archivo', sans-serif;
    font-stretch: 62.5%;
    letter-spacing: 0.05em;
	  text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: .2s;
    line-height: 1;
}
.util__menu__item.mail a{
   font-size: 2.2rem;
   font-weight: 300;
}
.util__menu__item.policy a{
  margin-top: 10px;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 600;
}




ul.gnav__menu {
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  ul.gnav__menu {
    width: 100%;
    margin-top: 100px;
    padding-inline-start: 0;
  }
}



.btn_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 0;
    transition: all .3s;
}

/* Utilities */
@media screen and (min-width: 769px) {
  .u-hiddenSp{
    display: block !important;
  }
  .u-hiddenPc{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-hiddenSp{
    display: none !important;
  }
  .u-hiddenPc{
    display: block !important;
  }
}

table.tbl_tp01 {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 2;
  border: 1px solid #646464;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  table.tbl_tp01 {
    font-size: 1.2rem;
  }
}

.tbl_tp01 thead {
  border-bottom: 1px solid #646464;
}
.tbl_tp01 thead td {
    padding: 17px 15px;
    width: 196px;
    background: #f5f5f5;
}
.tbl_tp01 thead td + td {
  width: 745px;
  border-left: 1px solid #646464;
}

.tbl_tp01 tbody td {
  padding-left: 20px;
  vertical-align: middle;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.tbl_tp01 tbody td + td {
  padding: 23px 15px;
  border-right: none;
}

.tbl_tp01 tbody tr td:first-of-type {
  white-space: nowrap;
  min-width: 170px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .tbl_tp01 tbody tr td:first-of-type {
    white-space: normal;
    padding: 20px 10px;
    min-width: 120px;
  }
}


.tbl_tp01 tbody tr:last-of-type td {
  border-bottom: none; 
}
.tbl_tp01 tbody tr:nth-of-type(2n) td {
  background: #f5f5f5; 
}
#cn-more-info {
  text-decoration: none !important;
  display: inline-block;
  margin-left: 5px;
  color:#fff;
}
@media screen and (max-width: 480px) {
  .cookie-notice-container, .cookie-revoke-container{
    padding: 20px 40px !important;
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .cookie-notice-container #cn-notice-buttons{
    margin-top: 10px;
    text-align: right;
  }
}

/* 20210108 */
body.single-post .slick-dots {
    display: none;
}




.topic_path{
  position: fixed;
  top: 54px;
  right: 18px;
  text-align: right;
  color: #ddd;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .topic_path{
    top: 46px;
    right: 8px;
  }
}
.topic_path_cat{
  text-transform: uppercase;
}
.topic_path_cat a{
  color: #ddd;
  text-decoration: underline;
}




ul.list_tp01 {
  padding-inline-start: 0;
  margin-left: 20px;
}
ul.list_tp01 li {
  margin-bottom: 10px;
}

#page-top{
  cursor: pointer;
}
#page-top:hover{
}

/* inview effect */
.visible,
.visibles {
	opacity: 0;
	transition: transform 1s ,opacity 1s;
}
.effect {
	opacity: 1;
}