/*リセット*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    color: #666666;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

html {
    height: 100%;
    text-size-adjust: none;
    font-size: 62.5%;
}

body {
    min-height: 100%;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif !important;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333333;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

    &:not(.u-nofade) {
        transition: opacity 0.3s linear;
        opacity: 1;

        &:hover {
            opacity: 0.8;
        }
    }

    &:focus,
    &:hover {
        color: #00CED1;
        text-decoration: inherit;
    }
}

img {
    max-width: 100%;
    height: auto;
}

::placeholder {
    color: #00CED1
    opacity: 0.5;
}

textarea {
    line-height: 1.8;
}

input[type="submit"],
input[type="button"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    border-radius: 5px;
    padding: 10px 25px;
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    color: #FFF;
    border: 1px solid #00CED1;
    text-shadow: 2px 2px 5px #00CED1;
    font-size: 1.8rem;
    transition: all ease 0.3s;
    width: 100%;
    cursor: pointer;

    &::-webkit-search-decoration {
        display: none;
    }

    &::focus {
        outline-offset: -2px;
    }
}

input[type="submit"]:hover, input[type="button"]:hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 10px 25px;
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    color: #FFF;
    border: 1px solid #00CED1;
    text-shadow: 2px 2px 5px #ffffff;
    font-size: 1.8rem;
    cursor: pointer;
}

input[type="text"],
textarea {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    cursor: pointer;
}

input {
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #000C9F;
    cursor: pointer;
}

/*マージン*/
.u-mt5 {
    margin-top: 5px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mt15 {
    margin-top: 15px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mt25 {
    margin-top: 25px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mt35 {
    margin-top: 35px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mt60 {
    margin-top: 60px;
}

.u-mt70 {
    margin-top: 70px;
}

.u-mb0 {
    margin-bottom: 0px;
}

.u-mb5 {
    margin-bottom: 5px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mb15 {
    margin-bottom: 15px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mb25 {
    margin-bottom: 25px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb35 {
    margin-bottom: 35px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mb60 {
    margin-bottom: 60px;
}

.u-mb70 {
    margin-bottom: 70px;
}

.u-ml5 {
    margin-left: 5px;
}

.u-ml10 {
    margin-left: 10px;
}

.u-ml15 {
    margin-left: 15px;
}

.u-ml20 {
    margin-left: 20px;
}

.u-ml25 {
    margin-left: 25px;
}

.u-ml30 {
    margin-left: 30px;
}

.u-ml35 {
    margin-left: 35px;
}

.u-ml40 {
    margin-left: 40px;
}

.u-ml50 {
    margin-left: 50px;
}

.u-ml60 {
    margin-left: 60px;
}

.u-ml70 {
    margin-left: 70px;
}

.u-mr5 {
    margin-right: 5px;
}

.u-mr10 {
    margin-right: 10px;
}

.u-mr15 {
    margin-right: 15px;
}

.u-mr20 {
    margin-right: 20px;
}

.u-mr25 {
    margin-right: 25px;
}

.u-mr30 {
    margin-right: 30px;
}

.u-mr35 {
    margin-right: 35px;
}

.u-mr40 {
    margin-right: 40px;
}

.u-mr50 {
    margin-right: 50px;
}

.u-mr60 {
    margin-right: 60px;
}

.u-mr70 {
    margin-right: 70px;
}

.u-m5 {
    margin: 5px;
}

.u-m10 {
    margin: 10px;
}

.u-m20 {
    margin: 20px;
}

.u-m30 {
    margin: 30px;
}

.u-m40 {
    margin: 40px;
}

.u-m50 {
    margin: 50px;
}

.u-mla {
    margin-left:auto;
}

.u-mra {
    margin-right:auto;
}

.u-mta {
    margin-top:auto;
}

.u-mba {
    margin-bottom:auto;
}

/*ヘッダー*/
.l-wrapper {
    padding: 0 0;
    margin: 0 auto;
    background: #efefef;
}

.l-wrapper.l-wrapper2 {
    padding: 0 0;
    margin: 0 auto;
    background: #fff;
}

.l-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #eeeeee;
    display: block;
    position: fixed;
    z-index: -999;
    top: 0;
    left: 0;
}

.l-header {
    margin-bottom:0px;
}

.l-header_box {
    width:100%;
    width: 1000px;
    margin: 0 auto;
}

.l-header_box2 {
    display:flex;
    justify-content:flex-end;
    margin-bottom: 8px;
    padding: 0 15px;
}

.l-header_box2 img {
    width:250px;
}

.l-header_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 73px;
}

.header_button {
    display: flex;
    margin-left: 20px;
    width: 200px;
    margin-right: auto;
}

.header_button a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_button_link {
    margin-right: 5px;
}

.header_button img {
    width: 30px !important;
}

.header_center {
    margin: 20px 30px 0;
}

.l-header_logo img{
    max-width: 200px;
}

.header_right {
    margin-right: 62px;
    width: 245px;
}

.header_center {
    margin-left: 18px;
}

.header_right_a {
    border: 2px solid #00CED1;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 5px;
    color: #00CED1;
    display: inline-flex;
    align-items: center;
}

.header_right_a:hover {
    border: 2px solid #00CED1;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 5px;
    background: #00CED1;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
}

.header_right_a i {
    color: #00CED1;
    margin-right: 3px;
}

.header_right_a:hover > i {
    color: #FFFFFF;
    margin-right: 3px;
}

.header_right_b {
    border: 2px solid #00CED1;
    background: #00CED1;
    padding: 5px 10px;
    border-radius: 30px;
    color: #FFFFFF;
}

.header_right_b:hover {
    border: 2px solid #00CED1;
    background: #00CED1;
    padding: 5px 10px;
    border-radius: 30px;
    color: #FFFFFF;
}

.l-header_nav {
    margin-left: auto;
    margin-bottom: 25px;
}

.l-header_nav ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #F7F7F7;
    padding: 10px;
}

.l-header_nav ul li{
    margin: 0 3px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

.l-header_nav ul li a{
    padding: 10px 13px 10px 9px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #F7F7F7;
    margin: 0 2px 2px 0;
}

.l-header_nav ul li a:hover{
    padding: 10px 13px 10px 9px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: -2px -2px 2px #e5dede;
    margin: 2px 0 0 2px;
}

.l-header_nav ul li a span {
    color: #FFF;
    padding-right: 5px;
    font-size: 20px;
}

.l-header_nav ul li.c-headericon_home a span {
    color: #00CED1;
}

.l-header_nav ul li.c-headericon_oshirase a span {
    color: #ffa854;
}

.l-header_nav ul li a small{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4200;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px 3px;
    border-radius: 20px;
    min-width: 20px;
    margin-left: 5px;
}

.l-header_nav ul li a img {
    width:20px;
    margin-right:2px;
}

/*メニュー事の色合い*/
.c-headericon_home a, .c-headericon_oshirase a {
    background-image: linear-gradient(180deg, rgb(253, 253, 253) 50%, rgb(238, 238, 238) 50%);
    color: #000000;
}

.c-headericon_home a:hover, .c-headericon_oshirase a:hover {
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(245, 245, 245) 50%);
    color: #000000;
}

.c-headericon_mypage a {
    background-image: linear-gradient(180deg, rgb(35 213 16) 50%, rgb(19 169 34) 50%);
    color: #FFFFFF;
}

.c-headericon_mypage a:hover {
    background-image: linear-gradient(180deg, rgb(42, 243, 20) 50%, rgb(26, 215, 45) 50%);
    color: #FFFFFF;
}

.c-headericon_point a, .c-headericon_mile a {
    background-image: linear-gradient(180deg, rgb(255 206 1) 50%, rgb(217 160 20) 50%);
    color: #FFFFFF;
}

.c-headericon_point a:hover, .c-headericon_mile a:hover {
    background-image: linear-gradient(180deg, rgb(252, 209, 167) 50%, rgb(255, 161, 61) 50%);
    color: #FFFFFF;
}

.c-headericon_chat a, .c-headericon_iine a, .c-headericon_ashiato a {
    background-image: linear-gradient(180deg, #ffa6ac 50%, #ff6c76 50%);
    color: #FFFFFF;
}

.c-headericon_chat a:hover, .c-headericon_iine a:hover, .c-headericon_ashiato a:hover {
    background-image: linear-gradient(180deg, #ffd2d6 50%, #fe8991 50%);
    color: #FFFFFF;
}

.c-headericon_info a {
    background-image: linear-gradient(180deg, rgb(101 123 188) 50%, rgb(26 50 162) 50%);
    color: #FFFFFF;
}

.c-headericon_info a:hover {
    background-image: linear-gradient(180deg, rgb(144, 212, 144) 50%, rgb(20, 133, 20) 50%);
    color: #FFFFFF;
}

/*メイン 3カラム*/
.l-main_3calam {
    display:flex;
    align-items:stretch;
    margin-bottom:50px;
    border-left: none;
    margin: 0 auto;
    padding:0;
    max-width: 1000px;
}

/*左カラム*/
.l-aside_left {
    display: flex;
    flex-direction: column;
    width: 300px;
    background: #FFF;
}
@media screen and (max-width:1024px){
    .l-aside_left {
        width: 240px;
    }
}

/*左カラム マイデータ*/
.l-aside_left_mydata {
    display:flex;
    flex-direction:column;
    padding-bottom: 10px;
    margin: 0 10px;
    background: #FFFFFF;
    border-bottom: 1px solid #ddd;
}

.l-aside_left_mydata h2 {
    display:flex;
    justify-content:center;
    align-items:center;
    color:#666;
    font-size:1.4rem;
    padding:5px;
}

.l-aside_left_mydata h2 small {
    color: #666;
    line-height: 1.9;
}

.l-aside_left_mydata_photobox {
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:15px 10px;
    position: relative;
}

.l-aside_left_mydata_photobox h3 {
    font-size:1.4rem;
    margin-bottom:15px;
}

.l-aside_left_mydata_photobox img {
    width:120px;
    height:120px;
    object-fit:contain;
    aspect-ratio: 4/5;
    border-radius: 8px;
    background: #eee;
    padding: 1px;
}

a.l-aside_left_mydata_photobox_icon {
    position: absolute;
    bottom: -18px;
    right: 35px;
    font-size: 35px;
}

.l-aside_left_mydata_photobox_icon .icon-icon_plus {
    background: #FFF;
    border-radius: 100vh;
}

.l-aside_left_mydata_photobox_link {
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.l-aside_left_mydata_photobox_link h4 {
    width:80px;
    font-size:1.2rem
}

.l-aside_left_mydata_photobox_link a {
    text-align:right;
    font-size:1.2rem;
    background: #00CED1;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 30px;
}

.l-aside_left_mydata_photobox_link+div a {
    background: #9AECED;
}

.l-aside_left_mydata_pointmile {
    padding:15px 10px;
}

.l-aside_left_mydata_pointmile_point {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px;
}

.l-aside_left_mydata_pointmile_point img {
    width: 18px;
}

.l-aside_left_mydata_pointmile_point h4 {
    font-size:1.2rem;
    margin:0 auto 0 3px;
}

.l-aside_left_mydata_pointmile_point a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #47B300;
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 5px;
    border-radius: 20px;
    width: 73px;
    text-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 3px 2px #008C35 inset;
}

.l-aside_left_mydata_pointmile_mile {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px;
}

.l-aside_left_mydata_pointmile_mile img {
    width: 18px;
}

.l-aside_left_mydata_pointmile_mile h4 {
    font-size:1.2rem;
    margin:0 auto 0 3px;
}

.l-aside_left_mydata_pointmile_mile a {
    display:flex;
    justify-content:center;
    align-items:center;
    background:#00CED1;
    color:#FFFFFF;
    font-size:1.2rem;
    padding:5px;
    border-radius: 20px;
    width: 73px;
    text-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 3px 2px #00CED1 inset;
}

.l-aside_left_mydata_pointmile_milechenge {
    margin-bottom:10px;
}

.l-aside_left_mydata_pointmile_milechenge_link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 13px;
}

.l-aside_left_mydata_pointmile_milechenge .icon-icon_ya_right:before {
    padding: 0 0 0 3px !important;
    color:#E86900 !important;
}

.l-aside_left_mydata_pointmile_img {
    width:100%;
    display: flex;
    margin-bottom: 10px;
}

/*左カラム メニュー*/
.l-aside_left_menu {
    margin-bottom:15px;
}

.l-aside_left_menu h2 {
    display:flex;
    justify-content:center;
    align-items:center;
    background:#00CED1;
    color:#FFFFFF;
    font-size:1.4rem;
    padding:5px;
}

.l-aside_left_menu_list {
    display:flex;
    flex-direction:column;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

ul.l-aside_left_menu_list li a span {
    margin-right: 5px;
    font-size: 1.8rem;
}

.l-aside_left_menu_list li {
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
}

.l-aside_left_menu_list li:last-child {
    margin-bottom: 0px;
}

.l-aside_left_menu_list li a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: relative;
    padding: 10px 10px 10px 5px;
    color: #616C76;
}

.l-aside_left_menu_list li a:hover {
    color: #616C76;
    background: linear-gradient(to top, #f2f2f2 0%, #f2f2f2 100%);
}

.l-aside_left_menu_list li small {
    display: block;
    background-color: #E04848;
    width: 34px;
    height: 34px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    font-size: 14px;
    position: absolute;
    top: 4px;
    right: 0px;
    transition-duration: 0.5s;
}

.l-aside_left_menu_accordion {
    padding:10px;
    margin-bottom:10px;
}

.l-aside_left_menu_accordion label {
    cursor: pointer;
    text-indent: 20px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 0 #ddd;
    position: relative;
    padding: 5px 10px 5px 17px;
}

.l-aside_left_menu_accordion label:before {
    display: block;
    content: "";
    background-image: url(../img/sn_icon9.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.l-aside_left_menu_accordion input {
    display: none;
}

.l-aside_left_menu_accordion ul {
    margin: 0;
    padding: 0;
	list-style: none;
    padding: 0px;
    border-radius: 0 0 5px 5px;
    background: #FFF;
}

.l-aside_left_menu_accordion ul li {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding-left: 4px;
	border: none;
	font-size: 14px;
}

.l-aside_left_menu_accordion input[type="checkbox"]:checked + ul {
    background: #FFF;
    margin-top: 30px;
    border-radius: 8px;
	position: relative;
    padding: 25px 5px 10px;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    border: 1px solid #ddd;
}

.l-aside_left_menu_accordion input[type="checkbox"]:checked + ul:before {
	display:block;
	content:"";
    position: absolute;
    top: -17px;
    left: 110px;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 18px 13px;
    border-color: transparent transparent #ddd transparent !important;
}

.l-aside_left_menu_accordion input[type="checkbox"]:checked + ul:after {
	display:block;
	content:"";
    position: absolute;
    top: -15px;
    left: 110px;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 18px 13px;
    border-color: transparent transparent #fff transparent;
}

#menu_bar01:checked ~ #links01 li {
    height: 35px;
    opacity: 1;
	font-size:11px;
}
.l-aside_left_twitter {
    margin-bottom:15px
}

.l-aside_left_logo {
    width: 150px;
    padding: 25px 25px 10px;
    background: #FFF;
    border-radius: 10px;
    margin: 0 auto 15px;
}

/*中央カラム*/
.l-article_main {
    width: 100%;
    min-width:600px;
    display: flex;
    flex-direction: column;
    background: #F9F9F9;
}

.l-article_main.l-article_main3 {
    background: #FFF;
}

@media screen and (max-width:1024px) {
    .l-article_main {
        width: 100%;
        min-width:auto;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
}

.l-article_main_buy {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 横に3つ並べる */
    gap: 10px; /* ← 画像同士の間隔10px */
    align-items: center;
    margin-bottom:5px;
}

.l-article_main_buy {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/*中央カラム pickup*/
.l-article_main_pickup {
    width: 100%;
    order: 1;
    background: #F9F9F9;
}

.l-article_main_pickup input {
    display:none;
}

.l-article_main_pickup_tab {
    display:flex;
    align-items:center;
    position:relative;
    display:none;
}

.l-article_main_pickup_tab_girl {
    position:absolute;
    top:1px;
    left:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #FFEBFF;
    border: 1px solid #D6D5D5;
    border-bottom: none;
    width: 155px;
    border-radius: 5px 5px 0 0;
}
.l-article_main_pickup_tab_keijiban {
    position:absolute;
    top:1px;
    left:164px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D6D5D5;
    border-bottom: none;
    width: 155px;
    border-radius: 5px 5px 0 0;
}
.l-article_main_pickup_tab_profsearch {
    position:absolute;
    top:1px;
    left:318px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #D6D5D5;
    border-bottom: none;
    width: 155px;
    border-radius: 5px 5px 0 0;
}

.l-article_main_pickupgirl_contents {
    background: #F9F9F9;
}

.l-article_main_pickupgirl_contents h2 {
    background: linear-gradient(150deg, #71d919, #FCCF31);
    color: #FFFFFF;
    font-size: 1.8rem;
    padding: 18px 10px;
    text-align: left;
}

.l-article_main_pickupgirl_contents h2:before {
    color:#FFFFFF;
    font-size:1.8rem;
    margin-right: 3px;
}

.l-article_main_pickupgirl_contents>ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:30px 30px 0 30px;
}

.l-article_main_pickupgirl_contents>ul>li {
    width: calc(33% - 20px);
    margin: 0 8.5px 20px 8.5px;
    position: relative;
    background: #FFF;
    padding: 10px 10px 15px 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width:1024px){
    .l-article_main_pickupgirl_contents>ul>li {
        width: calc(50% - 20px);
        min-width: auto;
        margin: 0 8.5px 20px 8.5px;
        position: relative;
        background: #FFF;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, .3);
    }
}

.l-article_main_pickupgirl_contents>ul>li>a {
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    /*border-radius: 8px;*/
}

.l-article_main_pickupgirl_contents>ul>li>a small {
    font-size: 12px;
}

.l-article_main_pickupgirl_contents>ul>li>a img {
    object-fit: cover;
    /*scale: 170%;
    background: #e1e1e1;
    padding: 1px;*/
}

.l-article_main_pickup_btn  {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    font-size: 1.8rem;
}

.l-article_main_pickup_btn li {
    display: flex;
    align-items: center;
    border: 1px solid #71d919;
    border-radius: 50px;
    margin: 15px 10px 15px;
    color: #71d919;
    font-size: 1.8rem;
    padding: 5px 20px;
    background: white;
}

.l-article_main_pickup_btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 50px;
    background: linear-gradient(150deg, #71d919, #FCCF31);
}

.l-article_main_pickup_btn li:has(a) {
    padding:0;
    border: none;
}

img.c-chancetime {
    position: absolute;
    right: 3px;
    top: 107px;
    width: 80px;
    height: auto !important;
}

.l-article_main_pickupgirl_contents_btn {
    display:flex;
    align-items:center;
    justify-content:center;
    width:320px;
    padding:5px;
    font-size:1.8rem;
    color:#FFFFFF;
    background:#FF5FE3;
    border-radius:20px;
    padding: 10px 0 12px;
    margin: 0 auto ;
}

.l-article_main_pickupgirl_contents_btn.icon-icon_kakko_right {
    font-size:1.8rem;
    color:#FFFFFF;
}

.l-article_main_pickupgirl_contents_btn.icon-icon_kakko_right:before {
    padding-top:2px;
}

/*中央カラム menuicon*/
.l-article_main_menuicon {
    width:100%;
    margin-bottom:25px;
    order:2;
    display:none;
}

.l-article_main_menuicon ul {
    display:flex;
    justify-content:space-around;
}

.l-article_main_menuicon ul li a {
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#00CED1;
}

.l-article_main_menuicon ul li a img {
    width:90px;
    margin-bottom:10px;
}

.l-article_main_menuicon ul li a span {
    font-size:1.4rem;
    color:#00CED1;
}


/*中央カラム　おすすめメンバー*/
.l-article_main_recoment {
    background: #FFFFFF;
    border: 1px solid #D6D5D5;
    display: none;
}

.l-article_main_recoment h2 {
    color:#FF4AC2;
    background:#FFEBFF;
    font-size:1.8rem;
    padding: 10px;
}

.l-article_main_recoment h2:before {
    color:#FF4AC2;
    font-size:1.8rem;
}

.l-article_main_recoment ul {
    display:flex;
    justify-content:center;
    margin:15px;
}

.l-article_main_recoment ul li {
    width:80px;
    margin-right:15px;
}

.l-article_main_recoment ul li:last-child {
    margin-right:0px;
}

.l-article_main_recoment ul li a {
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#FF6BBA;
    font-size:1.2rem;
}

.l-article_main_recoment ul li a img {
    margin-bottom:10px;
}

.l-article_main_recoment_btn {
    display:flex;
    align-items:center;
    justify-content:center;
    width:320px;
    padding:5px;
    font-size:1.8rem;
    color:#FFFFFF;
    background:#FF5FE3;
    border-radius:20px;
    padding: 10px 0 12px;
    margin: 20px auto 15px ;
}

.l-article_main_recoment_btn:hover {
    color:#FFFFFF;
}

/*中央カラム　おすすめメンバー*/
.l-article_main_recoment {
    background: #FFFFFF;
    border: 1px solid #D6D5D5;
    margin-bottom:25px;
}

.l-article_main_recoment h2 {
    color:#FF4AC2;
    background:#FFEBFF;
    font-size:1.8rem;
    padding: 10px;
}

.l-article_main_recoment h2:before {
    color:#FF4AC2;
    font-size:1.8rem;
}

.l-article_main_recoment ul {
    display:flex;
    justify-content:center;
    margin:15px;
}

.l-article_main_recoment ul li {
    width:80px;
    margin-right:15px;
}

.l-article_main_recoment ul li:last-child {
    margin-right:0px;
}

.l-article_main_recoment ul li a {
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#FF6BBA;
    font-size:1.2rem;
}

.l-article_main_recoment ul li a img {
    margin-bottom:10px;
}

.l-article_main_recoment_btn {
    display:flex;
    align-items:center;
    justify-content:center;
    width:320px;
    padding:5px;
    font-size:1.8rem;
    color:#FFFFFF;
    background:#FF5FE3;
    border-radius:20px;
    padding: 10px 0 12px;
    margin: 20px auto 15px ;
}

.l-article_main_recoment_btn:hover {
    color:#FFFFFF;
}

/*中央カラム　都道府県メンバー*/
.l-article_main_ken {
    background: #F9F9F9;
    order:1;
    height: 100%;
}

.l-article_main_ken_tt {
    color: #00BF40;
    background: #C9F5AB;
    font-size: 1.8rem;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-article_main_ken_tt .icon-search {
    color: #FFFFFF;
    font-size: 1.8rem;
    padding-right:5px;
}

.l-article_main_ken_form form select {
    padding: 2px 10px;
    border-radius: 30px;
    border: 1px solid #f6d700;
    color: #ff9000;
    font-weight: normal;
}

.l-article_main_ken h2 {
    color: #00BF40;
    background: linear-gradient(150deg, #ff9000, #FCFF00);
    font-size: 1.8rem;
    padding: 10px;
}

.l-article_main_ken h2:before {
    color:#00BF40;
    font-size:1.8rem;
    margin-right:3px;
}

.l-article_main_ken_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    margin: 30px 30px 0px 30px;
}

.l-article_main_ken_list li {
    width: calc(33% - 20px);
    margin: 0 8.5px 20px 8.5px;
    position: relative;
    background: #FFF;
    padding: 10px 10px 15px 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width:1024px){
    .l-article_main_ken_list li {
        width: calc(50% - 20px);
        min-width: auto;
        margin: 0 8.5px 20px 8.5px;
        position: relative;
        background: #FFF;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, .3);
    }
}

.l-article_main_ken_list .newstr {
    top: -16px;
    left: 16px;
}

.l-article_main_ken_list li a {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    /*border-radius: 8px;*/
}

.l-article_main_ken_list li a small{
    font-size:12px;
}

.l-article_main_ken_list li a img {
    object-fit: cover;
    /*scale: 170%;
    background: #e1e1e1;
    padding: 1px;*/
}

.l-article_main_ken_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.8rem;
}

.l-article_main_ken_btn li {
    display: flex;
    align-items: center;
    border: 1px solid #ff9000;
    border-radius: 50px;
    margin: 15px 10px 15px;
    color: #ff9000;
    font-size: 1.8rem;
    padding: 5px 20px;
    background: #FFFFFF;
}

.l-article_main_ken_btn li:has(a) {
    padding: 0;
    border: none;
}

.l-article_main_ken_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 50px;
    background: linear-gradient(150deg, #ff9000, #FCFF00);
}

.l-article_main_ken_btn a:hover {
    color:#FFFFFF;
}

/*中央カラム　全国メンバー*/
.l-article_main_zenkoku {
    display:none;

    background: #FFFFFF;
    border: 1px solid #D6D5D5;
    margin-bottom:25px;
    background:#FFEAEA;
    order:1;
}

.l-article_main_zenkoku h2 {
    color:#FFF;
    background:#FF0000;
    font-size:1.8rem;
    padding: 10px;
}

h2.c-tab_snaq_contents_h2 {
    font-size: 27px;
    line-height: 1.5;
    text-align: center;
    color: #00CED1;
    background: linear-gradient(150deg, #00CED1 3%, #00CED1 30%, #ff2231);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Yu Mincho";
    font-weight: bold;
    padding: 10px 0;
    margin: 20px 0;
    border-image: linear-gradient(to right, #00CED1, #ffffff, #00CED1) 1;
    border-top: 1px solid #00CED1;
    border-bottom: 1px solid #00CED1;
}

.l-article_main_zenkoku h2:before {
    color:#FFF;
    font-size:1.8rem;
    margin-right:3px;
}

.l-article_main_zenkoku_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:15px 15px 0px 15px;
}

.l-article_main_zenkoku_list li {
    width:130px;
    margin:0 9.5px 20px;
    position:relative;
}

.l-article_main_zenkoku_list .newstr {
    top: -16px;
    left: 16px;
}

.l-article_main_zenkoku_list li:first-child {
    margin-left:0px;
}

.l-article_main_zenkoku_list li:nth-of-type(6n) {
    margin-left:0px;
}

.l-article_main_zenkoku_list li:nth-of-type(5n) {
    margin-right:0px;
}

.l-article_main_zenkoku_list li a {
    display:flex;
    flex-direction:column;
    align-items:center;
    color:#FF0000;
    font-size:1.2rem;
    margin-bottom:20px;
}

.l-article_main_zenkoku_list li a small{
    font-size:12px;
}

.l-article_main_zenkoku_list li a img {
    margin-bottom:10px;
    height: 130px;
}

.l-article_main_zenkoku_btn {
    display:flex;
    align-items:center;
    justify-content:space-around;
    width:320px;
    background:#FFFFFF;
    border-radius:20px;
    margin: 0 auto 15px ;
}

.l-article_main_zenkoku_btn li {
    font-size: 1.8rem;
    color: #666;
}

.l-article_main_zenkoku_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #666;
    padding: 7px 0 5px;
}

.l-article_main_zenkoku_btn a:hover {
    color:#FF0000;
}


/*中央カラム　pairryチャット*/
.l-article_main_chat {
    background: #F7F7F7;
}

.l-article_main_chat h2 {
    color:#FFFFFF;
    background:linear-gradient(150deg, #00CED1, #9AECED);
    font-size:1.8rem;
    padding: 18px 10px;
}

.l-article_main_chat h2:before {
    color:#FFFFFF;
    font-size:1.8rem;
    margin-right:3px;
}

.l-article_main_chat_list {
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    margin:30px 30px 0px 30px;
}

.l-article_main_chat_list>li {
    width: calc(33.3333% - 20px);
    margin: 0 8.5px 20px 8.5px;
    position: relative;
    background: #FFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, .3);
}

@media screen and (max-width:1024px){
    .l-article_main_chat_list>li {
        width: calc(50% - 20px);
        min-width: auto;
    }
}

.l-article_main_chat_list>li {
    margin:0 9.5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-article_main_chat_list>li>a {
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    /*border-radius: 8px;*/
}

.l-article_main_chat_list>li>a>small {
    font-size:12px;
    color:#7087A1;
}

.l-article_main_chat_list>li>a>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*scale: 170%;
    background: #e1e1e1;
    padding: 1px;*/
}

.l-article_main_chat_list_coment {
    font-size: 13px;
    padding: 13px;
    color: #00CED1;
    border-radius: 5px;
    /*border: 1px solid #00CED1;*/
    background: #F7F7F7;
    position: relative;
    margin-top: 15px;
}

.l-article_main_chat_list_coment:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -9px;
    border-bottom-color: #F7F7F7;
    bottom: 100%;
    left: 50%;
    z-index: 1;
}

.l-article_main_chat_list_coment:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(248, 236, 236, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    /*border-bottom-color: #00CED1;*/
    bottom: 101%;
    left: 50%;
}

.l-article_main_chat_list_coment p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 140px;
    width: 100%;
    text-align: left;
}

.l-article_main_chat_list_coment span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00BADF;
    padding: 5px;
    border-radius: 20px;
    margin-top: 5px;
    color: #FFF;

    display: none;
}

.l-article_main_chat_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 15px;
    font-size: 1.8rem;
}

.l-article_main_chat_btn li {
    display: flex;
    align-items: center;
    border: 1px solid #00CED1;
    border-radius: 50px;
    margin: 15px 10px 15px;
    color: #FFF;
    font-size: 1.8rem;
    padding: 5px 20px;
    background: linear-gradient(150deg, #00CED1, #9AECED);
}

ul.l-article_main_chat_btn li:has(a) {
    padding: 0;
    border: none;
}

.l-article_main_chat_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 50px;
    background: #00407A;
}

.l-article_main_chat_btn a:hover {
    color: #FFFFFF;
}

.newmark {
    z-index: 1;
    position: absolute;
    color: red;
    font-weight: bold;
    border-radius: 20px;
    top: -5px;
    left: -2px;
    font-size: 10px;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}


/*中央カラム　あなたのお好みかも*/
.l-article_main_maybe {
    /*background: #fffae1;*/
    background:#F7F7F7;
}

.l-article_main_maybe h2 {
    color:#FFFFFF;
    background:linear-gradient(150deg, #ffb700, #ffd6e5);
    font-size: 1.8rem;
    font-size:1.8rem;
    padding: 18px 10px;
}

.l-article_main_maybe h2:before {
    color:#FFFFFF;
    font-size:1.8rem;
    margin-right:3px;
}

.l-article_main_maybe_list {
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    margin:30px 30px 0px 30px;
}

.l-article_main_maybe_list>li {
    position: relative;
    width: calc(33.3333% - 20px);
    text-align: center;
    margin: 0 9.5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, .3);
}

@media screen and (max-width:1024px){
    .l-article_main_maybe_list>li {
        width: calc(50% - 40px);
        min-width: auto;
    }
}

.l-article_main_maybe_list>li>strong {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    background: #ff9144;
    font-size: 1.2rem;
    padding: 3px 5px;
    border-radius: 5px;
    line-height: 1;
}

.l-article_main_maybe_list>li>a {
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    /*border-radius: 8px;*/
}

.l-article_main_maybe_list>li>a>small {
    font-size:12px;
    color:#7087A1;
}

.l-article_main_maybe_list>li>a>img {
    object-fit: cover;
    scale: 100%;
    /*background: #e1e1e1;
    padding: 1px;*/
}

.l-article_main_maybe_list_coment {
    font-size: 13px;
    padding: 13px;
    color: #00CED1;
    border-radius: 5px;
    border: 1px solid #00CED1;
    background: #F7F7F7;
    position: relative;
    margin-top: 15px;
}

.l-article_main_maybe_list_coment:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -9px;
    border-bottom-color: #F7F7F7;
    bottom: 100%;
    left: 50%;
    z-index: 1;
}

.l-article_main_maybe_list_coment:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(248, 236, 236, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #00CED1;
    bottom: 101%;
    left: 50%;
}

.l-article_main_maybe_list_coment p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 140px;
    width: 100%;
}

.l-article_main_maybe_list_coment span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00BADF;
    padding: 5px;
    border-radius: 20px;
    margin-top: 5px;
    color: #FFF;

    display: none;
}

.l-article_main_maybe_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 15px;
    font-size: 1.8rem;
}

.l-article_main_maybe_btn li {
    display: flex;
    align-items: center;
    border: 1px solid #00CED1;
    border-radius: 50px;
    margin: 15px 10px 15px;
    color: #FFF;
    font-size: 1.8rem;
    padding: 5px 20px;
    background: linear-gradient(150deg, #00CED1, #9AECED);
}

ul.l-article_main_maybe_btn li:has(a) {
    padding: 0;
    border: none;
}

.l-article_main_maybe_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 50px;
    background: #00407A;
}

.l-article_main_maybe_btn a:hover {
    color: #FFFFFF;
}

.l-article_main_maybe_btn li {
    display: flex;
    align-items: center;
    border: 1px solid #00CED1;
    border-radius: 50px;
    margin: 15px 10px 15px;
    color: #FFF;
    font-size: 1.8rem;
    padding: 5px 20px;
    background: linear-gradient(150deg, #00CED1, #9AECED);
}

ul.l-article_main_maybe_btn li:has(a) {
    padding: 0;
    border: none;
}

/*中央カラム　重要なお知らせ*/
.l-article_main_news {
    margin-bottom:25px;
}

.l-article_main_news h2 {
    color:#FF0000;
    background:#FFFFFF;
    border:1px solid #FF0000;
    border-bottom:2px solid #FF0000;
    font-size:1.8rem;
    padding: 10px 10px 5px;
    margin-bottom:5px;
}

.l-article_main_news_list {
    border:1px solid #D3D6D3;
    padding:20px 15px 5px;
    background:#FFFFFF;
}

.l-article_main_news_list ul {
    margin-bottom:5px;
}

.l-article_main_news_list ul li {
    margin-bottom: 15px;
}

.l-article_main_news_list ul li a {
    color:#0091C2;
    font-size:1.4rem;
}

.l-article_main_news_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    background: #0091C2;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 1.4rem;
    margin: 0 auto 10px;
}



/*右カラム*/
.l-aside_right {
    width:240px;
    display:none;
}

.l-aside_righ2 {
    width: 240px !important;
    display: flex;
    flex-direction: column;
}

.l-aside_right_banner {
    margin-bottom:15px;
}

/*フッター*/
.l-footer {
    width:100%;
    border-top:1px solid #D2D2D2;
    padding-top:20px;
    padding-bottom: 10px;
}

.l-footer ul {
    max-width:960px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin: 0 auto 10px;
}

.l-footer ul li {
    border-right:1px solid #D2D2D2;
}

.l-footer ul li:last-child {
    border-right:none;
}

.l-footer ul li a {
    padding:10px 20px;
}

.l-footer_title {
    max-width:960px;
    margin:10px auto;
    text-align:center;
}

/*カラム　1カラム*/
.l-main_1calam {
    display:flex;
    align-items:flex-start;
    margin-bottom:50px;
    padding: 0;
    border-left: none;
}

.l-main_1calam .l-article_main{
    margin-bottom:50px;
    width:100%;
    margin:0px;
}

.l-main_1calam .l-article_main h2 {
    margin-bottom: 20px;
    width: 100%;
    background: #F7F7F7;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    padding:0;
}

.l-main_1calam .l-article_main h2 strong {
    font-weight: normal;
    padding: 10px 15px;
    position:relative;
}

.l-main_1calam .l-article_main h2 strong:after {
    content: "";
    display: flex;
    border-style: solid;
    border-width: 19px 0 19px 18px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 0;
    right: -20px;
}

.l-main_1calam .l-article_main h2 strong:before {
    content: "";
    display: flex;
    border-style: solid;
    border-width: 19px 0 19px 18px;
    border-color: transparent transparent transparent #F7F7F7;
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 1;
}

/*カラム　2カラム*/
.l-main_2calam {
    display:flex;
    align-items: stretch;
    justify-content:flex-start;
    margin-bottom:0px;
    padding: 0;
    border-left: none;
    max-width:100%;
    margin:0 auto;
    overflow:hidden;
    max-width: 1000px;
}

.l-main_2calam2 {
    display:flex;
    align-items: stretch;
    justify-content:flex-start;
    margin-bottom:0px;
    padding: 0;
    border-left: none;
    max-width:100%;
    margin:0 auto;
    overflow:hidden;
}

.l-main_2calam.c-chat_main {
    margin-bottom:0px;
    padding: 0;
}

.l-main_2calam .l-article_main{
    margin-bottom:0px;
}

.l-main_3calam .l-article_main{
    margin-bottom:0px;
}

main.l-main_2calam.PGwrap .l-article_main {
    margin-right:0px;
}

.l-main_2calam .l-article_main.c-chat_main{
    margin-bottom:0px;
    width:100%;
}

.l-main_2calam .l-article_main>h2,.l-main_2calam2 .l-article_main>h2 {
    width: 100%;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0;
    color: white;
}

.l-main_2calam .l-article_main>h2 .icon-icon_kakko_left,.l-main_2calam2 .l-article_main>h2 .icon-icon_kakko_left {
    color: white;
}

.l-main_2calam .l-article_main>h2 strong,.l-main_2calam2 .l-article_main>h2 strong {
    font-weight: normal;
    padding: 10px 15px;
    position: relative;
    color: #FFF;
    margin-right: 25px;
}

.l-main_2calam .l-article_main>h2 a,.l-main_2calam2 .l-article_main>h2 a {
    margin-right: 10px;
    margin-left:auto;
    color:#FFF;
}

.l-main_2calam .l-article_main>h2 a:hover,.l-main_2calam2 .l-article_main>h2 a:hover {
    color:#FFF;
}

.l-main_2calam .l-article_main>h2 a i,.l-main_2calam2 .l-article_main>h2 a i {
    color:#FFF;
    padding-right:8px;
}

/*
.l-main_2calam .l-article_main>h2 strong:after {
    content: "";
    display: flex;
    border-style: solid;
    border-width: 19px 0 19px 18px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 0;
    right: -20px;
}*/

.l-main_2calam .l-article_main>h2 strong:before,.l-main_2calam2 .l-article_main>h2 strong:before {
    content: "";
    display: flex;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    right: -20px;
    margin-right: 10px;
}

.l-main_2calam .l-article_main>h2 .c-pankuzu_return,.l-main_2calam2 .l-article_main>h2 .c-pankuzu_return {
    margin-left:auto;
    margin-right: 10px;
    color:#FFF;
}

.l-main_2calam .l-article_main>h2 .c-pankuzu_return i,.l-main_2calam2 .l-article_main>h2 .c-pankuzu_return i {
    margin-right: 5px;
    font-size:16px;
    color:#FFF;
}

.l-main_2calam .l-article_main>p,.l-main_2calam2 .l-article_main>p {
    margin-bottom:20px;
}

.talk_tt {
    background: linear-gradient(150deg, #9AECED, #00CED1);
}

/*チャットページ*/
.l-article_main_chats {
    margin:10px 0 50px;
    width:100%;
}

.l-article_main_chats_list {
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    flex-direction: column;
}

.l-article_main_chats_list_box {
    display:flex;
    align-items: center;
    width: 100%;
    margin:0 0 20px;
    background:#FFFFFF;
    border-radius:5px;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.3);
    position:relative;
    padding: 15px;
}

/*@media screen and (max-width:1024px){
    .l-article_main_chats_list_box {
        width: calc(50% - 20px);
    }
}*/

.l-article_main_chats_list_box strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 35px solid #f00;
    border-right: 35px solid transparent;
}

.l-article_main_chats_list_box strong:after {
    content: "NEW";
    position: absolute;
    top: -35px;
    left: 0;
    font-size: xx-small;
    color: #FFF;
    transform: rotate(-45deg) translate(-5px, 5px);
}

.l-article_main_chats_list_box_tt {
    display:flex;
    align-items:center;
    background:#3BD6DB;
    color:#FFFFFF;
    padding:5px;
    border-radius:5px 5px 0 0;
    display:none;
}

.l-article_main_chats_list_box_tt.chat_on {
    background:#FF70FF;
}

.l-article_main_chats_list_box_tt strong {
    color: #C9FFFF;
    margin-right: 2px;
    font-size: 16px;
    line-height: 0;
}

.l-article_main_chats_list_box_tt.chat_on strong {
    color:#FF30B8;
}

.l-article_main_chats_list_box_tt span {
    font-size:12px;
    color:#FFFFFF;
}

.l-article_main_chats_list_box_img {
    margin-right:10px;
    width:80px;
}

.l-article_main_chats_list_box_img a {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 8px;
}

.c-iine_houkoku_s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 10px;
    background: white;
    position: absolute;
    left: -6px;
    bottom: -6px;
}

.c-iine_houkoku_s img {
    width: 25px;
    margin-bottom: 5px;
}

.l-article_main_chats_list_box_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    /*scale: 170%;
    background: #e1e1e1;*/
}

.l-article_main_chats_list_box_profile {
    display: flex;
    justify-content: flex-start;
}

.l-article_main_chats_list_box_profile h3 {
    color:#FF6BBA;
    font-size: 16px;
    text-align: center;
    margin-bottom:5px;
    margin-right: 10px;
    width: auto;
}

.l-article_main_chats_list_box_profile p {
    font-size: 16px;
    margin-right: 10px;
    /*padding: 13px;
    border-radius: 5px;
    border: 1px solid #00CED1;
    background: #FFF;
    position: relative;
    margin-top: 15px;*/
}

.l-article_main_chats_list_box_profile span {
    font-size: 16px;
}

/*.l-article_main_chats_list_box_profile p:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -9px;
    border-bottom-color: #FFF;
    bottom: 100%;
    left: 50%;
    z-index: 1;
}

.l-article_main_chats_list_box_profile p:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(248, 236, 236, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #00CED1;
    bottom: 101%;
    left: 50%;
}*/

.l-article_main_chats_list_box_date {
    margin:0;
}

.l-article_main_chats_list_box_date p {
    font-size: 14px;
    margin:0 !important;
}

.l-article_main_chats_list_box_date span {
    font-size: 12px;
}

.l-article_main_chats_list_box_del {
    display:flex;
    justify-content:center;
    margin:10px 0 0 0;
    width: 90px;
}

.l-article_main_chats_list_box_del.l-article_main_chats_list_box_del2 {
    display:flex;
    justify-content:center;
    margin:10px 0 0 auto;
    white-space: nowrap;
}

.l-article_main_chats_list_box_del button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px 10px;
    background: linear-gradient(#918d8d, #000000, #000000);
    border: 1px solid #000000;
    color: #FFF;
    text-shadow: 2px 2px 5px #00CED1;
    font-size: 1.2rem;
    transition: all ease 0.3s;
}

.l-article_main_chat_osirase {
    background: #FFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.l-article_main_chat_osirase.chat_check {
    background: #FFFFFF;
    border:1px solid #FF0000;
}

.l-article_main_chat_osirase h3 {
    font-size:26px;
    text-align:center;
    margin-bottom:10px;
}

.l-article_main_chat_osirase p {
    font-size:16px;
    margin-top: 20px;
}

.l-article_main_chat_osirase ul li {
    list-style: disc;
    margin-left: 20px;
}
/*チャットView*/
.c-chat_view {
    border:1px solid #00CED1;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    margin: 0px;
}

@media screen and (max-width:1024px){
  .c-chat_view {
        margin: 0px;
    }  
}

.c-chat_view.c-chat_info_view {
    height: calc(100vh - 20px);
}

.c-chat_view.c-chat_view_warning {
    height: calc(100vh - 20px);
}

.c-chat_view_tt {
    display:flex;
    justify-content: space-between;
    align-items:center;
    background:#00CED1;
    padding:10px 10px;

}

.c-chat_view_tt_left {
    display: flex;
    align-items: center;
}

.c-chat_view_tt_left a {
    display: flex;
    align-items:center;
}

.c-chat_view_second {
    background: #00CED1;
    padding: 5px 10px;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 1.2rem;
    margin: 0 auto 0 10px;
    width: 230px;
}

.c-chat_view_tt_right {
    margin-left:0;
}

.c-chat_view_tt .icon-icon_kakko_left {
    content:"";
    display:block;
    width:20px;
    color:#FFFFFF;
    margin-right:10px;
}

.c-chat_view_tt img {
    width:50px;
    height:50px;
    border-radius:50px;
    margin-right:20px;
}

.c-chat_view_tt h3 {
    color:#FFFFFF;
}

.c-chat_infobox {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.c-chat_infobox button, .c-chat_infobox a {
    display: flex;
    justify-content: center;
    margin: 5px;
    width: calc(50% - 10px);
    border:none;
}

/*削除ボタン*/
.c-toggle {
    position: relative;
    width: 70px;
    height: 44px;
    margin: 0px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    order: 2;
  }
  .c-toggle input[type=checkbox] {
    display: none;
  }
  .c-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #66c3de;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .c-toggle:after {
    content: "OFF";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 38px;
    height: 38px;
    display: block;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-align: center;
    padding: 14px 0 0;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #66c3de;
    letter-spacing: .5px;
    box-sizing: border-box;
  }
  .c-toggle.checked:before {
    background: #4197b0;
  }
  .c-toggle.checked:after {
    content: "ON";
    left: 29px;
    box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
    color: #4197b0;
    padding: 14px 0 0 1px;
  }

  .c-toggle + .c-chat_view_tt_right_r {
    display:none;
  }

  .c-toggle.checked + .c-chat_view_tt_right_r {
    position:relative;
    display:block;
    height: 44px;
    border-radius: 50px;
    order: 1;
    margin-right: 10px;
  }

  /*トグルメッセージ*/
  .c-toggle.checked + .c-chat_view_tt_right_r span{
    position: absolute;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    top: -51px;
    left: -87px;
    width: 134px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  }

  .c-toggle.checked + .c-chat_view_tt_right_r span:after{
    content: "";
    position: absolute;
    top: 38px;
    left: 100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0px solid transparent;
    border-left: 13px solid transparent;
    border-top: 13px solid #FFF;
    border-bottom: 0;
  }

  #c-toggle_del_message {
    display:none;
    opacity:1;
    transition: opacity 2s ease;
  }

  #c-toggle_del_message.show {
    display: block;
    opacity:1;
  }

  /*トグルメッセージ2　ハンバーガー用*/
  #c-toggle_del_message2 {
    position: absolute;
    background: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    top: -45px;
    right: 0px;
    width: 134px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  }

  #c-toggle_del_message2:after{
    content: "";
    position: absolute;
    top: 38px;
    left: 100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0px solid transparent;
    border-left: 13px solid transparent;
    border-top: 13px solid #FFF;
    border-bottom: 0;
  }

  #c-toggle_del_message2 {
    display:none;
    opacity:1;
    transition: opacity 2s ease;
  }

  #c-toggle_del_message2.show {
    display: block;
    opacity:1;
  }

  .c-toggle_del {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #ed1e1a;
    border: 3px solid #b05f27;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-align: center;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: .5px;
    box-sizing: border-box;
    width:44px;
    height:44px;
  }

  .c-toggle_del:hover {
    background:#c31a17;
    color:#ffffff;
  }

  .c-toggle_del i {
    color: white !important;
    font-size: 20px;
  }

  /*削除チェックボックス*/
  .c-toggle_del_check {
    display:none;
  }

  .c-toggle_del_check.checked {
    display:block;
  }

  .c-toggle_del_checkbox {
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }


/*チャットビュー*/
.c-chat_view_coment {
    display: flex;
    flex-direction: column;
    align-items: center;
    background:#fcfbfb;
    padding:20px;
    overflow-y: scroll;
    height: calc(100vh - 200px);
}

.c-chat_view_coment.c-chat_info_view_coment {
    height: 100vh;
}

.c-chat_view_coment>time {
    padding:15px;
    background:#FFF;
    border-radius:8px;
    margin-bottom:25px;
}

.c-chat_view_coment_info {
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:20px;
    background:#FFF;
    border-radius:8px;
    margin-bottom:60px;
}

.c-chat_view_coment_info.c-chat_info_view_coment_info{
    padding:15px;
}

.c-chat_view_coment_info time{
    margin-bottom:10px;
}

.c-chat_view_coment_info.c-chat_info_view_coment_info time{
    margin-bottom:0px;
}

.c-chat_view_coment_me {
    max-width: 70%;
    margin-left:auto;
    display:flex;
    align-items:flex-end;
    margin-bottom:30px;
}

.c-chat_view_coment_me .c-chat_view_coment_me_time{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    width: 40px;
}

.c-chat_view_coment_me_text {
    background:#EEEEEE;
    border-radius: 30px 30px 0 30px;
    padding:15px;
    margin-left:10px;
    max-width:360px;
}

.c-chat_view_coment_me_text2 {
    border-radius: 30px 30px 0 30px;
    padding:15px;
    margin-left:10px;
    max-width:360px;
    border:1px solid #fff;
}

.c-chat_view_coment_me_text p {
    margin-bottom:0 !important;
}

.c-chat_view_coment_you {
    margin-right:auto;
    display:flex;
    align-items:flex-end;
    margin-bottom:30px;
}

.c-chat_view_coment_you_img {
    width:50px;
    height:50px;
    border-radius:30px;
}

.c-chat_view_coment_you_img img {
    width:100%;
    height:auto;
    border-radius:30px;
}

.c-chat_view_coment_you_text {
    background:#FFF;
    border-radius: 30px 30px 30px 0;
    padding:15px;
    margin-left:10px;
    max-width:360px;
}

.c-chat_view_coment_you_text p {
    display:flex;
}

.c-chat_view_coment_you_time {
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    width: 70px;
    margin-left: 10px;
}

.c-chat_view_coment_you_message {
    margin-bottom: 0 !important;
    padding: 10px 20px;
    background: #00CED1;
    color: #FFF;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
}

.c-chat_view_coment_you_password {
    max-width: 70%;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.c-chat_view_coment_you_password .c-chat_view_coment_you_text {
    background:#CFF0E8;
}

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

.c-chat_view_coment_you_text_form label {
    margin-right:10px;
}

.c-chat_view_coment_you_text_form input[type=password] {
    padding:10px;
    border-radius:50px;
    width: 120px;
    margin-right: 10px;
    border:1px solid #00CED1;
}

.c-chat_view_coment_you_text_form input[type=button] {
    padding: 10px 15px;
    border-radius: 50px;
    margin-right: 10px;
    background: #00CED1;
    color: #FFF;
    cursor: pointer;
}

.c-chat_view_coment_you_btn {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    border-radius:50px;
    background:#00CED1;
    border:none;
    margin-left: 10px;
    cursor: pointer;
}

.c-chat_view_coment_you_btn:disabled {
    background: #aaa;
}

.c-chat_view_coment_you_icon {
    font-size:30px;
    color:#FFF;
}

.c-chat_view_trans {
    padding: 15px 20px 15px 10px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    position:relative;
}

.c-chat_view_trans_btnbox {
    width:185px;
    margin-right:20px;
    display:flex;
    align-items:center;
}
.c-chat_view_trans_btnbox.c-chat_info_view_trans_btnbox {
    width:60px;
}

.c-chat_view_trans .c-chat_view_trans_btnbox_btn {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    border-radius:50px;
    border:none;
    cursor: pointer;
}

.c-chat_view_trans_btnbox_icon {
    font-size:45px;
    color:#00CED1;
}

.icon-icon_camera.c-chat_view_trans_btnbox_icon.show-icon,.icon-icon_movie.c-chat_view_trans_btnbox_icon,.icon-icon_address2.c-chat_view_trans_btnbox_icon {
    position:relative;
}

.icon-icon_camera.c-chat_view_trans_btnbox_icon.show-icon:after,.icon-icon_movie.c-chat_view_trans_btnbox_icon.show-icon:after,.icon-icon_address2.c-chat_view_trans_btnbox_icon.show-icon:after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50px;
    top: -2px;
    right: -2px;
}

i.icon-icon_address.c-chat_view_trans_btnbox_icon {
    margin-bottom: 6px;
}

/*チャット送信ボタン*/

.c-chat_view_trans_form {
    width: 100%;
    min-height:16px;
    display: flex;
    align-items: center;
    position:relative;
}

.c-chat_view_trans_form.c-chat_info_view_trans_form {
    width: calc(100% - 150px);
}

.c-chat_view_trans_form.c-chat_info_view_trans_form textarea {
    width:100%;
    height: 45px;
    margin-bottom: 0;
}

.c-chat_view_trans_form_textarea-dummy {
    overflow: hidden;
    visibility: hidden;
    box-sizing: border-box;
    padding: 5px 15px;
    min-height: 50px;
    max-height: 480px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border: 1px solid;
}

.c-chat_view_trans_sendbox_btn {
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background: none;
}

.c-chat_view_trans_sendbox_btn .c-chat_view_trans_form_icon {
    font-size: 40px;
    color: #00CED1;
}

/*チャット送信ボタン*/

.c-chat_view_trans_sendbox {
    display:flex;
    align-items:center;
    width:45px;
}

.c-chat_view_trans_sendbox button {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    border-radius:50px;
    background:#00CED1;
    border:none;
    margin-left: 10px;
    cursor: pointer;
}

.c-chat_view_trans_sendbox button .c-chat_view_trans_sendbox_icon {
    font-size:22px;
    margin: -2px 0px -1px -2px;
    color:#FFF;
}

/*チャット検索*/
.c-search_container{
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 3px 10px;
    border-radius: 20px;
    height: 3em;
    width: 250px;
    overflow: hidden;
    background: #dddddd;
    margin: 0 auto 20px;
  }
  .c-search_container input[type="text"]{
    border: none;
    height: 2.6em;
    background: #dddddd;
    padding: 10px 5px;
  }
  .c-search_container input[type="text"]:focus {
    outline: 0;
  }
  .c-search_container input[type="submit"]{
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #fff;
    position: absolute;
    height: 3.3em;
    right: 12px;
    top: -10px;
    outline : none;
  }
  .c-search_container ::-webkit-input-placeholder {
    color: #fff;
  }

/*マイページ*/
#my-profImg .fa-camera {
    color:white;
}
#my-profImg p a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 30px;
}

#my-profImg p i {
    margin-top: -3px;
}

.c-profile_touko {
    background: #FFF;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
}

.c-profile_touko > h3 {
    background: linear-gradient(150deg, #aeaeae, #eaeaea);
    padding: 10px 15px 7px 15px;
    color: white;
    border-radius: 8px 8px 0 0;
    opacity: 0.9;
}

.c-profile_touko_box {
    padding: 10px 15px 30px;
    display: flex;
    flex-direction: column;
}

.c-profile_table th {
    width: 150px;
}

.EditBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: #00CED1;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #04bcbe;
    width: 250px;
    transition-duration: 100ms;
    font-weight: bold;
    height: 50px;
    border: none !important;
    text-align: center;
    cursor: pointer;
}

.EditBtn:hover{
	box-shadow: 0 0px 0 0 #00CED1;
    margin: 4px 0 6px;
    opacity: 0.8;
}

.EditBtn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: #b3b3b3;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #969696;
    width: 250px;
    font-weight: bold;
    transition-duration: 100ms;
    height: 50px;
    border: none !important;
    text-align: center;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.EditBtn2:hover{
	box-shadow: 0 0px 0 0 #969696;
    margin: 14px 0 0px;
    opacity: 0.8;
}

/*プロフィールPR*/
.c-profile_pr {
    border: 1px solid #00CED1;
    background:#FFFFFF;
    border-radius: 10px;
}

.c-profile_pr > h3{
    background: #00CED1;
	color:#FFFFFF;
	padding:10px 15px 7px 15px;
	border-radius: 8px 8px 0 0;
    opacity: 0.7;
}

.c-profile_pr p {
	display:flex;
	border-radius:8px;
	background:#FFFFFF;
	padding:15px;
	font-size:14px;
	border:1px solid #DEDEFF;
	margin:15px;
}


/*プロフィールお気に入り*/
.c-profile_favorite {
	border: 1px solid #00CED1;
	background:#FFFFF2;
    border-radius: 10px;
}

.c-profile_favorite > h3 {
	background: #00CED1;
	color:#FFFFFF;
	padding:10px 15px 7px 15px;
	border-radius: 8px 8px 0 0;
    opacity: 0.5;
}

#mp-favoriteList{
	position:relative;
	padding:0px;
    padding-bottom:10px;
}

/*プロフィール　メール設定*/
.c-profile_address {
    background: #FFFFFF;
    border: 1px solid #aaaaaa
    border-radius: 10px;
}

.c-profile_address > h3 {
	background: linear-gradient(150deg, #aeaeae, #eaeaea)
    color: #FFFFFF;
    padding: 10px 15px 7px 15px;
    border-radius: 8px 8px 0 0;
    opacity: 0.6;
}

.c-profile_address_box {
	margin: 15px;
}

/*ashiato.html*/
.TPmemberList article .memImg a {
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-radius: 8px;
}

.TPmemberList article .PRtitle {
    width:100%;
}

/*.newstr {
    top: -10px;
    left: 5px;
}*/

.TPmemberList article {
    width: calc(33% - 25px);
    padding: 10px 10px 15px;
    max-width:240px
}
@media screen and (max-width:1024px) {
    .TPmemberList article {
        width: calc(50% - 20px);
        max-width:auto;
    }
}

.TPmemberList article .memImg .lgdate {
    width: 70%;
}

.TPmemberList article span.lgdate {
    margin-top: 5px;
}

/*img_edit.html*/

.seting_center {
    display: flex;
    justify-content: center;
}

/*info_mail.html*/
#mailList article {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-page li {
    width: 50%;
    display: flex;
    justify-content: center;
}

/*keijiban_syousai.html等*/
#myprofile {
    width: 100%;
}

#mp-Icons{
    width: 100%;
}

.slide_btn2 i {
    color: white;
}

.lg-contWrap>.lg-contWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#Profile dl {
    width: calc(49% - 20px);
}

#Profile dl dt {
    width: 150px;
}

div#mp-Icons small{
    font-size: 10px;
}

small.fa-thumbs-up-red {
    color: red;
}

/*login_top.html*/
.TPmemberList {
    width:100%;
}

.TPmemberList article .Ccoment {
    width: 100%;
    min-height: 75px;
}

/*mile_acount.html*/
.l-article_main h2 .Toback {
    padding-right: 20px;
    margin-left: auto;
}

.ecoinStep .step1 {
    color:white;
}

/*mile_exchange.html*/
.eCscore {
    margin: 0 10px;
}

.ecoinC-bx h3 {
    margin-top: 30px;
    padding-bottom: 0px;
    font-size: 3rem;
    justify-content: flex-start;
    margin-bottom: 0;
    font-weight: bold;
}

/*mypage.html*/
section.social input[type = text] {
    margin:0;
}

section.social #Line-ID input, section.social #X-ID input,  section.social #Instagram-ID input {
    width:100%;
    height: auto;
}

.c-mypage_message {
    border: 3px solid #F78A0E;
    border-radius: 5px;
    padding: 20px;
    margin: 0 20px 20px !important;
    background:#FFFBF8;
}

.c-mypage_message div {
    border-top: 1px solid #F78A0E;
    margin-top: 10px;
    padding-top: 25px;
    
}

.c-mypage_message div p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    background: #FFF;
    width: 250px;
    border: 2px solid #00BF16;
    border-radius: 5px;
}

.c-mypage_message div p strong {
    background: #00BF16;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    width: 100px;
    text-align: center;
    border-radius: 3px 0 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*nenrei.html*/
.InfoBac {
    width:100%;
}

#LicenseRow {
    width: 100%;
    margin: auto;
    position: relative;
    padding-top: 50px;
}
@media screen and (max-width:1024px){
    #LicenseRow {
    width: 100%;
    padding-top: 30px;
  }  
}

#LicenseRow dl {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width:1024px){
    #LicenseRow dl {
        width: 50%;
    }
}

@media screen and (max-width:920px){
    #LicenseRow dl {
        width: 100%;
    }
}

#LicenseRow dl dt {
    width: 80%;
    margin: auto;
}

#LicenseRow dl dd {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

#AUTHform {
    padding:30px;
}

/*news*/
.l-teigaku_tt {
    width:100%;
}

.l-teigaku_tt img {
    width:100%;
}
.l-teigaku_price_li {
    width: 50%;
}

.l-teigaku_price_contents {
    width:100%;
}

.l-teigaku_pricelist_thead tr {
    justify-content: flex-start;
}

.l-teigaku_price_li h3 small,
.l-teigaku_pricelist_thead tr th h3,
.l-teigaku_pricelist_thead tr th h3 small,
.l-teigaku_price_contents_check div,
.l-teigaku_price_contents div,
.l-teigaku_price_contents_check div small {
    color:white;
}

.l-teigaku_pricelist tbody {
    width:100%;
}

.l-teigaku_pricelist tbody tr th,
.l-teigaku_pricelist_thead tr th,
.l-teigaku_pricelist tbody tr td {
    width:33.3333%;
}

.l-teigaku_pricelist_thead tr th h3 {
    font-size: 24px;
}

.l-teigaku_caution li {
    width:160px;
}

.l-teigaku_caution li img {
    width:100%;    
}

.l-teigaku_pricelist {
    width:100%;   
}

/*point_1.html*/
#PaymentList,#point-setumei {
    width: 100%;
}

/*logout*/
#PChead {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
}

#PChead > * {
    display: flex;
    align-items: center;
}

.l_news_list {
    width: 500px;
    margin: 0 auto;
}

/*ダイヤログ表示*/
.dialog {
    display: none;
    border: 1px solid #00CED1;
    position: absolute;
    bottom: 0;
    margin-bottom: 105px;
    background: white;
    width: 350px;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 1;
}

.dialog.c-chat_info_view_dialog {
    top: -140px;
    width:480px;
}

.dialog a {
    margin-right: auto;
    color:#00CED1;
}

.dialog p {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #00CED1;
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.dialog button {
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 10px;
    background: #00CED1;
    color: #FFF;
    cursor: pointer;
    border: none;
}
.c-photo_dialog_box,.c-movie_dialog_box {
    display:flex;
    align-items:flex-start;
    justify-content:center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin:10px;
}

.c-photo_dialog_box li {
    width:140px;
    margin: 0 10px 5px 0;
    position:relative;
}

.c-movie_dialog_box li {
    width:310px;
    margin: 0 10px 10px 0;
    position:relative;
}

.c-photo_dialog_box2 {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.c-photo_dialog_box2 label {
    margin-bottom: 10px;
}

.c-dialog_input {
    display: none;
}

.c-dialog_label {
    width: 30px;
    height:30px;
    position:absolute;
    top: 3px;
    right: 3px;
    background:#ddd;
    border-radius: 50%;
    border:2px solid #FFF;
    z-index: 1;
}

.c-photo_dialog_box input:checked + label, .c-movie_dialog_box input:checked + label {
    background:#00CED1;
}


ul.c-photo_dialog_box li img {
    border: 2px solid #ddd;
    border-radius: 8px;
}

.c-dialog_button_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    bottom: -1px;
    z-index: 1;
    background: #eee;
    padding: 10px;
}

button.c-dialog_del {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    border-radius: 50px;
    background: #666;
    color: #FFF;
    cursor: pointer;
    border: none;
}

.dialog .c-chat_deleat {
	border-radius: 50px;
    background: #00CED1;
    margin:0;
    color: #FFF;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px
}

.c-chat_deleat .icon-icon_delete2 {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
}

/*点滅*/
/*.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}*/

/*チャットハンバーガー*/
.c-chat_view_tt_right2 {
    position: relative;
    order:2;
}

.chatmenu-btn {
    cursor: pointer;
    display: block;
    position:relative;
    width: 44px;
    height: 44px;
    background: #00CED1;
    border: 3px solid #FFFFFF;
    padding: 5px;
    border-radius: 50px;
    margin-left: 10px;
}

.chatbtn-line {
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition:0.5s all;
}

.chatbtn-line1 {
    position:absolute;
    top: 8px;
    left: 7px;
    background: none;
}

.chatbtn-line2 {
    position: absolute;
    top: 12px;
    left: 4px;
    text-align: center;
    font-size: 10px;
    color: white;
    background: none;
}

.chatbtn-line3 {
    position:absolute;
    top: 29px;
    left: 7px;
    background: none;
}

.chatmenu-btn.show .chatbtn-line1 {
    top: 18px;
    left: 7px;
    rotate:225deg;
    background:#FFFFFF;
}

.chatmenu-btn.show .chatbtn-line2 {
    opacity:0;
    left:-100px;
}

.chatmenu-btn.show .chatbtn-line3 {
    top: 18px;
    left: 7px;
    rotate: -225deg;
    FONT-VARIANT: JIS78;
    background: white;
}

.chatmenu {
    position: absolute;
    display: flex;
    right: -15px;
    top: 57px;
    width:0;
    height: 0;
    opacity:0;
    visibility: hidden;
}

.chatmenu.show {
    display: flex;
    transition: ease 1s all;
    width: 335px;
    height: calc(100vh - 160px);
    overflow: hidden;
    opacity: 1;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    visibility: visible;
}

.chatmenu.chatmenu_warning.show {
    height: calc(100vh - 100px);
}

.chatmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #FFF;
}

.chatmenu li {
    width: 0px;
    border-bottom: 1px solid #ddd;
}

.chatmenu.show li {
    width: 335px;
    border-bottom: 1px solid #ddd;
}

.chatmenu a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 13px 10px;
}

.chatmenu button a {
    padding: 0;
}


.chatmenu button {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content:center;
    background: none;
    border: none;
    padding: 13px 10px;
}

.chatmenu i {
    margin-right:5px;
}

.c-chat_view_tt_right_delbox {
    display:none;
    position:relative;
}

.c-chat_view_tt_right_delbox.show {
    display:block;
    order:1;
    margin-left:auto;  
    position:relative;
}

/*チャットを始めよう*/
.c_chathow_base {
    background:#DCECEE;
    padding:25px;
    border-radius:10px;
    display: flex;
    flex-direction: column;
}

.c_chathow_base {
    margin:25px 0;
}

.c_chathow_tt {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.c_chathow_card {
    border-radius:8px;
    margin-bottom:40px;
}

.c_chathow_card_tt {
    background: #00CED1;
    color: #FFFFFF;
    padding: 15px 10px;
    border-radius: 8px 8px 0 0;
}

.c_chathow_card_box {
    background: #FFFFFF;
    padding: 30px 25px;
    border-radius: 0 0 8px 8px;
}

.c_chathow_p1 {
    font-size:16px;
    margin-bottom:30px;
}

.c_chathow_p2 {
    font-size:22px;
    font-weight: bold;
}

.c_chathow_p3 {
    font-size:16px;
    margin-bottom:20px;
}

.c_chathow_p3 .red{
    color:red;
}

.c_chathow_tt1 {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
    font-size:22px;
    padding:5px 20px;
    border:1px solid #000;

}

.c_chathow_h4 {
    font-size:22px;
    margin-bottom:20px;
    font-weight:bold;
}

.c_chathow_list1 {
    margin-bottom:20px;
}

.c_chathow_list1 li {
    margin-bottom:10px;
    font-size:22px;
}

.c_chathow_icon {
    width:60px;
    height:60px;
    margin-bottom:20px;
}

.c_chathow_img1 {
    max-width:100%;
    margin:0 auto;
}

.c_chathow_picture1 {
    max-width:360px;
    margin-bottom:20px;
}

.c_chathow_picture2 {
    max-width:370px;
    margin-bottom:20px;
}

.c_chathow_picture3 {
    max-width:430px;
    margin-bottom:20px;
}

.c_chathow_picture4 {
    max-width:584px;
    margin-bottom:20px;
}

.c_chathow_nicelist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.c_chathow_nicelist li {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.c_chathow_nicelist li img {
    width:130px;
    margin-bottom:15px;
}

.c_chathow_nicelist li h3 {
    font-size:14px;
    font-weight:normal;
}

.c_chathow_howtolist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.c_chathow_howtolist li {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.c_chathow_howtolist li strong {
    font-size:24px;
    margin-bottom:10px;
}

.c_chathow_howtolist li img {
    width:160px;
    margin-bottom:15px;
}

.c_chathow_howtolist li h3 {
    font-size:14px;
    font-weight:normal;
}

.c_chathow_ht {
    display: inline-flex;
    justify-content: center;
    background: #FFFFFF;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 24px;
    margin: 0 auto 25px;
}

.c_chathow_photolist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.c_chathow_photolist li {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.c_chathow_photolist li strong {
    font-size:24px;
    margin-bottom:10px;
}

.c_chathow_photolist li img {
    width:210px;
    margin-bottom:15px;
}

.c_chathow_photolist li h3 {
    font-size:14px;
    font-weight:normal;
}

.c_chathow_photolist li h3 a {
    color:#00CED1;
    font-size:14px;
    font-weight:bold;
}

.c_chathow_photolist li h3 .icon-mailsend {
    background:#00CED1;
    color:#FFFFFF;
    font-size:10px;
    padding: 5px;
    margin: 0 3px;
    border-radius:30px;
}

.c_chathow_photolist li h3 strong {
    color:#6E0000;
    font-weight:bold;
    font-size: 14px;
}

.c_chathow_kakaku {
    padding:10px 25px;
    color:#FFFFFF;
    background:#00CED1;
    border-radius:30px;
    font-size:26px;
}

.c_chathow_kakaku:hover {
    color:#FFFFFF;
    opacity:0.9;
}

/*chat_view 詳細バナー*/
.c-chatpdf {
    order: 0;
    padding:5px 10px;
    border:1px solid #FFF;
    border-radius: 8px;
    margin:0 5px;
}
.c-chatpdf button{
    border-radius:5px;
    display:flex;
    font-size:14px;
    color:#FFF;
    align-items:center;
    justify-content:center;
    border-radius: 8px;
    overflow: hidden;
    border:none;
    background:#00CED1;
}

/*chat_view チャットブロック表示　chat_block_alert*/
#chat_block_alert {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom:20px;
    display:none;
}

#chat_block_alert.open{
    display:block;
}

#chat_block_alert h3 {
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px
}

#chat_block_alert p {
    color: red;
}

/*indexリニューアル*/
/*indexリニューアル body*/
.p-re_body {
    background:#FFF;
    margin:0 auto;
}


/*indexリニューアル ヘッダー*/
.p-re_header {
    display:flex;
    max-width:1240px;
    align-items:center;
    padding: 10px 0;
    background:#FFFFFF;
}

.p-re_header_logo {
    width:160px;
    margin-right:20px;
    margin-left:20px;
}

.p-re_header_tt {
    font-size:14px;
    margin-right:20px;
}

.p-re_header_link {
    display:flex;
    margin-left:auto;
    margin-right:20px;
}

.p-re_header_link ul {
    display:flex;
    align-items:center;
}

.p-re_header_link ul li {
    display:flex;
    margin-left:30px;
}

.p-re_header_link ul li a {
    font-size:14px;
    color:#000000;
}

.p-re_header_link ul li a:hover {
    font-size:14px;
    color:#00CED1;
}

.p-re_header_login {
    font-size:16px !important;
    padding: 7px 21px;
    color:#FFFFFF !important;
    border-radius:50px;
    background: linear-gradient(150deg,#FFC900,#FF19FF);
    display:flex;
    align-items:center;
    justify-content:center;
}

.p-re_header_login:hover {
    color:#FFFFFF !important;
    background: linear-gradient(150deg,#FF19FF,#FFC900);
}

.p-re_header_login i {
    color:#FFFFFF;
    margin-right:5px;
    margin-top: -3px;
}

/*indexリニューアル トップ画像*/
.p-re_top {
    width:100%;
    aspect-ratio:31 / 16;
    position:relative;
    background: white;
}

.p-re_top>img{
    width:100%;
}

.p-re_top_join {
    border-radius: 15px;
    padding:15px;
    position: absolute;
    bottom: 6%;
    right: 3.5%;
}

.p-re_top_join_inner {
    background: #FFFFFF;
    padding: 28px 20px;
    border-radius: 13px;
    width: 42vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity:1;
    border: 2px solid #00CED1;
}

.p-re_top_join h3 {
    font-size: clamp(16px, 4vw, 42px);
    margin-bottom:10px;
    font-weight: bold;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-re_top_join p {
    font-size:12px;
    margin-bottom:30px;
}

.p-re_top_join_button {
    padding:8px 40px;
    color:#FFFFFF !important;
    font-size:22px;
    font-weight:bold;
    border-radius:50px;
    background: linear-gradient(150deg,#00CED1,#9AECED);
    display:inline-flex;
    justify-content:center;
    align-items:center;
}

.p-re_top_join_button:hover {
    padding:8px 40px;
    color:#FFFFFF !important;
    font-size:22px;
    font-weight:bold;
    border-radius:50px;
    background: linear-gradient(150deg,#9AECED,#00CED1);
    display:inline-flex;
    justify-content:center;
    align-items:center;
}

/*indexリニューアル トップ画像2*/
.p-re_top2 {
    display:flex;
    min-width:1130px;
    min-height: 600px;
    margin-bottom: 30px;
}

.p-re_top2_left {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:15px;
}

.p-re_top2_left_logo {
    width:200px;
    margin-bottom:20px;
}

.p-re_top2_left h2 {
    margin-bottom:55px;
    color:#00CED1;
}

.p-re_top2_left h3 {
    color:#00CED1;
    font-size:16px;
    margin-right:auto;
    margin-bottom: 5px;
}

.p-re_top2_left h3 i {
    color:#00CED1;
    font-size:16px;
    margin-right: 5px;
}

.p-re_top2_left_input{
    border:1px solid #00CED1 !important;
}

.p-re_top2_left_input:focus{
    outline:1px solid #00CED1 !important;
    border:0px;
    color:#00CED1;
}

.p-re_top2_left_check {
    color:#00CED1;
    margin-bottom:5px;
}

.p-re_top2_left_check input[type = checkbox]{
    border:1px solid #00CED1;
    color:#00CED1;
}

.p-re_top2_left form input[type = text] {
    border: 1px solid #00CED1 !important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    color:#00CED1;
    width:250px;
}

.p-re_top2_left form input[type = text]:focus {
    outline:1px solid #00CED1 !important;
    border:0px;
    color:#00CED1;
}

.p-re_top2_left form div {
    text-align: left;
    margin-bottom:5px;
}

.p-re_top2_left form input[type = submit] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: #FFF;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    border: 2px solid #00CED1 !important;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 18px;
}

.p-re_top2_left form input[type = submit]:hover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    color: #FFF;
    background: linear-gradient(150deg, #00CED1,#9AECED );
    border: 2px solid #00CED1 !important;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 18px;
}

.p-re_top2_left form p {
    display:flex;
    margin-bottom:20px;
}

.p-re_top2_left form p a {
    color:#00CED1;
}

.p-re_top2_left form p a:after {
    content: "";
    display: block;
    background: url('/img/newlogin_forgot.png');
    width: 100%;
    height: 11px;
}


.p-re_top2_lef_login {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:50px;
	color:#FFF;
	background:linear-gradient(150deg,#9AECED,#00CED1);
	border:2px solid #00CED1 !important;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:15px;
    font-size:18px;
}
.p-re_top2_lef_login:hover {
	color:#FFF;
    opacity:0.8;
}

.p-re_top2_lef_login::before {
	content:"";
	display:block;
	width:9px;
	height:100%;
	top:0;
	left:0;
	background-color:#FFF;
	opacity:0;
	transition: cubic-bezier(0.32,0,0.67,0);
}

.p-re_top2_lef_login:hover::before {
	animation: login_btn_anime 0.5s linear;
}

@keyframes login_btn_anime {
	0%{
		transform: scale(2) rotate(45deg);
		opacity:0;
	}
	20%{
		transform: scale(20) rotate(45deg);
		opacity:0.4;
	}
	40%{
		transform: scale(45) rotate(45deg);
		opacity:0.2;
	}
	80% {
		transform:scale(50) rotate(45deg);
		opacity:0.2;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity:0;
	}
}

.p-re_header_check_btn_login.login {
    width:100%;
    height:50px;
    font-size:18px;
    background:linear-gradient(150deg,#FF8700,#FF0075);
    border:2px solid #FF0075;
}

.p-re_top2_left_p {
    color:#00CED1;
    margin-bottom:30px
}

/*indexリニューアル トップ画像3*/
.p-re_top3_right {
    background: url(/img/re_header6.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index16 {
    background: url(/img/top16_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index17 {
    background: url(/img/top17_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index18 {
    background: url(/img/top18_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index19 {
    background: url(/img/top19_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index20 {
    background: url(/img/top20_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index21 {
    background: url(/img/top21_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index22 {
    background: url(/img/top22_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index23 {
    background: url(/img/top23_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index24 {
    background: url(/img/top24_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index25 {
    background: url(/img/top25_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index26 {
    background: url(/img/top26_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index27 {
    background: url(/img/top27_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index28 {
    background: url(/img/top28_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_right.index29 {
    background: url(/img/top29_tt.png);
    background-size: cover;
    background-position:top;
    width: 100%;
    min-height: 680px;
    position:relative;
}

.p-re_top3_join {
    position:absolute;
    bottom:0px;
    right:0px;
    width:60%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.p-re_top3_join_left {
    position:absolute;
    bottom:0px;
    left:0px;
    width:60%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.p-re_top3_join_inner_left_sub1 {
    margin-top: auto;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: 90px;
}

.p-re_top3_join_inner_right_sub1 {
    position: absolute;
    right: -200px;
    width: 170px;
}

.p-re_top3_join_h2 {
    opacity:0;
}

.p-re_top20_join_h2 {
    opacity:1;
}

.p-re_top3_join_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 600px;
    width: 70%;
}

.p-re_top3_join_inner h2 {
    width:100%;
    margin-bottom:40px;
}

.p-re_top3_join_box {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    background:#FFFFFF;
    border-radius:8px;
    padding:30px;
    box-shadow:1px 1px 5px 0 rgb(255, 30, 230, 0.5);
}

.p-re_top3_join_box h3 {
    font-size: 22px;
    margin-bottom:10px;
    font-weight: bold;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display:flex;
    align-items:center;

}

.p-re_top3_join_box h3:before {
    content:"";
    display:block;
    border-bottom:1px solid #9AECED;
    width:32px;
    height:0;
    transform:rotate(50deg);
}

.p-re_top3_join_box h3:after {
    content:"";
    display:block;
    border-bottom:1px solid #00CED1;
    width:32px;
    height:0;
    transform:rotate(-50deg);
}

.p-re_top3_join_box .p-re_header_check_btn_login.login {
    width:300px;
}

.p-re_top3_join_box .p-re_header_check_btn_login.login i {
    color:#FFFFFF;
    margin-right:5px;
}

.p-re_top3_join_inner p {
    font-size:12px;
}


.p-re_top2_right {
    min-width:960px;
    min-height:540px;
}

/*indexリニューアル section1*/
.p-re_section1 {
    background:#FFF;
    width:100%;
    padding:70px 0 0;
}

.p-re_section1.p-re_section1-2 {
    padding:40px 20px;
}

.p-re_section1_inner {
    max-width:1240px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.p-re_section1 h2 {
    font-size:75px;
    font-weight:bold;
    text-align:center;
    line-height: 1.3;
    display:inline-block;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:10px;
}

.p-re_section1 h3 {
    font-size:50px;
    font-weight:bold;
    text-align:center;
    line-height: 1.2;
    display:inline-block;
    background: linear-gradient(150deg,#9AECED,#00CED1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:30px;
}

.p-re_section1 p {
    text-align: center;
    font-size: 18px;
}

.p-re_section1 span {
    text-align: center;
    padding-bottom: 30px;
    font-size: 12px;
}

/*section2*/

.p-re_section2 {
    background:#FFF;
    width:100%;
    padding:40px 20px;
}

.p-re_section2_inner {
    max-width:1240px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
}

.p-re_section2 h2 {
    font-size:5rem;
    font-weight:900;
    line-height: 1.2;
    background: #222;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_section2 h3 {
    font-size:3rem;
    font-weight:900;
    line-height: 1.6;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:30px;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_section2 p {
    font-size: 1.8rem;
}

/*section3*/

.p-re_section3 {
    background:#FFF;
    width:100%;
    padding:0px 20px 40px;
}

.p-re_section3_inner {
    max-width:1240px;
    margin:0 auto;
    display:flex;
    align-items:center;
}

.p-re_section3_box1 {
    width:calc(65% - 80px);
    margin-right:80px;
}

.p-re_section3_box2 {
    width:35%;
}

.p-re_section3_box1.order2 {
    order:2;
    margin-right:0;
}

.p-re_section3_box2.order1 {
    margin-right:80px;
    order:1;
}

.p-re_section3 h2 {
    font-size:5rem;
    font-weight:900;
    line-height: 1.2;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_section3 h3 {
    font-size:3rem;
    font-weight:900;
    line-height: 1.6;
    color:#222;
    margin-bottom:30px;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_section3 p {
    font-size: 1.8rem;
}



.p-re_header_check_btn_login {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:300px;
	height:60px;
	color:#FFF;
	background:linear-gradient(150deg,#9AECED,#00CED1);
	border:2px solid #00CED1;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:15px;
    font-size:22px;
}
.p-re_header_check_btn_login:hover {
	color:#FFF;
}

.p-re_header_check_btn_login::before {
	content:"";
	display:block;
	width:9px;
	height:100%;
	top:0;
	left:0;
	background-color:#FFF;
	opacity:0;
	transition: cubic-bezier(0.32,0,0.67,0);
}

.p-re_header_check_btn_login:hover::before {
	animation: check_btn_anime 0.5s linear;
}

@keyframes check_btn_anime {
	0%{
		transform: scale(2) rotate(45deg);
		opacity:0;
	}
	20%{
		transform: scale(20) rotate(45deg);
		opacity:0.4;
	}
	40%{
		transform: scale(45) rotate(45deg);
		opacity:0.2;
	}
	80% {
		transform:scale(50) rotate(45deg);
		opacity:0.2;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity:0;
	}
}

.p-re_header_check_btn_login:hover:before {
	left:120%;
}

.p-re_header_check_btn_logout {
	display:flex;
	align-items:center;
	justify-content:center;
	width:300px;
	height:60px;
	color:#00CED1;
	background:#FFF;
	border:2px solid #00CED1;
	border-radius:5px;
}

.p-re_header_check_btn_logout:hover {
	opacity:0.8;
	color:#00CED1;
}

/*indexリニューアル slickslider*/
.c-lp15_koisagashi {
    width:100%;
}

.c-lp15_koisagashi_inner {
    max-width:1240px;
    min-height:500px;
    margin:0 auto;
    padding:50px 20px;
}

.c-lp15_koisagashi_box {
    min-height:460px;
    margin-bottom:40px;
    position:relative;
}

.c-lp15_koisagashi_map {
    position:absolute;
    bottom:-160px;
    left:50px;
}

.c-lp15_koisagashi h2{
    font-size:60px;
    font-weight:bold;
    line-height: 1.2;
    display:inline-block;
    background: linear-gradient(150deg,#9AECED,#00CED1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:30px;
}

.c-lp15_koisagashi h3{
    font-size:32px;
    margin-bottom:30px;
}

.c-lp15_koisagashi p{
    font-size:18px;
}

/*indexリニューアル 使い方*/
.p-re_use {
    width:100%;
    background: #F9F9F9;
    padding:100px 0 50px;
    margin-bottom:50px;
}

.p-re_use_inner {
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
}

.p-re_use h2 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    background: #222;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_use_inner>h3 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.6;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_use p {
    font-size:18px;
}

.p-re_use_list {
    margin:30px 0 20px;
}

.p-re_use_list ul {
    display:flex;
    justify-content: space-between;
    width: 100%;
}

.p-re_use_list ul li {
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:10px;
    width:320px;
}

.p-re_use_list ul li img {
    margin-bottom: 0;
}

.p-re_use_list_step {
    width:120px;
    height:46px;
    padding:10px;
    color:#FFFFFF;
    background:#00CED1;
    border-radius:30px;
    margin-bottom:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.8rem;
    font-weight:bold;
}

.p-re_use_list ul li h3 {
    font-size:24px;
    margin-bottom:10px;
}

.p-re_use_list ul li p {
    font-size:16px;
}

/*indexリニューアル かんたん無料登録*/
.p-re_touroku {
    background: linear-gradient(180deg, #fffefb, #e0ffff);
    background-repeat: repeat-x;
    display:flex;
    width:100%;
    padding: 60px;
    margin-bottom:60px;
}

.p-re_touroku_inner {
    max-width:1240px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
}

.p-re_touroku_box1 {
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content:center;
    margin-right:50px;
}

.p-re_touroku_box2 {
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content:center;
}

.p-re_touroku_box2 img {
    max-width:300px;
}

.p-re_touroku_box1 h2 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    background: #222;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_touroku_box1 h3 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.6;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_touroku_box_p1 {
    font-size:18px;
    line-height:1.6;
    margin-bottom:50px;
}

.p-re_touroku_box_p2 {
    margin-top:20px;
    font-size:12px;
}

/*indexリニューアル かんたん無料登録2*/
.p-re_touroku2 {
    background: linear-gradient(180deg, #fffefb, #BDFFFF);
    background-repeat: repeat-x;
    display:flex;
    width:100%;
}

.p-re_touroku2_inner {
    max-width:100%;
    margin:0 auto;
    display:flex;
    justify-content:space-around;
    align-items:center;
}

.p-re_touroku2_box1 {
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content:center;
    margin: 50px;
}

.p-re_touroku2_box2 {
    width: 100%;
    height: 100%;
}

.p-re_touroku2_box2 img {
    width:100%;
    min-width:400px;
    max-width: 690px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 13.8 / 12;
}

.p-re_touroku2_box1 h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 2;
    background: #222;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
}

.p-re_touroku2_box_p1 {
    font-size:1.8rem;
    line-height:1.6;
    margin-bottom:30px;
}

.p-re_touroku2_box_p2 {
    margin-bottom:50px;
    font-size:12px;
}

.p-re_touroku2_box1_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*indexリニューアル よくある質問*/
.p-re_qa {
    width:100%;
}

.p-re_qa_inner {
    max-width:1240px;
    width:100%;
    margin:0 auto 50px;
    padding:0 20px;
}

.p-re_qa h2 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    background: #222;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_qa h3 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.6;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    font-family: 'Noto Sans', sans-serif;
}

.p-re_qa_list {
    display:flex;
    flex-direction:column;
}

.p-re_qa li {
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding:8px;
    border-bottom:1px solid #afaeae;
    margin-bottom:20px;
}

.p-re_qa li:last-child {
    border-bottom:none;
}

.p-re_qa_q {
    display: flex;
    align-items:center;
    font-size:2rem;
    margin-bottom:15px;
}

.p-re_qa_q strong {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(150deg, #00CED1, #FFF);
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    border-radius: 30px;
    margin-right: 20px;
    font-size: 2rem;
    line-height: 0;
}

.p-re_qa_a {
    display: flex;
    align-items:center;
    font-size:2rem;
    margin-bottom:25px;
}

.p-re_qa_a strong {
    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(180deg, #fffefb, #BDFFFF);
    width: 40px;
    height: 40px;
    color:#FFFFFF;
    border-radius:30px;
    margin-right:20px;
    font-size:2rem;
    line-height:0;
}

.p-re_qa_ya {
    background: #FFF;
    color: #00CED1;
    width: 48px;
    height: 48px;
    border:1px solid #00CED1;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-re_qa_ya:after {
    font-family: swiper-icons;
    content: 'next';
    font-size: 2rem;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.p-re_footer {
    width:100%;
}

.p-re_footer_main {
    width:100%;
    background:#F0F0F0;
    padding:20px 0;
}
.p-re_footer_main_inner {
    max-width:1240px;
    margin:0 auto;
    padding:0 20px;
    display:flex;
    justify-content:space-between;
}
.p-re_footer_main_left {
    width:400px;
}
.p-re_footer_main_right {
    width:700px;
    margin-left:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.p-re_footer_main_right h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    margin-top:20px;
}

.p-re_footer_main_right p {
    margin-top:10px;
    font-size:12px;
}

.p-re_footer_sub {
    max-width:1240px;
    margin:0 auto;
    padding:10px;
}

.p-re_footer_sub ul {
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 20px;
}

.p-re_footer_sub ul li {
    display:flex;
    justify-content:center;
    align-items:center;
}

.p-re_footer_sub ul li a {
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 10px;
}

.p-re_footer_bottom {
    display:none;
    justify-content:center;
    align-items:center;
    padding:10px;
    font-size:14px;
    color:#FFF;
    width:100%;
    background: #000;
}

.p-re_headerB {
    display:none;
    justify-content:center;
    align-items:center;
    padding:10px;
    font-size:14px;
    color:#FFF;
    width:100%;
    background: #000;
}

/*point1 new */
.point_1list {
    display:flex;
    flex-wrap:wrap;
}

.point_1list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(25% - 10px);
    margin: 5px;
    padding: 10px;
    border: 1px solid #ddd;
}

.point_1list li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.p-point1_new_btn_conveni {
    margin-bottom:20px;
}

.p-point1_new_btn_conveni a {
    display:flex;
    justify-content:center;
    align-items:center;
    border:3px solid #00CED1;
    background:#FFFFFF;
    padding:5px 15px;
    border-radius:8px;
    margin:0 auto;
    max-width:670px;
}

.p-point1_new_btn_conveni a:hover {
    display:flex;
    justify-content:center;
    align-items:center;
    border:3px solid #00CED1;
    opacity:0.6;
    padding:5px 15px;
    border-radius:8px;
    margin:0 auto;
    max-width:670px;
}

.p-point1_conveni_box {
    background:#FFFFFF;
    padding:30px;
    border-radius:8px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
}
.p-point1_conveni_box_back {
    margin-top: 20px;
    text-align: right;
}

.p-point1_conveni_box .IconList27 > * {
    width: 135px;
}

@media screen and (max-width:1024px){
    .p-point1_conveni_box .IconList27 > * {
        width: 125px;
    }
}

.p-point1_new_pay {
    margin-bottom:50px;
}

.p-point1_new_pay2 {
    background:#FFF;
    padding:30px;
    border-radius:8px;
    margin-bottom:20px;
}

@media screen and (max-width:1024px){
    .p-point1_new_pay2 {
        padding:20px;
    }
}
.p-point1_new_btn_conveni a img {
    width:500px;
}

.p-point1_new_pay_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.p-point1_new_pay_list li {
    display: flex;
}

@media screen and (max-width:1024px){
    .p-point1_new_pay_list li {
        display: flex;
    }  
}

.p-point1_new_pay_list li>a {
    display:flex;
    flex-direction: column;
    align-items: center;
    background:#FFFFFF;
    border-radius:8px;
    padding:20px;
    margin-bottom:20px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
    width:100%;
}

.p-point1_new_pay_list li>a:hover {
    display:flex;
    background:#DEF2FF;
    border-radius:8px;
    padding:20px;
    margin-bottom:20px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
    width:100%;
    opacity:1;
}

.p-point1_new_pay_list li img {
    width:250px;
    margin:30px;
}
@media screen and (max-width:1024px){
    .p-point1_new_pay_list li img {
        width: 100%;
        height: auto;
        margin:0 0 10px 0;
    }
}

.p-point1_new_pay_list li a {
    display:flex;
    align-items:center;
}

.p-point1_new_pay_list li a div {
    display:flex;
    flex-direction: column;
    width:100%;
}

.p-point1_new_pay_list li a div h3 {
    margin-bottom:0;
}

.p-point1_new_pay_list li>a div h3 {
    font-size:16px;
    margin-right: auto;
    margin-bottom: 5px;
    color:#0024BF;
}

@media screen and (max-width:1024px){
    .p-point1_new_pay_list li>a div h3 {
        font-size:16px;
    }
}

.p-point1_new_pay_list li>a:hover div h3 {
    font-size:16px;
    margin-right: auto;
    margin-bottom: 5px;
    color:#E00000;
}

.p-point1_new_pay_list li div p {
    font-size:14px;
    margin-bottom:5px;
}

.p-point1_new_pay_list li>a div object {
    margin-bottom:5px;
}

.p-point1_new_pay_list li>a div object a {
    font-size:14px;
    color:#0024BF;
    background: #FFFFFF;
    display: inline-flex;
    padding:7px 15px;
    border: 1px solid;
    border-radius: 5px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
    width:100%;
    text-align: center;
}

.p-point1_new_pay_list li>a div object a:hover {
    font-size:14px;
    color:#FFFFFF;
    background:#0061FF;
}

.p-point1_new_pay_list li div strong {
    font-size:16px;
}

.product_title {
    margin-bottom:25px;
}

.product_title img {
    border-radius: 11px;
}

/*paidy*/
article.Pking27.paidy ul {
    display: flex;
    flex-direction: column;
    margin-bottom:20px;
}

article.Pking27.paidy ul li {
    list-style-type: auto;
    margin-left: 20px;
}

article.Pking27.paidy p {
    margin-bottom: 10px;
}

article.Pking27.paidy div {
    margin-bottom: 20px;
    border: 2px solid #6AD6FF;
    padding: 10px;
}

/*point*/
.l-article_main.l-article_main2 {
    width: calc(100% - 380px);
}
@media screen and (max-width:1024px){
    .l-article_main.l-article_main2 {
        width: calc(100% - 240px);
        margin-right:0px;
    }
}
.l-aside_right2 {
    width: 180px;
}

@media screen and (max-width:1024px){
    .l-aside_right2 {
        display:none;
    }
}

.l-aside_right2 h2 {
    width: 100%;
    background:#8DB9C7;
    color:#FFFFFF;
    padding: 8px 0 4px;
    text-align:center;
    font-size: 14px;
}

.l-aside_right2 ul {
    display:flex;
    flex-direction:column;
    background: #E6EDF4;
    margin-bottom: 20px;
}

.l-aside_right2 ul li {
    margin:20px 10px 0;
}

.l-aside_right2 ul li:last-child {
    margin-bottom:20px;
}

.l-aside_right2 ul li h3 {
    font-size:12px;
    margin-bottom:3px;
}

#PaymentList nav li {
    font-size: 13px;
}

.l-aside_right2_conveni {
    border:1px solid #00CED1;
    background: #FFF;
}

.l-aside_right2_conveni h2 {
    background:#00CED1;
}

.l-aside_right2_conveni img {
    padding: 10px 10px 0;
}

.l-aside_right2_conveni p {
    font-size:12px;
    text-align:center;
    margin-bottom:10px;
}

/*決済ページ*/

.c-point_1_new_pay {
    margin-bottom:20px;
}

.c-point_1_new_pay_h2 {
    font-size:16px;
    color:#7D0000;
    margin-bottom:35px;
    padding:0;
}

.c-point_1_new_pay_h3 {
    font-size:16px;
    color:#000000;
    margin-bottom:25px;
}

.c-point_1_new_pay_h3_warning {
    background: linear-gradient(150deg, #00CED1, #9AECED);
    color:#FFFFFF;
    font-size:20px;
    padding:5px 8px;
    margin-bottom:25px;
}

.c-point_1_new_pay_box {
    margin-bottom:30px;
}

.c-point_1_new_pay_box h4 {
    font-size:16px;
    font-weight:bold;
}

.c-point_1_new_pay_box>p {
    margin-bottom:20px;
}


.c-point_1_new_pay_h3_info {
    background: linear-gradient(150deg, #00CED1, #9AECED);
    color:#FFFFFF;
    font-size:20px;
    padding:5px 8px;
    margin-bottom:25px;
}

.c-point_1_new_pay_h3_warning i, .c-point_1_new_pay_h3_info i {
    color:#FFFFFF;
}

.c-point_1_new_pay_list {
    margin-bottom:20px;
}

.c-point_1_new_pay_list li {
    list-style-type: disc;
    margin-left: 22px;
    padding: 2px 0;
}

.c-point_1_new_pay_listdec {
    margin-bottom:20px;
}

.c-point_1_new_pay_listdec li {
    list-style-type: decimal;
    margin-left: 22px;
    padding: 2px 0;
}

.c-point_1_new_pay_form {
    margin-bottom:45px;
}

.c-point_1_new_pay_form_table {
    display:flex;
    flex-direction:column;
}

.c-point_1_new_pay_form_table tr {
    display:flex;
    align-items:center;
    justify-content: space-between;
    border-bottom:1px dotted #B0B0B0;
}

.c-point_1_new_pay_form_table th, .c-point_1_new_pay_form_table td {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:8px 0;
    color:#00CED1;
    font-size:16px;
    line-height: 1;
}

.c-point_1_new_pay_form_table th:first-child, .c-point_1_new_pay_form_table td:first-child  {
    justify-content:flex-start;
    width:calc(50% - 70px);
    font-weight:bold;
}

.c-point_1_new_pay_form_table th:nth-child(2) {
    justify-content:center;
    width:calc(50% - 50px);
    margin-right:20px;
}

.c-point_1_new_pay_form_table td:nth-child(2)   {
    justify-content:center;
    width:calc(50% - 110px);
    margin-right:20px;
    color: #FE99C7;
    font-weight:bold;
}

.c-point_1_new_pay_form_table th:last-child, .c-point_1_new_pay_form_table td:last-child {
    width:170px;
}

.c-point_1_new_pay_form_table td img {
    width:26px;
    margin-right:5px;
}

.c-point_1_new_pay_form_btn {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:5px 15px;
    font-size:18px;
    background:#00CED1;
    color:#FFFFFF;
    font-size:18px;
    border-radius:5px;
    box-shadow: 0 4px 0 0 #1dcdd1;
    width:150px;
    min-width: 150px !important;
    transition-duration: 100ms;
    font-weight:bold;
}

.c-point_1_new_pay_form_btn:hover {
    box-shadow: 0 0px 0 0 #00CED1;
    margin:4px 0 -4px;
}

.c-point_1_new_pay_boxlink a {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    border: 2px solid #0075FF;
    padding: 20px;
    border-radius: 8px;
    transition-duration:1000ms;
}

.c-point_1_new_pay_boxlink a:hover {
    background:#0075FF;
    color:#FFFFFF;
}

.c-point_1_new_pay_boxlink a:hover h4, .c-point_1_new_pay_boxlink a:hover p {
    color:#FFFFFF;
}

.electronic_money ul li {
    margin: 10px;
    text-align: center;
    width: calc(33.3333% - 20px);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 999; 
}

.c-modalbox {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    border-radius: 8px;
    width: 300px !important;
}

.c-modalbox.open {
    display: block;
}

.c-modalbox li a {
    padding: 5px;
    background: #ddd;
    color:#FF6900;
    display: flex;
    margin: 15px;
    border-radius: 5px;
    font-size: 20px;
}

/*safetyページ TOPページ*/
.p-safety {
    background:#FFFFFF;
}

.p-safety_header {
    width:100%;
    min-width:1000px;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    margin:50px auto;
}

.p-safety_header h1 {
    width:730px;
    height:500px;
    margin-bottom:20px;
}

.p-safety_header h2 {
    font-size:14px;
    font-weight:normal;
}

.p-safety_content {
    width:1000px;
    margin:0 auto;
    padding:0 20px;
    display:block;
}

.p-safety_content_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1000px;
    margin: 0 auto 50px;
}

.p-safety_content_section h2 {
    display:flex;
    align-items:center;
    font-size:24px;
    margin-bottom:20px;
}

.p-safety_content_section h2:before {
    content:"";
    display:block;
    width:30px;
    border-bottom:2px solid #00CED1;
    transform:rotate(60deg);
}

.p-safety_content_section h2:after {
    content:"";
    display:block;
    width:30px;
    border-bottom:2px solid #00CED1;
    transform:rotate(-60deg);
}

.p-safety_content_section_list {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.p-safety_content_section_list li {
    width:440px;
    margin:10px;
}

.p-safety_footer {
    background:#dffbfb;
    padding:30px 0 0 0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    width:100%;
    min-width:1000px;
}

.p-safety_footer_box {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.p-safety_footer_left {
    background:#FFFFFF;
    padding:20px;
    border-radius:8px;
    margin-right:20px;
    width:510px;
}

.p-safety_footer_right {
    width:370px;
}

.p-safety_footer_left h2 {
    font-size:30px;
    color:#00CED1;
    margin-bottom:20px;
}

.p-safety_footer_left a {
    background:#00CED1;
    color:#FFFFFF;
    padding:5px 15px;
    display:inline-flex;
    align-items:center;
    font-size:24px;
    border-radius:8px;
}

.p-safety_footer_left a i.icon-icon_ya_right {
    margin-left:5px;
    color:#FFFFFF;
    font-size:24px;
}

.p-safety_footer_nav {
    display:flex;
    align-items:center;
    justify-content:center;
    background:#00CED1;
    width:100%;
    min-width:1300px;
}

.p-safety_footer_nav li {
    margin:8px 15px;
}

.p-safety_footer_nav li a, .p-safety_footer_nav li a:hover {
    color:#FFFFFF;
}

/*safety safety_mindsetページ*/
.p-safety_mindset_header {
    margin-bottom:50px;
}

.p-safety_mindset_header h1 {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:1000px;
    margin: 0 auto 20px;
}

.p-safety_mindset_header img {
    width:100%;
}

.p-safety_mindset_header h2 {
    font-size:24px;
    color:#00CED1;
    margin:0 auto 10px;
    width:1000px;
    padding:0 20px;
}

.p-safety_mindset_header p {
    margin:0 auto;
    width:1000px;
    padding:0 20px;
}

.p-safety_content_section_mindsetlist {
    width:1000px;
}

.p-safety_content_section_mindsetlist li {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:40px;
}

.p-safety_content_section_mindsetlist_left {
    width:300px;
    margin-right:30px;
}

.p-safety_content_section_mindsetlist_right {
    width:calc(100% - 330px);
}

.p-safety_content_section_mindsetlist_right h3 {
    font-size:24px;
    margin-bottom:5px;
    color:#00CED1;
}

.p-safety_content_section_mindsetlist_right h4 {
    font-size:12px;
    margin-bottom:20px;
}

.p-safety_content_section_mindsetlist_right p {
    font-size:14px;
}

#safetyback {
    display:none;
    padding:20px;
    background:#FFFFFF;
    border-radius:5px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
    color:#00CED1;
    justify-content:center;
    align-items:center;
    position:fixed;
    bottom:55px;
    right:20px;
    animation-name:fadeInAnime;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
}

@keyframes fadeInAnime {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

#safetyback.safetyback_open {
    display:flex;
}

#safetyback i {
    color:#00CED1;
}

/*safety safety_problemページ*/
.p-safety_problem_content {
    width:1000px;
    margin:0 auto;
    padding:0 20px;
    display:block;
}

.p-safety_problem_section {
    margin-bottom: 50px;
}

.p-safety_problem_section h2{
    margin-bottom:10px;
    padding: 0;
}

.p-safety_problem_section h3{
    font-size:24px;
    margin: 0 auto;
    color:#00CED1;
    text-align: center;
    display: flex;
    justify-content: center;
}

.p-safety_problem_section h3 img{
    width:100%;
}

.p-safety_problem_section h4{
    font-size: 18px;
    color:#00CED1;
}

.p-safety_problem_section p{
    font-size:18px;
    margin-bottom:10px;
}

.p-safety_problem_section ul {
    margin-bottom:30px;
}

.p-safety_problem_section li {
    list-style-type: disc;
    margin-left: 25px;
}

.p-safety_problem_section_box {
    display:flex;
    align-items:center;
    margin-top:20px;
}

.p-safety_problem_section_box img {
    width:30px;
    margin-right:10px;
}

/*マイページ*/
.c-coment_phone {
    padding: 10px 15px;
    background: #FFF2FF;
    margin-bottom: 10px;
    display: inline-flex;
    color: #FF3094;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
}

.c-coment_phone:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 8px;
    background: #FFF2FF;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/*チャットページ　年齢チェック*/
.c-chat_view_agecheck {
    position: relative;
}

.c-chat_view_agecheck_bg:after {
    display:flex;
    position:absolute;
    content:"";
    justify-content:center;
    align-items:center;
    background:#000000;
    height:100%;
    width:100%;
    opacity:0.8;
    transition: ease 1s all;
}

.c-chat_view_agecheck_box {
    display:none;
    background:#FFFFFF;
    padding:20px;
    border-radius:8px;
    flex-direction:column;
    align-items:center;
    width:400px;
    height: 350px;
    margin:auto;
    z-index:9999;
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 25%;
    right: 25%;
    transition: ease 1s all;
}

.c-chat_view_agecheck_box img {
    width:140px;
    margin-bottom:20px;
}

.c-chat_view_agecheck_box p {
    font-size:16px;
    margin-bottom:10px;
}

.c-chat_view_agecheck_box a {
    background:#00CED1;
    color:#FFF;
    padding:10px 15px;
    border-radius:5px;
}

/*TOP年齢認証*/
small#age_info {
    font-weight: bold;
}

/*年齢認証ページ*/
.InfoBacBoxH2.c-nenrei_tt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    width: 100%;
    background: #00CED1;
    padding: 20px;
    border-radius: 8px;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#LicenseRow dl dd h4 {
    font-size: 20px;
    font-weight: bold;
    color: #00CED1;
    margin-bottom: 5px;
}

.c-nenrei_list {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #FFF;
}

@media screen and (max-width:1024px){
  .c-nenrei_list {
        width: 100%;
    }  
}

ul.c-nenrei_list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

ul.c-nenrei_list li:last-child {
    border-bottom:none;
}

/*年齢認証fax*/
.c-faxbox {
    background-color: #F9F9F9;
    padding: 30px 20px;
    border-radius: 8px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}

.c-faxbox h3 {
    background: #00CED1;
    color: #FFF;
    padding: 15px 20px;
    border-radius: 8px;
    width: 400px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.c-faxbox_img {
    width: 100px;
    margin-bottom:25px;
    position:relative;
    transition: width 0.3s;
}

.c-faxbox_img_zoom {
    margin-bottom: 20px;
    position: absolute;
    padding: 10px 7px !important;
    background: white;
    border: 2px solid red;
    color: red;
    border-radius: 50% !important;
    font-size:12px !important;
    top: -20px;
    right: -20px;
}

.c-faxbox_img_zoomout {
    display:none;
    margin-bottom: 20px;
    position: absolute;
    padding: 10px 7px !important;
    background: white;
    border: 2px solid red;
    color: red;
    border-radius: 50% !important;
    font-size:12px !important;
    top: -20px;
    right: -20px;
}

.c-faxbox p {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    padding: 0 15px 0 0;
    border-radius: 8px;
}

.c-faxbox p span {
    background: #00CED1;
    padding: 10px 15px;
    border-radius: 8px 0 0 8px;
    font-size: 20px;
    margin-right: 15px;
    color: white;
    letter-spacing: 5px;
}
.c-faxbox p small {
    font-size: 30px;
    margin-top: 5px;
    letter-spacing: 5px;
}
/*TOPイイネ、報告*/
.c-iine_houkoku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom:10px;0
}

.c-iine_houkoku li {
    padding: 0;
}

.c-iine_houkoku li img {
    width: 25px;
    margin-bottom: 5px;
    margin-right: 3px;
}

.c-iine_houkoku li:first-child {
    width: 50%;
    border-radius: 8px 0 0 8px;
    color: #00CED1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:5px;
}

.c-iine_houkoku li:last-child {
    width: 50%;
    border-radius: 0 8px 8px 0;
    color: #5e5e5e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:5px;
}

.c-iine_houkoku li i {
    margin-right: 5px;
}

.c-iine_houkoku li:first-child i {
    background: #00CED1;
    padding:5px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-iine_houkoku li:last-child i {
    background: #5e5e5e;
    padding:5px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-iine_houkoku li i:before {
    color:white;
}

.c-iine_houkoku li i.far.fa-thumbs-up.iine-oncolor.turn {
    transform: rotate(180deg);
}

/*警告ページ warning.html*/
.l-warning {
    padding: 30px;
}

.l-warning_text {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.l-warning_text h3 {
    font-size: 24px;
    color: #00CED1;
    margin-bottom: 20px;
}

.l-warning_text p {
    font-size: 16px;
}

p.l-warning_p_right {
    margin-left: auto;
    margin-bottom: 10px;
}

ul.l-warning_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.l-warning_list li {
    margin:0 10px;
}

a.l-warning_btn_logout {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4A66;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 5px;
}

a.l-warning_btn_chat {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00CED1;
    color: #FFFFFF;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 5px;
}

.l-chat_warning_list_return_i {
    margin-right:0 !important;
}

.l-chat_warning_list_return {
    color:white;
    margin-right:20px;
}
/*コメント*/
#c-coment_iine_btn {
    position:relative;
}

#c-coment_keikoku_btn {
    position:relative;
}

.c-coment {
    display:none;
    background:white;
    border-radius:5px;
    padding:15px;
    box-shadow:1px 1px 3px 3px rgba(0,0,0,0.2);
    position:absolute;
    bottom:50px;
    left:0;
    z-index:2;
    width: 440px;
}

.c-coment:before {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: calc(tan(60deg)* 8px) solid #FFFFFF;
    position: absolute;
    left: 22px;
    bottom: -13px;
    z-index: 3;
}

.c-coment:after {
    content:'';
    display:block;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top: calc(tan(60deg) * 10px) solid #dddddd;
    position:absolute;
    left:20px;
    bottom:-18px;
    filter: blur(1px);
    z-index: 0;
}

/*usersmanual1*/
a.usersmanual_link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00CED1;
    color: #FFFFFF;
    padding: 8px 10px;
    border-radius: 5px;
}

a.usersmanual_link i {
    color: #FFFFFF;
    margin-left: 10px;
}

.c-usersmanual_accordion {
    display:flex;
    flex-direction:column;
}

.c-usersmanual_accordion li {
    display:flex;
    flex-direction:column;
    border:1px solid #00CED1;
    border-radius:5px;
    margin-bottom:20px;
    margin-left: 0;
    overflow:hidden;
}

.c-usersmanual_accordion_title {
    display:flex;
    align-items:center;
    padding:5px 10px;
    background:#dffbfb;
    color:#00CED1;
    font-size:24px;
    cursor: pointer;
}

.c-usersmanual_accordion_title img {
    width:24px;
    height:24px;
    margin-right:10px;
    margin-bottom: 6px;
}

.c-usersmanual_accordion_title i {
    margin-left:auto;
    font-size:20px;
    color:#00CED1;
}

.c-usersmanual_accordion_contents {
    display:none;
    padding:20px;
    font-size:16px;
}

.c-usersmanual_index {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:30px;
}

.c-usersmanual_index li {
    margin:0 10px 10px 0;
}

.c-usersmanual_index li a {
    display:flex;
    align-items:center;
    padding: 5px 8px;
    background:#00CED1;
    color:#FFFFFF;
    border-radius:5px;
}

.c-usersmanual_index li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 5px;
    background: #FFFFFF;
    color: #00CED1;
    margin-right: 5px;
}

.c-usersmanual_list {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:10px !important;
}

.c-usersmanual_list li {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:8px 10px;
    font-size:16px;
    border:1px solid #ddd;
    border-radius:5px;
    margin:0 10px 10px 0;
}

.p-usersmanual_top_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-usersmanual_top_list li {
    width: calc(50% - 20px);
    margin: 10px;
}
/*決済　*/
.c-point_kessai{
    background:#EFEFEF;
    padding:15px;
    border-radius:8px;
    margin-bottom: 40px;
}

.c-point_kessai_sub {
    margin-bottom:40px;
}

.c-point_kessai_sub>h4{
    font-size:14px;
    font-weight:normal;
    margin-bottom:10px;
}

.c-point_kessai_sub>div{
    background:#FFF;
    border-radius:5px;
    overflow:hidden;
    border:1px solid #ddd;
}
/*index head*/
.c-index_header {
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    min-height:600px;
}

.c-index_header_left {
    width: 300px;
    background: rgba(255, 255, 255, 0.9);
}

.c-index_header_back1 {
    background:url('../img/index_header_bb_1.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back2 {
    background:url('../img/index_header_bb_2.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back3 {
    background:url('../img/index_header_bb_3.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back4 {
    background:url('../img/index_header_bb_4.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back5 {
    background:url('../img/index_header_bb_5.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back8 {
    background:url('../img/index_header_bb_8.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back9 {
    background:url('../img/index_header_bb_9.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back10 {
    background:url('../img/index_header_bb_10.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back11 {
    background:url('../img/index_header_bb_11.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back12 {
    background:url('../img/index_header_bb_12.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back13 {
    background:url('../img/index_header_bb_13.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back14 {
    background:url('../img/index_header_bb_14.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back15 {
    background:url('../img/index_header_bb_15.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back16 {
    background:url('../img/index_header_bb_16.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back17 {
    background:url('../img/index_header_bb_17.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back18 {
    background:url('../img/index_header_bb_18.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back19 {
    background:url('../img/index_header_bb_19.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back20 {
    background:url('../img/index_header_bb_20.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back21 {
    background:url('../img/index_header_bb_21.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back22 {
    background:url('../img/index_header_bb_22.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back23 {
    background:url('../img/index_header_bb_23.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back24 {
    background:url('../img/index_header_bb_24.png') no-repeat;
    background-position: right;
    background-color:#F7FFED;
    background-size: auto 100%;
}

.c-index_header_back25 {
    background:url('../img/index_header_bb_25.png') no-repeat;
    background-position: right;
    background-color:#E3EDED;
    background-size: auto 100%;
}

.c-index_header_back26 {
    background:url('../img/index_header_bb_26.png') no-repeat;
    background-position: right;
    background-color:#94A9AC;
    background-size: auto 100%;
}

.c-index_header_back27 {
    background:url('../img/index_header_bb_27.png') no-repeat;
    background-position: right;
    background-color:#A9CEEF;
    background-size: auto 100%;
}

.c-index_header_back28 {
    background:url('../img/index_header_bb_28.png') no-repeat;
    background-position: right;
    background-color:#E6E3DD;
    background-size: auto 100%;
}

.c-index_header_back29 {
    background:url('../img/index_header_bb_29.png') no-repeat;
    background-position: right;
    background-color:#E8E2E2;
    background-size: auto 100%;
}

.c-index_header_back30 {
    background:url('../img/index_header_bb_30c.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back31 {
    background:url('../img/index_header_bb_31.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}

.c-index_header_back32 {
    background:url('../img/index_header_bb_32.png') no-repeat;
    background-position: right;
    background-color:#EDF1F3;
    background-size: auto 100%;
}


.c-index_header_join {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:620px;
    margin:auto;
    padding:30px;
    border-radius:8px;
}

.c-index_header_join h3 {
    color:#054554;
    font-size: 1.8rem;
}

.c-index_header_join_box {
    background:url('../img/index_header_tt_2.png') no-repeat;
    background-size: 100% 100%;
    padding:30px;
    border-radius:8px;
    margin-top:10px;
}

.c-index_header_join_box p {
    color:#054554;
    font-size: 1.2rem;
    text-align:center;
    margin-bottom:20px;
}

.c-index_header_join_box small {
    margin-top:20px;
    display:block;
    color:#054554;
    font-size: 1rem;
    text-align:center;
}

.c-index_header_join_box_list {
    display:flex;
    justify-content:space-around;
}
/*男性ボタン*/
.c-index_header_join_box_btn_men {
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #1CCCE6;
    background:#FFFFFF;
    color:#1CCCE6;
    padding:10px 20px;
    border-radius:8px;
    font-size:2rem;
    font-weight:bold;
    min-width:180px;
}

.c-index_header_join_box_btn_men:hover {
    border:2px solid #1CCCE6;
    background:#1CCCE6;
    color:#FFFFFF;
}

.c-index_header_join_box_btn_men b {
    font-size:1.2rem;
    color:#1CCCE6;
    margin-left:20px;
}

.c-index_header_join_box_btn_men:hover b {
    color:#FFFFFF;
}

.c-index_header_join_box_btn_men i {
    font-size:1.2rem;
    color:#1CCCE6;
    margin-left:5px;
}

.c-index_header_join_box_btn_men:hover i {
    color:#FFFFFF;
}
/*女性ボタン*/
.c-index_header_join_box_btn_wom {
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #FF8FB0;
    background:#FFFFFF;
    color:#FF8FB0;
    padding:10px 20px;
    border-radius:8px;
    font-size:2rem;
    font-weight:bold;
    min-width:180px;
}

.c-index_header_join_box_btn_wom:hover {
    border:2px solid #FF8FB0;
    background:#FF8FB0;
    color:#FFFFFF;
}

.c-index_header_join_box_btn_wom b {
    font-size:1.2rem;
    color:#FF8FB0;
    margin-left:20px;
}

.c-index_header_join_box_btn_wom:hover b {
    color:#FFFFFF;
}

.c-index_header_join_box_btn_wom i {
    font-size:1.2rem;
    color:#FF8FB0;
    margin-left:5px;
}

.c-index_header_join_box_btn_wom:hover i {
    color:#FFFFFF;
}
/*left変更*/

.c-leftmain_rireki a {
    padding: 10px 7px;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.2;
}

.c-leftmain_rireki img {
    width:40px;
    height:40px;
}

.c-leftmain_point, .c-leftmain_mile {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    border: 1px solid #00CED1;
    border-radius: 5px;
    width:100%;
    box-shadow: 0px 0px 3px 2px #00CED1 inset;
}

.c-leftmain_point {
margin-bottom:10px;
}

.c-leftmain_mile {
    margin-bottom:0px;
}

.c-leftmain_point img, .c-leftmain_mile img {
    width: 20px;
    height: 20px;
    margin: 0 2px 0 0;
}

.c-leftmain_point h4, .c-leftmain_mile h4 {
    color:#ffffff;
    font-size:1.2rem;
    margin-right:auto;
}

.c-leftmain_point a, .c-leftmain_mile a {
    background:#ffffff;
    padding:2px 5px;
    border-radius:5px;
    text-align:right;
    min-width: 70px;
}

/*マイル・ポイント利用履歴*/
.table_design09_pager {
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
}
.table_design09_pager li {
    display:flex;
    justify-content:center;
    align-items:center; 
    width:30px;
    height:30px;
    min-width:30px;
    background:#efefef;
    border-radius:5px;
    margin:5px;
}

.table_design09_pager li a, .table_design09_pager li a i {
    display:flex;
    justify-content:center;
    align-items:center; 
    padding:5px;
    width:30px;
    height:30px;
    min-width:30px;
    border-radius:5px;
    background:#00CED1;
    color:#FFFFFF;
}

/*ポイントページ、マイルページ*/
.c-mp_rireki {
	padding: 10px 7px;
    border-radius: 5px;
    border: 1px solid #aaa;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
	width:200px;
	margin:0 10px 15px;
}

.c-mp_rireki img {
	width: 40px;
}

.c-ecoinC-bx {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.c-price {
    text-align: center;
    font-size: 20px;
    color: #00CED1;
    background: #FFF;
    border: 1px solid #00CED1;
    width: 200px;
    margin: auto;
    line-height: 50px;
    margin-bottom: 25px;
    border-radius: 6px;
}

/*index20241112*/
.c-index_snaq {
    display:block;
    width:100%;
    min-width:1000px;
    background:#f9f9f9;
}

.c-index_snaq_contener {
    max-width:1400px;
    margin:0 auto;
    display:flex;
    align-items:center;
}

.c-index_snaq_left {
    width:430px;
    margin:20px;
    position:absolute;
    z-index:1;
    animation:slideIn 0.8s ease-out forwards;
}

@keyframes slideIn {
    from {
        opacity:0;
        transform:translateY(-50px);
    }
    to {
        opacity:1;
        transform:translateY(0);
    }
}

.c-index_snaq_logo {
    display: flex;
    height:50px;
    margin: 5px auto;
}

.c-index_snaq_h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size:7rem;
    margin-bottom: 80px;
    margin-left: 10px;
    color:#FFF;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", "SimSun", serif;
    transform: rotate(-4deg);
    font-style: italic;
    font-weight: bold;
}

.c-index_snaq_h2 strong {
    font-size:8rem;
    line-height: 1.1;
    color: #FFF;
    text-shadow: 0px 0px 8px #ccc;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", "SimSun", serif;
}

.c-tab_snaq h3 {
    font-size: 4rem;
    line-height: 1.3;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.c-tab_snaq p {
    font-size: 12px;
}

.c-tab_snaq {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    background: #FFF;
    border-radius: 8px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 25px;
}

.c-tab_snaq.c-tab_snaq2 {
    flex-direction:column;
}

.c-tab_snaq_item {
    background:#FFF;
    padding: 5px 25px;
    font-size: 1.6rem;
    text-align:center;
    color:#26A8FF;
    transition: all 0.2s ease;
    border-radius:5px 5px 0 0;
    margin-left: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: -85px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.c-tab_snaq_item i {
    color:#26A8FF;
    margin-right:5px;
}

.c-tab_snaq_itemA {
    background:#00CED1;
    color: #FFFFFF;
}

.c-tab_snaq_itemA i{
    color:#FFFFFF;
}

.c-tab_snaq_itemB {
    background:#FFEDFF;
    color:#FF0000;
}

.c-tab_snaq_itemB i{
    color:#FF0000;
}

.c-tab_snaq_itemC {
    background:#00CED1;
    color:#FFFFFF;
}

.c-tab_snaq_itemC i{
    color:#FFFFFF;
}

input[name="tab_item"]{
    display:none;
}

.c-tab_snaq_contents {
    display: none;
    padding:0px;
    width: 100%;
}

.c-tab_snaq_contents_add {
    height: 460px;
}

#pageA:checked ~ #pageAcontents,
#pageB:checked ~ #pageBcontents,
#pageC:checked ~ #pageCcontents {
    display:block;
}

.c-tab_snaq input:checked + .c-tab_snaq_item {
    background: #FFF;
    color: #00CED1;
}

.c-tab_snaq input:checked + .c-tab_snaq_item i {
    color: #00CED1;
}

.c-tab_snaq_contents dd input[type = text] {
    width:100%;
}

input#login_id:focus, input#login_pass:focus {
    border: 1px solid #00CED1;
    outline: none;
    box-shadow: 0 0 5px 0px rgb(0 206  209 / 40%);
}

.c-tab_snaq_contents_box {
    display:flex;
    align-items:center;
}

.c-tab_snaq_contents .BlueBtn input[type = submit] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #FFF;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    border: 2px solid #00CED1 !important;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 5px 10px;
}

.c-tab_snaq_contents .BlueBtn input[type = submit]:hover {
    color: #FFF;
    background: linear-gradient(150deg, #00CED1, #9AECED);
}

.c-tab_snaq_contents .GrayBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: linear-gradient(180deg, #fff, #ddd);
    border: 2px solid #00CED1 !important;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 5px 15px;
    margin-left:10px;
}

.c-tab_snaq_contents .GrayBtn input[type = submit]:hover {
    color: #FFF;
    background: linear-gradient(150deg, #9AECED,#00CED1);
}

.c-tab_snaq_contents .GrayBtn input[type=checkbox] {
    margin-right:6px;
}

.c-tab_snaq_contents_pass {
    width:175px;
    margin: 0 auto 20px;
    text-align:center;
}

.c-tab_snaq_contents_pass:after {
    content: "";
    display: block;
    background: url(/img/newlogin_forgot.png) no-repeat;
    width: 100%;
    height: 11px;
}

.c-tab_snaq_contents_man,.c-tab_snaq_contents_woman {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}

.c-tab_snaq_contents_man_box,.c-tab_snaq_contents_woman_box {
    display:flex;
    flex-direction:column;
}

.c-tab_snaq_contents_man img,.c-tab_snaq_contents_woman img {
    width: 55px;
}

.c-tab_snaq_contents_man strong {
    font-size:1.4rem;
    color:#26A8FF;
}

.c-tab_snaq_contents_woman strong {
    font-size:1.4rem;
    color:#FF0000;
}

.c-tab_snaq_contents_man span,.c-tab_snaq_contents_woman span {
    font-size:2.5rem;
    font-weight: bold;
}

.c-tab_snaq_join {
    display: flex;
    align-items:center;
    justify-content:space-between;
}

ul.c-tab_snaq_join li {
    width: calc(50% - 5px);
    height:90px;
}

ul.c-tab_snaq_join li:first-child {
    margin-right:5px;
}

ul.c-tab_snaq_join li:last-child {
    margin-left:5px;
}

.c-tab_snaq_join li .c-tab_snaq_join_man {
    display:flex;
    align-items:center;
    width:100%;
    background:linear-gradient(150deg, #00CED1, #9AECED);
    border: 5px solid #FFFFFF;
    border-radius:5px;
    box-shadow: 0 5px 0 1px rgba(0, 0, 0, 0.2);
}

.c-tab_snaq_join li .c-tab_snaq_join_man:hover {
    background:linear-gradient(150deg, #9AECED, #00CED1);
}

.c-tab_snaq_join li .c-tab_snaq_join_woman {
    display:flex;
    width:100%;
    background:linear-gradient(150deg, #FFABEF, #FF0B91);
    border: 5px solid #FFFFFF;
    border-radius:5px;
    box-shadow: 0 5px 0 1px rgba(0, 0, 0, 0.2);
}

.c-tab_snaq_join li .c-tab_snaq_join_woman:hover {
    background:linear-gradient(150deg, #FF0B91, #FFABEF);
}

.c-tab_snaq_join li a:hover {
    margin-top:4px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
}

.c-tab_snaq_join_man img, .c-tab_snaq_join_woman img{
    height:72px;
}

.c-tab_snaq_join_man p, .c-tab_snaq_join_woman p{
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
    color:#FFFFFF;
    padding:0 5px 0 0;
    font-size:1.0rem;
}

.c-tab_snaq_join_man p strong, .c-tab_snaq_join_woman p strong{
    color:#FFFFFF;
    font-size:2.6rem;
    line-height: 1;
    margin-top: 8px;
    letter-spacing: 1.5px;
}
.c-tab_snaq_18 {
    margin-top:15px;
    text-align:center;
    font-size:1.0rem;
    line-height: 2;
    display:none;
}

.c-tab_snaq_contentsCbox {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
}

.c-tab_snaq_contentsCbox h3 {
    display: flex;
    align-items: center;
    font-size:1.8rem;
    color:#00CED1;
    margin-bottom: -8px;
}

.c-tab_snaq_contentsCbox h3:before {
    content:"";
    display: flex;
    align-items: center;
    width:30px;
    height:30px;
    border-right:1px solid #26A8FF;
    transform: rotate(-35deg);
    margin: 17px 10px 0 0;
}

.c-tab_snaq_contentsCbox h3:after {
    content:"";
    display: flex;
    align-items: center;
    width:30px;
    height:30px;
    border-left:1px solid #26A8FF;
    transform: rotate(35deg);
    margin: 17px 0 0 10px;
}

.c-tab_snaq_contentsCbox img {
    width:150px;
}

.c-tab_snaq_contentsCboxS {
    display:flex;
    align-items:center;
    justify-content: center;
}

.c-tab_snaq_contentsCboxS img{
    width:85px;
    margin-right:15px;
}

.c-tab_snaq_contentsCboxS p{
    font-size:1.6rem;
}

/*index20241112スライド*/
#c-snaq_slideshow {
    position: relative;
    width: 100%;  /* 画像の幅 */
    min-width:1000px;
    height: 730px; /* 画像の高さ */
    overflow: hidden;
  }

#c-snaq_slideshow img {
    -webkit-mask-image: linear-gradient(to right, transparent, white 0%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, white 0%, black 90%, transparent);
}

/* 画像のスタイル */
.c-snaq_slide {
    position: absolute;
    object-fit:cover;
    height: 820px;
    opacity: 0;
    transition: opacity 1s;
    object-position: right;
}

/* 最初の画像を表示状態にする */
.c-snaq_slide.active {
opacity: 1;
}

.RedBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #FFF;
    background: linear-gradient(150deg, #FE99C7, #FF0000);
    border: 2px solid #FF0000 !important;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 5px 10px;
}

.RedBtn:hover {
    color: #FFF;
    background: linear-gradient(150deg, #FF0000, #FE99C7);
}

.RedBtn i {
    color: #FFFFFF;
    margin-right:5px;
}

.c-snaq_crown {
    position: absolute;
    right: 30px;
    bottom: 100px;
    z-index: 1;
}

/*nav*/
.c-index_snaq_nav {
    width: 100%;
    height: 60px;
    position: relative;
    background: #FFFFFF;
    z-index: 9999;
}

.c-index_snaq_nav_contener {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.c-index_snaq_nav_ul {
    display:flex;
    align-items:center;
    margin-right: 20px;
}

@media screen and (max-width:1190px) {
  .c-index_snaq_nav_ul {
    display:none;
  }
}

.c-index_snaq_nav_ham {
    display:none;
}

@media screen and (max-width:1189px) {
  .c-index_snaq_nav_ham {
    display:block;
    margin-right: 20px;
  }
}
/*ヘッダーハンバーガー*/
.snaq_hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  
}

.snaq_hamburger span {
  position: absolute;
  height: 3px;
  width: 100%;
  background:#00CED1;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.snaq_hamburger span:nth-child(1) {
  top: 0;
}
.snaq_hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.snaq_hamburger span:nth-child(3) {
  bottom: 0;
}

.snaq_hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8.5px;
}

.snaq_hamburger.active span:nth-child(2) {
  opacity: 0;
}

.snaq_hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8.5px;
}

.snaq_nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  transition: right 0.3s ease;
  padding-top: 60px;
  z-index: 1000;
  opacity: 0.98;
}

.snaq_nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.snaq_nav-menu ul li {
  margin: 20px;
}

.snaq_nav-menu ul li a {
  color: #00CED1;
  text-decoration: none;
  font-size: 18px;
}

.snaq_nav-menu.open {
  right: 0;
}




.c-index_snaq_nav_ul li {
    display:flex;
    justify-content:center;
    align-items:stretch;
}

.c-index_snaq_nav_ul li:last-child a {
    border-radius:50px;
    padding:5px 15px;
    background:#00CED1;
    color:#FFF;
}

.c-index_snaq_nav_ul li:last-child a:hover {
    border-radius:50px;
    padding:5px 15px;
    background:#FF919C;
    color:#FFF;
}

.c-index_snaq_nav_ul li a {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:25px;
}

.c-index_snaq_nav_woman {
    color:#FF0000;
}

.c-index_snaq_nav_man {
    color:#26A8FF;
}
/*snaq footer*/
.p-snaq_footer {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.p-snaq_footer.p-snaq_footerB {
    width:1000px;
    margin:0 auto;
}

.p-snaq_footer_main {
    width: 100%;
    background:#FAFAFA;
}

.p-snaq_footer_main_contein {
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    align-items:center;
    background:#FFF;
    padding:15px 20px;
    margin:0 auto;
}

.p-snaq_footer_main_logo {
    width:200px;
    margin: 20px 0 0 0;
}

.p-snaq_footer_main_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:auto;
}

.p-snaq_footer_main_sns a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    margin:5px;
}

.p-snaq_footer_main_list{
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-snaq_footer_main_list ul {
    margin-right:30px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

.p-snaq_footer_main_list li {
    margin: 0;
}

.p-snaq_footer_main_list li a {
    display: inline-flex;
    align-items: center;
    font-size:14px;
    padding:10px 10px;
    border-radius:20px;
}

.p-snaq_footer_main_list li a:hover {
    background:#FFFFFF;
}

.p-snaq_footer_main_list li a i {
    color:#00CED1;
    margin-right:3px;
}

.p-snaq_footer_sub {
    width: 100%;
    min-width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background:#F9F9F9;
    display:none;
}

.p-snaq_footer_sub img {
    width: 80px;
}

.p-snaq_footer_sub ul {
    margin-right:50px;
}

.p-snaq_footer_subsub {
    width: 100%;
}

.p-snaq_footer_subsub ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: #FAFAFA;
    width: 100%;
    padding: 10px;
}

.p-snaq_footer_subsub ul li a {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 20px;
}

.p-snaq_footer_subsub ul li a i {
    color: #00CED1;
    margin-right: 3px;
}

/*timeoutモーダル*/
.c-modal_timeout_p {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
}

/*プロフィールリニューアル20250129*/
.c-reprofile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    background: #CCE4FF;
}

.c-reprofile_header_name {
    text-align: center;
    border: 1px solid #FFD69C;
    background: linear-gradient(to right, #0075FF, #0075FF, #70D7FF);
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 1.6rem;
    min-width: 300px;
}

.c-reprofile_header_back a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFD69C;
    background: linear-gradient(to right, #0075FF, #0075FF, #70D7FF);
    padding: 9px 10px;
    width: 60px;
    clip-path: polygon(0 0, 40px 0, 100% 50%, 40px 100%, 0 100%);
}

.c-reprofile_header_back a i {
    color: #FFF;
    margin-right: 13px;
    font-weight: bold;
    font-size: 1.8rem;
}

.c-reprofile_main {
    margin-bottom:50px;
    display: flex;
}

@media screen and (max-width:1024px){
   .c-reprofile_main {
        margin-bottom:50px;
        display: flex;
        flex-wrap:wrap;
    } 
}

.c-reprofile_main_left {
    display: flex;
    flex-direction: column;
    align-items:center;
    padding: 2px;
    width: 320px;
    margin-right:20px;
}

@media screen and (max-width:1024px){
    .c-reprofile_main_left {
        display: flex;
        flex-direction: column;
        align-items:center;
        padding: 2px;
        width: 100%;
        margin-right:0px;
        margin-bottom:30px;
    }
}

.c-reprofile_main_left_img {
    display: flex;
    justify-content: center;
    width: auto;
    background: #FFFFFF;
    margin-bottom: 15px;
    position: relative;
}

.c-reprofile_main_left_iine {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 1px solid #FFD69C;
    padding:1px;
    color:#FFF;
    width: 160px;
    margin-bottom: 15px;
}

.c-reprofile_main_left_iine span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #FF4700, #FF7300, #FF7300);
    border: 1px solid #FFD69C;
    padding:1px;
    color:#FFF;
    padding: 5px;
    width: 100%;
}

.c-reprofile_main_left_iine span strong {
    padding: 0 5px;
    background: #FFFFFF;
    border-radius: 3px;
    color: #FF4700;
    margin-left: auto;
}

.c-reprofile_main_left_iine img {
    width: 25px;
    color:#FFFFFF;
}

.c-reprofile_main_right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 340px);
}

.c-reprofile_main_right_2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (max-width:1024px){
    .c-reprofile_main_right {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.c-reprofile_main_right_box {
    display: flex;
    flex-direction: column;
    margin-bottom:23px;
}

.c-reprofile_main_right_box_left {
    display: flex;
    flex-direction: column;
    width:100%;
    margin-right: 10px;
}

.c-reprofile_main_right_box_left_namebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 5px;
    padding: 5px 0;
    border-bottom: 2px solid #9AECED;
}

.c-reprofile_main_right_box_left_namebox_name {
    font-size: 2rem;
    margin-right: auto;
}

.c-reprofile_main_right_box_left_namebox_old {
    font-size: 1.6rem;
}

.c-reprofile_main_right_box_left_areabox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    padding: 1px;
    width: 100%;
    margin-bottom: 10px;
}

.c-reprofile_main_right_box_left_areabox_name {
    padding: 5px 5px 5px 10px;
    color: #FFFFFF;
    font-size: 12px;
    width: 70px;
}

.c-reprofile_main_right_box_left_areabox_old {
    width: calc(100% - 70px);
    background: #FFFFFF;
    padding: 5px 5px 5px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
}

.c-reprofile_main_right_box_right {
    width: calc(100% - 230px);
    max-width: 320px;
    min-width: 320px;
    margin: 0 auto;
}

.c-reprofile_main_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}
/*いいね OFF*/
.c-reprofile_main_icon_iine_off {
    background:#FFFFFF;
    padding:1px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
}

.c-reprofile_main_icon_iine_off span {
    font-size: 26px;
    color: #FFFFFF;
    padding-bottom: 5px;
}

.c-reprofile_main_icon_iine_off a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 68px;
    height:68px;
    padding: 5px;
    background: linear-gradient(180deg, #fd82be 50%, #FF007D 50%, #FF007D);
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}

.c-reprofile_main_icon_iine_off a:before {
    content: "10\e90a";
    font-family: 'IcoMoon';
    display: flex;
    align-items: center;
    position: absolute;
    right: -10px;
    bottom: 55px;
    background: #FFF;
    padding: 2px 5px;
    border-radius: 100vh;
    font-size: 14px;
    color: #ce3d00;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.c-reprofile_main_icon_iine_off a img {
    width:40px;
}

.c-reprofile_main_icon_iine_off a small {
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*いいね ON*/
.c-reprofile_main_icon_iine_on {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #FFD69C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 5px;
    background: linear-gradient(180deg, #FFF 50%, #f0f0f0 50%, #f0f0f0);
    border-radius: 5px;
    font-size: 16px;
}

.c-reprofile_main_icon_iine_on small {
    color: #FF007D;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-reprofile_main_icon_iine_on small span {
    font-size: 26px;
    padding-bottom: 5px;
    color: #FF007D;
}

.c-reprofile_main_icon_iine_on img {
    width:40px;
}


/*お気に入り OFF*/
.c-reprofile_main_icon_like_off {
    background:#FFFFFF;
    padding:1px;
    border: 1px solid #FFD69C;
    border-radius: 5px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
}

.c-reprofile_main_icon_like_off a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height:70px;
    padding: 5px;
    background: linear-gradient(180deg, #89e65b 50%, #00C440 50%, #00C440);
    border-radius: 5px;
    font-size: 16px;
}

.c-reprofile_main_icon_like_off span {
    font-size: 25px;
    color: #FFF;
    padding-bottom: 5px;
}

.c-reprofile_main_icon_like_off a img {
    width:40px;
}

.c-reprofile_main_icon_like_off a small {
    color: #FFF;
}

/*お気に入り ON*/
.c-reprofile_main_icon_like_on {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 5px;
    background: linear-gradient(180deg, #FFF 50%, #f0f0f0 50%, #f0f0f0);
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #FFD69C;
    border-radius: 5px;
    font-size: 16px;
    cursor: grab;
}

.c-reprofile_main_icon_like_on span {
    font-size: 24px;
    color: #00C440;
    padding-bottom: 5px;
}

.c-reprofile_main_icon_like_on img {
    width:40px;
}

.c-reprofile_main_icon_like_on small {
    color:#00C440;
}

/*気になる OFF*/
.c-reprofile_main_icon_maybe_off {
    display:block;
    cursor: grab;
}

.c-reprofile_main_icon_maybe_off button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 5px;
    background: linear-gradient(180deg, #fdabe3 50%, #f186cf 50%, #f186cf);
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #FFD69C;
    border-radius: 5px;
    font-size: 16px;
    cursor: grab;
}

.c-reprofile_main_icon_maybe_off button span {
    font-size: 37px;
    color: #FFF;
    margin-top: -5px;
}

.c-reprofile_main_icon_maybe_off button small {
    color:#FFFFFF;
}

/*気になる ON*/
.c-reprofile_main_icon_maybe_on {
    display:block;
}

.c-reprofile_main_icon_maybe_on button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 5px;
    background: linear-gradient(180deg, #FFF 50%, #f0f0f0 50%, #f0f0f0);
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #FFD69C;
    border-radius: 5px;
    font-size: 16px;
}

.c-reprofile_main_icon_maybe_on button span {
    font-size: 37px;
    color: #f186cf;
    margin-top: -5px;
}

.c-reprofile_main_icon_maybe_on button small {
    color:#f186cf;
}

/*ブロック OFF*/
.c-reprofile_main_icon_block_off {
    background:#FFFFFF;
    padding:1px;
    border: 1px solid #FFD69C;
    border-radius: 5px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
}

.c-reprofile_main_icon_block_off span {
    font-size: 23px;
    padding: 5px;
    margin-top: -5px;
    color: #FFFFFF;
}

.c-reprofile_main_icon_block_off a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 68px;
    height:68px;
    padding: 5px;
    background: linear-gradient(180deg, #afafaf 50%, #828282 50%, #828282);
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.c-reprofile_main_icon_block_off a img {
    width:37px;
    padding: 3px;
}

.c-reprofile_main_icon_block_off a small {
    color: #FFF;
}

/*ブロック ON*/
.c-reprofile_main_icon_block_on {
    background:#FFFFFF;
    padding:1px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #FFD69C;
}

.c-reprofile_main_icon_block_on a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 68px;
    height:68px;
    padding: 5px;
    background: linear-gradient(180deg, #FFF 50%, #f0f0f0 50%, #f0f0f0);
    border-radius: 5px;
    font-size: 16px;
}

.c-reprofile_main_icon_block_on a span {
    font-size: 26px;
    padding: 5px;
    color: #828282;
}

.c-reprofile_main_icon_block_on a img {
    width:37px;
    padding: 3px;
}

.c-reprofile_main_icon_block_on a small {
    color:#828282;
}

/*通報*/
.c-reprofile_main_icon_alert_on {
    background:#FFFFFF;
    padding:1px;
    border: 1px solid #FFD69C;
    border-radius: 5px;
    box-shadow:0 0 3px 0 rgba(0,0,0,0.2);
}

.c-reprofile_main_icon_alert_on a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height:70px;
    padding: 5px;
    background: linear-gradient(180deg, #ff4f4f 50%, #ff0000 50%, #ff4f4f);
    border-radius: 5px;
    font-size: 16px;
}

.c-reprofile_main_icon_alert_on a img {
    width:38px;
    padding: 3px;
}

.c-reprofile_main_icon_alert_on a small {
    color:#FFFFFF;
}

/*メッセージを送るボタン*/
.c-reprofile_main_button_send {
    background:#FFFFFF;
    padding:1px;
    border: 1px solid #FFD69C;
    margin-bottom:10px;
}

.c-reprofile_main_button_send a {
    display:flex;
    justify-content:center;
    align-items:center;
    background: linear-gradient(180deg, #0ce916 50%, #00cf0a 50%, #00cf0a);
    padding:5px;
    width:100%;
    color:#FFFFFF;
    font-size:1.6rem;
}

.c-reprofile_main_button_send a span{
    font-size:19px;
    margin-right:5px;
    color:#FFF;
}

/*通報ボタン*/
.c-reprofile_main_button_report {
    background:#FFFFFF;
    padding:1px;
    border: 1px solid #FFD69C;
}

.c-reprofile_main_right_box_left_namebox .likeReturnCouple.show {
    margin-right: 10px;
}

.c-reprofile_main_button_report a {
    display:flex;
    justify-content:center;
    align-items:center;
    background: linear-gradient(#dadada 0%, #969696 50%, #7c7c7c 51%, #707070 100%);
    padding:5px;
    width:100%;
    color:#FFFFFF;
    font-size:1.6rem;
}

.c-reprofile_main_button_report a span{
    color:#FFF;
}



.c-reprofile_main_right_myprofile {
    background: #FFF8F3;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #FFD69C;
}

.c-reprofile_main_right_myprofile h3 {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #000000;
    /*padding-bottom: 20px;*/
}
.c-reprofile_main_right_myprofile h3:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, #ffa058, #ffe328);
    border: 1px solid #FFD69C;
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -2px;
}

.c-reprofile_main_right_myprofile_time_tt {
    display: none;
    align-items:center;
    background: #827772;
    border: 1px solid #827772;
    width:180px;
    margin-bottom:15px;
}

.c-reprofile_main_right_myprofile_time_tt_tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#FFFFFF;
    padding: 0 10px;
    width: 100%;
}

.c-reprofile_main_right_myprofile_time_tt_time {
    width: calc(100% - -150px);
    background: #FFFFFF;
    padding: 5px 5px 5px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
}

.c-reprofile_sub {
    margin-bottom: 50px;
}
/*Profile*/
.c-reprofile_sub h2 {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #000000;
    padding-bottom: 20px;
}

.c-reprofile_sub h2:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, #ffa058, #ffe328);
    border: 1px solid #FFD69C;
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -2px;
}

.c-reprofile_sub h2:after {
    content: "";
    display: block;
    width: 470px;
    height: 2px;
    background: linear-gradient(to right, #ffa058, #ffe328, #FFFFFF);
    margin-left: 8px;
    margin-top: -2px;
}

@media screen and (max-width:1024px){
    .c-reprofile_sub h2:after {
        width: 60%;
    }
}

.c-reprofile_sub_list {
    display: flex;
    flex-wrap: wrap;
}

.c-reprofile_sub_list li {
    display: flex;
    width: calc(50% - 10px);
    margin-right:20px;
    align-items:center;
    border: 1px solid #FFD69C;
    background: linear-gradient(#ffac00 50%, #ffa058);
    padding: 1px;
    margin-bottom:10px;
}

ul.c-reprofile_sub_list li:nth-child(even) {
    margin-right: 0;
}

.c-reprofile_sub_list_tt {
    padding: 5px 5px 5px 10px;
    color: #FFFFFF;
    font-size: 1.3rem;
    width: 165px;
    text-align:center;
}

.c-reprofile_sub_list_bd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 70px);
    height: 100%;
    background: linear-gradient(#FFFFFF 50%,#efefef);
    padding: 5px 5px 5px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
    font-size: 1.3rem;
}

.c-reprofile_send {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFF8F3;
    padding: 0;
    border: 1px solid #FFD69C;
    margin: 2px;
    position: relative;
    border-radius: 12px;
}

.c-chanceBox {
    position: absolute;
    top: 45px;
    left: 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.c-chanceBoxChat{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 55px;
}

.c-chanceBoxChat img{
    position: absolute;
    left: -115px;
    top: 2px;
    height: 29px;
    width: auto !important;
    border-radius: 0;
}

.c-chanceBoxChatText {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin-left: 5px;
    font-size: 1.4rem;
    color: #FF0075;
}

.c-chanceBoxChatText:before {
    position:absolute;
    left:-9px;
    content:"";
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #ffffff;
    border-left: 0;
}

img.c-chancetimeicon {
    width: 110px;
}

.c-chanceBoxText {
    position:relative;
    display:flex;
    align-items:center;
    padding: 5px 10px;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    margin-left: 5px;
    font-size: 1.5rem;
    color: #FF0075;
}

.c-chanceBoxText:before {
    position:absolute;
    left:-9px;
    content:"";
    display:block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #ffffff;
    border-left: 0;
}

.c-reprofile_send h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    padding: 5px;
    margin: 20px auto;
    color:#666;
}

.c-reprofile_send h2 strong {
    color:#ff4f4f;
}

.c-reprofile_send h2 span {
    margin-right:5px;
    font-size:18px;
    color:#ff4f4f;
}

.c-reprofile_send h2 img {
    width:25px;
    margin-right:5px;
}

.c-reprofile_send p {
    margin: 0 15px 5px;
}

.c-reprofile_send_bd {
    width:100%;
    margin-bottom:10px;
}

.c-reprofile_send_bd textarea{
    width: calc(100% - 30px);
    height: 300px;
    border: 1px solid #ababab;
    margin: 0 15px;
}

.c-reprofile_send_bd textarea:focus{
    outline: none;
    border: 2px solid #00cf0a;
}
.c-reprofile_send_attach {
    display:none;
    margin: 0 20px 20px;
}

.c-reprofile_send_attach ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.c-reprofile_send_attach ul li {
    display: flex;
    align-items: center;
    background: #71d87a;
    padding: 3px 3px 3px 0;
    border: 3px solid #71d87a;
    width: 33.3333%;
    max-width: 240px;
    min-width: 240px;
    margin-bottom: 10px;
}

.c-reprofile_send_attach ul li:not(:last-child){
    margin-right:15px;
}

.c-reprofile_send_attach_tt{
    display: flex;
    align-items: center;
    color:#FFFFFF;
    font-size:1.2rem;
    margin-right: 5px;
}

.c-reprofile_send_attach_bd select{
    width:95px;
    font-size:1.2rem;
}

.c-reprofile_send_attach ul li img {
    width:20px;
    margin-right:5px;
    margin-left:5px;
}

.c-reprofile_send_box {
    display:flex;
    flex-direction: column;
    margin: 0 15px 25px;
}

.c-reprofile_send_box_left {
    margin-bottom: 15px;
}

.c-reprofile_send_box_left ul li {
    font-size:1.3rem;
}

.c-reprofile_send_box_right {
    margin: 0 auto;
}

.c-reprofile_send_btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #ff0000 !important;
    border-radius: 100vh !important;
    border: none !important;
    text-shadow: none !important;
    font-size: 2.6rem !important;
    padding: 15px 20px !important;
    font-weight: bold !important;
    max-width: 350px !important;
    margin: 0 auto;
}

.c-reprofile_send_btn:hover {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #ff0000 !important;
    border-radius: 100vh !important;
    border: none !important;
    text-shadow: none !important;
    font-size: 2.6rem !important;
    padding: 15px 20px !important;
    font-weight: bold !important;
    max-width: 350px !important;
    margin: 0 auto;
    opacity:0.8 !important;
}

.c-reprofile_send_btn input {
    background: none;
    color: #FFF;
    border-radius: 12px;
    border:none;
    text-shadow:none;
    padding: 0;
}

.c-reprofile_send_btn input:hover {
    background: none;
    color: #FFF;
    border-radius: 12px;
    border:none;
    text-shadow:none;
    padding: 0;
}

.c-reprofile_send_btn img {
    width:25px;
    margin-right:5px;
}

/*モーダルメッセージ表示*/
/* モーダルの背景 */
#modal_overlay,#modal_overlayB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* モーダルウィンドウ */
#message_modal,#message_modalB {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}

/* ボタンのスタイル */
#close_btn,#close_btnB {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    color: #FFF;
    border: none;
    margin: 10px auto 0 auto;
}

/* ヘッダーボタンのスタイル */
.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px; 
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
  
   @media(min-width: 400px) {
     display: inline-block;
     margin-right: 2.5em;

     &:nth-of-type(even) {
       margin-right: 0;
     }
   }
  
  @media(min-width: 600px) {
      
    margin: 0 1em 2em;
  
     &:nth-of-type(even) {
       margin-right: 2.5em;
     }
    
     &:nth-of-type(5) {
      margin-right: 0;
     }
    
  }
  &:hover { text-decoration: none; }
}

.btn-3 {
  background: #e64b47;  
  border: 1px solid #d22f2b;
  box-shadow: 0px 2px 0 #b42e2a, 2px 4px 6px #d22f2b;
  font-weight: 900;
  letter-spacing: 1px;
  transition: all 150ms linear;
}

.btn-3:hover {
  background: #da2f2a;
  border: 1px solid rgba(#000, .05);
  box-shadow: 1px 1px 2px rgba(#fff, .2);
  color: lighten(#E1332D, 18%); 
  text-decoration: none;
  text-shadow: -1px -1px 0 #b92b27;
  transition: all 250ms linear;
}

/* モーダルのテキスト */
.c-modal_overlay_text {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.c-modal_overlay_text strong {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    line-height: 1.8;
    color: #FF0000;
    padding-bottom: 5px;
    border-bottom: 1px solid #F78A0E; 
}

.c-modal_overlay_id {
    display: flex;
    width: 300px;
    border: 1px solid #1cb253;
    border-radius: 5px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    width: 100%;
}

.c-modal_overlay_id strong {
    padding: 5px 10px;
    background: #1cb253;
    color: #FFFFFF;
    text-align: center;
    width: 180px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #1cb253;
}

.c-modal_overlay_id span {
    padding:5px 10px;
    background:#FFFFFF;
}

.c-modal_overlay_pw {
    display: flex;
    width: 300px;
    border: 1px solid #1cb253;
    border-radius: 5px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    width: 100%;
}

.c-modal_overlay_pw strong {
    padding: 5px 10px;
    background: #1cb253;
    color: #FFFFFF;
    text-align: center;
    width: 180px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #1cb253;
}

.c-modal_overlay_pw span {
    padding:5px 10px;
    background:#FFFFFF;
}

/*画像登録画像回転*/
.c-album_imgview {
    display: inline-block;
    padding: 20px;
    background: white;
    margin-top: 20px;
    border-radius: 8px;
}

/*ピックアップバナー*/
.c-pickupbanner {
    margin:30px;
    display:block;
    order:1;
    text-align:center;
}

/*sms認証*/
.c-sms_mikan {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    margin-top: -30px;
    background-image: linear-gradient(45deg, #00CED1, #9AECED);
}

h2.c-sms_mikan_h2 {
    width: 450px;
    height: 90px;
    margin-bottom: 20px;
}

.c-sms_mikan_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-sms_mikan_box_tt {
    width: 540px;
    margin-bottom: 20px;
}

.c-sms_mikan_box_alert font {
    display: inline-flex;
    justify-content: center;
    padding: 10px 20px;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
}

.c-sms_mikan_p {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.c-sms_mikan_p dl {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    margin: 0 auto;
}

.c-sms_mikan_p dl dt{
    width:100px !important;
    color: #FFFFFF !important;
}

.c-sms_mikan_p dl dd:last-child {
    width:100px !important;
}

.c-sms_mikan_p dl dd input[type = "text"] {
    width: 320px !important;
    padding: 10px !important;
    height: auto !important;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.c-sms_mikan_p dl dd input[type = "text"]:focus {
    outline: none;
    border: 2px solid #00CED1 !important;
    box-shadow: 0 0 5px 0px rgb(2 40 254 / 20%);
}

.c-sms_mikan_p dl dd input[type = "button"] {
    margin-bottom:0;
}

.c-sms_mikan_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    border: 2px solid #00CED1 !important;
    width: 85px !important;
    font-size: 1.6rem;
    padding: 10px !important;
    margin: 0 !important;
    height: auto !important;
}


.c-sms_mikan_return {
    display: flex;
    justify-content: center;
    align-items:center;
}

input.c-sms_mikan_return_btn {
    background: none;
    color: #FFF;
    font-size: 1.6rem;
}

.c-sms_mikan_return i {
    color:#FFF;
    margin-right:5px;
}

/*m_c_kakunin 新規無料登録*/
.c-m_c_kakunin {
    background-image: linear-gradient(45deg, #F9F9F9, #9AECED);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 550px;
    margin-top: -30px;
}

.c-m_c_kakunin_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 50px;
    margin: 50px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.c-m_c_kakunin_box h2 {
    margin-bottom: 30px;
}

.c-m_c_kakunin_section {
    width: 100% !important;
    margin-bottom: 0 !important;
}

p.c-m_c_kakunin_p {
    margin-bottom: 30px;
}

form.c-m_c_kakunin_form input {
    padding: 5px !important;
    width: 200px;
    margin-bottom:0 !important;
}

form.c-m_c_kakunin_form select {
    padding: 5px;
    border-radius: 5px;
    width: 200px;
}

form.c-m_c_kakunin_form textarea {
    padding: 5px !important;
    border-radius: 5px !important;
    width: 470px !important;
}

#regDetail dl {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}

.c-m_c_kakunin_dl {
    padding-bottom:0 !important;
}
/*nenrei_mikan.html 年齢認証について*/
.c-nenrei_mikan {
    background-image: linear-gradient(45deg, #F9F9F9, #9AECED);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -30px;
}

.c-nenrei_mikan_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 50px;
    margin: 50px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    width: 900px;
    min-height: 450px;
}

.c-nenrei_mikan_box_area{
    width: 100%;
    padding: 30px;
    background-color: #F9F9F9;
    border-radius: 8px;
    font-size: 1.8rem;
}

h2.c-nenrei_mikan_h2 {
    margin-bottom: 30px;
}

p.c-nenrei_mikan_p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.6rem;
}

.c-nenrei_mikan_note_text {
    position: relative;
    padding: 30px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom:30px;
}

.c-nenrei_mikan_note_text:after {
    position:absolute;
    bottom: -23px;
    left:calc(50% - 11px);
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 23px solid #ddd;
    border-bottom: 0;
}

.c-nenrei_mikan_note_text:before {
    position: absolute;
    bottom: -22px;
    left:calc(50% - 11px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 23px solid #FFFFFF;
    border-bottom: 0;
    z-index: 1;
}

.c-nenrei_mikan_note_text2 {
    position: relative;
    padding: 30px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    border-radius: 8px;
    margin-bottom:30px;
    width: 100%;
    background:#F9F9F9;
}

.c-nenrei_mikan_note_list {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

.c-nenrei_mikan_note_list li {
    width: calc(33.3333% - 20px);
    margin: 10px;
}

form.c-nenrei_mikan_form {
    display: flex;
    align-items: center;
}

form.c-nenrei_mikan_form input[type="file"]{
    display:flex;
    align-items:center;
    padding:8px;
    background:#FFFFFF;
    border-radius:8px;
    margin-right:10px;
}

form.c-nenrei_mikan_form input::file-selector-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #FFF;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    border: 2px solid #00CED1 !important;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    padding: 5px 20px;
    margin-right:20px;
}

.c-nenrei_mikan_form_box {
    display: flex;
    justify-content: center;
    padding: 20px !important;
    width: 100% !important;
    background: #F9F9F9 !important;
    margin: 0 !important;
}

form.c-nenrei_mikan_form input[type="button"]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 62px !important;
    color: #FFF;
    background: linear-gradient(150deg, #9AECED, #00CED1);
    border: 2px solid #00CED1 !important;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    padding: 5px 10px;
    margin-right:20px;
}

.c-nenrei_mikan_fax {
    display:none;
   /* display: flex;*/
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    padding: 50px;
    margin: 0 50px 50px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    width: 900px;
}

.c-nenrei_mikan_note_text2 {
    position: relative;
    padding: 30px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    border-radius: 8px;
    margin-bottom: 30px;
    width: 100%;
    background: #F9F9F9;
}

.c-nenrei_mikan_fax_p {
    margin: 10px 0 30px;
    font-size: 18px;
    color:#FF0000;
}

.c-nenrei_mikan_fax_p2 {
    margin: 30px 0 0 0;
    font-size: 18px;
}

/*みんなのエピソード*/
.c-episode_linkbox {
    display:flex;
    justify-content:center;
    margin-top:30px;
}

.c-episode_link {
    display:inline-flex;
    align-items: center;
    justify-content:center;
    padding: 5px 15px;
    background:#FFF;
    color:#00CED1;
    border:1px solid #00CED1;
    border-radius:20px;
    margin:0 auto;
    transition:all ease 0.3s !important;
}

.c-episode_link:hover {
    background:#00CED1;
    color:#FFF;
}

/*a btn ボタン*/
.c-btn_join {
    position:relative;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    min-width:200px;
    border-radius:30px;
    padding:10px 25px;
    background: linear-gradient(180deg, #9AECED, #9AECED,#00CED1, #00CED1,#9AECED);
    border: 1px solid #00CED1;
    color:#FFF;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 1.8rem;
    transition:all ease 0.3s;
}

.c-btn_join:before {
    content:"";
    display:flex;
    width:calc(100% - 20px);
    height:20px;
    background:#FFF;
    opacity:0.3;
    position:absolute;
    margin:5px 10px;
    top:0px;
    left:0;
    border-radius:30px;
}

.c-btn_join:hover {
    position:relative;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    min-width:200px;
    border-radius:30px;
    padding:10px 25px;
    background: #FFF;
    border: 1px solid #00CED1;
    color:#00CED1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    font-size: 1.8rem;
}

.c-btn_join:focus {
    color:#FFF;
}
/*ログインボタン*/
.c-btn_login {
    position:relative;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    min-width:200px;
    border-radius:30px;
    padding:10px 25px;
    background: linear-gradient(180deg, #BBC9E6, #BEC0DE,#C2B6D4, #BEC0DE,#BBC9E6);
    border: 1px solid #BBC9E6;
    color:#FFF;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 1.8rem;
    transition:all ease 0.3s;
}

.c-btn_login:before {
    content:"";
    display:flex;
    width:calc(100% - 20px);
    height:20px;
    background:#FFF;
    opacity:0.3;
    position:absolute;
    margin:5px 10px;
    top:0px;
    left:0;
    border-radius:30px;
}

.c-btn_login:hover {
    position:relative;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    min-width:200px;
    border-radius:30px;
    padding:10px 25px;
    background: #FFF;
    border: 1px solid #BBC9E6;
    color:#BBC9E6;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    font-size: 1.8rem;
}

.c-btn_login:focus {
    color:#FFF;
}
/*マージン*/
.c-mt10 {
    margin-top:10px;
}

.c-mt20 {
    margin-top:20px;
}

.c-mt30 {
    margin-top:30px;
}

.c-mt40 {
    margin-top:40px;
}

.c-mt50 {
    margin-top:50px;
}

.c-mt60 {
    margin-top:60px;
}

.c-mb10 {
    margin-bottom:10px;
}

.c-mb20 {
    margin-bottom:20px;
}

.c-mb30 {
    margin-bottom:30px;
}

.c-mb40 {
    margin-bottom:40px;
}

.c-mb50 {
    margin-bottom:50px;
}

.c-mb60 {
    margin-bottom:60px;
}

.c-ml10 {
    margin-left:10px;
}

.c-ml20 {
    margin-left:20px;
}

.c-ml30 {
    margin-left:30px;
}

.c-ml40 {
    margin-left:40px;
}

.c-ml50 {
    margin-left:50px;
}

.c-ml60 {
    margin-left:60px;
}

.c-mr10 {
    margin-right:10px;
}

.c-mr20 {
    margin-right:20px;
}

.c-mr30 {
    margin-right:30px;
}

.c-mr40 {
    margin-right:40px;
}

.c-mr50 {
    margin-right:50px;
}

.c-mr60 {
    margin-right:60px;
}

/*video*/
.c-video {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    position:relative;
}

.c-video_background-video {
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    z-index: -1;
}

/*マッチ*/
.c-muching {
    margin: 10px 10px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.c-muchingbox {
    opacity:0;
    bottom: -100%; /* 画面外に配置 */
    position: fixed;
    z-index: 2;
    max-width:600px;
    width: 100%;
    height:100vh;
    padding: 100px;
}

.c-muchingbox.active{
    opacity:1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width:600px;
    width: 100%;
    height:100vh;
    padding: 100px;
}

.c-muchingboxbg {
    content:"";
    display:block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height:100vh;
}

.c-muchingbox .swiper-wrapper {
    z-index: 3;
}

.c-muchingbox .swiper-slide {
    position:relative;
}

.c-muchingbox .swiper-slide img {
    position:relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.c-muchingbox>.swiper-wrapper>.swiper-slide:before {
    content:"";
    display:block;
    background:linear-gradient(rgba(0,0,0,0) 60%,rgba(0,0,0,0.9));
    position:absolute;
    bottom:0;
    left:0;
    height: 100%;
    width: 100%;
}

.c-muchingbox .swiper-slide .c-muchingboxtext {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    font-size: 1.8rem;
    color: #FFF;
    text-align: left;
}

.c-muchingboxbtn ul{
    display:flex;
    align-items:center;
}

.c-muchingboxbtn ul li{
    margin:5px;
}

.c-muchingboxbtn ul li a {
    font-size: 2.4rem;
    background: #FFF;
    border-radius: 100vh;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_del {
    font-size: 3rem;
    width: 40px;
    height: 40px;
    color:#FFF;
    background: linear-gradient(150deg, #7b7b7b, #000000);
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_del .icon-icon_delete1{
    margin-left:0;
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_gift {
    font-size: 3rem;
    width: 60px;
    height: 60px;
    color:#FFF;
    background: linear-gradient(150deg, #ff45cb, #ffd357); 
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_gift span{
    color:#FFF;
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_heart span{
    background: linear-gradient(150deg, #ff45cb, #ffd357);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_hand span{
    background: linear-gradient(150deg, #f28900, #f186cf);
    font-size: 3.2rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_bookmark {
    background: linear-gradient(150deg, #00CED1, #9AECED);
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_bookmark span {
    color:#FFF;
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_bubbles {
    background: #00cf0a;
}

.c-muchingboxbtn ul li a.c-muchingboxbtn_bubbles span {
    color:#FFF;
}

.c-muchingbox .swiper-pagination {
    margin-bottom:40px;
}

/*マイページ*/
div#my-profImg img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    object-fit: contain;
    aspect-ratio: 5 / 5;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 1px;
    background: #eee;
    border-radius: 8px;
}

.c-profile_btn {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:5px 15px;
    /*background: linear-gradient(180deg, #9AECED 50%, #00CED1 50%, #00CED1, #00CED1);*/
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    border: 1px solid #00CED1;
    border-radius:100vh;
    font-size:1.8rem;
    color:#FFF;
}

.c-profile_btn:hover {
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    color:#FFF;
}

.c-profile_btn span{
    width:auto;
    margin-right:5px;
    color: #FFF;
}

.c-profile_btn:hover span{
    color:#FFF;
}

.c-profile_btn2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    /*background: linear-gradient(180deg, #f8dae9 50%, #ffb0d8 50%, #ffb0d8, #ffb0d8);*/
    background:linear-gradient(#f8dae9, #ffb0d8, #ffc0e0);
    border: 3px solid #ffb0d8;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #FFF;
    min-width:230px;
}
@media screen and (max-width:1024px){
    .c-profile_btn2 {
        width:100%;
    }
}

.c-profile_btn2:hover {
    background:linear-gradient(#f8dae9, #ffb0d8, #ffc0e0);
    color: #FFF;
}

.c-profile_btn2 strong {
    padding:5px 10px;
    border-radius:100vh;
    background:#FFF;
    margin-left:10px;
    font-weight: normal;
    font-size: 1.4rem;
    color: #ff8cc6;
}

.c-profile_btn4 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background: linear-gradient(180deg, #ff7474 50%, #ff3939 50%, #ff3939, #ff3939);
    color: #FFF;
    border: 3px solid #ff3939;
    border-radius: 5px;
    font-size: 1.8rem;
    min-width:230px;
}
@media screen and (max-width:1024px){
    .c-profile_btn4 {
        width:100%;
    }
}

.c-profile_btn4:hover {
    background: linear-gradient(180deg, #ff7474 50%, #ff3939 50%, #ff3939, #ff3939);
    color: #FFF;
}

.c-profile_btn4 strong {
    padding:5px 10px;
    border-radius:100vh;
    background:#FFF;
    margin-left:10px;
    font-weight: normal;
    font-size: 1.4rem;
    color: #ff3939;
}

.c-profile_state2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}
@media screen and (max-width:1024px){
   .c-profile_state2 {
        flex-wrap:wrap;
    } 
}

.c-profile_state2 div {
    border: 1px solid #aaaaaa;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 5px;
    font-size: 1.4rem;
    margin-right:10px;
}
@media screen and (max-width:1024px){
    .c-profile_state2 div {
        width: calc(50% - 5px);
        margin-right:0px;
        margin-bottom:10px;
    }
}

.c-profile_state2 div span {
    margin-right:5px;
    font-size: 2rem;
}

.c-profile_state2box {
    margin-left: auto;
}

.c-profile_state3 {
    margin-bottom: 20px;
}
@media screen and (max-width:1024px){
    .c-profile_state3 {
        margin-bottom: 10px;
    }
}


ul.c-profile_state3_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width:1024px){
    ul.c-profile_state3_list {
        flex-wrap:wrap;
    }
}

ul.c-profile_state3_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(20% - 5px);
    border: 1px solid #aaaaaa;
    padding:10px 8px;
    border-radius: 5px;
}

ul.c-profile_state3_list li:last-child {
    margin-right:0px;
}

@media screen and (max-width:1024px){
    ul.c-profile_state3_list li {
        width: calc(50% - 5px);
        margin-bottom:10px;
    }
}

.c-profile_state3_list_head span {
    font-size: 1.8rem;
    margin-right:5px;
}

.c-profile_btn3:hover {
    background: linear-gradient(180deg, #ffffff 50%, #f1f1f1 50%, #f1f1f1);
    color: #00CED1;
}

.c-profile_state3_list_head {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:5px;
    font-size:1.1rem;
    height: 30px;
    text-align: center;
}

.c-profile_state3_list_head img {
    width: 30px;
}

.c-profile_state3_list_foot {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    background: linear-gradient(180deg, #9AECED 50%, #00CED1 50%, #00CED1, #00CED1);
    border-top: 3px solid #02e7ea;
    border-left: 3px solid #02e7ea;
    border-bottom: 3px solid #00CED1;
    border-right: 3px solid #00CED1;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #FFF;
    width: 100%;
}

.c-profile_state3_list_foot:hover {
    background: linear-gradient(180deg, #ffffff 50%, #f1f1f1 50%, #f1f1f1);
    color: #00CED1;
}



.c-profile_state3_list_foot p {
    width: 100%;
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right:5px;
    font-size: 1.2rem;
}

.c-profile_state3_list_foot span {
    font-size:2.4rem;
    color:#FFF;
}

.c-profile_state3_list_head img {
    margin-right: 10px;
}

.c-profile_state4 {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:20px;
}

.c-profile_state4 div {
    width:calc(50% - 5px);
}

.c-profile_state4 table {
    width:calc(50% - 10px);
}

@media screen and (max-width:1024px){
    .c-profile_state4 table {
        width:100%;
        margin-bottom:10px;
    }
}

/*プロフィール*/
.c-profile_state5Box {
    display: flex;
    margin: 20px;
    justify-content: space-between;
}

@media screen and (max-width:1024px){
    .c-profile_state5Box {
            flex-wrap: wrap;
    }
}

.c-profile_state5Box_adress {
    position: relative;
    background: #FFF;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #DEDEFF;
    width:calc(50% - 10px);
}

@media screen and (max-width:1024px){
    .c-profile_state5Box_adress {
        margin-bottom:10px;
        width:100%;
    }
}

.c-profile_state5Box_setting {
    position: relative;
    background: #FFF;
}

@media screen and (max-width:1024px){
    .c-profile_state5Box_setting {
        margin-bottom:10px;
        width:100%;
    }
}

.c-profile_state5Box_mail {
    padding: 25px;
    background-color: #FFF;
    border: 1px solid #DEDEFF;
    border-radius: 10px;
    width: calc(50% - 10px);
}

@media screen and (max-width:1024px){
    .c-profile_state5Box_mail {
    width: 100%;
    margin-bottom:10px;
}
}
.c-profile_state5Box_phone {
    padding: 25px;
    background-color: #FFF;
    border: 1px solid #DEDEFF;
    border-radius: 10px;
    width: calc(50% - 10px);
}

@media screen and (max-width:1024px){
    .c-profile_state5Box_phone {
        width: 100%;
        margin-bottom:10px;
    }
}

.c-profile_state5Box_boost {
    padding: 25px;
    background-color: #FFF;
    border: 1px solid #DEDEFF;
    border-radius: 10px;
    width: calc(50% - 10px);
}

@media screen and (max-width:1024px){
    .c-profile_state5Box_boost {
        width: 100%;
        margin-bottom:10px;
    }
}

.c-profile_state6 {
    margin: 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.c-profile_state6 ul.c-profile_state3_list {
    flex-direction:column;
}

.c-profile_state6 ul.c-profile_state3_list li {
    width: 100%;
    margin-bottom: 10px;
}

.c-profile_state6 .c-profile_state3_list_head {
    justify-content: flex-start;
    width: 100%;
}
/*いいね〜マイレージ*/
/*.c-profile_state6_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    background: #FFB5E0;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}*/
.c-profile_state6_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 5px;
    margin-bottom: 10px;
}

/*.c-profile_state6_list.c-profile_state6_list_se {
    background: #8EB6FE;
}*/

.c-profile_state6_list.c-profile_state6_list_se li {
    background: #28c3e3;
    border: 1px solid #28c3e3;
}

/*.c-profile_state6_list li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    flex-direction: row;
    padding: 5px 8px 5px 3px;
    border-radius: 5px;
    background: #FFF;
}*/
.c-profile_state6_list li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    flex-direction: row;
    padding: 5px 8px 5px 3px;
    border-radius: 5px;
    background: #1b218b;
    border: 1px solid #8b6cff;
}

.c-profile_state6_list li:last-child {
    margin-bottom: 0px;
}

.c-profile_state6_list li span.icon-icon_plus:before{
    background: #FFF;
    border-radius: 100vh;
}

/*.c-profile_state6_list_head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 1.0rem;
}*/

.c-profile_state6_list_head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 1.0rem;
    color: #FFF;
}

.c-profile_state6_list_head img {
    width:28px;
    margin-right:1px;
}

.c-profile_state6_list_foot {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #FFF;
    width: 95px;
}

/*.c-profile_state6_list_foot p {
    width: 100%;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.2rem;
}*/

.c-profile_state6_list_foot p {
    width: 100%;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.2rem;
}

.c-profile_state6_list_foot span {
    font-size: 1.4rem;
    color: #000000;
    position: absolute;
    bottom: -6px;
    right: -7px;
}


/*point_boost.html*/
.point_boost_tt {
    background: #00CED1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}

.point_boost_pri {
    margin-bottom:25px;
}

.point_boost_pri img {
    width:100%;
}

@media screen and (max-width:1024px){
    .point_boost_tt {
        padding: 10px;
        height: 100px;
        justify-content: flex-start;
    }  
}

.point_boost_tt_img {
    width: 250px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:1024px){
    .point_boost_tt_img {
        width: 120px;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }
}

h2.point_boost_tt_h2 {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-bottom: 0;
    font-weight: bold;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
}

@media screen and (max-width:1024px){
    h2.point_boost_tt_h2 {
        font-size: 1.6rem;
    }
}

.point_boost_tt_box {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 5px 15px 5px 5px;
    border-radius: 100vh;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100px;
}

.point_boost_tt_box img {
    width: 25px;
}

.point_boost_tt_box2 {
    position: absolute;
    right: 7px;
    bottom: 38px;
    margin-bottom:10px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100px;
}

.point_boost_tt_box2 a {
    display: flex;
    align-items: center;
    border-radius: 100vh;
    min-width: 100px;
    color: #FFF;
}

.point_boost_tt_box2 a span {
    font-size:1.6rem;
    color: #FFF;
}

.point_boost_iine {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

.point_boost_iine h3 {
    font-size: 3rem;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.point_boost_iine p {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.point_boost_iine {
    width: 100%;
}

.point_boost_iine ul {
    display: flex;
    align-items: stretch;
    padding-bottom: 3px;
}

.point_boost_iine ul li {
    display: flex;
    flex-direction: column;
    width: 125px;
    margin-right: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}

.point_boost_iine ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

li.point_boost_iine_listA {
    background: #4CDCE0;
    border-radius: 8px;
    color: #FFF;
    position:relative;
}

li.point_boost_iine_listA h3 {
    font-size: 2rem;
    color: #FFF;
    background: #00CED1;
    border-radius: 8px 8px 0 0;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
}

li.point_boost_iine_listA div {
    text-align: center;
    color: #FFF;
    margin: 20px 0 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

li.point_boost_iine_listA div span {
    font-size: 2rem;
    color: #FFF;
    margin-right: 5px;
}

li.point_boost_iine_listA div strong {
    color: #FFF;
    font-size: 3.0rem;
    margin-right: 5px;
}

.point_boost_iine_listA_b {
    display: flex;
    justify-content: center;
}

li.point_boost_iine_listA button {
    border: 1px solid #FFF;
    background:#00CED1;
    color: #FFF;
    margin: 20px auto;
    padding: 5px;
    border-radius: 100vh;
    text-align: center;
    width: 120px;
    transition:all ease 0.2s;
    cursor: pointer;
    
}

li.point_boost_iine_listA button:hover {
    border: 1px solid #00CED1;
    background: #FFF;
    color: #00CED1;
    margin: 20px auto;
    padding: 5px;
    border-radius: 100vh;
    text-align: center;
    width: 120px;
    transition:all ease 0.2s;
    opacity:1;
}

li.point_boost_iine_listB {
    background: #FFF;
    border-radius: 8px;
}

.point_boost_iine_listB_coin {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 30px;
    color: #000;
}

.point_boost_iine_listB_coin .icon-bubbles {
    font-size: 1.6rem;
    border-radius: 100vh;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFFF;
    background: linear-gradient(180deg, #03df0d 50%, #00cf0a 50%, #00cf0a, #00cf0a);
}

.point_boost_iine_listB_coin .icon-heart {
    font-size: 1.4rem;
    border-radius: 100vh;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFFF;
    background: linear-gradient(180deg, #fc9cdd 50%, #ff53c8 50%, #ff53c8, #ff53c8);
}

.point_boost_iine_listB_coin .icon-power {
    font-size: 1.6rem;
    border-radius: 100vh;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFF;
    background: linear-gradient(180deg, #fa7070 50%, #ff0000 50%, #ff0000, #ff0000);
}

.c-profile_state2 .icon-heart {
    font-size: 1.5rem;
    border-radius: 100vh;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFF;
    background: linear-gradient(180deg, #fc9cdd 50%, #ff53c8 50%, #ff53c8, #ff53c8);
}

.c-profile_state2 .icon-warning {
    font-size: 1.5rem;
    border-radius: 100vh;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFF;
    background: linear-gradient(180deg, #fddb6a 50%, #efbb0d 50%, #efbb0d, #efbb0d);
}

.c-profile_state3_list_head .icon-heart {
    font-size: 1.0rem;
    border-radius: 100vh;
    padding: 10px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFF;
    background: linear-gradient(180deg, #fc9cdd 50%, #ff53c8 50%, #ff53c8, #ff53c8);
}

.c-profile_state3_list_head .icon-bubbles {
    font-size: 1.0rem;
    border-radius: 100vh;
    padding: 10px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFFF;
    background: linear-gradient(180deg, #03df0d 50%, #00cf0a 50%, #00cf0a, #00cf0a);
}

.c-profile_state3_list_head .icon-power {
    font-size: 1.0rem;
    border-radius: 100vh;
    padding: 10px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFF;
    background: linear-gradient(180deg, #fa7070 50%, #ff0000 50%, #ff0000, #ff0000);
}

.c-profile_state3_list_head .icon-icon_point {
    font-size: 1.0rem;
    border-radius: 100vh;
    padding: 10px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFF;
    background: linear-gradient(180deg, #30e6eb 50%, #0ecfd4 50%, #0ecfd4, #0ecfd4);
}

.c-profile_state3_list_head .icon-icon_miles {
    font-size: 1.0rem;
    border-radius: 100vh;
    padding: 10px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    color: #FFF;
    background: linear-gradient(180deg, #7fc1ff 50%, #319bff 50%, #319bff, #319bff);
}

.point_boost_iine_listB_coin span {
    color: #000;
    font-size: 2.0rem;
    margin-right: 5px;
}

.point_boost_iine_listB_point {
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: auto;
}

.point_boost_iine_listB_point img {
    width: 25px;
    margin-right: 5px;
}

.point_boost_iine_listB_point span {
    color: #ddd;
    margin-left: 5px;
    position: relative;
}

.point_boost_iine_listB_point span:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
    border-bottom: 1px solid #888888;
}

.point_boost_iine_listB_otoku {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    background: #00CED1;
    padding: 5px 10px;
    border-radius: 8px 0 8px 0;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 2px;
}
/*ポイント決済*/
.point_boost_itemselect {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.point_boost_itemselect_left {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    width: 100%;
}

.point_boost_itemselect_right {
    padding: 20px;
    background: #FFF;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.point_boost_itemselect_right_plice {
    font-size:2rem;
    text-align:right;
    padding-bottom: 10px;
}

.point_boost_itemselect_right_plice span{
    font-size:1.2rem;
}

.point_boost_itemselect_right .eCscore {
    width:100%;
    margin:0 0 20px;
}

.point_boost_itemselect_right .eCscore span {
    font-size: 20px;
}

.point_boost_itemselect_right .EditBtn {
    width: 170px;
}

.point_boost_itemselect_right .EditBtn2 {
    width: 170px;
}

.point_boost_itemselect_itembox {
    display: flex;
    padding: 20px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-size:2rem;
}

.point_boost_itemselect_itembox_min {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px 0;
}

.point_boost_itemselect_itembox_min h3 {
    justify-content: flex-start;
    margin: 0;
    width: 50%;
}

.point_boost_itemselect_itembox_min p {
    width: 50%;
    display: flex;
    align-items: flex-end;
}

.point_boost_itemselect_itembox_min p a {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.point_boost_itemselect_item_kakaku {
    text-align: right;
    margin-bottom: 10px;
}

.point_boost_itemselect_item {
    display: flex;
    align-items: center;
    width: 100%;
}

.point_boost_itemselect_item label {
    margin-right: 5px;
}

.point_boost_itemselect_item_img {
    width: 100px;
    margin-right: 10px;
    display:none;
}

.point_boost_itemselect_item_text {
    margin-right: 10px;
}

.point_boost_itemselect_item_shoukei {
    margin-left: auto;
}

.point_boost_itemselect_item_shoukei span {
    font-size: 10px;
}

.point_boost_itemselect_item_text_left {
    margin-bottom: 0;
}

.point_boost_itemselect_item_text_left h4 {
    font-size: 1.8rem;
    font-weight: bold;
}

.point_boost_itemselect_item_text_left p {
    margin-bottom: 5px;
}

.point_boost_itemselect_item_text_check {
    display: flex;
    align-items: center;
}

.point_boost_itemselect_item_text_check li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: linear-gradient(180deg, #9AECED 50%, #00CED1 50%, #00CED1, #00CED1);
    border-radius: 100vh;
    width: 120px;
    margin-right: 10px;
}

.point_boost_itemselect_item_text_check li:last-child input {
    width: 50px;
    min-width: 50px;
}

.point_boost_itemselect_item_text_check li:last-child input:hover {
    width: 50px;
    min-width: 50px;
    padding:5px 0;
    border-radius:5px;
}

.point_boost_itemselect_item_text_check li a {
    margin: 0 10px;
}

ul.point_boost_itemselect_item_text_check input {
    width: 45px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #777;
}

ul.point_boost_itemselect_item_text_check span {
    color: #119e9f;
}

.point_boost_itemselect_main {
    border: 2px dashed #ffffff;
    background-color: #f8edeb;
    box-shadow: 0 0 0 6px #f8edeb;
    color: #958989;
    padding: 16px;
    margin: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.8rem;
}

/*プレミアム説明*/
.c-premium {
    position: absolute;
    top: 294px;
    left: 30px;
    display: none;
    max-width: 250px;
    background: #FFF;
    font-size: 12px;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.c-premium.active{
    display:block;
}

/* タブボタンエリア */
  .tab-menu {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .tab-menu button {
    flex: 1;
    padding: 10px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    border-radius: 8px 8px 0 0;
  }
  .tab-menu button:hover {
    background: #e5e5e5;
  }
  .tab-menu button.active {
    background: #00CED1;
    font-weight: bold;
    color: #ffffff;
    border-radius: 8px 8px 0 0;
  }

  .tab-menu button.tab-menu_you {
    background: #ffa012;
    opacity: 0.3;
    color: #ffffff;
  }

  .tab-menu button.tab-menu_you.active {
    background: #ffa012;
    opacity: 1;
    color: #ffffff;
  }

  .tab-menu button.tab-menu_me {
    background: #00CED1;
    opacity: 0.3;
    color: #ffffff;
  }

  .tab-menu button.tab-menu_me.active {
    background: #00CED1;
    opacity: 1;
    color: #ffffff;
  }



  /* コンテンツ */
  .tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .tab-content.active {
    display: block;
    opacity: 1;
  }


  /*プラン表示*/
.c-plan {
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    background-repeat: no-repeat;
    width: calc(100% - 30px);
    padding: 3px;
    text-align: center;
    margin: 0 15px 15px;
    border-radius: 5px;
}

.c-plan.c-planB {
    margin: 0 0 20px;
    width: 100%;
}

.c-plan_premium {
    padding: 10px;
    background: #00CED1;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    border-radius: 3px;
    font-size:1.6rem;
}

.c-plan.c-planB .c-plan_premium {
    padding: 5px 10px;
    flex-direction: row;
    align-items: center;
    font-size: 1.6rem;
    background:linear-gradient(180deg, #6cdfe0 50%, #00CED1 50%, #00CED1, #00CED1);
}

.c-plan.c-planB .c-plan_premium span {
    background:white;
    border-radius:100vh;
    margin-left:10px;
    color: #00CED1;
    font-size: 1.4rem;
    padding:5px 10px;
}

.c-plan_yuuryou {
    padding: 10px;
    background: #08BA21;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    border-radius: 3px;
    font-size:1.6rem;
}

.c-plan.c-planB .c-plan_yuuryou {
    padding: 5px 10px;
    flex-direction: row;
    align-items: center;
    font-size: 1.6rem;
    background:linear-gradient(180deg, #46d85b 50%, #08BA21 50%, #08BA21, #08BA21);
}

.c-plan span{
    color: #ffff00;
    font-size:1.6rem;
}

.c-plan.c-planB .c-plan_yuuryou span {
    background:white;
    border-radius:100vh;
    margin-left:10px;
    color: #08BA21;
    font-size: 1.4rem;
    padding:5px 10px;
}
/*ブースト表示*/
.c-boost {
    background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    background-repeat: no-repeat;
    width: calc(100% - 30px);
    padding: 3px;
    text-align: center;
    margin: 0 15px 15px;
    border-radius: 5px;
}

.c-profile_right .c-boost {
    width: 100%;
    margin: 0;
}

.c-boost strong {
    padding: 8px;
    background: #FF0000;
    color: #FFFFFF;
    display: block;
    width: 100%;
    border-radius: 3px;
    font-size: 1.6rem;
}

.c-boost .c-boost strong {
    padding: 8px;
}

.c-boost span {
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 1.4rem;
    border-radius: 100vh;
    background: white;
    color: red;
}

.c-boost i {
    margin-right: 5px;
    font-size: 1.6rem;
    color: yellow;
}

/*ブーストリボン*/
.c-boostribon_text {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.c-boostribon_text {
  /*--f: 0.5em;
    position: absolute;
    top: 1px;
    right: 1px;
    line-height: 1.4;
    padding-inline: 18px;
    padding: 2px 17px 5px;
    border-image: conic-gradient(#a26509 0 0) 51% / var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg)) * 100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background-color: #ff7b00;
    width: 70px;*/
    position: absolute;
    top: -4px;
    right: -9px;
    display: inline-block;
    height: 34px;
    line-height: 26px;
    text-align: center;
    padding: 0 6px 0 13px;
    font-size: 12px;
    background: #f14747;
    color: #FFF;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 100%, 85% 75%, 0 75%, 14% 36%, 0 0);
}

/*sale*/
.c-sale {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.c-sale li {
    width: 32%;
}

.c-saleB {
    margin: 10px;
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 20px;
}

.c-saleB li {
    margin-bottom: 5px;
}

p.c-social_p {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    background: #fffbef;
}
/* 左カラム　その他 */
.submenu {
  display: none;   /* 初期は非表示 */
  margin-left: 1em;
}
.submenu.open {
  display: block;
}

/* 初期は「＋」だけ表示、「−」は隠す */
#sonota .icon-minus {
  display: none;
}
#sonota.active .icon-plus {
  display: none;
}
#sonota.active .icon-minus {
  display: inline;
}

/*mypage c-modalcheck*/
.c-modalcheck {
    background:white;
    margin: auto;
    padding:20px;
    width:80%;
    max-width:400px;
    border-radius:8px;
}

.c-modalcheck_bg {
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
}

.c-modalcheck_h3 {
    width: 100%;
    background: linear-gradient(150deg, #00CED1, #9AECED);
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
}

.c-modalcheck_p {
    margin-bottom: 10px;
}

.c-modalcheck_btn {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:5px 15px;
    background: linear-gradient(180deg, #9AECED 50%, #00CED1 50%, #00CED1, #00CED1);
    border: 1px solid #00CED1;
    border-radius:100vh;
    font-size:1.8rem;
    color:#FFF;
    margin: 0 auto;
}

.c-modalcheck_btn:hover {
    background: linear-gradient(180deg, #ffffff 50%, #f1f1f1 50%, #f1f1f1);
    color: #00CED1;
}
/*ブロックモーダル*/
.modal {
  display: none; /* 初期は非表示 */
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 330px;
  text-align: center;
}

.modal-content p {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.modal-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.modal-buttons button {
  padding: 0px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button#confirmBlock a span {
    color: #fff;
}

#confirmBlock {
  background-color: #00CED1;
  color: #fff;
  padding:10px 20px;
}
#cancelBlock {
  background-color: #ddd;
}
/*マッチングリスト*/
.l-article_main_matching_list {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}

.l-article_main_matching_list_box {
    width: 100%;
    padding: 10px 10px 15px;
    max-width: 240px;
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-article_main_matching_list_box_img {
    margin-bottom: 5px;
}

.l-article_main_matching_list_box_profile h3 {
    font-size: 14px;
    margin-bottom: 0;
    justify-content: center;
}
.l-article_main_matching_list_box_profile {
    margin-bottom: 10px;
}
.l-article_main_matching_list_box_del button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px 10px;
    background: linear-gradient(#a0feff, #07a1c2, #15dadc);
    border: 1px solid #00CED1;
    color: #FFF;
    text-shadow: 2px 2px 5px #00CED1;
    font-size: 1.2rem;
    transition: all ease 0.3s;
}

.l-article_main_matching_list_box_del {
    margin-top: auto;
}