@charset "utf-8";
#trianglextalk {
    font-family: YakuHanJP_Noto, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 15px;
    background: #ddf3e2;
}
#trianglextalk .inner {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
}
#trianglextalk .clrTxt {
    overflow: hidden;
    text-indent: -10000px;
    text-decoration: none;
    height: 0;
}
#trianglextalk .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#trianglextalk .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#trianglextalk a.btn {
    display: block;
    transition: .3s;
}
#trianglextalk a.btn:hover {
    opacity: 0.8;
}
#trianglextalk #header h1 {
    background: url("../images/head_main02.png") no-repeat top center;
    background-size: cover;
    padding-top: 40.86%;
}
#trianglextalk #contentWrap {
    padding: 0 10px;
    background: #ffe5e5 url(../images/contents_head.png) repeat-x top right;
}
#trianglextalk #contentWrap .archiveCont:first-of-type {
    padding-top: 60px;
}
#trianglextalk #contentWrap .archiveCont:last-of-type {
    padding-bottom: 60px;
}
#trianglextalk #contentWrap h2 {
    max-width: 984px;
    margin: 0 auto 23px auto;
}
#trianglextalk .archiveCont + .archiveCont {
    margin-top: 80px;
}
#trianglextalk .archiveList ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    max-width: 984px;
    margin: 0 auto;
}
#trianglextalk .archiveList li {
    width: 30.7%;
    margin-bottom: 40px;
}
#trianglextalk .archiveList li:nth-of-type(3n+2) {
    margin: 0 3.9%;
}
#trianglextalk .archiveList li a {
    text-decoration: none;
    color: inherit;
}
#trianglextalk .archiveList li figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: auto;
    margin-bottom: 10px
}
#trianglextalk .archiveList li figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0 0 0 / 0.2);
    transition: .4s;
}
#trianglextalk .archiveList li figure:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    font-size: 30px;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: rgb(255 255 255 / 80%);
    transition: .8s;
}
#trianglextalk .archiveList li figure img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    transition: .5s;
}
#trianglextalk .archiveList li a:hover figure:after,
#trianglextalk .archiveList li a:hover figure:before {
    opacity: 0;
}
#trianglextalk .archiveList li a:hover figure img {
    height: 105%;
}
#trianglextalk .archiveList .date {
    font-size: 12px;
    color: #666666;
}
#trianglextalk .archiveList .ttl {
    font-size: 18px;
}
#trianglextalk #contentWrap .more.btn {
    background: #e86da2;
    text-decoration: none;
    text-align: center;
    padding: 0.3em 0;
    border-radius: 10px;
    max-width: 462px;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
#trianglextalk #osusume .more.btn {
    background: #6fb4e3;
}
#trianglextalk #golflesson .more.btn {
    background: #70ca6b;
}
#trianglextalk #golfdebut .more.btn {
    background: #ff8b3b;
}


#present {
    padding: 10px 10px 0;
    font-size: 30px;
}
@media screen and (max-width:900px) {
    #present {
        font-size: 3.333vw;
    }
}
#present .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
#present figure {
    margin: 0 3% 0 0;
    height: 100%;
}
figure img {
}
#present .ttl {
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 0.3em;
}
#present .ttl span {
    background: linear-gradient(to top, transparent 10%, #ffee00 10%, #ffee00 45%, transparent 45%);
}
#present p {
    font-weight: 700;
    font-size: 76.66%;
    line-height: 1.6;
    margin-bottom: 1em;
}
#present .btn {
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    padding: 0.2em 0.3em;
    font-weight: 900;
    color: #e86da2;
    border: 5px solid #e86da2;
}


#trianglextalk .comingsoon {
    text-decoration: none;
    text-align: center;
    font-weight: 900;
    color: #e86da2;
    font-size: 40px;
    opacity: 0.3;
}
.inner > #present:last-of-type {
    padding-bottom: 50px;
}
#trianglextalk .pchide {
    display: none;
}