@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Zen+Kaku+Gothic+Antique&display=swap');
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #000;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.15rem;
  overflow-x: hidden;
  background-color: #fff;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?tallij');
  src: url('fonts/icomoon.eot?tallij#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?tallij') format('truetype'), url('fonts/icomoon.woff?tallij') format('woff'), url('fonts/icomoon.svg?tallij#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_right_alt:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\ea92";
}
img {
  width: 100%;
  height: auto;
}
/**/
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.en {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*-------------------*/
.wrap {
  overflow: hidden;
  padding-top: 9rem;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb50 {
  margin-bottom: 5rem;
}
.mgb60 {
  margin-bottom: 30px;
}
.mgb80 {
  margin-bottom: 40px;
}
.txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .txt {
    font-size: 1.6rem;
  }
  .mgb60 {
    margin-bottom: 60px;
  }
  .mgb80 {
    margin-bottom: 80px;
  }
}
/*header*/
.header_wrap {
  z-index: 1000;
  position: fixed;
}
.header_wrap, .header_wrap .logo {
  z-index: 1000;
}
.header_wrap .logo {
  position: fixed;
  left: 1rem;
  top: 2rem;
  line-height: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
  width: 12rem;
}
.header_wrap::after {
  position: fixed;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 7rem;
  left: 0;
  top: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.header_wrap .gnav_list li a {
  font-size: 2rem;
  display: block;
  position: relative;
  color: #000;
  line-height: 1.4;
  padding: 1.5rem 3rem;
  text-align: left;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
}
.header_wrap .gnav_list li.note img {
  max-width: 8rem;
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
  .header_wrap::after {
    height: 7rem;
  }
  .header_wrap .logo {
    left: 1.5rem;
    top: 1.8rem;
  }
  .header_wrap .gnav_list {
    position: fixed;
    z-index: 100;
    display: flex;
    right: 1.5rem;
    top: 1.5rem;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .header_wrap .gnav_list li a {
    font-size: 1.2rem;
    padding: 1rem;
    letter-spacing: 0.05rem;
  }
  .header_wrap .gnav_list li a:hover {
    color: #FF0000;
  }
  .header_wrap .gnav_list li.note img {
    max-width: 3.7rem;
  }
}
@media only screen and (min-width: 1367px) {
  .header_wrap::after {
    height: 7.5rem;
  }
  .header_wrap .logo {
    width: 16rem;
    top: 1.5rem;
  }
  .header_wrap .gnav_list li a {
    font-size: 1.6rem;
    padding: 1.3rem 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .header_wrap .fix_contact.contact {
    right: 8rem;
    font-size: 1.5rem;
    top: 1.25rem;
    position: fixed;
  }
  .header_wrap .fix_contact.contact a {
    border-radius: 5px;
  }
  .header_wrap .fix_contact.contact a {
    color: #fff;
    width: 12rem;
    height: 4.5rem;
    display: flex;
    padding: 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #000 0%, #000 50%, #FF0000 50%, #FF0000 100%);
    overflow: hidden;
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header_wrap .fix_contact.contact a i {
    margin-right: 0.5rem;
  }
  .header_wrap .sp_menu {
    cursor: pointer;
    display: block;
    position: fixed;
    padding: 20px;
    width: 7rem;
    height: 7rem;
    right: 0;
    top: 0;
    z-index: 10100;
    border-radius: 100%;
  }
  .header_wrap .sp_menu.active {
    right: 1rem;
    top: 1rem;
    width: 5rem;
    height: 5rem;
  }
  .header_wrap .sp_menu span {
    background-color: #000000;
    height: 2px;
    width: 3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header_wrap .sp_menu span:nth-of-type(1) {
    top: 2.8rem;
  }
  .header_wrap .sp_menu span:nth-of-type(2) {
    top: 3.8rem;
  }
  .header_wrap .sp_menu.active {
    border: 1px solid #ddd;
  }
  .header_wrap .sp_menu.active span {
    background-color: #000;
  }
  .header_wrap .sp_menu.active span:nth-of-type(1) {
    -webkit-transform: translateX(-50%) translateY(-5px) rotate(-45deg);
    transform: translateX(-50%) translateY(-5px) rotate(-45deg);
    width: 2rem;
  }
  .header_wrap .sp_menu.active span:nth-of-type(2) {
    -webkit-transform: translateX(-50%) translateY(-15px) rotate(45deg);
    transform: translateX(-50%) translateY(-15px) rotate(45deg);
    width: 2rem;
  }
  .header_wrap #spNav {
    height: 100%;
    /*    display: flex;*/
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding: 8rem 0 0;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
    background: #fff;
    overflow-y: scroll;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .header_wrap #spNav a {
    color: #000;
    padding: 3.5rem 3rem;
    font-size: 3.5rem;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .header_wrap #spNav a small {
    font-weight: 300;
    font-size: 1.2rem;
    width: 100%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
  .header_wrap #spNav a i {
    margin-right: 5px;
  }
  .header_wrap #spNav a .pc_none {
    font-size: 2.5rem;
  }
  .header_wrap #spNav::after {
    height: 100%;
    z-index: -1;
  }
  .header_wrap #spNav.active {
    visibility: visible;
    right: 0;
  }
  .header_wrap #spNav .gnav_list {
    width: 100%;
  }
  .header_wrap #spNav .gnav_list li {
    border-bottom: 1px solid #ddd;
    color: #4e454a;
  }
  .header_wrap .gnav_list a::after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e902";
    right: 2rem;
    font-size: 2rem;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.5rem;
    border-radius: 100%;
    border: 1px solid #ddd;
    /*    border: 1px solid #416ee3;*/
    width: 3rem;
    height: 3rem;
    color: #9D0016;
    background-color: #fff;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
/*footer*/
.sns {
  background: url("../images/common/dog_white.png")no-repeat right -10% top -10% /40%, #F4EAD7;
  padding: 6rem 3rem 8rem;
  text-align: center;
}
.sns .sns_list {
  max-width: 75rem;
  margin: auto;
  flex-wrap: wrap;
}
.sns .sns_list li {
  width: 100%;
}
.sns .sns_list li a {
  display: flex;
}
.sns .sns_list li.note img {
  width: 5.6rem;
  margin-right: 5px;
}
.sns .sns_list li a i {
  margin-right: 5px;
}
footer {
  padding: 10rem 3rem 6rem;
  background-color: #390000;
  z-index: 100;
  position: relative;
}
footer .footer_gnav, footer .cont_inr {
  flex-wrap: wrap;
}
footer .gnav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .gnav_list li {
  margin-bottom: 2rem;
  width: 50%;
}
footer .gnav_list li.note a {
  max-width: 5.8rem;
  display: block;
  margin: auto;
}
footer .gnav_list a {
  color: #fff;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}
footer .logo {
  width: 23rem;
  margin: 0 auto 4rem;
}
footer .copyright {
  font-size: 1.3rem;
  color: #fff;
  font-family: Arial, "Figtree", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .sns {
    background: url("../images/common/dog_white.png")no-repeat right -30px bottom -30%/370px, #F4EAD7;
  }
  .sns .sns_list {
    justify-content: space-between;
  }
  .sns .sns_list li {
    width: 48%;
  }
  footer {
    padding: 10rem 5rem 6rem;
  }
  footer .cont_inr {
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .gnav_list {
    justify-content: center;
  }
  footer .gnav_list li {
    margin: 0 1rem 4rem;
    width: auto;
  }
  footer .gnav_list li a {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
  footer .gnav_list li.note a {
    max-width: 7.8rem;
  }
}
@media only screen and (min-width: 1367px) {
  .sns {
    background: url("../images/common/dog_white.png")no-repeat right -10% center /30%, #F4EAD7;
  }
  footer {
    padding: 16rem 8rem 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .sns .sns_list {
    justify-content: center;
  }
  .sns .sns_list li {
    margin-bottom: 4rem;
    max-width: 36rem;
    width: 100%;
  }
  .sns .sns_list li:last-child {
    margin-bottom: 0;
  }
  footer .gnav_list {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  footer .gnav_list {
    margin-bottom: 8rem;
  }
  footer .gnav_list li {
    text-align: center;
    margin-bottom: 1rem;
  }
  footer .logo {
    margin-bottom: 6rem;
  }
  footer .copyright {
    width: 100%;
  }
}
/**/
.scr_wrap {
  background-color: #fff;
  z-index: 100;
  position: relative;
}
.scr_wrap-b {
  background-color: #000000
}
.contents {
  padding: 8rem 1.5rem;
}
.s_contents {
  padding: 0 3rem 12rem;
}
.s_contents-right {
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
}
.cont_inr {
  max-width: 120rem;
  margin: auto;
  position: relative;
}
.s-contents .cont_inr {
  max-width: 100rem;
}
@media only screen and (min-width: 769px) {
  .contents {
    padding: 12rem 5rem 15rem;
  }
  .s_contents-right {
    width: 80%;
  }
  /**/
}
/*breadcrumbs_wrap*/
.breadcrumbs_wrap {
  text-align: left;
  margin-bottom: 6rem;
  font-size: 1rem;
}
.breadcrumbs_wrap a {
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 769px) {
  .breadcrumbs_wrap {
    margin-bottom: 6rem;
  }
}
.cl2, .cl3, .cl4 {
  display: flex;
  flex-wrap: wrap;
}
.cl2 li, .cl3 li, .cl4 li {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .cl2, .cl3, .cl4 {
    justify-content: space-between;
  }
  .cl2 li {
    width: calc(100% / 2 - 1rem);
  }
  .cl3 li {
    width: calc(100% / 3 - 4rem);
  }
  .cl4 li {
    width: calc(100% / 4 - 1rem);
  }
}
@media only screen and (min-width: 1367px) {
  .cl3 li {
    width: calc(100% / 3 - 4rem);
  }
}
/*nomalBtn*/
.indList li {
  padding-left: 2.5rem;
  text-indent: -1rem;
}
.indList.years li {
  padding-left: 5.5rem;
  text-indent: -5.5rem;
}
.indList.years_big li {
  padding-left: 7rem;
  text-indent: -7rem;
}
/**/
a.page-numbers {
  color: #fff;
}
.page-numbers, .page-numbers.current {
  width: 5rem;
  height: 5rem;
  border-radius: 10px;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 0 0.75rem;
  color: #fff;
  background: #000000;
  border: 1px solid #D6D6D6;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.page-numbers.current, .page-numbers.current:hover {
  background-color: #E5E5E5;
  color: #000;
}
.next.page-numbers, .prev.page-numbers {
  font-size: 2rem;
  border: 1px solid #E5E5E5;
  color: #000;
  border-radius: 100vh;
  background-color: #fff;
}
.prev.page-numbers .back {
  transform: rotate(180deg);
}
.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .next.page-numbers:hover, .prev.page-numbers:hover, .page-numbers:hover {
    background-color: #9D0016;
    color: #fff;
  }
}
/**/
.cont_ttl {
  color: #9D0016;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.cont_ttl small {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
.cont_ttl .en {
  font-size: 4rem;
  font-weight: 600;
}
.common_mv {
  padding: 10rem 3rem;
  background: url("../images/index/concept_bg.png")no-repeat left -20% top/50%
}
.common_mv .cont_ttl {
  max-width: 120rem;
  margin: auto;
}
.common_mv .cont_ttl .en {
  font-size: 5.5rem;
  font-weight: 700;
}
.common_mv .cont_ttl small {
  font-size: 1.6rem;
  display: block;
}
.s_cont-ttl {
  line-height: 1.4;
  margin-bottom: 4rem;
}
.s_cont-ttl small {
  display: block;
  padding-left: 2.4rem;
  position: relative;
  color: #0048BF;
}
.s_cont-ttl small::after {
  position: absolute;
  width: 1.8rem;
  height: 5px;
  border-radius: 20px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0067DD;
}
.s_cont-ttl .en {
  font-size: 5rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .common_mv {
    padding: 8rem 3rem;
    background: url("../images/index/concept_bg.png")no-repeat left -5% top /25%
  }
  .common_mv .cont_ttl small {
    font-size: 2rem;
  }
  .common_mv .cont_ttl .en {
    font-size: 8rem;
  }
  .s_cont-ttl {
    margin-bottom: 6rem;
  }
  .s_cont-ttl small {
    padding-left: 2.4rem;
  }
  .s_cont-ttl .en {
    font-size: 7rem;
  }
  .cont_ttl small {
    font-size: 1.8rem;
  }
  .cont_ttl .en {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1367px) {
  .cont_ttl .en {
    font-size: 6.5rem;
  }
  .common_mv .cont_ttl small {
    font-size: 3rem;
  }
  .common_mv .cont_ttl .en {
    font-size: 11rem;
  }
}
.er404 .contents {
  padding: 8rem 5rem 15rem;
}
.er404 .cvsbtn {
  margin: 6rem auto;
  max-width: 30rem;
}
/**/
.cvsbtn {
  max-width: 32rem;
}
.cvsbtn a {
  color: #fff;
  text-align: left;
  display: block;
  border-radius: 5px;
  padding: 2.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #000 0%, #000 50%, #9D0016 50%, #9D0016 100%);
  overflow: hidden;
  width: 100%;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.cvsbtn a::after {
  position: absolute;
  font-family: 'icomoon' !important;
  content: "\e902";
  right: 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0.5rem;
  border-radius: 100%;
}
.cvsbtn.small_btn a {
  font-size: 1.4rem;
}
.cvsbtn.small_btn a::after {
  background-color: #0039cf;
}
@media only screen and (min-width: 769px) {
  .cvsbtn a {
    padding: 2.5rem 2rem 2.5rem 2rem;
    font-size: 1.4rem;
  }
  .cvsbtn a:hover {
    background-position: 0 0;
  }
  .cvsbtn a:hover::after, .brderbtn a:hover::after {
    right: 1rem;
  }
}