
/*-------------------------------------------------
base 
-------------------------------------------------*/

html {
scroll-padding-top: 0px;
scroll-behavior: smooth;
}
body {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.5rem;
line-height: 1.6;
color: #222;
-webkit-text-size-adjust: 100%;
letter-spacing: 0.1em;
position: relative;
}
a img {
border-style: none;
}
a {
color: inherit;
text-decoration: none;
}
a:link, a:visited {
text-decoration: none;
}
.clear  {
clear: both;
visibility: hidden;
height: 0px;
}
.line_effect {
text-decoration: none;
}
.u_line_wht,
.u_line_blk {
position: relative;
z-index: 1;
}
.u_line_wht:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #ccc;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.u_line_blk:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #222;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.line_effect:hover .u_line_wht:after,
.line_effect:hover .u_line_blk:after {
width: 100%;/*hover時に表示*/
}
::selection {
background: #1D50A2;
color: #fff;
}
/*Firefox*/
::-moz-selection {
background: #1D50A2;
color: #fff;
}


/*-------------------------------------------------
	padding margin font-size
-------------------------------------------------*/

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px !important;}
.p-30{padding: 30px !important;}
.p-35{padding: 35px !important;}
.p-40{padding: 40px !important;}
.p-45{padding: 45px !important;}
.p-50{padding: 50px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}

.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}
.m-20{margin: 20px !important;}
.m-25{margin: 25px !important;}
.m-30{margin: 30px !important;}
.m-35{margin: 35px !important;}
.m-40{margin: 40px !important;}
.m-45{margin: 45px !important;}
.m-50{margin: 50px !important;}

.mt-0{margin-top: 0px !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-25{margin-top: 25px !important;}
.mt-30{margin-top: 30px !important;}
.mt-35{margin-top: 35px !important;}
.mt-40{margin-top: 40px !important;}
.mt-45{margin-top: 45px !important;}
.mt-50{margin-top: 50px !important;}

.mr-0{margin-right: 0px !important;}
.mr-5{margin-right: 5px !important;}
.mr-10{margin-right: 10px !important;}
.mr-15{margin-right: 15px !important;}
.mr-20{margin-right: 20px !important;}
.mr-25{margin-right: 25px !important;}
.mr-30{margin-right: 30px !important;}
.mr-35{margin-right: 35px !important;}
.mr-40{margin-right: 40px !important;}
.mr-45{margin-right: 45px !important;}
.mr-50{margin-right: 50px !important;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-35{margin-bottom: 35px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-45{margin-bottom: 45px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-90{margin-bottom: 90px !important;}
.mb-100{margin-bottom: 100px !important;}
.mb-110{margin-bottom: 110px !important;}
.mb-120{margin-bottom: 120px !important;}

.ml-0{margin-left: 0px !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px !important;}
.ml-15{margin-left: 15px !important;}
.ml-20{margin-left: 20px !important;}
.ml-25{margin-left: 25px !important;}
.ml-30{margin-left: 30px !important;}
.ml-35{margin-left: 35px !important;}
.ml-40{margin-left: 40px !important;}
.ml-45{margin-left: 45px !important;}
.ml-50{margin-left: 50px !important;}

.fs-1 {font-size:.1rem !important;}
.fs-2 {font-size:.2rem !important;}
.fs-3 {font-size:.3rem !important;}
.fs-4 {font-size:.4rem !important;}
.fs-5 {font-size:.5rem !important;}
.fs-6 {font-size:.6rem !important;}
.fs-7 {font-size:.7rem !important;}
.fs-8 {font-size:.8rem !important;}
.fs-9 {font-size:.9rem !important;}
.fs-10{font-size:1rem !important;}
.fs-11{font-size:1.1rem !important;}
.fs-12{font-size:1.2rem !important;}
.fs-13{font-size:1.3rem !important;}
.fs-14{font-size:1.4rem !important;}
.fs-15{font-size:1.5rem !important;}
.fs-16{font-size:1.6rem !important;}
.fs-17{font-size:1.7rem !important;}
.fs-18{font-size:1.8rem !important;}
.fs-19{font-size:1.9rem !important;}
.fs-20{font-size:2rem !important;}
.fs-21{font-size:2.1rem !important;}
.fs-22{font-size:2.2rem !important;}
.fs-23{font-size:2.3rem !important;}
.fs-24{font-size:2.4rem !important;}
.fs-25{font-size:2.5rem !important;}
.fs-26{font-size:2.6rem !important;}
.fs-27{font-size:2.7rem !important;}
.fs-28{font-size:2.8rem !important;}
.fs-29{font-size:2.9rem !important;}
.fs-30{font-size:3.0rem !important;}
.fs-31{font-size:3.1rem !important;}
.fs-32{font-size:3.2rem !important;}
.fs-33{font-size:3.3rem !important;}
.fs-34{font-size:3.4rem !important;}
.fs-35{font-size:3.5rem !important;}
.fs-36{font-size:3.6rem !important;}
.fs-37{font-size:3.7rem !important;}
.fs-38{font-size:3.8rem !important;}
.fs-39{font-size:3.9rem !important;}
.fs-40{font-size:4rem !important;}
.fs-41{font-size:4.1rem !important;}
.fs-42{font-size:4.2rem !important;}
.fs-43{font-size:4.3rem !important;}
.fs-44{font-size:4.4rem !important;}
.fs-45{font-size:4.5rem !important;}
.fs-46{font-size:4.6rem !important;}
.fs-47{font-size:4.7rem !important;}
.fs-48{font-size:4.8rem !important;}
.fs-49{font-size:4.9rem !important;}
.fs-50{font-size:5rem !important;}


/* pc / sp */

@media screen and (min-width: 768px) {
.pc-hidden{
display:none;
}
}

@media screen and (max-width : 480px ){
.sp-hidden{
display:none;
}
}

/*-------------------------------------------------
loading
-------------------------------------------------*/

/*下層ページ用loader*/
.loader {
position: fixed;
z-index: 11;
top: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: #1D50A2;
}
.is-loaded .loader {
animation-name: loader_fadeOut;
animation-duration: 1.5s;
animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
animation-delay: .6s;
animation-fill-mode: forwards;
}
.is-loaded .loader_logo {
animation: loader_fadeIn 1.5s cubic-bezier(0.42, 0, 1, 1) forwards 0.5s,
reset_zindex 0s cubic-bezier(0.42, 0, 1, 1) forwards 4.5s;
}
.progress {
backface-visibility: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 200px;
height: 1px;
background: #ccc;
}

@media screen and (min-width: 768px) {
.progress {
min-width: 272px;
width: 18.88889%;
}
}

@media screen and (max-width: 767px) {
.progress {
width: 32.85024%; 
} 
}

.is-loaded .progress {
animation-name: loader_fadeOut;
animation-duration: 0.5s;
animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
animation-delay: .3s;
animation-fill-mode: forwards;
}
.progress_inner {
position: relative;
width: 100%;
height: 100%;
}
.progress_bar {
width: 100%;
height: 100%;
background: #ffffff;
transform: scaleX(0);
transform-origin: 0 50%;
transition: all 10s cubic-bezier(0, 0, 0.58, 1);
}

@keyframes loader_fadeIn {
from {
opacity: 0;
visibility: visible;
filter: blur(5px);
}
to {
opacity: 1;
filter: none;
visibility: visible;
} 
}

@keyframes loader_fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
visibility: hidden;
}
}

@keyframes reset_zindex {
from { 
}
to {
z-index: 1;
} 
}



/*-------------------------------------------------
PV
-------------------------------------------------*/

.header_top {
transition: 1.3s;
position: relative;
}
.pv_digest {
position: absolute;
top: 50%;
left: 50%;
min-width: 101%;
min-height: 100%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video_box {
position: relative;
overflow: hidden;
width: 100%;
height: 100vh;
}
.video_box::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../img/kakogawa_line/bg_grid_30.png");
background-repeat: repeat;
background-position: left top;
z-index: 1;
}


/*-------------------------------------------------
pv タイトルロゴ
-------------------------------------------------*/

.pv_title_wrap {
position: absolute;
top: 45%;
left: 5%;
z-index: 7;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
visibility: hidden;
opacity: 0; 
}
.header_title_svg {
width: 723px;
height: auto;
margin-bottom: 20px;
} 
.header_title_svg {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
height: 100%;
}
.header_subtitle {
font-size: 2.2rem;
font-weight: 500;
letter-spacing: 0.2em;
color: #fff;
margin-bottom:60px; 
}

@media all and (max-width : 820px ){
.pv_title_wrap {
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.header_title_svg {
width: 550px;
}
.header_subtitle {
font-size: 1.8rem;
letter-spacing: 0.2em;
margin-bottom:50px;
white-space: nowrap;
}
}

.youtube_btn {
font-size: 1.4rem;
font-weight: 400;
color: #fff;
position: relative;
z-index: 1;
padding-right: 30px;
padding-top: 23px;
border-top: 1px solid rgba(230, 230, 230, .4);
transition: all 0.5s;
}
.youtube_btn::after {
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-image: url("../img/kakogawa_line/icon_play.svg");
background-size: contain;
position: absolute;
right: 0px;
top: 24px;
}
.youtube_btn::before {
content: "";
position: absolute;
left: 0;
top: 0;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #fff;/*下線の色*/
z-index: 5;
transition: all 0.3s;/*アニメーション速度*/
}
.youtube_btn:hover::before {
width: 100%;
transition: all 0.3s;
}
.youtube_btn:hover {
opacity: .6;
transition: all 0.5s;
}
.movie_link_btn {
width: 100%;
position: relative;
text-align: right;
}

@media screen and (max-width: 767px) {
.header_title_svg {
width: 300px;
margin-bottom: 20px;
}
.header_subtitle {
font-size: 1.6rem;
letter-spacing: 0.1em;
text-align: center;
line-height: 180%;
}
.youtube_btn {
font-size: 1.2rem;
padding-right: 20px;
}
.movie_link_btn {
text-align: center;
}
}

/* モーダルボタン
-------------------------------------------------- */

.modal-video-body {
max-width: 1200px
}
.js-modal-video {
position: relative;
z-index: 10;
}
.modal-video {
background-color: rgba(0, 0, 0, 0.80);
}
.modal-video-close-btn {
transition: ease 0.5s;
}
.modal-video-close-btn:hover {
cursor: pointer;
opacity: 0.3;
transition: ease 0.5s;
}


/* 重要なお知らせ　ティッカー
-------------------------------------------------- */

.ticker {
margin: 0 auto;
padding: 10px;
width: 600px;
text-align: left;
border: #ccc 1px solid;
position: relative;
overflow: hidden;
background-color:#ffffff;
}
.ticker ul {
width: 100%;
position: relative;
}
.ticker ul li {
width: 100%;
display: none;
}
.ticker_box {
width: 43%;
height: 70px;
position: absolute;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: flex-start;
align-items: center;
z-index: 5;
padding: 0 10px 0 0px;
}

@media all and (max-width : 1260px) {
.ticker_box {
width: 100%;
height: 60px;
left: 0;
right: 0;
bottom: 0;
}
}

.news_title_bg {
height: 100%;
display: flex;
align-items: center;
}
.newstitle {
font-weight: 400;
font-size: 1.4rem;
line-height: 100%;
letter-spacing: 0.1em;
position: relative;
padding: 0 30px;
color: #fff;
margin-top: 3px;
white-space: nowrap;
}
.newstitle::after {
content: "";
display: inline-block;
width: 16px;
height: 1px;
background-color: #fff;
position: absolute;
top: 50%;
right: 0px;
}
.ticker {
background-color: transparent;
padding-bottom: 30px;
border: none;
max-width: 650px;
width: 100%;
margin-left: 5px;
}
.ticker_inner {
z-index: 200;
color: #fff;
}
.ticker_inner .date {
font-family: "Outfit", sans-serif;
font-weight: 400;
font-size: 1.4rem;
line-height: 100%;
margin-right: 15px;
letter-spacing: 0.1em;
}
.ticker_inner .news_cate {
font-size: 1.4rem;
margin-right: 20px;
}
.ticker_inner li a {
text-decoration: underline;
letter-spacing: 0.1em;
font-size: 1.4rem;
}

@media all and (max-width : 820px ){
.ticker_inner li a {
font-size: 1.2rem;
}
}

.ticker_inner li a:hover {
text-decoration: none;
}
.news_article {
width: 100%;
display: flex;
align-items: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}


@media all and (max-width : 767px ){
.ticker_box {
width: 100%;
height: 55px;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
padding: 8px 10px 0px 0px;
}
.news_title_bg {
display: none;
}
.ticker {
padding-bottom: 40px;
margin-left: 0px;
margin-bottom: 8px;
}
.ticker_inner .date {
font-size: 1.1rem;
margin-right: 15px;
line-height: 160%;
}
.ticker_inner .news_cate {
display: none;
}
.ticker_inner li a,
.ticker_inner li {
font-size: 1.3rem;
margin-top: 0px;
padding-top: 0px;
}
}

/*-------------------------------------------------
スクロール
-------------------------------------------------*/

.scroll_btn {
display: block;
z-index: 10;
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

@media all and (max-width : 1260px ){
.scroll_btn {
bottom: 80px;
}
}

.scroll_txt {
font-family: "Outfit", sans-serif;
font-weight: 500;
font-size: 1.2rem;
color: #fff;
letter-spacing: 0.1em;
}
.scroll_btn span {
width: 1px;
height: 100px;
display: block;
margin: 0 auto 8px;
background-color: #fff;
position: relative;
}

@media all and (max-width : 767px ){
.scroll_txt {
font-size: 1.0rem;
}
}

.scroll_btn span:after {
content: '';
position: absolute;
top: 0;
width: 9px;
height: 9px;
border-radius: 100%;
background-color: #fff;
left: -4px;
right: 0;
margin: auto;
-webkit-animation: sdb 2s infinite;
animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
0% {
-webkit-transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
-webkit-transform: translate(0, 100px);
opacity: 0;
}
100% {
opacity: 0;
}
}

@keyframes sdb {
0% {
transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
transform: translate(0, 100px);
opacity: 0;
}
100% {
opacity: 0;
}
}


/*-------------------------------------------------
main
-------------------------------------------------*/

main {
position: relative;
background-color: #f8f8f8;
}
.sec_title {
margin-bottom: 50px;
}
.sec_title dt {
position: relative;
font-size: 2.2rem;
font-weight: 500;
letter-spacing: 0.2em;
padding-left: 35px;
line-height: 100%;
margin-bottom: 10px;
}
.sec_title dt::before {
content: "";
display: inline-block;
width: 28px;
height: 1px;
background-color: #000;
position: absolute;
left: 0;
top: 50%;
}
.sec_title dd {
font-family: "Outfit", sans-serif;
font-weight: 500;
font-size: 1.2rem;
letter-spacing: 0.05em;
color: #003D7C;
margin-left: 35px;
}

@media all and (max-width : 1024px ){
.sec_title {
margin-bottom: 30px;
}
.sec_title dt {
font-size: 2.0rem;
}
}

@media all and (max-width : 767px ){
.sec_title {
margin-bottom: 20px;
}
.sec_title dt {
font-size: 1.8rem;
padding-left: 25px;
margin-bottom: 5px;
}
.sec_title dt::before {
width: 18px;
}
.sec_title dd {
font-size: 1.0rem;
margin-left: 25px;
}
}

/*-------------------------------------------------
sec_know
-------------------------------------------------*/

.sec_know {
position: relative;
}
.intro_body {
position: relative;
max-width: 1920px;
height: 100%;
margin: 0 auto;
}
.intro_left_ph {
max-width: 669px;
height: auto;
position: absolute;
right: 54%;
top: 0;
}
.intro_left_ph .know_imgbox {
position: relative;
}
.intro_left_ph .know_imgbox img {
width: 100%;
}
.txt_flexbox_wrap {
max-width: 1260px;
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.txt_dammy_box {
width: 44%;
}
.intro_txtbox_right {
width: 52%;
}
.blend_know {
font-family: "Outfit", sans-serif;
font-weight: 100;
font-size: 9.375vw;
letter-spacing: 0;
mix-blend-mode: difference;
color: #fff;
line-height: 100%;
padding-top: 50px;
margin-bottom: 40px;
position: relative;
left: -150px;
}
.intro_heading_copy {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 30px;
}
.intro_sentence {
font-size: 1.5rem;
line-height: 200%;
margin-bottom: 50px;
}
.station {
font-size: 1.6rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 15px;
}
.kakogawa_line .fl {
display: flex;
align-items: center;
gap: 16px;
}
.kakogawa_line .fl li {
writing-mode: vertical-rl;
font-weight: 500;
text-align: center;
position: relative;
height: 150px;
display: block;
font-size: 1.6rem;
letter-spacing: .5em;
border: solid 1px rgb(193, 193, 193);
padding: 1em .38em .7em .34em;
background: #fff;
}
.kakogawa_line .fl .ls0 {
letter-spacing: 0.03em;
}
.kakogawa_line .fl li:not(:last-of-type):after {
content: "";
display: inline-block;
height: 1px;
width: 16px;
position: absolute;
top: 50%;
right: -16px;
border-top: dashed 2px #333;
}

@media all and (max-width : 1260px ){
.intro_txtbox_right {
padding-right: 30px;
}
.blend_know {
margin-bottom: 20px;
padding-top: 30px;
}
.intro_heading_copy {
font-size: 2.0rem;
margin-bottom: 20px;
}
.intro_sentence {
line-height: 180%;
margin-bottom: 50px;
}
}

@media all and (max-width : 1024px ){
.intro_left_ph {
position: absolute;
right: 56%;
}
.blend_know {
padding-top: 20px;
left: -80px;
}
}

@media all and (max-width : 820px ){ 
.txt_flexbox_wrap {
flex-direction: column-reverse;
}
.intro_txtbox_right {
width: 80%;
margin: 0 auto;
padding-right: 0px;
}
.intro_left_ph img {
width: 100%;
}
.intro_left_ph {
max-width: 900px;
height: auto;
position: static;
width: 90%;
margin: 0 auto 0px;
}
.intro_left_ph::after {
content: "";
position: static;
}
.blend_know {
padding-top: 0px;
left: 0px;
margin-top: -48px;
}
.intro_sentence {
font-size: 1.4rem;
margin-bottom: 40px;
}
}

@media all and (max-width : 767px ){
.intro_body {
padding: 0px 0 0px 0;
}
.intro_txtbox_right {
width: 90%;
}
.intro_heading_copy {
font-size: 1.6rem;
margin-bottom: 15px;
}
.intro_sentence {
font-size: 1.4rem;
line-height: 180%;
margin-bottom: 30px;
}
.intro_left_ph {
width: 90%;
margin: 0 auto 20px;
}
.blend_know {
margin-top: -54px;
font-size: 6.0rem;
margin-bottom: 10px;
}
.kakogawa_line .fl {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.kakogawa_line .fl li {
font-size: 1.4rem;
}
.kakogawa_line .fl .ls0 {
letter-spacing: 0.03em;
}
.kakogawa_line .fl li:not(:last-of-type):after {
width: 12px;
right: -12px;
border-top: dashed 1px #333;
}
}


/*-------------------------------------------------
sec_event
-------------------------------------------------*/

.sec_event {
position: relative;
margin-top: 8%;
}
.intro_head_img {
position: relative;
padding: 0 0 0 11%;
}
.intro_head_img::after {
content: "";
display: block;
background: #000;
opacity: 0.2;
width: 89%;
height: 100%;
position: absolute;
left: 11%;
top: 0;
}
.intro_head_img img {
width: 100%;
}
.img_cap {
position: absolute;
right: 5px;
bottom: 5px;
font-size: 1.0rem;
font-weight: 400;
color: #fff;
z-index: 5;
}
.sec_event .box_m {
position: relative;
margin-top: -5%;
}
.blend_event {
font-family: "Outfit", sans-serif;
font-weight: 100;
font-size: 9.375vw;
letter-spacing: 0;
mix-blend-mode: difference;
color: #fff;
line-height: 100%;
z-index: 10;
margin-bottom: 20px;
}

@media all and (max-width : 820px ){
.intro_head_img {
position: relative;
padding: 0 0 0 5%;
}
.intro_head_img::after {
width: 95%;
position: absolute;
left: 5%;
}
.sec_event .box_m {
position: relative;
margin-top: -6%;
padding: 0 30px 0 50px;
}
.blend_event {
margin-bottom: 10px;
}
}

@media all and (max-width : 767px ){
.sec_event {
margin-top: 10%;
}
.service_head_img {
position: relative;
padding: 0 0 0 5%;
}
.sec_event .box_m {
margin-top: -9%;
padding: 0 20px 0 30px;
}
.blend_event {
font-size: 6.0rem;
margin-bottom: 10px;
}
.img_cap {
font-size: 0.8rem;
letter-spacing: 0.05em;
}
}

/*-------------------------------------------------
イベント一覧
-------------------------------------------------*/

.event_box {
width: calc(33.3333333% - 60px / 3);
margin-right: 30px;
padding-bottom: 15px;
position: relative;
background: #fff;
border: solid 1px #ddd;
}
.event_box.in-session::after {
content: '';
position: absolute;
top: -30px;
left: 10px;
bottom: 0;
background: url("../img/kakogawa_line/icon_held.svg") ;
background-size: contain;
background-repeat: no-repeat;
width: 60px;
}
.event_box:nth-child(3n) {
margin-right: 0;
}
.event_box .event_img {
margin-bottom: 20px;
position: relative;
background: #000;
overflow: hidden;
}
.event_box .event_img img {
width: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
transition-duration: 0.7s;
transform: translateZ(0);
backface-visibility: hidden;
}
.event_box .event_img img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.area_txt {
font-weight: 400;
font-size: 1.2rem;
padding: 4px 20px;
background-color: rgba(29,80,162,0.95);
text-align: center;
display: block;
color: #fff;
position: absolute;
right: 10px;
bottom: 10px;
border-radius: 3px;
}
.event_box .event_title {
font-weight: 500;
font-size: 1.6rem;
margin-bottom: 20px;
letter-spacing: 0.2em;
line-height: 145%;
padding: 0 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.event_box .event_info {
display: flex;
align-items: center;
padding: 0 20px;
margin-bottom: 10px;
}
.event_box .event_info dt {
height: 16px;
width: auto;
margin-right: 10px;
}
.event_box .event_info dt img {
max-width :none;
}
.event_box .event_info dd {
font-size: 1.4rem;
margin-left: 5px;
margin-bottom: 0px;
}
.event_box_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
}

@media all and (max-width : 820px ){
.event_box {
width: calc(50% - 20px / 2);
margin-right: 20px;
margin-bottom: 20px;
padding-bottom: 15px;
}
.event_box.in-session::after {
width: 20%;
top: calc(20% / -2);
left: calc(20% / 6);
}
.event_box:nth-child(3n) {
 margin-right: 20px;
}
.event_box:nth-child(2n) {
 margin-right: 0px;
}
.event_box .event_img {
margin-bottom: 20px;
}
.area_txt {
font-size: 1.2rem;
}
}

@media all and (max-width : 767px ){
.event_box {
width: 100%;
margin-right: 0px;
margin-bottom: 10px;
padding-bottom: 5px;
}
.event_box:nth-child(3n) {
 margin-right: 0px;
}
.event_box:nth-child(2n) {
 margin-right: 0px;
}
.area_txt {
font-size: 1.0rem;
}
.event_box .event_img {
margin-bottom: 10px;
}
.event_box .event_title {
font-size: 1.4rem;
margin-bottom: 15px;
line-height: 145%;
padding: 0 10px;
}
.event_box .event_info {
display: flex;
align-items: center;
padding: 0 10px;
margin-bottom: 10px;
}
.event_box .event_info dt {
margin-right: 5px;
}
.event_box .event_info dt img {
height: 12px;
}
.event_box .event_info dd {
font-size: 1.2rem;
margin-left: 5px;
margin-bottom: 0px;
}
.event_box_wrap {
margin-bottom: 20px;
}
}


/*-------------------------------------------------
sec_spot
-------------------------------------------------*/

.concept_box {
position: relative;
width: calc(100% - 150px);
}

@media all and (max-width : 1260px ){
.concept_box {
width: calc(100% - 90px);
}
}

@media all and (max-width : 820px ){
.concept_box {
width: calc(100% - 50px);
}
}

@media all and (max-width : 767px ){
.concept_box {
width: 100%;
}
}

.concept_box_bg {
width: 100%;
padding-top: 34.3%;
position: relative;
}
.concept_box_bg::before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.3;
position: absolute;
left: 0;
top: 0;
}
.spot_intro {
background-image: url("../img/kakogawa_line/spot_intro_img.jpg");
background-repeat: no-repeat;
background-position: left top;
background-size: cover;
}
.brend_see {
font-family: "Outfit", sans-serif;
font-weight: 100;
font-size: 9.375vw;
letter-spacing: 0;
mix-blend-mode: difference;
color: #fff;
line-height: 100%;
position: absolute;
right: 0.5%;
bottom: 17%;
z-index: 10;
}
.box_inner {
position: relative;
z-index: 1;
margin-top: -6%;
margin-bottom: 120px;
}
.box_inner::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 10.94vw;
width: 88.0vw;
height: 100%;
background: #fff;
z-index: 0;
}

@media all and (max-width : 1024px ){
.box_inner::before {
position: absolute;
top: 0;
left: 3.94vw;
width: 95vw;
}
}

.panel {
position: relative;
z-index: 10;
max-width: 1630px;
padding: 50px 40px 50px 17.19vw;
}

@media all and (max-width : 1024px ){
.panel {
padding: 50px 40px 30px 7.19vw;
}
}

@media all and (max-width : 767px ){
.box_inner {
margin-bottom: 40px;
}
.box_inner::before {
content: "";
position: absolute;
top: 0;
left: 5vw;
width: 95vw;
}
.panel {
padding: 20px 15px 5px 40px; ;
}
}

.sec_maincopy {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: 0.3em;
display: block;
margin-bottom: 25px;
}
.sec_sentence_txt {
font-size: 1.4rem;
line-height: 220%;
margin-bottom: 50px;
}


/*-------------------------------------------------
観光スポット一覧表示
-------------------------------------------------*/

.spot_box_wrap {
max-width: 1260px;
display: flex;
flex-wrap: wrap;
}
.spot_box {
width: calc(33.3333333% - 60px / 3);
margin-right: 30px;
margin-bottom: 30px;
padding-bottom: 30px;
border: solid 1px #ddd;
position: relative;
}
.spot_box:nth-child(3n) {
margin-right: 0;
}
.spot_img {
width: 100%;
margin-bottom: 20px;
position: relative;
background: #000;
overflow: hidden;
}
.spot_img img {
width: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
transition-duration: 0.7s;
transform: translateZ(0);
backface-visibility: hidden;
will-change: transform;
}
.spot_img img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.spot_box .spot_title {
font-weight: 500;
font-size: 1.8rem;
letter-spacing: 0.2em;
margin: 0 0 15px 15px;
padding-right: 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}

@media all and (max-width : 1024px ){
.spot_box .spot_title {
font-size: 1.6rem;
margin: 0 0 10px 15px;
}
}

.spot_read {
font-size: 1.3rem;
line-height: 180%;
padding: 0 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 25px;
}
.spot_category {
display: flex;
margin-left: 15px;
padding-right: 15px;
}
.spot_category li {
font-weight: 400;
font-size: 1.1rem;
padding: 8px 15px 8px;
line-height: 110%;
}
.cate_main {
background-color: #eee;
border: solid 1px #ccc;
color: #000;
border-radius: 3px;
margin-right: 10px;
}
.cate_sub {
color: #000;
border: solid 1px #111;
border-radius: 3px;
}

@media all and (max-width : 820px ){
.spot_box {
width: calc(50% - 20px / 2);
margin-right: 20px;
margin-bottom: 20px;
padding-bottom: 30px;
}
.spot_box:nth-child(3n) {
margin-right: 20px;
}
.spot_box:nth-child(2n) {
margin-right: 0px;
}
.spot_box .spot_title {
font-size: 1.6rem;
letter-spacing: 0.2em;
margin: 0 0 15px 15px;
}
.spot_read {
-webkit-line-clamp: 2;
}
}

@media all and (max-width : 767px ){
.spot_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
padding-bottom: 20px;
}
.spot_box:nth-child(3n) {
margin-right: 0px;
}
.spot_img {
margin-bottom: 15px;
}
.spot_box .spot_title {
font-size: 1.5rem;
letter-spacing: 0.2em;
margin: 0 0 10px 15px;
padding-right: 10px;
}
.spot_read {
font-size: 1.2rem;
line-height: 160%;
padding: 0 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 20px;
}
.spot_category li {
font-size: 1.0rem;
padding: 10px 15px 11px;
}
}

/*-------------------------------------------------
sec_rental
-------------------------------------------------*/

.sec_rental {
position: relative;
margin-bottom: 100px;
}
.rental_box_wrap {
display: flex;
align-items: center;
flex-direction: row-reverse;
}
.rental_imgbox {
width: 52.6vw;
}
.rental_imgbox img {
width: 100%;
vertical-align: bottom;
}
.rental_textbox {
position: relative;
padding: 50px;
background: #fff;
width: 36.71875vw;
margin-right: -5.73vw;
}
.textbox_title {
font-size: 3.8rem;
font-weight: 300;
line-height: 100%;
margin-bottom: 10px;
letter-spacing: 0.05em;
}
.textbox_subtitle {
font-family: "Outfit", sans-serif;
font-weight: 500;
font-size: 1.2rem;
color: #003D7C;
letter-spacing: 0.05em;
line-height: 100%;
margin-bottom: 30px;
}
.textbox_lead {
font-size: 1.5rem;
line-height: 200%;
letter-spacing: 0.1em;
}
.intro_rental {
font-family: "Outfit", sans-serif;
font-weight: 100;
font-size: 7.375vw;
letter-spacing: 0;
mix-blend-mode: difference;
color: #fff;
line-height: 100%;
position: absolute;
top: -4.73vw;
right: 1.21vw;
z-index: 10;
}

@media all and (max-width : 1536px ){
.rental_textbox {
padding: 30px 40px;
width: 42.32vw;
margin-right: -5.73vw;
}
.textbox_title {
font-size: 3.0rem;
}
}

@media all and (max-width : 1260px ){
.rental_textbox {
padding: 30px 35px;
width: 49.56vw;
}
}

@media all and (max-width : 820px ){
.rental_box_wrap {
display: flex;
align-items: center;
flex-direction: column;
}
.rental_imgbox {
width: 90%;
}
.rental_textbox {
padding: 30px 30px 40px 45px;
width: 85%;
margin-top: -40px;
}
.textbox_title {
font-size: 2.4rem;
}
}

@media all and (max-width : 767px ){
.sec_rental {
margin-bottom: 50px;
}
.rental_textbox {
padding: 20px 5px 20px 25px;
width: 85%;
margin-top: -40px;
}
.textbox_title {
font-size: 1.6rem;
}
.textbox_subtitle {
margin-bottom: 15px;
}
.textbox_lead {
font-size: 1.2rem;
line-height: 180%;
letter-spacing: 0.1em;
margin-bottom: 30px;
}
.intro_dentbird {
font-size: 5.0rem;
position: absolute;
top: -7.73vw;
right: 5.21vw;
}
}


/*-------------------------------------------------
お得・便利情報
-------------------------------------------------*/

.sec_news {
margin-bottom: 100px;
}

@media all and (max-width : 767px ){
.sec_news {
margin-bottom: 50px;
}
}

.news_intro_box {
position: relative;
}
.blend_news {
font-family: "Outfit", sans-serif;
font-weight: 100;
font-size: 7.375vw;
letter-spacing: 0;
color: #E8E8E8;
line-height: 100%;
position: absolute;
top: -3.73vw;
left: 13.21vw;
z-index: -1;
}

/*-------------------------------------------------
タブメニュー
-------------------------------------------------*/

.tabs {
display: flex;
justify-content: space-between;
}
.tabs_menu {
width: 20%;
display: flex;
flex-direction: column;
}
.tabs_menu-item {
padding: 18px 10px 18px 25px;
font-size: 1.4rem;
font-weight: 500;
line-height: 100%;
letter-spacing: 0.1em;
color: #999;
cursor: pointer;
transition: ease 0.5s;
position: relative;
}
.tabs_menu-item:hover {
color: #000;
transform: ease 0.5s;
}
.tabs_menu-item:hover::before {
content: "";
transition: ease 0.5s;
position: absolute;
top: 50%;
left: 0;
width: 9px;
height: 9px;
background: #EB6893;
border-radius: 50%;
transform: translate(50%, -50%);
}
.tabs_menu-item.is-active {
color: #000;
cursor: default;
}
.tabs_menu-item.is-active::before {
content: "";
transition: ease 0.3s;
position: absolute;
top: 50%;
left: 0;
width: 9px;
height: 9px;
background: #EB6893;
border-radius: 50%;
transform: translate(50%, -50%);
}
.tabs_contain {
width: 78%;
}
.tabs_body {
display: none;
}
.tabs_body.is-active {
display: block;
}
.tab_inner {
opacity: 0;
animation: fadeIn 1.0s forwards;
}

@keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1;}
}

.tab_menu_title {
font-size: 3.0rem;
font-weight: 400;
line-height: 100%;
letter-spacing: 0.2em;
padding-left: 45px;
position: relative;
margin-bottom: 50px;
}
.tab_menu_title::before {
content: "";
display: inline-block;
background-color: #000;
width: 30px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
}

@media all and (max-width : 1260px ){
.sec_news .box_m {
padding: 0 50px;
}
.tab_menu_title {
font-size: 2.6rem;
margin-bottom: 30px;
}
}

@media all and (max-width : 1024px ){
.tab_menu_title {
font-size: 2.2rem;
}
}

@media all and (max-width : 767px ){
.sec_news .box_m {
padding: 0 30px;
}
}

/*-------------------------------------------------
ニュース記事一覧
-------------------------------------------------*/

.news_box {
width: 100%;
padding: 25px 20px 25px 20px;
border-bottom: dotted 1px #ccc;
}
.head_box {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.head_box .date {
font-family: "Outfit", sans-serif;
font-weight: 400;
color: #000;
letter-spacing: 0.1em;
font-size: 1.2rem;
line-height: 100%;
margin-right: 15px;
display: inline-block;
}
.subcategory {
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 0.05em;
line-height: 100%;
padding: 5px 10px;
border: solid 1px #1D50A2;
color: #1D50A2;
display: inline-block;
}
.new_icon {
font-family: "Outfit", sans-serif;
font-weight: 400;
font-size: 1.1rem;
padding: 5px 13px;
color: #fff;
background: #EB6893;
margin-left: 10px;
line-height: 100%;
text-align: center;
display: block;
}
.news_title a {
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.2em;
max-width: 890px;
width: 100%;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.news_title a:hover {
text-decoration: underline;
}


@media all and (max-width : 767px ){
.tabs {
flex-direction: column;
}
.tabs_menu {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}
.tabs_menu-item {
padding: 10px 10px 10px 18px;
font-size: 1.1rem;
}
.tabs_menu-item.is-active::before {
width: 8px;
height: 8px;
}
.tabs_contain {
width: 100%;
}
.tab_menu_title {
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.1em;
padding-left: 23px;
margin-bottom: 15px;
}
.tab_menu_title::before {
width: 17px;
height: 1px;
}

.news_box {
padding: 15px 10px 15px 10px;
}
.head_box {
margin-bottom: 10px;
}
.head_box .date {
font-size: 1.0rem;
margin-right: 10px;
}
.subcategory {
font-size: 1.0rem;
padding: 4px 10px;
}
.new_icon {
font-size: 1.0rem;
padding: 4px 11px;
}
.news_title a {
font-size: 1.2rem;
}
}

/*-------------------------------------------------
sec_archive
-------------------------------------------------*/

.sec_archive {
padding-bottom: 30px;
}

@media all and (max-width : 767px ){
.sec_archive {
padding-bottom: 10px;
}
}


/*-------------------------------------------------
カルーセル
-------------------------------------------------*/

.sec_link_banner {
width: 100%;
position: relative;
z-index: 10;
padding: 40px 0 60px;
background: #fff;
}

@media all and (max-width : 820px ){
.sec_link_banner {
padding: 30px 0 50px;
}
}

@media all and (max-width : 767px ){
.sec_link_banner {
padding: 20px 0 40px;
}
}

.sec_link_banner .box_m {
position: relative;
}
.sec_link_banner .swiper-slide a {
transition: ease 0.5s;
}
.sec_link_banner .swiper-slide img {
width: 100%;
height: auto;
}
.sec_link_banner .swiper-slide a:hover {
opacity: 0.8;
transition: ease 0.5s;
}

/* ページネーション
-------------------------------------------------*/

.sec_link_banner .swiper-pagination-bullet {
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2;
margin-right: 10px;
}
.sec_link_banner .swiper-pagination-bullet:last-child {
margin-right: 0px;
}
.sec_link_banner .swiper-pagination-bullet-active {
opacity: 1;
background: #005243;
}
.sec_link_banner .swiper-pagination {
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.sec_link_banner .swiper-pagination-bullet:hover {
cursor: pointer;
}


/*------------------------------------------------- 
Footer
------------------------------------------------- */

footer {
position: relative;
background-color: #1a1a1a;
padding: 35px 0 20px;
text-align: center;
z-index: 5;
}


/* Footer inner
-------------------------------------------------- */

.footer_inner {
display: flex;
flex-direction: column;
align-items: center;
}
.foot_logo {
max-width: 160px;
height: auto;
margin: 0 auto 20px;
}
.foot_logo img {
width: 100%;
}
.foot_copy {
font-size: 1.4rem;
letter-spacing: 0.4em;
color: #fff;
margin-bottom: 15px;
}
.foot_c_name {
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0.3em;
color: #fff;
margin-bottom: 15px;
}
.foot_addless {
font-size: 1.1rem;
color: #ddd;
letter-spacing: 0.2em;
display: block;
text-align: center;
margin-bottom: 30px;
}
.copyright {
font-family: "Outfit", sans-serif;
font-weight: 400;
font-size: 1.2rem;
display: block;
color: #fff;
}

@media all and (max-width : 767px ){
footer {
padding: 30px 0 20px;
}
.foot_logo {
max-width: 120px;
margin: 0 auto 15px;
}
.foot_copy {
font-size: 1.2rem;
letter-spacing: 0.2em;
margin-bottom: 10px;
}
.foot_c_name {
font-size: 1.2rem;
margin-bottom: 10px;
}
.foot_addless {
font-size: 1.0rem;
margin-bottom: 20px;
}
.foot_sns_list {
margin-bottom: 15px; 
}
.copyright {
font-size: 0.9rem;
letter-spacing: 0.1em;
}
}


/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

.content {
padding: 100px 0 0;
}

@media all and (max-width : 1260px ){
.content {
padding: 50px 0 0;
}
}

@media all and (max-width : 767px ){
.content {
padding: 20px 0 0px;
}
}

.box_s {
max-width: 980px;
margin: 0 auto;
}
@media all and (max-width : 980px ){
.box_s {
padding: 0 20px;
}
}

.box_m {
max-width: 1260px;
margin: 0 auto;
}
@media all and (max-width : 1260px ){
.box_m {
padding: 0 20px;
}
}

.box_l {
width: 100%;
margin: 0 auto;
}


/*-------------------------------------------------
page top
-------------------------------------------------*/

.page_top {
width: 45px;
height: 45px;
position: fixed;
right: 20px;
bottom: 180px;
background: #EB6893;
border-radius: 50px;
opacity: 0.9;
z-index: 999;
}
.page_top a{
position: relative;
display: block;
width: 45px;
height: 45px;
text-decoration: none;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 17px;
color: #fff;
position: absolute;
width: 30px;
height: 30px;
top: 0px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

@media all and (max-width : 767px ){
.page_top a{
width: 40px;
height: 40px;
}
.page_top {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
bottom: 180px;
}
}


/*-------------------------------------------------
btn ボタン共通設定 
-------------------------------------------------*/

.link_btn {  
position: relative; 
font-size: 1.4rem;
font-weight: 500;
letter-spacing: 0.2em;
text-decoration: none; 
display: inline-block;
color:#fff;
padding: 15px 100px;
background-color: #000;
text-align: center;
outline: none;
transition: ease .3s; 
}
.link_btn:hover {
background: #8E7742;
transition: ease .3s;
}
.btn_arrow::after{ /* 矢印が右に移動して現在地に戻る */
content: '';
position: absolute;/*絶対配置で矢印の位置を決める*/
top:44%;
right: 20px;
width: 7px; /*矢印の形状*/
height: 7px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after { /*hoverした際のアニメーション*/
right: 15px;
transition: .3s;
}
.btn_arrow_under::after { 
content: '';
position: absolute;
top:44%;
right: 20px;
width: 7px; 
height: 7px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(135deg);
transition: ease .3s;
}
.btn_arrow_under:hover::after { 
top: 52%;
transition: .3s;
}
.link_btn_box {
display: flex;
justify-content: center;
}

@media all and (max-width : 767px ){
.link_btn {  
font-size: 1.1rem;
font-weight: 400;
padding: 8px 50px 8px 50px;
}
.btn_arrow::after { 
top:44%;
right: 12px;
width: 6px; /*矢印の形状*/
height: 6px;
}
}
