@charset "UTF-8";
/* CSS Document */

/* 終了告知文 */
/* .Post {
	font-size: 22px;
	font-weight: 600;
	color: #c00;
	text-align: center;
	margin-top: 10px;
} */

/* H1 */
#PageName {
    width: 1024px;
    margin: 10px auto;
    font-weight: bold;
}

:root {
    --primary-color: #31ae36;
    --secondary-color: #f8f3ec;
    --tertiary-color: #d7f1db;
}

:where(.contents) img {
    width: auto;
}

main {
    overflow-x: hidden;
}

.Heading__baloon {
    position: relative;
    display: inline-block;
    border: solid 1px var(--primary-color);
    border-radius: 100px;
    color: var(--primary-color);
    padding: 5px 70px;
}

.Heading__baloon::before,
.Heading__baloon::after {
    content: "";
    position: absolute;
    display: block;
}

.Heading__baloon::before {
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 1px;
}

.Sec__point .Heading__baloon::before {
    background-color: var(--secondary-color);
}

.Sec__step .Heading__baloon::before {
    background-color: #fff;
}

.Heading__baloon::after {
    background-color: var(--primary-color);
    bottom: -15px;
    left: calc(50% + 12px);
    transform: translateX(-50%) rotate(-30deg);
    width: 1px;
    height: 15px;
}

h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 30px;
}

/* Keyvisual */
.Keyvisual {
    position: relative;
    background-color: var(--primary-color);
    background-image: url(/attending/linepage/images/bg__keyvisual.png);
    background-position: calc((100% / 2) + 220px) 35px;
    background-repeat: no-repeat;
    background-size: 274px;
    height: 394px;
}

.Keyvisual::before,
.Keyvisual::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.Keyvisual::before {
    bottom: 20px;
    left: calc(50% - 20px);
    transform: translateX(-50%);
    background-image: url(/attending/linepage/images/kv_il01.png);
    width: 161px;
    height: 144px;
}

.Keyvisual::after {
    bottom: 10px;
    left: calc(50% + 430px);
    transform: translateX(-50%);
    background-image: url(/attending/linepage/images/kv_il02.png);
    width: 122px;
    height: 132px;
}

.Keyvisual__inner {
    position: absolute;
    top: -30px;
    left: calc(50% - 200px);
    transform: translate(-50%);
    background-image: url(/attending/linepage/images/baloon__kv.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 491px;
    height: 463px;
    text-align: center;
    padding-top: 50px;
}

.Keyvisual__inner .title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--primary-color);
}

.Keyvisual__inner .guidance {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
}

.Keyvisual__inner .guidance .small {
    font-size: 24px;
}

.Keyvisual__inner .friend {
    position: relative;
    background: #fff100;
    border-radius: 100px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    padding: 3px 20px;
}

.Keyvisual__inner .friend::after {
    content: "";
    position: absolute;
    bottom: -17px;
    right: 40px;
    display: block;
    border-style: solid;
    border-width: 17px 8px 0 8px;
    border-color: #fff100 transparent transparent transparent;
    transform: skew(-40deg, 0deg);
}

.Keyvisual__inner .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.value {
    position: absolute;
    top: 30px;
    left: calc((100% / 2) + 300px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff100;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 800;
    text-align: center;
    padding-top: 10px;
    transform: rotate(10deg);
}

.value span {
    font-size: 20px;
}

/* 阪急交通社【公式】LINEのおすすめポイント */
.Sec__point {
    background-color: var(--secondary-color);
    padding: 50px 0;
}

.Sec__point__inner {
    text-align: center;
}

.Block__point {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    margin-top: 60px;
}

.Point__items {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    width: calc(100% / 3);
    text-align: left;
    padding: 60px 40px 20px;
}

.Point__items::before,
.Point__items::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.Point__items::before {
    top: -40px;
    left: 10px;
    width: 111px;
    height: 85px;
}

.Point01::before {
    background-image: url(/attending/linepage/images/point_num01.png);
}

.Point02::before {
    background-image: url(/attending/linepage/images/point_num02.png);
}

.Point03::before {
    background-image: url(/attending/linepage/images/point_num03.png);
}

.Point__items::after {
    bottom: -60px;
    right: 20px;
}

.Point01::after {
    background-image: url(/attending/linepage/images/point_il01.png);
    width: 145px;
    height: 149px;
}

.Point02::after {
    background-image: url(/attending/linepage/images/point_il02.png);
    width: 92px;
    height: 108px;
}

.Point03::after {
    background-image: url(/attending/linepage/images/point_il03.png);
    width: 95px;
    height: 125px;
}

.Point__items dt {
    font-size: 24px;
    font-weight: 800;
}

.Point__items dt span {
    display: inline;
    background: linear-gradient(transparent 50%, #fff100 0%);
    padding-bottom: 5px;
}

.Point__items dd {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.Point__items dd span {
    color: #e4007f;
}

.Sec__comment {
    background-color: var(--secondary-color);
    padding: 80px 0 120px;
}

.Sec__comment__inner {
    position: relative;
}

.Sec__comment__inner::before,
.Sec__comment__inner::after {
    content: "";
    position: absolute;
    display: block;
}

.Sec__comment__inner::before {
    bottom: -40px;
    left: 60px;
    background-image: url(/attending/linepage/images/comment__il01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 136px;
    height: 164px;
    z-index: 2;
}

.Sec__comment__inner::after {
    top: 40px;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.Block__comment {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 20px 0 0 20px;
    height: 284px;
    margin-right: 50px;
    padding: 40px 0;
    z-index: 1;
}

.Block__comment::before {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--primary-color);
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
}

.Block__comment::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    top: 40px;
    left: -100%;
    width: 100%;
    height: 100%;
}

.Block__comment p {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 800;
    padding: 30px;
    --b: 1.8em;
    --h: 1.4em;
    --t: 0.5;
    --p: 80%;
}

.Block__comment p::before {
    content: "";
    position: absolute;
    right: calc(100% - 10px);
    top: clamp(
        -1 * var(--t) * var(--b),
        var(--p) - (var(--t) + 1) * var(--b) / 2,
        100% - var(--b)
    );
    width: var(--h);
    height: var(--b);
    background: inherit;
    border-bottom-left-radius: 100%;
    -webkit-mask: radial-gradient(
        105% calc(var(--t) * 100%) at 100% 0,
        #0000 99%,
        #000 101%
    );
    transform: rotate(-35deg);
}

.Block__comment p span:not(.BlockComment__annotation) {
    display: inline;
    background: linear-gradient(transparent 50%, #fff100 0%);
    font-size: 24px;
    color: #e4007f;
    margin: 0 5px;
    padding: 5px;
}

.BlockComment__annotation {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.BlockComment__annotation a {
    color: var(--corporate-color);
    text-decoration: underline;
}

.BlockComment__annotation a::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-left: 5px;
    vertical-align: 2px;
    border-top: 2px solid var(--corporate-color);
    border-right: 2px solid var(--corporate-color);
    rotate: 45deg;
}

.BlockComment__annotation a:hover {
    text-decoration: none;
}

/* LINEの友だちに登録する手順 */
.Sec__step {
    position: relative;
    background-color: var(--tertiary-color);
    padding-bottom: 80px;
}

.Sec__step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: var(--secondary-color);
    width: 100%;
    height: 100px;
    z-index: 1;
}

.Block__step {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 50px 35px 60px;
    z-index: 2;
}

.Block__step h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.Block__step h2::after {
    content: "";
    display: block;
    background-image: url(/attending/linepage/images/step_il01.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 76px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.Group__step {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-image: url(/attending/linepage/images/step_il03.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    gap: 60px 30px;
    margin-top: 70px;
}

.Step__items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 20px);
    border: solid 1px var(--primary-color);
    border-radius: 20px;
    padding: 50px 0 30px;
}

.Step__items::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 104px;
    height: 54px;
}

.Step01::before {
    background-image: url(/attending/linepage/images/step_num01.png);
}

.Step02::before {
    background-image: url(/attending/linepage/images/step_num02.png);
}

.Step03::before {
    background-image: url(/attending/linepage/images/step_num03.png);
}

.Step04::before {
    background-image: url(/attending/linepage/images/step_num04.png);
}

.Step05::before {
    background-image: url(/attending/linepage/images/step_num05.png);
}

.Step01::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -10px;
    background-image: url(/attending/linepage/images/step_il02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 85px;
    height: 99px;
    z-index: 2;
}

.Step__items dt {
    font-size: 20px;
    font-weight: 700;
}

.Step__items dt span {
    display: inline;
    background: linear-gradient(transparent 60%, rgba(228, 0, 127, 0.3) 0%);
    padding-bottom: 5px;
}

.Step__items dd {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 10px;
}

.Step__qr_noto {
    font-size: 10px;
    margin-top: 20px;
}

.Banner {
    text-align: center;
    margin-top: 80px;
    transition: opacity 0.5s;
}

.Banner:hover {
    opacity: 0.5;
}

.Sec__pickup {
    padding: 50px 0;
}

.Sec__pickup__inner {
    text-align: center;
}

.Sec__pickup .Heading__baloon::before {
    background-color: #fff;
}

.Block__pickup {
    margin-top: 20px;
}

.Block__pickup img {
    width: 1024px;
}

.Block__pickup p {
    margin-top: 15px;
    text-align: left;
    font-size: 20px;
}
.Block__pickup a {
    transition: opacity 0.5s;
}
.Block__pickup a:hover {
    opacity: 0.5;
}
