@charset "utf-8";
/*
**********************************************************************

* common.css

*********************************************************************
*/

body {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 2;
	color: #000000;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}
body.no-scroll {
	overflow-y: hidden;
	touch-action: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
iframe {
  max-width:100%;
}
a {
	color: #000000;
	text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	outline: none;
}
#site a,
#site button,
#site .hover {
  transition: all 300ms 0s ease;
}
#site a:hover,
#site button:hover,
#site .hover:hover {
	opacity: 0.6;
}
.sp-area {
	display: none;
}
.sp-area-inline {
	display: none;
}
@media screen and (min-width:641px) {
.pc-area {
	display: block;
}
.pc-area-inline {
	display: inline-block;
}
.sp-area,
.sp-area-inline	{
	display: none !important;
}
}
@media screen and (max-width:640px) {
body {
}
.pc-area,
.pc-area-inline {
	display: none !important;
}
.sp-area	{
	display: block;
}
.sp-area-inline	{
	display: inline-block;
}
#window-size-check {
	display: none;
}
}



/* ///////////////////////////////////////////////////////////////////

#site

/////////////////////////////////////////////////////////////////// */
#site {
	overflow: clip;
}
.global-inner {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1050px;
	min-width: 1050px;
}
.global-inner-02 {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-width: 800px;
}

@media screen and (max-width:640px) {
#site {
	min-width: auto;
}
.global-inner,
.global-inner-02 {
	margin: 0 6%;
	width: auto;
	min-width: auto;
}
}


/*===================================================================
  global-header
===================================================================*/
.global-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 300ms ease;
}
.scroll .global-header {
    background: #000000;
}
.global-header .header-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
}
.global-header .header-bg.show {
    display: block;
}
.global-header .inner {
	padding: 25px 30px;
	min-width: 1000px;
}
.global-header .header-box {
    display: flex;
	align-items: center;
    justify-content: space-between;
}
.global-header .header-box .header-box-02 {
    display: flex;
    margin: 0 auto;
    max-width: 1050px;
    align-items: center;
    flex: 1;
}
.global-header .header-box .header-box-02 .header-box-02-left {
    flex: 1;
}
.global-header .header-box .header-box-02 .header-box-02-left h1 {
    width: 140px;
}
.global-header .header-box .header-box-02 .header-box-02-right {
    display: flex;
    width: 80%;
    justify-content: flex-end;
    align-items: center;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-pc ul {
    display: flex;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-pc ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #ffffff;
    line-height: 1.1;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-pc ul li:last-child {
    border: none;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-pc ul li a {
    color: #ffffff;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp {
    display: none;
    position: relative;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn {
    display: flex;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn .text {
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn .icon {
    display: block;
    position: relative;
    margin-left: 8px;
    border: solid 1px #ffffff;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    transition: all 300ms 0s ease;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn .icon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background: #ffffff;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn .icon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    height: 20px;
    background: #ffffff;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp.show .menu-btn .icon {
    transform: rotate(90deg);
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp.show  .menu-btn .icon::before {
    display: none;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav {
    position: absolute;
    left: -65px;
    width: 270px;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp.show .menu-nav {
    opacity: 1;
    z-index: 0;
    pointer-events: auto;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav ul {
    position: relative;
    margin-top: 20px;
    padding: 0 15px;
    background: #ffffff;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav ul li {
    text-align: center;
    border-top: dashed 1px #000000;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav ul li:first-child {
    border: none;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav ul li a {
    display: block;
    padding: 7px 0;
    font-size: 16px;
    opacity: 1 !important;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav ul li a:hover {
    color: #a93536;
}
.global-header .header-box .language {
    position: relative;
    margin-left: 20px;
}
.global-header.language-hide .header-box .language {
    display: none;
}
.global-header .header-box .language .language-btn {
    display: flex;
    width: 110px;
    padding: 5px 0 5px 10px;
    border: solid 1px #ffffff;
    border-radius: 100px;
    align-items: center;
    cursor: pointer;
}
.global-header .header-box .language .language-btn .text {
    display: block;
    text-align: center;
    line-height: 1;
    flex: 1;
    font-size: 15px;
    color: #ffffff;
}
.global-header .header-box .language .language-btn .icon {
    position: relative;
    display: block;
    width: 20px;
}
.global-header .header-box .language .language-btn .icon::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 10px;
	width: 8px;
	height: 8px;
	margin: auto 0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.global-header .header-box .language .language-nav {
    position: absolute;
    left: 15px;
    width: 100px;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.global-header .header-box .language.show  .language-nav {
    opacity: 1;
    z-index: 0;
    pointer-events: auto;
}
.global-header .header-box .language .language-nav ul {
    position: relative;
    margin-top: 20px;
    background: #808080;
}
.global-header .header-box .language .language-nav ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #808080;
}
.global-header .header-box .language .language-nav ul li {
    text-align: center;
}
.global-header .header-box .language .language-nav ul li a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    opacity: 1 !important;
}
.global-header .header-box .language .language-nav ul li a:hover {
    background: #4d4d4d;
}



@media screen and (max-width:640px) {

.global-header .inner {
	min-width: auto;
    padding: 15px 6%;
}
.global-header .header-box .header-box-02 .header-box-02-left {
    width: 45%;
    flex: none;
}
.global-header .header-box .header-box-02 .header-box-02-left h1 {
    width: auto;
}
.global-header.language-hide .header-box .header-box-02 .header-box-02-left h1 img {
    width: 70%;
}
.global-header .header-box .header-box-02 .header-box-02-right {
    width: auto;
    flex: 1;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-pc {
    display: none;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp {
    display: block;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn .text {
    font-size: 3.5vw;
}
    
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn .icon {
    margin-left: 8px;
    height: 18px;
    width: 18px;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn .icon::before {
    width: 10px;
    height: 2px;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-btn .icon::after {
    width: 2px;
    height: 10px;
}
    
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav {
    left: initial;
    right: -100%;
}   
.global-header.language-hide .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav {
    right: 0;
}
.global-header .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav ul::before {
    right: 50%;
    left: initial;
}
.global-header.language-hide .header-box .header-box-02 .header-box-02-right .menu-sp .menu-nav ul::before {
    right: 10%;
}
.global-header .header-box .language .language-btn {
    width: 20vw;
}
.global-header .header-box .language .language-btn .text {
    font-size: 3vw;
}
.global-header .header-box .language.show .language-nav {
    width: 100%;
    left: 0;
}   
.global-header .header-box .language .language-nav ul li a {
    font-size: 3.5vw;
}
    
    
    
}


/*===================================================================
  contents
===================================================================*/

.content-box {
    position: relative;
    padding: 200px 0;
    clip-path: inset(0);
}
.content-box-02 {
    color: #ffffff;
}
.content-box::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
.content-box-01::before {
    background-image: url(../images/content-01-bg.png);
}
.content-box-02::before {
    background-image: url(../images/content-02-bg.png);
}
.content-box-mv {
    padding: 0 !important;
}
.content-box-mv::before,
.mv-area .slide {
    opacity: 0;
}
.mv-area .line {
    opacity: 0;
    transform: translate(38vh, -100vh) skewX(-21deg);
}
.mv-area .mv-list {
    opacity: 0;
}
.mv-ready .content-box-mv::before,
.mv-ready .mv-area .slide {
    animation: mvBgFadeIn 0.8s ease 0s both;
}
.mv-ready .mv-area .line {
    animation: mvLineSlide 0.7s ease 0.8s both;
}
.mv-ready .mv-area .mv-list {
    animation: mvListFadeIn 0.6s ease 2.0s both;
}
@keyframes mvBgFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes mvLineSlide {
    from { opacity: 0; transform: translate(38vh, -100vh) skewX(-21deg); }
    to { opacity: 1; transform: translate(0, 0) skewX(-21deg); }
}
@keyframes mvListFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.title-01 {
    margin-bottom: 70px;
    text-align: center;
}
.title-01 .text-01 {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
}
.title-01 .text-01::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 550px;
    height: 2px;
    background: #000000;
}
.title-01 .text-02 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.4;
}
.title-01-w {
    color: #ffffff;
}
.title-01-w .text-01::before {
    background: #ffffff;
}
.title-01-r .text-01::before {
    background: #ffffff;
}
.title-01-r .text-02 {
    color: #a93536;
}
.title-02 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 70px;
    font-weight: 900;
    line-height: 1.2;
}
.title-02::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 550px;
    height: 2px;
    background: #000000;
}
.mv-scroll-wrapper {
    position: relative;
}
.mv-area {
    display: flex;
    height: 100vh;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
}
.mv-area .line {
    position: absolute;
    left: -0.5%;
    right: 0;
    width: 8vh;
    height: 75vh;
    margin: 0 auto;
    background: #a93536;
	transform: translate(0, 0) skewX(-21deg);
    transition: all 300ms ease;
}
.mv-area .line.show {
    background: linear-gradient(180deg,rgba(169, 53, 54, 1) 0%, rgba(169, 53, 54, 0) 50%, rgba(169, 53, 54, 1) 70%);
}
.mv-area .mv-list {
    position: relative;
    display: flex;
    padding: 50px 0;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.mv-area .mv-list .mv-item {
    position: absolute;
    transition: opacity 0.8s ease;
}
.mv-area .mv-list .mv-item {
    opacity: 1;
}
.mv-area .mv-list .mv-item .img {
    margin-bottom: 4vh;
}
.mv-area .mv-list .mv-item .img img {
    height: 30vh;
}
.mv-area .mv-list .mv-item .text {
    font-size: 52px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.2;
}
.mv-area .slide {
    position: relative;
    height: 25vh;
    background-image: url(../images/mv-slide.png);
    background-size: auto 100%;
    background-position: center center;
}
.frist-area {
    margin-bottom: 300px;
}
.frist-area p {
    text-align: center;
    font-size: 26px;
}
.triangle {
    display: grid;
}
.triangle-bg-col,
.triangle-content {
    grid-area: 1 / 1;
}
.triangle-content {
    padding-top: 60vh;
}
.triangle-bg-col {
    pointer-events: none;
    z-index: -1;
    padding-bottom: 100px;
}
.triangle-bg {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.triangle-bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 570px;
    background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/triangle-img-01.png);
}
.common-area {
    margin-bottom: 400px;
}
.common-area .common-main {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}
.common-area .common-main p {
    text-align: center;
    font-size: 22px;
}
.ism-area {
    margin-bottom: 400px;
}
.ism-area .ism-list .ism-item {
    display: flex;
    margin-bottom: 100px;
    padding: 30px 30px 30px 0;
    background: #ffffff;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}
.ism-area .ism-list .ism-item .img {
    display: flex;
    width: 32%;
    align-items: center;
    justify-content: center;
}
.ism-area .ism-list .ism-item .img img {
    width: 65%;
}
.ism-area .ism-list .ism-item .text {
    flex: 1;
}
.ism-area .ism-list .ism-item .text h3 {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.ism-area .ism-list .ism-item .text h3 .text-01 {
    display: inline-block;
    margin-right: 10px;
    padding-right: 60px;
    background-image: url(../images/ism-icon-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #a93536;
}
.ism-area .ism-list .ism-item .text h3 .text-02 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    vertical-align: super;
    line-height: 1.2;
}
.ism-area .ism-list .ism-item .text h4 {
    margin-bottom: 10px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    font-size: 26px;
    font-weight: bold;
}
.ism-area .ism-list .ism-item .text p {
    font-size: 18px;
}
.movie-area {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 6%;
}
.movie-area .youtube {
  aspect-ratio: 16 / 9;
}
.movie-area .youtube iframe {
  width: 100%;
  height: 100%;
}
.history-area {
}
.history-area .history-list {
    position: relative;
    margin-top: 150px;
}
.history-area .history-list::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 19%;
    height: 80px;
    width: 2px;
    background: #a93536;
}

.history-area .history-list .history-list-item {
    display: flex;
}
.history-area .history-list .history-list-item .history-list-item-left {
    width: 19%;
}
.history-area .history-list .history-list-item .history-list-item-left .text {
    display: flex;
    margin-left: -10%;
    height: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
}
.history-area .history-list .history-list-item .history-list-item-left .text .text-01 {
    position: relative;
    margin-left: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 90px;
    font-weight: 300;
    line-height: 1.2;
    writing-mode: vertical-rl;
}
.history-area .history-list .history-list-item .history-list-item-left .text .text-02 {
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    line-height: 1.4;
    writing-mode: vertical-rl;
}
.history-area .history-list .history-list-item .history-list-item-right {
    flex: 1;
}

.history-area .history-list .history-item .history-item-inner {
    position: relative;
    display: flex;
    padding: 0 0 120px 40px;
}
.history-area .history-list .history-item .history-item-inner::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    height: calc(100% - 40px);
    width: 2px;
    background: #a93536;
}
.history-area .history-list .history-item .history-item-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background: #a93536;
}
.chronicle-item-period::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.history-area .history-list .history-item .text {
    margin-right: 5%;
    width: 62%;
}
.history-area .history-list .history-item .text h3 {
    margin-bottom: 20px;
    width: 120px;
}
.history-area .history-list .history-item .text p {
    font-size: 20px;
}
.history-area .history-list .history-item .img {
    flex: 1;
}
.chronicle-area {
    margin-bottom: 200px;
}
.chronicle-area h2 {
    margin-bottom: 60px;
}
.chronicle-area .chronicle-list {
    display: flex;
    gap: 50px 3%;
    flex-wrap: wrap;
    justify-content: center;
}
.chronicle-area .chronicle-list .chronicle-item {
    position: relative;
    display: flex;
    width: 47%;
    background: #ffffff;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}
.chronicle-area .chronicle-list .chronicle-item::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 30px;
    height: 30px;
    background-color: #a93536;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
}
.chronicle-area .chronicle-list .chronicle-item .chronicle-item-inner {
    padding: 25px;
}
.chronicle-area .chronicle-list .chronicle-item h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    min-height: 80px;
    border-bottom: solid 2px #a93536;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.6;
}
.chronicle-area .chronicle-list .chronicle-item .chronicle-item-main {
    display: flex;
}
.chronicle-area .chronicle-list .chronicle-item .chronicle-item-main .img {
    margin-right: 5%;
    width: 30%;
}
.chronicle-area .chronicle-list .chronicle-item .chronicle-item-main .text {
    flex: 1;
}
.chronicle-area .chronicle-add-btn {
    margin: 150px 0;
    text-align: center;
}
.chronicle-area .chronicle-add-btn .btn {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    border: solid 1px #a93536;
    width: 270px;
    color: #a93536;
    cursor: pointer;
}
.chronicle-area .chronicle-add-btn .btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto 0;
    width: 20px;
    height: 1px;
    background: #a93536;
}
.chronicle-area .chronicle-add-btn .btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
    margin: auto 0;
    width: 1px;
    height: 20px;
    background: #a93536;
}
.chronicle-area .chronicle-add-btn .btn.open::after {
    display: none;
}
.chronicle-area .chronicle-add {
    display: none;
}
.chronicle-area .chronicle-add.open {
    display: block;
}
.campaign-area {
}
.campaign-area .before {
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    color: #a93536;
    line-height: 1;
}
.campaign-area .before img {
    max-width: 350px;
}
.campaign-area .bnr-list .bnr-item {
    margin-bottom: 30px;
}
.campaign-list .campaign-item {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}
.campaign-list .campaign-item .img {
	position: relative;
    display: flex;
	overflow: hidden;
    flex: 1;
}
.campaign-list .campaign-item .img img {
    object-fit: cover;
}
.campaign-list .campaign-item .text {
    flex: 1;
}
.campaign-list .campaign-item .text .text-inner {
    padding: 20px 50px 30px;
}
.campaign-list .campaign-item .text h3 {
    font-size: 30px;
    font-weight: bold;
    color: #a93536;
}
.campaign-list .campaign-item .text .text-01 {
    font-size: 20px;
    font-weight: bold;
}
.campaign-list .campaign-item .text .text-02 {
    margin-bottom: 20px;
}
.campaign-list .campaign-item .text .btn a {
    display: inline-block;
    padding: 10px 20px 10px 50px;
    border: solid 1px #a93536;
    border-radius: 100px;
    width: 180px;
    background-image: url(../images/campaign-icon-arrow.png);
    background-size: 20px auto;
    background-position: left 30px center;
    background-repeat: no-repeat;
    text-align: center;
    color: #a93536;
}


.message-area {
    text-align: center;
}
.message-area h2 {
    margin-bottom: 100px;
}
.message-area h2 img {
    width: 450px;
}
.message-area p {
    font-size: 26px;
}

.beyond-area {
    margin-bottom: 200px;
}
.beyond-area h2 {
    margin-bottom: 100px;
}
.beyond-area h2 .text-01 img {
    width: 600px;
}
.beyond-area .beyond-list .beyond-item {
    position: relative;
    display: flex;
    margin-bottom: 400px;
    flex-direction: row-reverse;
}
.beyond-area .beyond-list .beyond-item:last-child {
    margin-bottom: 300px;
}
.beyond-area .beyond-list .beyond-item-reverse {
    flex-direction: initial;
}
.beyond-area .beyond-list .beyond-item .img {
    position: absolute;
    top: 0;
    right: 480px;
    width: 900px;
    z-index: -1;
}
.beyond-area .beyond-list .beyond-item-reverse .img {
    right: inherit;
    left: 480px;
}
.beyond-area .beyond-list .beyond-item-reverse .img video {
    width: 100%;
}
.beyond-area .beyond-list .beyond-item .text {
    margin-top: 100px;
    width: 50%;
    color: #000;
}
.beyond-area .beyond-list .beyond-item .text-inner {
    position: relative;
    padding: 25px;
}
.beyond-area .beyond-list .beyond-item .text-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    z-index: -1;
}
.beyond-area .beyond-list .beyond-item-reverse .text-inner::before {
    left: inherit;
    right: 0;
}
.beyond-area .beyond-list .beyond-item .text h3 {
    margin: -100px 0 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #a93536;
    line-height: 1.4;
}
.beyond-area .beyond-list .beyond-item .text h3 span {
    display: block;
}
.beyond-area .beyond-list .beyond-item .text h3 .title-num {
    margin: 0 0 20px 10px;
    width: 170px;
}
.beyond-area .beyond-list .beyond-item .text h3 .title-text {
    font-size: 38px;
    font-weight: 900;
    color: #a93536;
}
.beyond-area .beyond-list .beyond-item .text p {
    line-height: 1.8;
}
.message-02-area {
    position: relative;
    padding: 150px 0;
    text-align: center;
}
.message-02-area::before {
    content: "";
    position: absolute;
    top: 80px;
    right: -120px;
    z-index: -1;
    width: 600px;
    aspect-ratio: 1 / 1.2;
    background-size: 100% auto;
    background-position:center center;
    background-image: url(../images/message-02-bg-01.png);
    background-repeat: no-repeat;
}
.message-02-area h2 {
    margin-bottom: 100px;
}
.message-02-area h2 img {
    width: 450px;
}
.message-02-area p {
    font-size: 26px;
}

@media screen and (max-width:640px) {

.content-box {
    padding: 100px 0;
}
.title-01 {
    margin-bottom: 50px;
}
.title-01 .text-01 {
    margin-bottom: 10px;
    padding-bottom: 25px;
    font-size: 8vw;
}
.title-01 .text-01::before {
    width: 100%;
}   
.title-01 .text-02 {
    font-size: 8vw;
}
.title-02 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 9vw;
}
.title-02::before {
    width: 100%;
}
.mv-area .line {
    left: -1%;
    top: 0;
    height: 88vh;
    width: 9%;
}
.mv-area .mv-list .mv-item .img img {
    height: auto;
    width: 60%;
}
.mv-area .mv-list .mv-item .text {
    font-size: 6vw;
}
.mv-area .slide {
    height: 12vh;
}

.frist-area {
    margin-bottom: 100px;
}
.frist-area p {
    font-size: 4.5vw;
}
.triangle-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto auto;
    width: 90vw;
}
.common-area {
    margin-bottom: 120px;
}
.common-area .common-main {
    padding: 30px 5%;
}
.common-area .common-main p {
    font-size: 4vw;
}
.ism-area {
    margin-bottom: 120px;
}
.ism-area .ism-list .ism-item {
    display: block;
    margin-bottom: 50px;
    padding: 30px 5%;
}
.ism-area .ism-list .ism-item .text h3 .text-01 {
    margin-right: 10px;
    padding-right: 15%;
    font-size: 5vw;
}
.ism-area .ism-list .ism-item .text h3 .text-02 {
    font-size: 4vw;
}
.ism-area .ism-list .ism-item .img {
    display: block;
    margin-bottom: 20px;
    width: auto;
    text-align: center;
}
.ism-area .ism-list .ism-item .img img {
    width: 35%;
}
.ism-area .ism-list .ism-item .text h4 {
    font-size: 5vw;
}
.ism-area .ism-list .ism-item .text p {
    font-size: 4vw;
}  
.movie-area {
}
.history-area .history-list {
    margin-top: 100px;
}
.history-area .history-list::before {
    top: -50px;
    height: 50px;
}
.history-area .history-list .history-list-item .history-list-item-left .text {
    position: sticky;
    top: 20vw;
    margin:0 0 15vw -30%;
    height: auto;
}
.history-area .history-list .history-list-item .history-list-item-left .text .text-01 {
    position: relative;
    margin-left: 1vw;
    font-size: 7vw;
}
.history-area .history-list .history-list-item .history-list-item-left .text .text-02 {
    font-size: 2.2vw;
}
.history-area .history-list .history-item .history-item-inner {
    display: block;
    padding: 0 0 80px 10%;
}
.history-area .history-list .history-item .history-item-inner::before {
    top: 30px;
    height: calc(100% - 30px);
}
.history-area .history-list .history-item .history-item-inner::after {
    left: -5px;
    width: 14px;
    height: 14px;
}
.history-area .history-list .history-item .text {
    margin: 0 0 20px;
    width: auto;
}
.history-area .history-list .history-item .text h3 {
    width: 50%;
}
.history-area .history-list .history-item .text p {
    font-size: 4vw;
}
.chronicle-area .chronicle-list .chronicle-item {
    display: block;
    width: auto;
}
.chronicle-area .chronicle-list .chronicle-item h3 {
    min-height: auto;
    font-size: 4.5vw;
}
.chronicle-area .chronicle-list .chronicle-item .chronicle-item-main {
    display: block;
}
.chronicle-area .chronicle-list .chronicle-item .chronicle-item-main .img {
    margin: 0 0 20px;
    width: auto;
    text-align: center;
}
.chronicle-area .chronicle-list .chronicle-item .chronicle-item-main .img img {
    max-width: 50%;
}
.chronicle-area .chronicle-add-btn {
    margin: 80px 0;
}
.message-area {
    margin: 0 5%;
}
.message-area h2 {
    margin-bottom: 50px;
}
.message-area h2 img {
    width: 60%;
}
.message-area p {
    font-size: 4.5vw;
}
.campaign-area .before {
    font-size: 8vw;
}
.campaign-area .before img {
    width: 70%;
}

.campaign-list .campaign-item {
    display: block;
}
.campaign-list .campaign-item .text .text-inner {
    padding: 20px 6% 30px;
}
.campaign-list .campaign-item .img::before {
	content: "";
	display: block;
	padding-top: 50%;
}
.campaign-list .campaign-item .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}   
.campaign-list .campaign-item .text h3 {
    font-size: 5.5vw;
}
.campaign-list .campaign-item .text .text-01 {
    font-size: 4vw;
}
.campaign-list .campaign-item .text .text-02 {
    font-size: 3.5vw;
}
.campaign-list .campaign-item .text .btn {
    text-align: center;
}
.beyond-area {
    margin: 0;
}
.beyond-area h2 {
    margin-bottom: 50px;
}
.beyond-area .beyond-list .beyond-item {
    margin: 0;
    flex-direction: column-reverse;
}
.beyond-area .beyond-list .beyond-item:last-child {
    margin: 0;
}
.beyond-area .beyond-list .beyond-item .img {
    position: relative;
    width: 105%;
    right: initial;
    left: -7%;
    top: -17vw;
}
.beyond-area .beyond-list .beyond-item-reverse .img {
    left: inherit;
    right: -7%;
}   
.beyond-area .beyond-list .beyond-item .text {
    width: auto;
    margin-bottom: 50px;
}
.beyond-area .beyond-list .beyond-item .text h3 {
    margin-top: -18vw;
}
.beyond-area .beyond-list .beyond-item .text h3 .title-num {
    width: 38%;
}
.beyond-area .beyond-list .beyond-item .text h3 .title-text {
    font-size: 6vw;
}
.message-02-area {
    padding: 15vw 0;
}
.message-02-area::before {
    top: 40vw;
    right: -30vw;
    width: 80vw;
}
.message-02-area h2 {
    margin-bottom: 50px;
}
.message-02-area h2 img {
    width: 60%;
}
.message-02-area p {
    font-size: 4.5vw;
}
    
}



/* ///////////////////////////////////////////////////////////////////

other

/////////////////////////////////////////////////////////////////// */

.link-point {
    padding-top: 50px;
}
.link-point-02 {
}
.effect-01 {
	position: relative;
    transition: 1s;
	opacity: 0;
}
.grecaptcha-badge {
	bottom: 150px !important;
}

@media screen and (max-width:640px) {
.link-point {
}

}

