/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,900;1,500;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;800&display=swap');
:root {
    --primary: #2500f4;
    --dark: #343a40;
    --body: #000000;
    --white:#ffffff;
    --face: #515151;
    --warning:#ab4a04;
    --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    --footer: #2f2f2f;
}

body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark);
    font-weight: 700;
}

a {
    color: var(--face);
    text-decoration: none;
}

img {
    width: 100%;
}

p {
    line-height: 1.7;
    font-size: 16px;
    padding-top: 0px;
    color: var(--body);
}

ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

section {
    padding-top: 150px;
    padding-bottom: 150px;
} 

.spon img {
    width: 100%;
    height: 100%;
    aspect-ratio: 7/5;
    object-fit: cover;

}

.sectionb {
    padding-bottom: 150px;
}

.cover-img {
    height: 400px;
    display: table;
    background-size: cover;
}


.book-textf {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Inter', sans-serif;
}


.exsample-main {
    /* font-family: 'Libre Baskerville', serif; */
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    color: var(--body);
    background-color: #fff;
    font-size: 16px;
    padding-top: 0px;
}

.exsample-main p{
    color: var(--body);
}

.exsample-sub3 {
    /* font-family: 'Libre Baskerville', serif; */
    padding: 0;
    margin: 0;
    line-height: 1.7;
    /* background-color: var(--body); */
    background-image: url("../images/amurt/amurt00-1.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    font-size: 16px;
    padding-top: 0px;
}

.exsample-sub3 h1 {
    color: var(--white);
}

.exsample-sub3 h2 {
    color: var(--warning);
}

.exsample-sub3 h4 {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--warning);
}

.exsample-sub3 p{
    color: #ffffff;
}

.exsample-sub4 {
    /* font-family: 'Libre Baskerville', serif; */
    padding: 0;
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    padding-top: 0px;
}

.exsample-sub4 h2 {
    font-size: 2.3rem;
    color: var(--dark);
}

.exsample-sub4 h2 span {
    font-size: 1rem;
    color: var(--dark);
}

.exsample-sub4 h4 {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--dark);
}

.exsample-sub4 p {
    padding-top: 15px;
    font-size: 1rem;
    /* color: var(--dark); */
}

.exsample-sub5 {
    /* font-family: 'Libre Baskerville', serif; */
    padding: 0;
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    padding-top: 0px;
    background-color: var(--body);
    color: var(--white);
}

.exsample-sub5 h1 {
    font-size: 3.5rem;
    color: var(--white);
}

.exsample-sub5 h2 {
    font-size: 1.8rem;
    color: var(--white);
}

.exsample-sub5 h2 span {
    font-size: 1rem;
    color: var(--white);
}

.exsample-sub5 h4 {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--white);
}

.exsample-sub5 p {
    padding-top: 15px;
    font-size: 1rem;
    color: var(--white);
    /* color: var(--dark); */
}


.mojip p {
    columns: 2 16em;
    column-gap: 4em;
    column-rule: 1.3px dotted #000000;
}

.mojip2 p {
    columns: 2 16em;
    column-gap: 4em;
    column-rule: 1.3px dotted #ffffff;
}

.wild-bg {
    background-color: #619809;
}


.wild-bg2 {
    background-color: #065f1f;
}

.text-b {
    text-decoration: underline 2px #000000;
    text-underline-offset: 5px;
    /* border-bottom: solid 1px; */
    /* text-align: center; */
}

.stext-1 {
    color: #fff;
}

.stext-1 h1 {
    padding-top: 0px;
    color: #9ea30d;
}

.stext-1 p {
    color: #000;
    font-size: 1.1rem;
    line-height: 2;
}

.atext-s {
    text-shadow: rgb(7, 7, 7) 1px 0 10px;
}

.ttext {
    position: relative;
    z-index: 10;
} 

.ttext a {
    display: inline-block;
    background: #1268e0a7;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.1s;
}

.ttext a:hover {
    letter-spacing: 6px;
}

.ttext h1 {
    font-weight: 700;
    font-size: 4.5rem;    
    line-height: 4rem;  
    letter-spacing: 1px; 
}

.ttext .line {
    padding-top: 5px;
    width: 400px;
    border-bottom: solid 3px rgb(21, 255, 0);
}

.ttext h2 {
    font-weight: 700;
    font-size: 2rem;    
    line-height: 2rem;   
}

.ttext-g {
    color: #619809;
}

.ttext-r {
    color: #fafa96;
}

.ttext-b {
    color: #000000;
}

.wf-kosugi { 
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 2rem;
}

.ttexth2 p:first-letter {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1.5em;
    color: #ff0000;
}

.booktext {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 3px;
}

.text2 a {
    font-size: 1rem;
    display: inline-block;
    background: #0fe14e;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    padding: 8px 45px;
    /* margin-top: 20px; */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: 0.1s;
}

.text2 a:hover {
    letter-spacing: 8px;
}

/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}

.navbar {
    min-height: 50px !important; 
}

.navbar .nav-link {
    color: #fff !important; 
    font-size: 14px;
    font-weight: 500;
}
 
.mbercard  li {
    padding-top: 20px;
    color: #000;
    font-size: 24px;
}

.showcase {
  position: absolute;
  right: 0;
  padding-top: 100px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: 0.5s;
}

.phero {
    height: 100vh;
    background-image: url("../images/profile/ptop001.jpg");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

.phero-leftbox {
    text-align: center;
    position: absolute;
    top: 75%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.emap {
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

/* hero query */
@media (max-width: 1000px) {
    .phero h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
}

.bearhero {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    height: 100vh;
    background-image: url("../images/bears/bears44.webp");
    background-position: center; 
    background-size: cover;
    /* background-attachment: fixed;  */
    position: relative;
    z-index: 15;
}

.bearhero2 {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 100px;
    height: 100vh;
    background-image: url("../images/brownbear/brownbear03.webp");
    background-position: center; 
    background-size: cover;
    /* background-attachment: fixed;  */
    position: relative;
    z-index: 10;
}

.bearhero3 {
    padding-top: 0px;
    margin-top:  0px;
    padding-bottom: 100px;
    height: 50vh;
    background-image: url("../images/amurt/taiga34.webp");
    background-position: center; 
    background-size: cover;
    /* background-attachment: fixed;  */
    position: relative;
    z-index: -10;
}

.bhero {
    height: 100vh;
    background-image: url("../images/bears/bears06.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

/* bhero query */
@media (max-width: 1000px) {
    .bhero h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
    .bhero {
        height: 100vh;
        background-image: url("../images/bears/bears03.webp");
        background-position: center; 
        background-size: cover;
        background-attachment: fixed; 
        position: relative;
        z-index: 10;
    }
}

.bhero2 {
    height: 100vh;
    background-image: url("../images/brownbear/brownbear00.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

/* bhero query */
@media (max-width: 1000px) {
    .bhero2 h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
    .bhero2 {
        height: 100vh;
        background-image: url("../images/brownbear/brownbear15.webp");
        background-position: center; 
        background-size: cover;
        background-attachment: fixed; 
        position: relative;
        z-index: 10;
    }
}

.pbhero {
    height: 100vh;
    background-image: url("../images/polarbear/polarbear01.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

/* bhero query */
@media (max-width: 1000px) {
    .pbhero h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
    .pbhero {
        height: 100vh;
        background-image: url("../images/polarbear/polarbear25.webp");
        background-position: center; 
        background-size: cover;
        background-attachment: fixed; 
        position: relative;
        z-index: 10;
    }
}

.mhero {
    height: 100vh;
    background-image: url("../images/mandarin/mand03.jpg");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

/* mhero query */
@media (max-width: 1000px) {
    .mhero h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
}

.thero {
    height: 100vh;
    background-image: url("../images/amurt/taiga01.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

.thero1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: #015e057f; */
    background: linear-gradient(135deg, #ffffff00, #000000df ) fixed;
    z-index: -1;
}

/* mhero query */
@media (max-width: 1000px) {
    .thero h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
}

.athero {
    height: 100vh;
    background-image: url("../images/amurt/amurt01.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

/* mhero query */
@media (max-width: 1000px) {
    .athero h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
    .athero {
        height: 100vh;
        background-image: url("../images/amurt/amurt34.webp");
        background-position: center; 
        background-size: cover;
        background-attachment: fixed; 
        position: relative;
        z-index: 10;
    }
    
}

.shero {
    /* padding-top: 150px; */
    height: 100vh;
    background-image: url("../images/seabird/seab11.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

@media (max-width: 1000px) {
    .shero h1 {
        font-size: 2rem;    
        line-height: 2rem;  
    }
}

.crystalh {
    /* padding-top: 150px; */
    height: 100vh;
    background-image: url("../images/crystal/top02.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

@media (max-width: 1000px) {
    .crystalh h1 {
        font-size: 2rem;    
        line-height: 2rem;  
    }
}

.jhero {
    /* padding-top: 150px; */
    height: 100vh;
    background-image: url("../images/japan/japan01.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

@media (max-width: 1000px) {
    .jhero h1 {
        font-size: 2rem;    
        line-height: 2rem;  
    }
}

.ehero {
    height: 100vh;
    background-image: url("../images/eagle/eaglei20.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

/* ehero query */
@media (max-width: 1000px) {
    .ehero h2 {
        font-size: 2rem;    
        line-height: 2rem;  
    }
}

.exhero {
    height: 60vh;
    background-image: url("../images/exhibitions/exhero01.webp");
    background-position: center; 
    background-size: cover;
    /* background-attachment: fixed;  */
    position: relative;
    z-index: 10;
}

/* ehero query */
@media (max-width: 1000px) {
    .exhero h1 {
        font-size: 2rem;    
        line-height: 2rem;  
    }
}

.alhero {
    height: 100vh;
    background-image: url("../images/amurleopard/amleo02.webp");
    background-position: center; 
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    z-index: 10;
}

/* ehero query */
@media (max-width: 1000px) {
    .alhero h1 {
        font-size: 2rem;    
        line-height: 2rem;  
    }
    .alhero {
        height: 100vh;
        background-image: url("../images/amurleopard/amleo16.webp");
        background-position: center; 
        background-size: cover;
        background-attachment: fixed; 
        position: relative;
        z-index: 10;
    }
}

.hero {
    /* background-image: url("images/P1030597.JPG"); */
    /* background-position: center;
    background-size: cover;
    background-attachment: fixed; */
    position: relative; /*  親要素 */
    z-index: 2;
}

.hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d045123d;
    z-index: -1;
}

.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: -2;
}

/* hero query */
@media (max-width: 1000px) {
    .hero h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
}

.hero2 {
    /* background-image: url("images/P1030597.JPG"); */
    /* background-position: center;
    background-size: cover;
    background-attachment: fixed; */
    position: relative; /*  親要素 */
    z-index: 2;
}

.hero2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #26bd2628;
    z-index: -1;
}

.hero2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: -2;
}

/* hero query */
@media (max-width: 1000px) {
    .hero2 h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
}







.card-effect {
    box-shadow: var(--box-shadow);
    background-color: #fff;
    padding: 15px;
    transition: all 0.35s ease;
    position: relative;
    border:1px solid #fff;
}

.card-effect::after {
    border-bottom:30px solid transparent;
    border-left:30px solid #0011ffd2;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;

}

.card-effect:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.card-effect2 {
    box-shadow: var(--box-shadow);
    background-color: #fcf7f7c0;
    padding: 15px;
    transition: all 0.35s ease;
}

.card-effect3 {
    box-shadow: var(--box-shadow);
    background-color: #fcf7f7c0;
    padding: 1px;
}

.card-effect4 {
    box-shadow: var(--box-shadow);
    background-color: #fafa96;
    padding: 0px;
}

.card-effect4 p {
    padding: 0;
    margin-bottom: 0px;
    margin-top: 3px;
    color: #000000;
}


.col-img1 {
    background-image: url("../images/top/top01.webp");
    background-position: center;
    background-size: cover;
    border-radius: 0px 10px 0px 0px;
    min-height: 500px;
}

.col-img2 {
    background-image: url("../images/top/bearsbook2.jpg");
    /* background-position: center; */
    /* background-size: cover; */
    width: 100%;
    min-height: 400px;
}

.col-img3 {
    background-image: url("../images/eagle/ehero00-1.png");
    background-position: center;
    background-size: cover;
    min-height: 300px;
}

.col-img4 {
    background: linear-gradient(rgba(79, 204, 253, 0.393),  rgba(255, 255, 255, 0.2)), url(/images/profile/ptop007.jpg);
    background-position: center;
    background-size: cover;
    min-height: 500px;
}



.col-img6 {
    background-image: url("../images/profile/award01.jpg");
    background-position: center;
    background-size: cover;
    margin-left: 12px;
    min-height: 400px;
}

.col-img7 {
    background-image: url("../images/profile/award02.jpg");
    background-position: center;
    background-size: cover;
    margin-right: 12px;
    min-height: 400px;
}

.col-img8 {
    background-image: url("../images/profile/award08.webp");
    background-position: center;
    background-size: cover;
    margin-right: 12px;
    min-height: 400px;
}

.col-img9 {
    background-image: url("../images/brownbear/brownbear17.webp");
    background-position: center;
    background-size:cover;
    margin-right: 0px;
    min-height: 400px;
}

.col-img10 {
    background-image: url("../images/episode/amurts14.webp");
    /* background-position: center; */
    background-size:cover;
    margin-right: 0px;
    min-height: 400px;
}

.col-img11 {
    background-image: url("../images/profile/award03.webp");
    background-position: center;
    background-size: cover;
    margin-right: 12px;
    min-height: 400px;
}

.iconbox {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    background-color: var(--primary);
    border-radius: 100%;
    flex: none;
}

.iconbox2 {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 32px;
    background-color: #ffffff;
    border-radius: 100%;
    flex: none;
}
.award h3 {
    color: #3f3902;
    font-weight: 600;
    font-size: 2rem;    
    line-height: 2rem;   
}

.award h2 {
	font-size:4em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: transparent;
	background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em); 
	-webkit-background-clip: text;
}

.awardbox {
    padding-top: 25px;
}

.award-t {
    color: #e2d06e;
}

.award-t h1 {
    font-size: 4rem;
    color: #e2d06e;
    line-height: 1.1;
}

@media (max-width: 1000px) {
    .award-t h1 {
        font-size: 3rem;    
        line-height: 3rem;  
    }
}

/* poto section */
.potoimag-box {
    position: relative; /* 親指定*/
    overflow: hidden;
}

.potoimag-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 5px; */
    background-color: rgba(38, 54, 94, 0.767);
    padding: 30px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.potoimag-box:hover img {
    transform: scale(1.5);
}

.potoimag-box:hover .overlay {
    opacity: 1;
}

.potoimag-box img {
    width: 100%;
    transition: all 0.5s ease;
}

.potoimag-box1 {
    position: relative;
    overflow: hidden;
}

.potoimag-box1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(95, 255, 87, 0.622);
    padding: 30px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.potoimag-box1:hover img {
    transform: scale(1.5);
}

.potoimag-box1:hover .overlay {
    opacity: 1;
}

.potoimag-box1 img {
    width: 100%;
    transition: all 0.5s ease;
}

.ttext2 {
    position: relative;
    z-index: 10;
} 

.overlay a {
    color: #fff;
}

.overlay h6 {
    color: #fff;
}

.overlay a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #00b3ff;
    bottom: -1px;
    transform: scale(0,1);
    transform-origin: left top;
    transition: transform 0.3s;
}

.overlay a:hover::after {
    transform: scale(1,1);
}

/* コントロール */
form input.form-control {
    height: 50px;
}

.footer-top {
    background-color: var(--footer);
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.footer-top h3 {
    font-size: 1rem;
    color: #fff;
}

.footer-top p {
    font-size: 10px;
    color: #ffffff;
}

.footerpt {
    padding-top: 0px;
    padding-bottom: 150px;
}

.footerpt2 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.titext {
    font-size: 1.5em;
    text-decoration: underline;
}

.titext.span {
    font-size: 15px;
}

/* vegas */
#slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: -2;
} 

/* box関係 */
.box1 {
    position: relative;
}

.box1 p {
    position: absolute;
    color: #000000;
    font-size: 2rem;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 500;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-95%,-50%);
}

.box2 {
    background-color: #000000;
    opacity: 0.3;
}

/*めくれたテープ風*/
.box6 {
    margin: 1em auto;
    padding:1em;/*内側余白*/
    background-color:#f6f3f3;/*背景色*/
    position:relative;
    }
    
.box6:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ccc #fff  #ccc;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* 背景用 */
.box9{
    position: relative;
}

.box9 p {
    position: absolute;
    top: 50%;
    color: #000;
    font-size: 2rem;
}

/* ローディング画面 */
.loader-bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    z-index: 100;
  }
  
  .loader {
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: fixed;
    top: 50%;
    width: 120px;
  }
  
  .loader p {
    color: #454545;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }
  
  .loader p img {
    display: inline-block;
  }
  
  .loader-bg.loaded {
     opacity: 0;
     visibility: hidden;
  
  }
/* ネットフィリックス系 */
.athero1 {
    height: 800px;
    background-image: url("../images/amurt/amurt33.webp");
    background-position: center; 
    background-size: cover;
    /* background-attachment: fixed;  */
    position: relative;
    z-index: -2;
}

.athero1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0) 60%,
      rgba(0, 0, 0, 0.8) 100%
    );
    z-index: -1;
  }

/* すりガラス風 */
.boxglass {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
    border-radius: 1px;
    border: none;
    border-right: 0px solid #8a8a8a;
    border-bottom: 0px solid #8e8e8e;
}

/* 縦書き */
.ttext23 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; 
    padding: 30px;
}

.ttext23 p {
    text-indent: 1em;
    line-height: 2.3;
    margin-left: 20px;
}

/* カード加工 */
.card10 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.card10-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* padding: 1rem; */
    /* border-radius: calc(0.25rem - 1px); */
    background: linear-gradient(0deg, rgba(7,166,49,1) 0%, rgba(46,147,31,1) 0%, rgba(255,255,255,0.09287464985994398) 50%);
}

.card11 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.card11-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* padding: 1rem; */
    /* border-radius: calc(0.25rem - 1px); */
    background: linear-gradient(0deg, rgba(7,166,49,1) 0%, rgba(147,113,31,1) 0%, rgba(255,255,255,0.09287464985994398) 50%);
}

.card12 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.card12-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* padding: 1rem; */
    /* border-radius: calc(0.25rem - 1px); */
    /* background: linear-gradient(0deg, rgba(7,166,49,1) 0%, rgba(19,114,180,1) 0%, rgba(255,255,255,0.09287464985994398) 50%); */
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper {
	--swiper-theme-color: #ffffff;
}

.swiper-slide p {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  overflow: hidden;
  color: #ff0101; /*文字色*/
  width: 300px;
  height: 50%;
  text-align: center;
  line-height: 100px;
  text-align: center;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}