@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-padding-start: 0;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="password"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="button"],
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

* {
    margin: 0;
    padding: 0;
}

a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border: none;
}

.clearfix,
.wrap {
    zoom: 1;
}
.clearfix:after,
.wrap:after {
    content: "";
    display: table;
    clear: both;
}

.wrap {
    position: relative;
    min-height: 100%;
    background: #ffffff;
    width: 100%;
    margin: auto;
}
@media (min-width: 800px) {
    .wrap {
        width: 100vw;
    }
}

.wrap__inner {
    position: relative;
    min-height: 100%;
    background-color: transparent;
    width: 90%;
    max-width: 980px;
    margin: auto;
}
@media (min-width: 800px) {
    .wrap__inner {
        width: 980px;
    }
}

/* 応募終了のお知らせ */
.wrapper{
    width:100%;
}
.wrapper .container{
    max-width:1000px;
    margin:0px auto;
    padding:80px 0 50px 0 ;
}
/* content */
.wrapper .content {
    padding:20px;
    text-align:center;
}
.wrapper .content .heading{
    margin:0px 0px 40px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #f7ab00;
    text-align: center;

}
@media (min-width: 800px) {
    .wrapper .content  {
        margin: 0 2.8em;
    }
}
/* 応募終了のお知らせここまで */

body,
html {
    position: relative;
    min-height: 100%;
    background: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ",
        "Meiryo", sans-serif;
}

h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    margin: 3em 0 1em 0;
}
@media (max-width: 799px) {
    h2 {
        font-size: 1.5rem;
    }
}
@media (min-width: 800px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: normal;
}
@media (min-width: 800px) {
    h3 {
        font-size: 1.7rem;
        text-align: center;
        font-weight: normal;
        line-height: 1.5em;
    }
}

p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}
@media (max-width: 799px) {
    p {
        font-size: 0.9rem;
    }
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    display: inline-block;
}

.allHide {
    display: none !important;
}

@media (min-width: 800px) {
    .pcHide {
        display: none !important;
    }
}

@media (max-width: 799px) {
    .spHide {
        display: none !important;
    }
}

input::placeholder-shown {
    color: #cccccc;
}

.fade {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#wrap2 {
    max-width: 980px;
}

iframe {
    margin: 1em 0;
}
@media (max-width: 799px) {
    iframe {
        width: 100%;
    }
}

b {
    font-weight: bold;
}

.breadcrumbs {
    padding-bottom: 15px;
    max-width: 980px;
}

#main-cem {
    width: 72%;
}

.line__title {
    position: relative;
    margin: 0;
    padding: 3em 0 1em;
    margin-right: -27px;
}
.line__title::after {
    font-family: "Font Awesome 5 Free";
    content: "\f013";
    position: relative;
    top: -1px;
    right: -0.2em;
    height: 19px;
    width: 27px;
    font-weight: 900;
}
.line__title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f013";
    position: relative;
    top: -1px;
    left: -0.2em;
    height: 10px;
    width: 10px;
    font-weight: 900;
}

section:nth-of-type(odd) {
    background-color: #edf7ff;
    width: 100vw;
}
section:first-of-type {
    background: white;
}

.slick-slide img {
    margin: 0 !important;
}

#calendar {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1em;
    margin-bottom: 2em;
}

.marker {
    background: linear-gradient(transparent 60%, #ff0 0%);
    font-size: 1.7rem;
    color: red;
}
@media (max-width: 799px) {
    .marker {
        text-align: center;
        font-size: 1.6rem;
    }
}

.delete {
    text-decoration: line-through;
}
@media (max-width: 799px) {
    .delete {
        text-align: center;
        display: block;
    }
}

.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    text-align: center;
    background-color: #fff;
    top: 0;
    height: 60px;
    box-shadow: 2px 2px 4px gray;
}
.header-icon {
    padding: 10px 0 0 0;
    float: left;
}
@media (max-width: 799px) {
    .header-icon {
    }
}
.header-icon img {
    width: auto;
    height: 30px;
}
.header-hamburger {
    /*開閉ボタン*/
    /*開閉ボタンopen時*/
}
.header-hamburger nav ul {
    display: flex;
    align-items: center;
}
.header-hamburger nav ul li a {
    color: #53333d;
    text-decoration: none;
    font-weight: bold;
    padding: 16px;
}
.header-hamburger nav {
    width: 60%;
    float: right;
    z-index: 99;
}
@media (max-width: 799px) {
    .header-hamburger nav {
        float: none;
        display: none;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.8);
        width: 100%;
        padding-top: 3em;
        top: 0;
        left: 0;
    }
}
.header-hamburger nav ul {
    display: flex;
    align-items: center;
}
@media (max-width: 799px) {
    .header-hamburger nav ul {
        display: block;
        margin: 0 auto;
    }
}
.header-hamburger nav ul li {
    margin: 0 auto;
}
@media (max-width: 799px) {
    .header-hamburger nav ul li {
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
    }
}
.header-hamburger nav ul li a {
    display: block;
    color: #53333d;
    font-weight: bold;
    padding: 12px;
    padding-top: 24px;
    font-size: 1rem;
    transition: all 0.2s ease;
}
@media (max-width: 799px) {
    .header-hamburger nav ul li a {
        padding: 16px;
        font-size: 1.2rem;
    }
}
.header-hamburger nav ul li:last-child {
    border: none;
}
.header-hamburger #nav_toggle {
    z-index: 100;
    position: fixed;
    right: 12px;
    top: 18px;
    display: none;
    width: 27px;
    height: 27px;
}
@media (max-width: 799px) {
    .header-hamburger #nav_toggle {
        display: inline-block;
    }
}
.header-hamburger #nav_toggle div {
    position: relative;
}
.header-hamburger #nav_toggle span {
    display: block;
    height: 3px;
    background: #53333d;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header-hamburger #nav_toggle span:nth-child(1) {
    top: 0;
}
.header-hamburger #nav_toggle span:nth-child(2) {
    top: 9px;
}
.header-hamburger #nav_toggle span:nth-child(3) {
    top: 18px;
}
.header-hamburger .open#nav_toggle span:nth-child(1) {
    top: 9px !important;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header-hamburger .open#nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.header-hamburger .open#nav_toggle span:nth-child(3) {
    top: 9px !important;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.split__4 {
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: baseline;
}
.split__4 li {
    display: inline-block;
    width: calc(97% / 4);
}
@media (max-width: 799px) {
    .split__4 li {
        width: calc(90% / 2);
    }
}
@media (max-width: 799px) {
    .split__4 li:first-of-type,
    .split__4 li:nth-of-type(2) {
        margin-bottom: 3%;
    }
}
.split__4 li:not(:last-child) {
    margin-right: 1%;
}
@media (max-width: 799px) {
    .split__4 li:not(:last-child) {
        margin-right: 0;
    }
}
.split__3 {
    font-size: 0;
}
@media (min-width: 800px) {
    .split__3 li {
        display: inline-block;
        width: calc(97% / 3);
        /* margin: 3px; */
    }
}
.split__3 li img {
    width: 400px;
    margin: 0 auto;
    display: block;
}
@media (max-width: 799px) {
    .split__3 li:first-of-type,
    .split__3 li:nth-of-type(2) {
        margin-bottom: 3%;
    }
}
.split__3 li:not(:last-child) {
    margin-right: 1%;
}
@media (max-width: 799px) {
    .split__3 li:not(:last-child) {
        margin-right: 0;
    }
}

.split__2 {
    font-size: 0;
    text-align: center;
}
@media (min-width: 800px) {
    .split__2 li {
        display: inline-block;
        width: calc(97% / 2.5);
    }
}
.split__2 li img {
    width: 400px;
    margin: 0 auto;
    display: block;
}
@media (max-width: 799px) {
    .split__2 li:first-of-type,
    .split__2 li:nth-of-type(2) {
        margin-bottom: 3%;
    }
}
.split__2 li:not(:last-child) {
    margin-right: 1%;
}
@media (max-width: 799px) {
    .split__2 li:not(:last-child) {
        margin-right: 0;
    }
}

.table__price {
    border-collapse: collapse;
    width: 100%;
    margin: 4em 0;
}
@media (max-width: 799px) {
    .table__price {
        font-size: 0.8rem;
    }
}
.table__price p {
    font-size: 1rem;
}
@media (max-width: 799px) {
    .table__price p {
        font-size: 0.8rem;
    }
}
@media (max-width: 799px) {
    .table__price span {
        text-align: center;
    }
}
@media (min-width: 800px) {
    .table__price span {
        line-height: 2;
    }
}

.table__price-blue {
    color: #0072f7;
}

.table__price tr th,
.table__price tr td {
    border-bottom: 1px solid #888;
    padding: 1em;
    box-sizing: border-box;
}
.table__price tr:last-child th,
.table__price tr:last-child td {
    border-bottom: 0;
}
.table__price tr th {
    border-right: 1px solid #888;
    width: 25%;
    vertical-align: middle;
}
@media (max-width: 799px) {
    .table__price tr th {
        width: 30%;
    }
}

.top {
    background-image: url("https://tetraup.com/education/img/bg_img_summer.jpg");
    background-size: 117vw;
    background-position: -4em 1em;
    background-repeat: no-repeat;
    width: 100vw;
    position: relative;
    text-align: center;
    margin-bottom: 6em;
}
@media (max-width: 799px) {
    .top {
        top: 0;
        background-position: -4em 0;
    }
}
.top__title {
    position: relative;
    padding-top: 3em;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 3em;
    font-size: 3.5vw;
}
@media (max-width: 799px) {
    .top__title {
        padding-top: 7em;
    }
}

.top__title--lean {
    display: inline-block;
    letter-spacing: 0.1em;
}
.top__title--lean:nth-of-type(1) {
    font-size: 3em;
    transform: rotate(-10deg);
    color: #49c944;
}
.top__title--lean:nth-of-type(2) {
    font-size: 2em;
    transform: rotate(10deg);
    color: #e88613;
}
.top__title--lean:nth-of-type(3) {
    font-size: 4em;
    transform: rotate(8deg);
    color: #ed3833;
}
.top__title--lean:nth-of-type(4) {
    font-size: 2.3em;
    transform: rotate(-5deg);
    color: #ed84be;
}
.top__title--1day {
    font-size: 2em;
}
.top__title--sub {
    font-size: 1em;
    color: #000;
    position: relative;
    top: -1em;
}
.top .fa-spin {
    animation: fa-spin 4s infinite linear;
}
.top__term {
    font-size: 0.5em;
    padding: 0.4em 0;
    border-radius: 0.5em;
    margin: 7em auto 3em;
    text-align: center;
}
.top__term p {
    font-size: 1.7rem;
}
@media (max-width: 799px) {
    .top__term p {
        font-size: 1.2rem;
    }
}
.top__term .small {
    font-size: 1.4rem;
}
@media (max-width: 799px) {
    .top__term .small {
        font-size: 1.1rem;
    }
}
.top__term .title {
    font-size: 1.7rem;
}
@media (max-width: 799px) {
    .top__term .title {
        font-size: 1.2rem;
    }
}
.top__circle {
    margin: 1em 0;
    text-align: center;
}
.top__circle--btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15em;
    height: 15em;
    border-radius: 50%;
    box-shadow: 0.2em 0.2em 0.15em rgba(0, 0, 0, 0.2);
    margin: 0.5em 0.5em;
    cursor: pointer;
    transition: 1s;
}
@media (max-width: 799px) {
    .top__circle--btn {
        width: 8.4em;
        height: 8.4em;
    }
}
.top__circle--btn:hover {
    background: #3389ca !important;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}
.top__circle--btn p {
    color: #fff;
    height: 7.6em;
    width: 11em;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.3;
    font-size: 1.8rem;
}
@media (max-width: 799px) {
    .top__circle--btn p {
        width: 8.4em;
        height: 8.4em;
        font-size: 0.9rem;
    }
}

@media (max-width: 799px) {
    .fusen__wrap {
        display: flex;
        flex-direction: column;
    }
    .fusen__announce {
        max-width: 27.2em;
        margin: 0 auto;
        text-align: left;
    }
}
.fusen__wrap {
    display: flex;
    justify-content: space-around;
}
@media (min-width: 800px) {
    .fusen__announce {
        width: 47em;
        margin: 0 auto;
        text-align: left;
    }
}

.fusen2 {
    background: rgb(255, 230, 0);
    display: block;
    position: relative;
    margin: 1em 0 3em;
    padding-top: 2em;
    padding-bottom: calc(2em - 12px);
    padding-left: 5em;
    padding-right: calc(5em - 12px);
    width: 28%;
    max-width: 35em;
    min-height: 56px;
    box-shadow: 12px 0 0 0 rgb(255, 230, 0), 0 12px 0 0 rgb(255, 230, 0),
        1px 15px 4px -3px rgba(0, 0, 0, 0.2);
}
.fusen2.disabled{
    pointer-events: none;
}
@media (max-width: 799px) {
    .fusen2 {
        left: 0;
        margin: 0 auto 3.5em;
        padding-top: 2em;
        padding-bottom: calc(0.5em - 12px);
        padding-left: 1em;
        padding-right: calc(1em - 12px);
        width: 50%;
    }
    .fusen2:nth-of-type(2) {
    }
}
.fusen2::before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #ff9cad;
    border-top-color: orangered;
}
.fusen2 p,
.fusen2 b {
    color: orangered;
    font-size: 1.3rem;
}
@media (max-width: 799px) {
    .fusen2 p,
    .fusen2 b {
        /* display: inline-block; */
        font-size: 1rem;
    }
}
.fusen2 b {
    font-size: 1.5rem;
}
@media (max-width: 799px) {
    .fusen2 b {
        font-size: 1rem;
    }
}

.about {
    padding-bottom: 8em;
}
@media (max-width: 799px) {
    .about {
        padding-bottom: 3em;
    }
}
.about h2::before {
    content: none;
}
.about__place--btn {
    text-align: center;
    margin: 2em 0;
}
.about__place--btnBox {
    display: inline-block;
    background-color: #3389ca;
    color: white;
    border-radius: 10px;
    padding: 1.2rem;
    margin: 0.6rem;
    font-size: 130%;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
        0 2px 2px rgba(0, 0, 0, 0.19);
    width: 12em;
    height: 3.6rem;
}
@media (max-width: 799px) {
    .about__place--btnBox {
        padding: 0.5rem;
        height: auto;
    }
}
.about__place--btnBox p {
    font-size: 1.5rem;
    margin: 0.4em;
}
@media (max-width: 799px) {
    .about__place--btnBox p {
        font-size: 1.3rem;
    }
}

.about__place--come {
    display: inline-block;
    background-color: #a7a7a7;
    color: white;
    border-radius: 10px;
    padding: 1.2rem;
    margin: 0.6rem;
    font-size: 130%;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
        0 2px 2px rgba(0, 0, 0, 0.19);
    width: 12em;
    height: 3.6rem;
    position: relative;
}
@media (max-width: 799px) {
    .about__place--come {
        padding: 0.5rem;
        height: auto;
    }
}
.about__place--come p {
    font-size: 1.5rem;
    margin: 0.4em;
}
@media (max-width: 799px) {
    .about__place--come p {
        font-size: 1.3rem;
    }
}

.come-img {
    position: absolute;
    top: 2px;
    left: 0;
}
@media (max-width: 799px) {
    .come-img {
        top: 0px;
        left: 20px;
        width: 75%;
    }
}

.submission__list {
    display: flex;
    margin: 25px auto;
    width: 70%;
    justify-content: space-between;
}

.submission__img {
    width: 300px;
    height: auto;
}

@media (max-width: 799px) {
    .submission__list {
        display: block;
        margin: 25px auto;
        width: 100%;
    }

    .submission__img {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
}

.cta {
    text-align: center;
    text-decoration: none;
    padding: 0.8em 0;
    border-radius: 1em;
    border: solid 0.2em #fff;
    box-shadow: 0.2em 0.2em 0.15em rgba(0, 0, 0, 0.2);
    width: 80vw;
    max-width: 38.5em;
    margin: 2em auto 1em;
    /* background: linear-gradient(#ff5757, #ff0000); */
    background: #f29600;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    /*pointer-events: none; */
}
.cta.disabled {
    pointer-events: none;
    background: #bbb;
    color:#fff;
}
.cta:hover {
    opacity: 0.8;
}
.cta p {
    font-size: 1.8rem;
}
@media (max-width: 799px) {
    .cta p {
        font-size: 1.2rem;
    }
}

.cta2 {
    text-align: center;
    text-decoration: none;
    padding: 0.8em 0;
    border-radius: 1em;
    border: solid 0.2em #fff;
    box-shadow: 0.2em 0.2em 0.15em rgba(0, 0, 0, 0.2);
    width: 80vw;
    max-width: 38.5em;
    margin: 0 auto;
    /* background: linear-gradient(#ff5757, #ff0000); */
    background: #f29600;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    pointer-events: none; /* 追記 */
}
.cta2:hover {
    opacity: 0.8;
}
.cta2 p {
    font-size: 1.8rem;
}
@media (max-width: 799px) {
    .cta2 p {
        font-size: 1.2rem;
    }
}

.media {
    padding: 1em 0;
    text-align: center;
}
@media (max-width: 799px) {
    .media {
        padding: 3em 0;
    }
}
.media__content {
    width: 90%;
    margin: 0 auto;
}
.media__content__content_explain h2 {
    background: linear-gradient(transparent 70%, #fdf262 0%);
    width: 65%;
    display: inline;
    margin: 0 auto;
    font-size: 1.3rem;
}
.media__content .nikkei {
    width: 100%;
    max-width: 300px;
}
.media__content section {
    margin: 2.4rem 0 1.8rem 0;
    background: inherit;
}
@media (max-width: 799px) {
    .media__content section {
        width: 100%;
    }
}
.media__content section h2 {
    font-size: 1.6rem;
    background: linear-gradient(transparent 70%, #f7ab00, 0%);
}
.media__content section p {
    margin: 0 0.9rem;
    text-align: center;
}
.media__content--more {
    background-color: #3389ca;
    display: block;
    margin: 0 auto;
    line-height: 2em;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
        0 2px 2px rgba(0, 0, 0, 0.19);
}
@media (min-width: 800px) {
    .media__content--more {
        width: 3em;
    }
}
.media__content--more:hover {
    opacity: 0.8;
}
.media__content--more p {
    color: #fff;
    line-height: 3em;
}
@media (min-width: 800px) {
    .media__content--more p {
        font-size: 1.5rem;
    }
}
.media__content #more_btn_open {
    width: 30%;
    height: auto;
    cursor: pointer;
}
@media (max-width: 799px) {
    .media__content #more_btn_open {
        min-width: 10em;
    }
}
.media__content #more_media {
    display: none;
    margin-bottom: 2.7rem;
}
.media__content #more_media b {
    display: inline-block;
    margin: 3rem 0 1.8rem 0;
    font-size: 1.2rem;
}
.media__content #more_media .wide_img {
    width: 60%;
}
.media__content .media_btn_img {
    width: 30%;
}
.media figure {
    margin: 1em 0;
    width: 42em;
    height: 23em;
}
@media (max-width: 799px) {
    .media figure {
        width: 100%;
        height: auto;
    }
}
.media__more {
    display: block;
    margin: 3em auto;
}
.media__more--tv {
    display: inline-block;
}
.media__more--tvContent {
    max-width: 42em;
}
.media__more--tvContent b {
    display: table-cell;
}
.media__more--tvContent img {
    display: table-cell;
}
@media (min-width: 800px) {
    .media__more--tvContent img {
        width: 42em;
    }
}
.media__more--book {
    display: inline-block;
}
.media__more--bookContent {
    max-width: 42em;
}
.media__more--bookContent b {
    display: table-cell;
}
.media__more--bookContent img {
    display: table-cell;
}
@media (min-width: 800px) {
    .media__more--bookContent img {
        width: 17em;
        margin: 0 auto;
    }
}

@media (min-width: 800px) {
    iframe {
        margin: 1em 0;
        width: 42em;
        height: 23em;
    }
}

@media (min-width: 800px) {
    .media {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }
    .media__content--section {
        display: flex;
        width: 100%;
        margin: 0 23px;
    }
    .media__content--explain h2 {
        background: linear-gradient(transparent 70%, #fdf262 0%);
        width: 65%;
        display: inline;
        margin: 0 auto;
        font-size: 2rem;
    }
    .media__content .nikkei {
        width: 17em;
        height: 23em;
        position: relative;
        top: 1em;
    }
    .media__content section {
        margin: 2.4rem 0 1.8rem 0;
        text-align: center;
        width: 47%;
    }
    .media__content section h2 {
        background: linear-gradient(transparent 70%, #f7ab00, 0%);
    }
    .media__content section p {
        text-align: center;
        margin-bottom: 2.1rem;
    }
    .media__content #more_btn_open {
        width: 21% !important;
        height: auto;
        cursor: pointer;
    }
}
.hukidashi_title {
    position: relative;
    padding: 0.6em;
    background: #3389ca;
    width: 63%;
    margin: 0 auto 2.7rem auto;
    color: white;
    font-size: 2rem;
    box-shadow: 9px 9px 0px 0px #91e6ff;
}
@media (max-width: 799px) {
    .hukidashi_title {
        width: auto;
        font-size: 1.5rem;
    }
}
.hukidashi_title:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #3389ca;
    width: 0;
    height: 0;
    z-index: 20;
}
.hukidashi_title:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 39px;
    bottom: -24px;
    border-top: 24px solid #91e6ff;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
}

.course {
    padding-bottom: 3em;
}

.course--text{
    margin: 4em auto 0;
}

@media (max-width: 799px) {
    .course .line__title {
        padding-top: 2em;
    }
    .course__box .line__title{
        margin-bottom: 30px;
    }
}
.course .about {
    margin: 1em auto 0;
    padding: 0;
}

.course .big {
    font-size: 1.7rem;
    margin: 2em 0 0.3em;
}
@media (max-width: 799px) {
    .course .big {
        font-size: 1.4rem;
    }
}
.course .caution {
    font-size: 0.8rem;
    margin: 0 4em;
}
@media (max-width: 799px) {
    .course .caution {
        font-size: 0.5rem;
        margin-top: 0.5em;
    }
}
.course .top__term {
    margin-top: 0;
    margin-bottom: 2em;
    text-align: center;
}
@media (min-width: 800px) {
    .course .top__term {
        margin-bottom: 5em;
    }
}
.course__box {
    height: auto;
    margin-top: 3em 0;
    box-shadow: 0.5em 0.5em 1.2em #c7e5ff;
    padding: 2em;
}
.course__box--title {
    padding: 1.3em;
    width: 106%;
    position: relative;
    left: -5%;
    box-shadow: 0.5em 0.5em 1.1em rgba(0, 0, 0, 0.3);
    margin-top: 50px;

}
@media (max-width: 799px) {
    .course__box--title {
        
        padding: 0.5em 1.3em 1.3em;
    }
}
.course__box--title h3 {
    color: #fff;
    z-index: 5;
}
@media (max-width: 799px) {
    .course__box--title h3 {
        font-size: 1.2rem;
        padding-top: 0.6em;
    }
}
.course__box--title.scratch::before {
    border-top: 1.5em solid #f7ab00;
}
.course__box--title.clock::before {
    border-top: 1.5em solid #0072f7;
}
.course__box--title.youtuber::before {
    border-top: 1.5em solid #ed84be;
}
.course__box--title::before {
    border-top: 1.5em solid #49c944;
    border-right: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1.5em solid transparent;
    position: relative;
    top: 5em;
    left: 4%;
    z-index: 5;
}
.course__box--title::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 51px;
    bottom: -16px;
    border-top: 16px solid #6f6f6f63;
    border-right: 17px solid transparent;
    border-left: 24px solid transparent;
    z-index: 1;
}

.course__box .courseAbout {
    margin: 1.5em 0;
}
.course__box .cta {
    margin: 2em auto 1em;
    width: 74vw;
}

.carousel-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px; /* カルーセル間の余白 */
    
}

@media (max-width: 799px) {
    .carousel-wrapper {
        flex-wrap: wrap; /* 幅が狭い時は折り返す */
    }
}


@media (max-width: 799px) {
    .course__box--content {
        width: 100%;
    }
}

.course__circle {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 500px;
    margin-bottom: 5%;
}
.course__circle--btn {
    color: #fff;
    height: 7.5em;
    width: 7.5em;
    vertical-align: middle;
    /* display: table-cell; */
    font-size: 1rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0.2em 0.2em 0.15em rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: 1s;
}
.course__circle--btn:hover {
    background: #3389ca !important;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    transition: 1s;
}
.course__circle--btn p {
    color: #fff;
    font-size: 1rem;
    padding: 1.5em 0 0;
    vertical-align: middle;
    height: 4em;
    display: table-cell;
    position: relative;
    width: 7.5em;
}
.course__title {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0.5em;
}

.course__title--detail {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin: 0 auto;
  max-width: 90%;
}

@media (max-width: 799px) {
    .course__title {
        font-size: 1.4rem;
    }
    .course__title--detail {
    font-size: 0.9rem;
  }
}

@media (min-width: 800px) {
    .course__title--detail {
        margin: 0 1em;
        font-size: 0.9em;
    }

}

.flow {
    min-height: fit-content;
    padding-bottom: 3em;
}
@media (max-width: 799px) {
    .flow {
        width: 100%;
        max-width: 22em;
        min-height: fit-content;
        margin: 0 auto;
        padding-bottom: 3em;
    }
}

.sensya__flow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 799px) {
    .sensya__flow {
        display: block;
    }
}

.box_3hour{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
@media (max-width: 799px) {
    .box_3hour {
        display: block;
    }
}

.flow .break {
    /* float: left; */
    color: white;
    background: #3389ca;
    padding: 3em 1em 1em;
    height: 368px;
    box-sizing: border-box;
    text-align: center;
    /* width: 11%; */
    border-radius: 0.7em;
    position: relative;
    left: 9.5%;
}
@media (max-width: 799px) {
    .flow .break {
        height: auto;
        width: 100%;
        /* float: none; */
        padding: 1em;
        left: 0;
        margin-bottom: 3em;
    }
}

.flow .box_3hour .break{
    visibility: hidden;
}
@media (max-width: 799px) {
    .flow .box_3hour .break {
        display: none;
    }
}

.flow .break::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 22px);
    right: -88.4px;
    border-left: 36px solid #3389ca;
    border-right: 20px solid transparent;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
}
@media (max-width: 799px) {
    .flow .break::after {
        top: auto;
        bottom: -40px;
        right: calc(50% - 30px);
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 21px solid #3389ca;
        border-bottom: 20px solid transparent;
    }
}
.flow .break .kome {
    color: black;
    text-align: right;
}
@media (max-width: 799px) {
    .flow .break .kome {
        font-size: 0.7rem;
        display: block;
    }
}
@media (max-width: 799px) {
    .flow .break p {
        display: inline-block;
    }
}
.flow .break span {
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 1em;
}
@media (min-width: 800px) {
    .flow .break span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1.8rem;
        margin-right: 0;
    }
}
@media (min-width: 800px) {
    .flow .break span.lunch {
        margin-bottom: 1em;
    }
}
.flow__AM,
.flow__PM {
    width: 35%;
    /* float: left; */
    position: relative;
}
.flow__3hour {
    position: relative;
}
@media (max-width: 799px) {
    .flow__AM,
    .flow__PM,
    .flow__3hour {
        width: 100%;
        /* float: none; */
        margin-bottom: 3em;
    }
}


.flow__AM .headLine,
.flow__PM .headLine {
    background: #3389ca;
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    width: 50%;
    z-index: 5;
    border-radius: 0.3em 0.3em 0 0;
    position: relative;
    top: 1px;
}
/* .flow__3hour .headLine{
    background: #3389ca;
    color: transparent;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    width: 50%;
    z-index: 5;
    border-radius: 0.3em 0.3em 0 0;
    position: relative;
    top: 1px;
} */
.flow__AM img,
.flow__PM img,
.microbit_box img,
.light_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.flow__AM .box,
.flow__PM .box,
.flow__3hour .microbit_box,
.flow__3hour .light_box {
    border-top: 3px solid #3389ca;
    border-bottom: 3px solid #3389ca;
    position: relative;
}
.flow__AM .box::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    right: -87.4px;
    border-left: 36px solid #3389ca;
    border-right: 20px solid transparent;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;

}
@media (max-width: 799px) {
    .flow__AM .box::after {
        top: auto;
        bottom: -43px;
        right: calc(50% - 30px);
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 21px solid #3389ca;
        border-bottom: 20px solid transparent;
    }
}
.flow__AM .gray,
.flow__PM .gray {
    background: white;
    padding: 1em;
    height: 100px;
}
.flow__3hour .gray{
    background: white;
    padding: 1em;
    height: 150px;
}
@media (max-width: 799px) {
    .flow__AM .gray,
    .flow__PM .gray,
    .flow__3hour .gray {
        height: auto;
    }
}
.flow__AM .gray p,
.flow__PM .gray p,
.flow__3hour .gray p {
    font-size: 1.2rem;
}
@media (max-width: 799px) {
    .flow__AM .gray p,
    .flow__PM .gray p,
    .flow__3hour .gray p {
        font-size: 0.9rem;
    }
}

.flow .caution {
    text-align: end;
    margin-bottom: 1.5em;
}

.microbit_item,
.light_item {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    width: 35%;
}
@media (max-width: 799px) {
    .microbit_item,
    .light_item {
        width: initial;
    }
}

.microbit_item .top__term,
.light_item .top__term {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-evenly;
    font-size: 0.5em;
    padding: initial;
    border-radius: 1em;
    margin: 7em 0 3em;
    color: white;
}
.flow .top__term{
    padding: 16px;
    background: #49c944;
    color: white;
}
.microbit_item .top__term{
    background: #ffe900;
}
.light_item .top__term{
    background: #f29600;
}



.schedule {
    text-align: center;
}
.schedule__content--flex {
    margin-bottom: 2.7rem;
}
.schedule__content--flex p {
    margin: 1.2rem 0.6rem;
    text-align: center;
}

.reason {
    margin-bottom: 1.9rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    text-align: center;
}
@media (max-width: 799px) {
    .reason {
        padding-top: 0;
    }
}
.reason__point--title {
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
    border-top: solid 2px #3389ca;
    border-bottom: solid 2px #3389ca;
    background: #fff;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
}
.reason__point--title:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial",
        sans-serif;
    content: "\f0a7\ POINT";
    background: #3389ca;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
}
.reason__content {
    width: 90%;
    margin: 0 auto;
    width: 95%;
    max-width: 980px;
    padding-bottom: 7em;
}
@media (max-width: 799px) {
    .reason__content {
        padding-bottom: 0.6em;
    }
}
.reason__content p {
    text-align: left;
}
.reason__content--flex {
    margin-bottom: 2.7rem;
}
.reason__content--flex p {
    margin: 1.2rem 0.6rem;
}
.reason__content--flex img {
    padding: 0.2em 0.5em;
    width: 38vw;
    margin: 2.7rem auto;
    display: inline-block;
    max-width: 300px;
}
.reason__content--img div {
    display: inline-table;
}
.reason__content--img div a {
    position: relative;
    top: 2em;
}
.reason__content--img div img {
    width: 80%;
    margin: 2.7rem auto;
    display: inline-block;
    max-width: 300px;
    box-shadow: 0.5em 0.5em #3389ca;
}
@media (min-width: 800px) {
    .reason__content--img div img {
        width: 100%;
        max-width: 640px;
    }
}

.small_hukidashi {
    display: inline-block;
    position: relative;
    padding: 0.6em;
    background: #3389ca;
    border-radius: 60px;
    width: 30%;
    margin: 0 auto 0.3rem auto;
    color: white;
    font-size: 90%;
}
@media (min-width: 800px) {
    .small_hukidashi {
        font-size: 1.2rem;
    }
}
.small_hukidashi:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 40%;
    border: 8px solid transparent;
    border-top: 8px solid #3389ca;
    width: 0;
    height: 0;
}
@media (min-width: 800px) {
    .small_hukidashi:after {
        left: 47%;
    }
}

.voice {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3.9rem;
    text-align: center;
}
@media (max-width: 799px) {
    .voice {
        padding-bottom: 3em;
    }
}
.voice-content {
    margin-bottom: 1.5em;
}
.voice .voice-content_block {
    background: #3389ca;
    box-shadow: 0px 0px 0px 5px #3389ca;
    border: dashed 2px #fff;
    padding: 0.2em 0.5em;
    width: 80%;
    margin: 2.7rem auto;
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
    height: 35em;
    margin: 1em;
}
.voice .voice-content_block img {
    margin: 0.9rem;
}
.voice .voice-content_block b {
    font-size: 1.2rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    color: #ffc6df;
    font-size: 1.3rem;
}
.voice .voice-content_block p {
    text-align: left;
    margin: 0.6rem;
    color: #fff;
}
.voice .voice-content_block .fa-comment {
    color: #ffc6df;
}

.access {
    text-align: center;
    padding-bottom: 6em;
    padding-top: 0.1em;
}
.access h2 {
    padding-top: 2em;
}
.access dl {
    margin-bottom: 3em;
}
.access dl .access-acordion_content {
    border: 2px dashed #3389ca;
    background-color: #fff;
    box-shadow: 0px 0px 0px 9px #fff;
    padding: 0 0.5em;
}
@media (min-width: 800px) {
    .access dl .access-acordion_content {
        padding: 0 1.5em;
    }
}
.access dl .access__place {
    cursor: pointer;
    display: block;
    padding: 0.3rem;
    font-size: 180%;
    border-bottom: 2px solid #3389ca;
    border-top: 2px solid #3389ca;
    background-color: #fff;
    padding: 0.6em;
}
.access dl .access__place .fa-plus-circle {
    color: #3389ca;
}
.access dl .access__place:hover {
    background-color: #e0e0e0;
}
.access dl dd {
    /* display: none; */
    width: 96%;
    margin: 1rem auto;
    z-index: 1;
}
.access dl dd p {
    margin: 1.5rem 0;
}
.access dl dd .google-map {
    width: 100%;
}
.access dl dd .google-map iframe {
    width: 90%;
}
.access h2 {
    margin-bottom: 2.7rem;
}
.access p {
    text-align: left;
}
.access .access-schedule {
    width: 90%;
    margin: 1.8rem auto;
}
.access .access-content {
    width: 90%;
    margin: 0 auto;
    margin-top: 2.7rem;
}

.footer {
    background-color: #3389ca;
    color: white;
    text-align: center;
    padding: 3em 0;
}
.footer b {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}
@media (max-width: 799px) {
    .footer b {
        font-size: 1.2rem;
    }
}
@media (max-width: 799px) {
    .footer p {
        font-size: 0.6rem;
    }
}

.topscroll {
    display: none;
}
.topscroll div {
    display: inline-block;
    height: 10em;
    width: 10em;
    position: fixed;
    bottom: 0em;
    right: 0;
    text-align: center;
}
.topscroll div .topscroll_btn {
    margin-top: 1.5em;
    display: inline-block;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    border: 5px solid #8888887a;
}
.topscroll div .topscroll_btn a {
    color: #8888887a;
    display: inline-block;
    padding-top: 15px;
    text-decoration: none;
}
.topscroll div .topscroll_btn a i {
    font-size: 3.5em;
}

.replace_img_area {
    height: 169px;
}

.replace_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*# sourceMappingURL=style.min.css.map */

.youtuber-flex {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 799px) {
    .youtuber-flex {
        display: flex;
        justify-content: space-between;
        flex-flow: column;
    }
}

.youtuber-flex-item {
    width: 49.5%;
}

@media (max-width: 799px) {
    .youtuber-flex-item {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }
}

.youtuber-iframe {
    width: 100%;
    height: 260px;
}

@media (max-width: 799px) {
    .youtuber-iframe {
        width: 100%;
        height: 260px;
    }
}

@media (max-width: 450px) {
    .youtuber-iframe {
        height: 160px;
    }
}

.daily-schedule li:not(:last-child) ::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: calc(60px / 2);
    width: 62px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #3389ca;

}


.daily-schedule{
    list-style: none;
}

.daily-schedule li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    place-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 3px solid #3389ca;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    margin: 32px 0px;
    padding: 20px 34px;
}
.number{
    width: 120px;
    text-align: center;
    border-right: 1px solid rgb(204, 204, 204);
    padding: 30px 0px;
}


.flow_number{
    font-weight: 500;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    color: rgb(51, 51, 51);
}

.image{
    width: 170px;
    /* padding: 20px 0px 20px;
    margin: 12px 12px; */
}

.sentens{
    width: 508px;
}

@media (max-width: 1116px) {
    .daily-schedule li{
        margin: 25px 0px;
        padding: 20px 34px;
    }
    .number{
        width: 70px;
        padding: 20px 0px;
    }

    .flow_number{
        font-size: 32px;
        line-height: 26px;
    }

    .image{
        width: 100px;
        padding: 20px 0px 20px;
        margin: 12px 12px;
    }
    .sentens{
        width: 508px;
    }
}

.apply {
    text-align: center;
    padding-bottom: 6em;
    padding-top: 0.1em;
}

.apply .caution {
    font-size: 0.8rem;
    margin: 0 4em;
}
@media (max-width: 799px) {
    .apply .caution {
        font-size: 0.5rem;
        margin-top: 0.5em;
    }
}
@media (max-width: 799px) {
    .apply {
        text-align: left;
        font-size: 0.9rem;
    }
}

.course_schedule {
  margin-top: 32px;
}

/* 共通設定 */
.carousel-wrapper {
  perspective: 1200px;
  width: 450px;
  height: 500px;
  margin: 0 auto 80px;
  position: relative;
  overflow: visible;
}

.course__box--content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  transition: transform 1s;
}

.carousel-slide {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
  width: 300px;
  height: 350px;
  padding: 1.5em;
  background: white;
  text-align: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 5px solid transparent;
}

.carousel-heading {
  text-align: center;
  margin-bottom: 4em;
  margin-top: 2em;
}

.carousel-catchcopy {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.carousel-slide:hover,
.carousel-slide:hover a {
  opacity: 1 !important; /* 半透明を解除 */
  filter: none !important;
}


/* PC用カード配置（5枚・間隔72度） */
.carousel-scratch  { transform: translate(-50%, -50%) rotateY(0deg)    translateZ(280px); }
.carousel-unity    { transform: translate(-50%, -50%) rotateY(72deg)   translateZ(280px); }
.carousel-clock    { transform: translate(-50%, -50%) rotateY(144deg)  translateZ(280px); }
.carousel-minicar  { transform: translate(-50%, -50%) rotateY(216deg)  translateZ(280px); }
.carousel-guitar   { transform: translate(-50%, -50%) rotateY(288deg)  translateZ(280px); }

/* ボタン共通スタイル */
.arrow-wrapper {
  position: relative;
  height: 100px;
  width: 20px;
}

.carousel-next,
.carousel-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: flex;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border-top: 1px solid #fff;
  box-shadow: 0 5px 0 #999;
  color: #444;
  transition: box-shadow 0.1s, transform 0.1s;
  font-size: 1.8rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.carousel-prev i,
.carousel-next i {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.carousel-next:hover,
.carousel-prev:hover {
  color: #000;
}

.carousel-next:active,
.carousel-prev:active {
  transform: translateY(-45%);
  box-shadow: 0 1px 0 #999;
}

.carousel-next { right: -30px; }
.carousel-prev { left: -30px; }

.carousel__place--btnBox {
    display: inline-block;
    color: white;
    border-radius: 10px;
    padding: 0.8rem 1.2rem;
    margin: 0.6rem auto;
    font-size: 130%;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2),
        0 2px 2px rgba(0, 0, 0, 0.19);
    width: 11em;
    height: auto;
    text-align: center;
}

.carousel__place--btnBox p {
    font-size: 1.2rem;
    margin: 0.4em 0;
}


/* -------------------------
   レスポンシブ：スマホ対応
------------------------- */
@media (max-width: 700px) {
  .carousel-wrapper {
    width: 250px;
    height: 400px;
    margin-bottom: 86px;
  }

  .carousel-slide {
    width: 250px;
    height: 380px;
    padding: 1em;
  }

  .carousel-catchcopy {
    font-size: 1.4rem;
    margin-bottom: 86px;
  }
  .sp-only {
    display: inline;
  }

  /* カードをやや内側に寄せる（狭い translateZ） */
  .carousel-scratch  { transform: translate(-50%, -50%) rotateY(0deg)    translateZ(220px); }
  .carousel-unity    { transform: translate(-50%, -50%) rotateY(72deg)   translateZ(220px); }
  .carousel-clock    { transform: translate(-50%, -50%) rotateY(144deg)  translateZ(220px); }
  .carousel-minicar  { transform: translate(-50%, -50%) rotateY(216deg)  translateZ(220px); }
  .carousel-guitar   { transform: translate(-50%, -50%) rotateY(288deg)  translateZ(220px); }

  /* ボタンの大きさや配置を調整 */
  .carousel-next,
  .carousel-prev {
    width: 16px;
    height: 16px;
    padding: 0.8em;
    font-size: 0.9em;
  }

  .about__place--btnBox {
    padding: 0.5rem 1rem;
    width: 10em;
    font-size: 1rem;
  }

  .about__place--btnBox p {
    font-size: 1rem;
  }
}

@media (min-width: 701px) {
  .sp-only {
    display: none;
  }
}
