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

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
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,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* added manual */
strong {
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a {
    text-decoration: none;
    color: #5a5a5a;
}
a,
button,
input,
textarea {
    outline: none;
}
a,
button,
input[type="submit"],
input[type="button"] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover,
button:hover,
input[type="submit"]:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}
input[type="submit"],
input[type="button"] {
    outline: none;
    -webkit-appearance: none;
}
.content_box {
    padding: 2rem 3rem;
    margin: 2rem 0;
    border-radius: 10px;
    text-align: center;
}
.content_box.alert {
    color: white;
    background-color: #e9052548;
    padding: 2rem 3rem;
    margin: 2rem 0;
}
.content_box.success {
    background-color: #00abe848;
    padding: 2rem 3rem;
    margin: 2rem 0;
    line-height: 1.6;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #39393a;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
body.open {
    overflow: hidden;
}
button {
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
}
button:focus {
    outline: none;
}
input {
    font: inherit;
}
select {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

/*-----------------------------
  PC用css
-------------------------------*/
.pc {
    display: block;
}
.sp {
    display: none;
}
.se {
    display: none;
}
.clear {
    clear: both;
}

/* ===== コンテナ ===== */
main.page_gray {
    background-color: #f8f8f8;
}
.container {
    width: 1000px;
    margin: 0 auto;
}
.container_big {
    width: 100%;
    max-width: 1300px;
    min-width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.container_mid {
    width: 100%;
    max-width: 1160px;
    min-width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}

/* ===== object-fit ===== */
.cover_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

/* ===== ボタン ===== */
.button {
    display: block;
    cursor: pointer;
    margin: auto;
    border: none;
    text-align: center;
    letter-spacing: inherit;
    color: #fff;
}
.b_normal {
    width: 330px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 15px;
}
.b_small {
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 22.5px;
    font-size: 14px;
}
.b_medium {
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 22.5px;
    font-size: 14px;
}
.b_shadow {
    transition: 0.2s !important;
}
.b_shadow:hover {
    opacity: 1 !important;
    box-shadow: 0 0 !important;
    transform: translateY(3px);
    transition: 0.2s !important;
}
.b_shadow_l {
    transition: 0.2s !important;
}
.b_shadow_l:hover {
    opacity: 1 !important;
    box-shadow: 0 0 !important;
    transform: translateY(4px);
    transition: 0.2s !important;
}
.b_blue {
    background-color: #00ade8;
}
.b_blue2 {
    background-color: #00a3e5;
}
.b_shadow.b_blue2 {
    box-shadow: 0 3px #1887b4;
}
.b_blue3 {
    background-color: #00c2e5;
}
.b_shadow.b_blue3 {
    box-shadow: 0 3px #0ea1bb;
}
.b_blue4 {
    background-color: #1dc8f3;
}

.b_blue5 {
    background-color: #1dc8f3;
}
.b_shadow.b_blue5 {
    box-shadow: 0 3px #0183b9;
}
.b_shadow_l.b_blue5 {
    box-shadow: 0 4px #0183b9;
}
.b_blue6 {
    background-color: #00a0e9;
}
.b_shadow.b_blue6 {
    box-shadow: 0 3px #1885b7;
}
.b_blue7 {
    background-color: #00D3F3;
}
.b_green {
    background-color: #23a5ab;
}
.b_shadow.b_green {
    box-shadow: 0 3px #24989d;
}
.b_gray {
    background-color: #909090;
}
.b_gray2 {
    background-color: #959595;
}
.b_shadow.b_gray2 {
    box-shadow: 0 3px #7e7979;
}
.b_gray3 {
    background-color: #626262;
}
.b_shadow.b_gray3 {
    box-shadow: 0 3px #767474;
}
.b_gray4 {
    background-color: #8d8d8d;
}
.b_shadow_l.b_gray4 {
    box-shadow: 0 4px #656565;
}
.b_pink {
    background-color: #e99898;
}
.b_shadow_l.b_pink {
    box-shadow: 0 4px #d98484;
}
.b_orange {
    background-color: #eba76e;
}
.b_shadow_l.b_orange {
    box-shadow: 0 4px #d6925a;
}

/* 年齢確認バナー・ボタン */
#proof_banner {
    margin-bottom: 50px;
}
.prf_bnnr_btn {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px #d97273;
    transition: 0.2s;
}
.prf_bnnr_btn:hover {
    opacity: 1;
    box-shadow: 0 0;
    transform: translateY(3px);
    transition: 0.2s;
}
.prf_bnnr_btn img {
    width: 100%;
    height: auto;
    border-radius: 7px;
}

/* ===== フォント ===== */
.avenirnext {
    font-family: "Avenir Next", sans-serif;
    font-weight: 700;
}
.arial {
    font-family: "Arial", "Avenir Next", sans-serif;
}
.badScript {
    font-family: "Bad Script", cursive;
}
.poppins {
    font-family: "Poppins", sans-serif;
}

/* ===== テキスト ===== */
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}

/* ===== タイトル ===== */

/* ===== ヘッダー ===== */
.l-header {
    width: 100%;
    padding: 0 15px;
    height: 95px;
}
.l-header.shadow {
    border-bottom: rgba(221, 221, 221, 0.45) 2px solid;
}
.l-header__inner {
    justify-content: space-between;
    align-items: center;
}
.l-header__logo a img {
    width: 93px;
    height: auto;
}
.l-header__pcnav ul {
    display: flex;
    align-items: center;
}
.l-header__pcnav ul li {
    margin: 0 5px;
    padding: 0 15px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}
.l-header__pcnav ul li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}
.l-header__pcnav ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #6e6e6e;
    letter-spacing: 1.7px;
}
.l-main__hr {
    margin: 30px 15px;
}
.l-header__pcnav ul .header_btn {
    padding: 0;
}
.l-header__pcnav ul .header_btn a {
    display: block;
    height: 100%;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
.l-header__pcnav ul .login a {
    margin-left: 5px;
    background: transparent;
    border-color: #b7b7b7;
    color: #b7b7b7;
    border: 1px solid #b7b7b7;
    width: 100px;
    height: 43px;
    line-height: 2.8em;
}
.l-header__pcnav ul .start_ciel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 43px;
    background: #1dc8f3;
    border: 1px solid #1dc8f3;
    border-radius: 37px;
    font-size: 14px;
    color: #fff;
}
.l-header__pcnav .login.user_img {
    width: 54px;
    height: 54px;
    border: 1px solid #ddd;
    background: #fff;
}
.l-header__pcnav ul .logined {
    display: flex;
    width: 160px;
    height: 60px;
    justify-content: space-between;
    padding: 0 0 0 2em;
}
.l-header__pcnav ul .logined a {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 13px;
}
.l-header__pcnav ul .logined a img {
    display: block;
}
.l-header__pcnav ul .logined em {
    position: relative;
    top: -10px;
    right: 11px;
    padding: 0 4px;
    text-align: center;
    min-width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 1.5;
    box-sizing: border-box;
}
.l-header__spnav {
    display: none;
}
.l-header__dropdown {
    display: none;
}
.l-header__dropdown ul li {
    width: auto;
    position: relative;
    border-bottom: 1px #eee solid;
    padding: 15px;
}
.l-header__dropdown ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.l-header__dropdown ul li:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/icon-arrow.png);
    background-size: 5px;
    width: 5px;
    height: 10px;
    right: 15px;
    top: 22px;
}
.l-header__dropdown .login {
    display: block;
    margin: 30px 0 22px;
    text-align: center;
}
.l-header__dropdown .login a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 180px;
    margin: 18px auto 0;
    padding: 11px;
    border-radius: 40px;
    font-size: 13px;
}
.l-header__dropdown .login .dropdown_login {
    background: #e99898;
}
.l-header__dropdown .login .dropdown_cstart {
    background: #80c8b9;
}
.l-header__dropdown .close {
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
.l-header__dropdown .close a {
    font-family: "Open Sans", sans-serif;
    color: #949494;
    text-decoration: none;
}

/* ===== フッター ===== */
.l-footer {
    position: relative;
    background: #515151;
    text-align: center;
    padding: 35px 0 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 200;
}
.l-footer.wide {
    min-width: 1920px;
}
.l-footer__logo {
    margin-bottom: 30px;
}
.l-footer__logo img {
    width: 93px;
    height: auto;
}
.l-footer__pagetop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 100;
    display: none;
    transition: 0.5s;
    width: 45px;
    height: 45px;
    background: #4d5253;
    padding: 10px;
}
.l-footer__pagetop.active {
    display: block;
}
.l-footer__pagetop img {
    width: 22.5px;
    height: auto;
}
.l-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.l-footer ul li a {
    color: white;
    font-size: 14px;
    padding: 0 15px;
    border-left: 1px solid #8b8b8b;
}
.l-footer ul li:last-of-type a {
    border-right: 1px solid #8b8b8b;
}
.footer_p1 {
    margin-bottom: 25px;
    font-size: 12px;
    color: #b3b3b3;
}
.footer_p2 {
    padding: 17px 0;
    border-top: 1px solid #626262;
    font-size: 13px;
    color: #989898;
}
/* 共通　いいね数ボックス */
.likenum_box {
    box-sizing: border-box;
    display: inline-block;
    background-color: white;
}
.likenum_inn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.likenum_inn p {
    word-break: break-all;
    font-weight: bold;
    line-height: 1.5;
}
.likenum_num {
    font-size: 22px;
}
.likenum_text {
    position: relative;
    bottom: 2px;
    margin-left: 2px;
    font-size: 14px;
}

/* ------ 共通　アニメーション ------*/

/* コンテンツを下からフロート */
.show_up {
    transform: translate(0, 200px);
    opacity: 0;
}
.show_up.show {
    animation-duration: 1.5s;
    animation-name: show_up;
    animation-fill-mode: forwards;
}
@keyframes show_up {
    from {
        transform: translate(0, 200px);
        opacity: 0;
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/* ------ 共通　ボタン ------*/
/* プロフィールの詳細を見る */
.profdetail_btn {
    display: flex;
    color: #fff;
    width: 230px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #6d6d6d;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
}

/* ===== 記事詳細用ページネーション ===== */
.nwsartcl_btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
}
.nwsartcl_btns a {
    display: inline-block;
    width: auto;
    line-height: 38px;
    border: 1px solid #959595;
    padding: 0 23px;
    color: #515151;
    font-weight: 500;
}
.nwsartcl_btns a img {
    width: 9px;
    height: auto;
}
.nwsartcl_next {
    background-color: #6a6a6a;
    border-color: #6a6a6a !important;
    color: white !important;
}
.nwsartcl_prev img {
    margin-right: 14px;
}
.nwsartcl_next img {
    margin-left: 14px;
}

.l-main {
    background: #f8f8f8;
    min-width: 1000px;
}
.l-main.white {
    background: #fff;
}
.l-main__inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.l-main__inner.medium {
    padding-bottom: 50px;
}
.l-main__inner.small {
    padding-bottom: 0;
}
.l-main__title {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.15em;
    color: #39393a;
    margin-bottom: 60px;
    text-align: center;
    font-family: "Sawarabi Gothic";
    font-weight: 600;
    margin-bottom: 30px;
}
.l-main__title.blue {
    color: #00a3e8;
    line-height: 36px;
}
.l-main__title.blue img {
    padding-right: 20px;
}
.l-main__box {
    background-color: #fff;
    font-size: 15px;
    padding: 60px 50px;
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0px 1px 24px 0px rgba(121, 121, 121, 0.1);
}
.l-main__box.gray {
    background-color: #e4e4e4;
    padding: 60px 30px 30px;
}
.l-main__box .boxtext {
    font-size: 26px;
    letter-spacing: 0.2em;
}
.l-main__box .boxtext.small {
    font-size: 20px;
}
.l-main__box .boxleadtext {
    word-break: break-all;
}
.l-main__box .border {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border: none;
}
.l-main__box .border.glay {
    background-color: #ddd;
    margin-bottom: 0;
}
.l-articletop {
    min-width: 1300px;
    background: #e0f4fa;
}
.l-articletop__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 30px;
}
.l-articletop__title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #00a3e5;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.l-articletop__title img {
    padding-right: 10px;
}
.l-articletop__icons {
    display: none;
}
.l-articletop__slider {
    display: flex;
    justify-content: space-between;
}
.l-articletop__slider .post {
    display: block;
    width: 483px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 1px 24px rgba(121, 121, 121, 0.1);
}
.l-articletop__slider .post h4 {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 5px;
}
.l-articletop__slider .post p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.l-articletop__slider .post:first-child {
    left: 0%;
}
.l-articletop__slider .post:last-child {
    left: 100%;
}
.l-articlelist__inner {
    width: 1000px;
    margin: 40px auto 130px;
}
.l-articlelist__inner h2 {
    margin-top: 38px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: #ddd 1px solid;
    margin-bottom: 30px;
}
.l-articlelist__inner h2 span {
    font-size: 14px;
    color: #999999;
}
.l-articlelist__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l-community .slider {
    background-color: #fafafa;
    min-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 520px;
}
.l-community .slider li {
    margin-top: 30px;
    position: relative;
    height: 450px;
}
.l-community .slider li .text {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 55px;
}
.l-community .slider li .text.wedding {
    background-color: #e97676;
}
.l-community .slider li .text.love {
    background-color: #f1b2b5;
}
.l-community .slider li .text.experience {
    background-color: #ae92b7;
}
.l-community .slider li .text.meal {
    background-color: #edae74;
}
.l-community .slider li .text.friend {
    background-color: #80c8b9;
}
.l-community .slider li .text span {
    font-size: 33px;
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
    margin-top: 70px;
}
.l-community .slider li .text em {
    color: #fff;
    font-size: 27px;
    font-family: "Noto Serif", serif;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
    opacity: 0.5;
    margin-top: 15px;
}
.l-community .slider .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 420px;
    left: 0;
    right: 0;
}
.l-community .slider .slick-dots li {
    height: 20px;
    width: 20px;
}
.l-community .slider .slick-dots li button {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    outline: none;
    background: transparent;
    color: transparent;
    border: none;
    display: block;
    position: relative;
}
.l-community .slider .slick-dots li button:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c9c9c9;
}
.l-community .slider .slick-dots li.slick-active button:before {
    background-color: #535353;
}
.l-community__intro,
.l-community__choice {
    text-align: center;
    padding: 90px;
}
.l-community__intro h2,
.l-community__choice h2 {
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.l-community__intro h2 span,
.l-community__choice h2 span {
    font-size: 20px;
}
.l-community__intro .leadtext {
    font-size: 15px;
    color: #696969;
    line-height: 2.2;
}
.l-community__intro .bluebox {
    width: 600px;
    background: #e7fbff;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
}
.l-community__intro .bluebox span {
    font-size: 15px;
    line-height: 26px;
    display: block;
    margin-bottom: 30px;
}
.l-community__intro .red {
    color: #c20007;
    font-size: 15px;
    display: block;
}
.l-community__choice {
    background: #f6f6f6;
    padding-left: 0;
    padding-right: 0;
    min-width: 1920px;
}
.l-community__choice .flex {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.l-community__choice .box input {
    display: none;
}
.l-community__choice .box input:checked + label {
    border-width: 4px;
    border-style: solid;
}
.l-community__choice .box input:checked + label img {
    width: 340px;
    height: 316px;
    border-radius: 10px 10px 0 0;
}
.l-community__choice .box input:checked + label:before {
    display: block;
}
.l-community__choice .box input:checked + label:after {
    display: block;
}
.l-community__choice .box label {
    display: block;
    height: 410px;
    width: 348px;
    background: #f1b2b5;
    border-color: #f1b2b5;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}
.l-community__choice .box label:before {
    content: "";
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: -10px;
    top: -18px;
}
.l-community__choice .box label:after {
    content: "";
    position: absolute;
    display: none;
    width: 19px;
    height: 14px;
    background: url("../img/icon-check.png");
    background-size: contain;
    top: -4px;
    left: 0;
}
.l-community__choice .box label h4 {
    font-size: 20px;
    display: block;
    margin-top: 15px;
}
.l-community__choice .box label p {
    font-size: 15px;
}
.l-community__choice .box.wedding label {
    background: #FF79A7;
    border-color: #FF79A7;
}
.l-community__choice .box.wedding label:before {
    background: #FF79A7;
}
.l-community__choice .box.love label {
    background: #FF9779;
    border-color: #FF9779;
}
.l-community__choice .box.love label:before {
    background: #FF9779;
}
.l-community__choice .box.friend label {
    background: #FFCE78;
    border-color: #FFCE78;
}
.l-community__choice .box.friend label:before {
    background: #FFCE78;
}
.l-community__choice .box.meal label {
    background: #74C5BB;
    border-color: #74C5BB;
}
.l-community__choice .box.meal label:before {
    background: #74C5BB;
}
.l-community__choice .box.experience label {
    background: #869ADE;
    border-color: #869ADE;
}
.l-community__choice .box.experience label:before {
    background: #869ADE;
}
.c-pagetitle {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.2em;
    color: #39393a;
    margin-bottom: 20px;
    text-align: center;
}
.c-pagetitle span {
    font-family: "Open Sans", sans-serif;
}
.c-pagelead {
    line-height: 2em;
    letter-spacing: 0.1em;
    color: #6d6d6d;
    text-align: center;
}
.c-button-fb {
    width: 310px;
    background: #4267b2;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    margin: 10px auto;
    border-radius: 50px;
    height: 50px;
    text-align: center;
}
.c-button-fb span {
    padding-left: 33px;
    line-height: 52px;
    background: url("../img/icon-facebook.png") no-repeat left center;
}
.c-button-fb.top {
    margin-bottom: 10px;
}
.c-button-mail {
    width: 310px;
    background: #e4e4e4;
    color: #202020;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    height: 50px;
    text-align: center;
}
.c-button-mail span {
    padding-left: 23px;
    line-height: 52px;
    background: url("../img/icon-mail.png") no-repeat left center;
}
.c-button-mail.top {
    margin-top: 5px;
}
.c-sponly {
    display: none;
}
.c-pconly {
    display: inline-block;
}
.c-indicator {
    width: 250px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 8px;
}
.c-indicator span {
    font-size: 13px;
}
.c-indicator.large {
    width: 345px;
    display: inline-block;
    position: relative;
    height: 13px;
    display: none;
}
.c-indicator.large span {
    position: absolute;
    top: 0;
}
.c-indicator.large span:nth-child(1) {
    left: 0;
}
.c-indicator.large span:nth-child(2) {
    left: 62px;
}
.c-indicator.large span:nth-child(3) {
    right: 98px;
}
.c-indicator.large span:nth-child(4) {
    right: 0;
}
.c-indicatoricon {
    width: 240px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    display: none;
}
.c-indicatoricon:before {
    position: absolute;
    top: 7px;
    left: 5px;
    display: block;
    content: "";
    width: 226px;
    height: 5px;
    background: #ccc;
    z-index: 1;
}
.c-indicatoricon span {
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 10px;
    background: #ccc;
    position: relative;
    z-index: 2;
}
.c-indicatoricon span.active {
    background: #00abe7;
}
.c-indicatoricon.large {
    width: 335px;
}
.c-indicatoricon.large:before {
    width: 325px;
}
.c-table {
    border-collapse: separate;
    border-spacing: 50px;
    margin-bottom: 30px;
}
.c-table th {
    font-weight: bold;
    text-align: right;
    width: 160px;
}
.c-table td {
    text-align: left;
    line-height: 1.6;
    word-break: break-all;
}
.c-breadcrumb {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
}
.c-breadcrumb.small {
    padding-bottom: 25px;
}
.c-breadcrumb li {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #3291d4;
}
.c-breadcrumb li a {
    font-weight: 400;
    color: #7c7c7c;
    text-decoration: none;
}
.c-breadcrumb li + li {
    position: relative;
    margin-left: 2em;
    margin-right: 1em;
}
.c-breadcrumb li + li:before {
    position: absolute;
    background: url(../img/icon-breadcrumb.png) no-repeat;
    background-size: 8px auto;
    display: inline-block;
    width: 8px;
    height: 11px;
    content: "";
    left: -1.3em;
    top: 6px;
}
.c_article-label {
    display: flex;
    flex-wrap: wrap;
}
.c_article_cate {
    display: flex;
    flex-wrap: wrap;
    margin-right: 5px;
}
.c_article-label span {
    display: block;
    background: #FF9779;
    color: #fff;
    margin: 0;
    padding: 0 5px;
    line-height: 25px;
    border-radius: 5px;
}
.c_article-label time,
.c_article-label em {
    color: #999;
    line-height: 26px;
}
.p_article__undertitle .c_article-label time,
.p_article__undertitle .c_article-label em {
    line-height: 25px;
}
.c_article_view {
    margin-left: auto;
}
.c_article-label em {
    font-size: 85%;
    padding-left: 1em;
    position: relative;
    top: 1px;
}
.p_article__undertitle .c_article-label {
    width: 560px;
}
.c_article-share {
    width: 110px;
    display: flex;
    justify-content: space-between;
}
.c_article-share a {
    cursor: pointer;
}
.c-btn {
    cursor: pointer;
    background: #1DC8F3;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 19px;
    display: block;
    width: 200px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
}
.c-btn--wide {
    width: 170px;
    height: 40px;
    line-height: 43px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1px;
}
.c-btn--medium {
    width: 180px;
    height: 45px;
    line-height: 46px;
    border-radius: 25px;
    font-size: 16px;
    letter-spacing: 1px;
}
.c-btn--black {
    background: #535353;
    margin: 0;
    margin-top: 5px;
}
.c-btn--black-mid {
    background: #535353;
    width: 221px;
    margin: 0;
    margin-top: 5px;
}
.c-statusbar {
    width: 212px;
    height: 13px;
    background: #fff;
    margin: 0 auto 10px;
    border-radius: 30px;
}
.c-statusbar__current {
    width: 0;
    height: 13px;
    margin-left: 0;
    background: #4ccab1;
    border-radius: 30px;
}
.c-status {
    display: block;
    margin: 0 auto 10px;
}
.c-status em {
    font-size: 22px;
    font-weight: bold;
}

/*ユーザー一覧*/
/*4カラム*/
.c-profilebox {
    width: 150px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.c-profileboxarea .c-profilebox:nth-of-type(4n) {
    margin-right: 0;
}
.c-profilebox a {
    display: block;
}
.c-profilebox p {
    height: 40px;
    text-align: center;
    line-height: 1.4em;
}
.c-profilebox a:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}
.c-profilebox h5 {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    z-index: -1;
}
.c-profilebox h5 span {
    position: relative;
}
.c-profilebox .c-iconarea {
    width: 150px;
}
.c-profilebox .message_btn {
    margin: 10px 0 40px;
}

/*3カラム*/
.col3 {
    justify-content: flex-start;
}
.col3 .c-profilebox {
    width: 33.3%;
    margin: 0 0 30px;
    text-align: center;
}
.col3 .c-profilebox .user_img {
    width: 180px;
    height: 180px;
}

/* ステータス */
.c-profilebox h5 span:before,
.login_box ul li span:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 6px;
    display: none;
}
.status_1 span:before {
    background-color: #40bd77;
}
.status_2 span:before {
    background-color: #efd634;
}
.status_3 span:before {
    background-color: #efa734;
}
.status_4 span:before {
    background-color: #a64d79;
}
.status_9 span:before {
    background-color: #535353;
}
.login_box ul {
    margin: 40px 0 60px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
.login_box ul li {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}
.login_box ul li:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid #ccc;
}
.c-profilebox p {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.c-profilebox .btn {
    width: 100%;
    max-width: 150px;
    height: 30px;
    border-radius: 16px;
    background: #fff;
    margin: 14px auto 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #d4d4d4;
}
.c-profilebox .btn:hover {
    transition: 0.3s;
    background: #f7f7f7;
}
/*コミュニティ*/
.c-profileboxarea {
    display: flex;
    flex-wrap: wrap;
}
.c-communityboxarea {
    display: flex;
    flex-wrap: wrap;
}
.c-communityboxarea.confirm {
    margin: 0;
}
.c-communityboxarea.confirm .icon {
    width: 152px;
    height: 50px;
    border-radius: 25px;
    font-size: 19px;
}
.c-communityboxarea .icon {
    width: 118px;
    height: 30px;
    margin: 0 1em 0 0;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    align-items: center;
    color: #fff;
    font-size: 13px;
}
.c-communityboxarea .icon.orange {
    background: #74C5BA;
}
.c-communityboxarea .icon.pink {
    background: #FF9779;
}
.c-communityboxarea .icon.green {
    background: #FFCE78;
}
.c-communityboxarea .icon.red {
    background: #FF79A7;
}
.c-communityboxarea .icon.purple {
    background: #869ADE;
}
.c-communityboxarea .icon.bluegreen {
    background: #8ac8d5;
}
.c-communityboxarea .icon.yellow {
    background: #e8ce6d;
}
.c-communityboxarea .icon img {
    width: 20px;
    height: auto;
}
.c-communityboxarea span {
    padding-left: 3px;
    letter-spacing: 0.9px;
    line-height: 6px;
}
.c-communityboxarea.wide {
    margin: 0;
}
/*LIKE一覧*/
.c-likeboxarea {
    display: flex;
    flex-wrap: wrap;
}
.c-likebox {
    width: 120px;
    text-align: center;
    margin-bottom: 26px;
    margin-right: 27px;
    display: block;
}
.c-likeboxarea .c-likebox:nth-of-type(5n) {
    margin-right: 0;
}
.c-likebox a {
    font-size: 13px;
    display: inline-block;
}
.c-likebox .like_img {
    width: 120px !important;
    height: 120px !important;
    margin-bottom: 5px;
}
.c-likebox span {
    font-size: 12px;
    margin-bottom: 12px;
    display: block;
}
.c-likebox .btn {
    width: 120px;
    height: 32px;
    display: block;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    background: #eee;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
}
/*前へ次へボタン*/
.nwsartcl_btns .nwsartcl_next,
.nwsartcl_btns .nwsartcl_prev {
    display: inline-block;
    width: auto;
    line-height: 38px;
    border: 1px solid #959595;
    padding: 0 23px;
    color: #515151 !important;
    font-weight: 500;
    background-color: #fff !important;
}
.nwsartcl_btns .nwsartcl_next:hover,
.nwsartcl_btns .nwsartcl_prev:hover,
.nwsartcl_btns .nwsartcl_all:hover {
    background-color: #6a6a6a !important;
    border-color: #6a6a6a !important;
    color: white !important;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/*ページャー*/
.c-pagenation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
}
.c-pagenation a {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: #ddd 1px solid;
    display: block;
    line-height: 30px;
    text-align: center;
    margin-right: 9px;
    color: #999;
    text-decoration: none;
    background: #fff;
}
.c-pagenation a:last-child {
    margin-right: 0;
}
.c-pagenation a:hover {
    background: #ddd;
}
.c-pagenation a.disabled {
    /*  border: none;
  position: relative;
  bottom: 3px;*/
}
.c-pagenation a.disabled:hover {
    /*  background: #fff;*/
}
.c-pagenation a.active {
    background: #00ade9;
    color: #fff;
    font-weight: bold;
}
.c-pagenation img {
    width: 9px;
}
.c-disabled {
    margin-top: 160px;
    text-align: center;
}
.c-disabled p {
    margin: 20px;
    line-height: 2;
}

.c-backtomypage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding-bottom: 20px;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
.c-backtomypage span {
    font-weight: bold;
    margin-left: 10px;
}
.c-category {
    border: #dddddd 1px solid;
    padding: 23px;
    text-align: left;
}
.c-category h3 {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    border-right: #dddddd 1px solid;
    padding-left: 12px;
    padding-right: 36px;
}
.c-category ul {
    display: inline-block;
}
.c-category ul li {
    display: inline-block;
    padding-left: 38px;
}
.c-category ul li a {
    color: inherit;
    text-decoration: none;
}
.c-category ul li.active {
    color: #00abe7 !important;
}
.c-category.top {
    position: relative;
    padding-bottom: 18px;
}
.c-category.top:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 60px;
    padding: 5px;
    background-color: #fff;
    border-right: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-category.top li {
    padding-bottom: 5px;
    padding-left: 0;
    margin-left: 38px;
}
.c-category.top li.active {
    color: inherit;
    border-bottom: #39393a 1px solid;
}
.c-subpost {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.c-subpost img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.c-subpost .texts {
    width: 535px;
}
.c-subpost .texts h4 {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 7px;
    color: #525252;
}
.c-subpost .texts p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 7px;
    margin-bottom: 15px;
    color: #9a9a9a;
}
.c-subpost.top {
    width: 485px;
}
.c-subpost.top img {
    margin-right: 25px;
}
.c-subpost.top p {
    letter-spacing: 0.05em;
}
.c-selectbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-selectbox select {
    width: 280px;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 10px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 0 1em;
    background: url(../img/icon-selectbox.png) no-repeat right 15px center, #fff;
    cursor: pointer;
    background-size: 11px;
    border: 1px solid #C3C3C3;
    border-radius: 90px;
}
.c-selectbox .subtext {
    width: 300px;
    margin-bottom: 10px;
    padding: 12px 1em;
    box-sizing: border-box;
    font-size: 14px;
    height: 40px;
}
.c-selectbox .subtext:placeholder-shown {
    color: #999999;
}
.c-selectbox.bodyheight {
    justify-content: flex-start;
}
.c-selectbox.bodyheight .unit {
    display: block;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 8px;
}
.c-prfcheckbox label {
    display: block;
    padding-left: 21px;
    margin: 10px 20px 5px 0px;
    position: relative;
}
.c-prfcheckbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-bottom: 34px;
    font-size: 13px;
}
.c-prfcheckbox label::before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 90px;
}
.c-prfcheckbox input {
    display: none;
}
.c-prfcheckbox input:checked + label::after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.c-selfieuploadarea__photo {
    display: flex;
    justify-content: center;
}
.c-selfieuploadarea__photo img {
    border-radius: 50%;
}
.row {
    margin-top: 27px;
}
.c-selfieuploadarea__drop {
    margin-top: 5px;
    background-color: #f6f6f6;
    padding: 10px;
}
.c-selfieuploadarea__drop.id {
    padding: 20px;
    display: flex;
}
.c-selfieuploadarea__drop__inner {
    border: #ddd 2px dotted;
    padding: 50px 80px;
    text-align: center;
    line-height: 1.5;
    color: #aaa;
    font-size: 18px;
}
.c-selfieuploadarea__drop__inner img {
    display: block;
    margin: 0 auto 19px;
}
.c-selfieuploadarea__drop__inner.small {
    width: 378px;
    box-sizing: border-box;
    padding: 0;
    height: 212px;
    padding-top: 70px;
}
.applying_icon_wrap {
    position: absolute;
    right: 40px;
    top: 50px;
}
.applying_icon {
    height: 100px !important;
    width: 100px !important;
}

.icon_applying_now::before,
.icon_applying_now::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.icon_applying_now::before {
    content: "申請中";
    text-align: center;
    font-size: 1.5rem;
    color: #ff4500;
    line-height: 100px;
    z-index: 100;
}
.icon_applying_now::after {
    content: "";
    background: black;
    opacity: 0.5;
}
.photo_applying_now::before,
.photo_applying_now::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: 10%;
}
.photo_applying_now::before {
    content: "申請中";
    text-align: center;
    vertical-align: top;
    font-size: 1.5rem;
    color: #ff4500;
    z-index: 100;
}
.photo_applying_now::after {
    content: "";
    background: black;
    opacity: 0.5;
}
.photo_wrap {
    margin-top: 30px;
    margin-bottom: 0;
}
.photo_wrap:empty {
    margin: 0;
}
.c-selfieuploadarea__sub {
    margin-left: 20px;
    text-align: left;
    width: 350px;
}
.c-selfieuploadarea__sub p {
    font-size: 15px;
}
.c-selfieuploadarea__sub .small {
    font-size: 12px;
}
.c-selfieuploadarea__sub .errortext {
    margin-top: 1em;
    display: block;
    color: #e37070;
}
.c-selfieuploadarea__btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #666;
    border-radius: 30px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    cursor: pointer;
}
.c-selfieuploadarea__btn.mt50 {
    margin-top: 50px;
}
.c-selfieuploadarea__btn.gray {
    width: 260px;
    background: #959595;
}
.c-fileupload {
    margin: 0 auto 15px;
    display: flex;
    justify-content: space-between;
}
.c-fileupload.id {
    margin-bottom: 12px;
}
.c-fileupload .fake {
    display: inline-block;
    width: 370px;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    border: #ccc 1px solid;
    font-size: 14px;
}
.c-fileupload .fake.wide {
    width: 428px;
}
.c-fileupload .fake.small {
    width: 260px;
}
.c-fileupload .upload {
    display: inline-block;
    position: relative;
    background: #00ade8;
    color: #fff;
    width: 148px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    margin-right: 3px;
}
.c-fileupload .upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0;
}
.c-fileupload .upload.id {
    width: 75px;
    background: #666;
}
.temp-image-upload-box.c-fileupload {
    margin: 12px auto 30px;
    display: flex;
    justify-content: flex-start;
}
.c-fileupload .upload {
    width: initial;
    padding: 0 10px;
    margin-left: 20px;
}
.temp-image-upload-box.c-fileupload .preview {
    width: 100px;
    position: relative;
    margin-left: 2rem;
}
.temp-image-upload-box.c-fileupload .preview img {
    width: 100%;
    height: auto;
}
.temp-image-upload-box.c-fileupload .preview .reset {
    position: absolute;
    background: gray;
    font-size: 11px;
    color: white;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
.c-uploadname {
    display: block;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 17px;
    color: #00ade8;
}
.c-uploadname.long {
    margin-top: 20px;
    margin-bottom: 27px;
}
.c-whitebox {
    background: #fff;
}
.c-fivedots {
    width: 680px;
    display: flex;
    margin: 40px auto;
    justify-content: space-between;
}
.c-fivedots .item {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.2em;
    position: relative;
}
.c-fivedots .item p {
    position: absolute;
    bottom: 25px;
    width: 120px;
    text-align: center;
}
.c-fivedots .orange {
    background: #edae74 url("../img/icon-meal.png") no-repeat 50% 30%;
    background-size: 41px auto;
}
.c-fivedots .green {
    background: #80c8b9 url("../img/icon-friend.png") no-repeat 50% 30%;
    background-size: 41px auto;
}
.c-fivedots .red {
    background: #e97676 url("../img/icon-marriage.png") no-repeat 50% 20%;
    background-size: 41px auto;
}
.c-fivedots .pink {
    background: #f1b2b5 url("../img/icon-heart.png") no-repeat 50% 30%;
    background-size: 41px auto;
}
.c-fivedots .purple {
    background: #ae92b7 url("../img/community/icon-community-5.png") no-repeat 50% 30%;
    background-size: 41px auto;
}
/*コミュニティアイコン*/
.c-iconarea {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}
.c-iconarea .icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
}
.c-iconarea .icon img {
    width: 16px;
    border-radius: 0;
    height: auto;
}
.c-iconarea .icon.bluegreen {
    background: #88cad2;
}
.c-iconarea .icon.pink {
    background: #f2b0b3;
}
.c-iconarea .icon.yellow {
    background: #e7cf6f;
}
.c-iconarea .icon.orange {
    background: #edae74;
}
.c-iconarea .icon.yellowgreen {
    background: #a4db90;
}
.c-iconarea .icon.green {
    background: #80c8b9;
}
.c-iconarea .icon.red {
    background: #e97676;
}
.c-iconarea .icon.purple {
    background: #ae92b7;
}
.icon {
    background: #ccc;
}
.icon.cost_1 {
    background: #FDB900;
}
.icon.cost_2 {
    background: #FB94A2;
}
.icon.cost_3 {
    background: #9FD8A6;
}

.c-iconarea.small {
    margin-top: 0;
    justify-content: flex-start;
}
.c-iconarea.small .icon {
    margin-right: 6px;
}
.c-iconarea.preferences {
    width: 227px;
    margin-left: 2px;
    margin-bottom: 0px;
}
.c-pushedlikecard {
    background: #f4f4f4;
    width: 344px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
}
.c-pushedlikecard__flex {
    display: flex;
}
.c-pushedlikecard__left {
    margin-right: 1em;
}
.c-pushedlikecard__left .user_img {
    width: 110px;
    height: 110px;
}
.c-pushedlikecard__btnarea {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
}
.c-pushedlikecard__detailarea {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}
.c-pushedlikecard p {
    font-size: 14px;
}
.c-pushedlikecard p em {
    font-weight: bold;
}
.c-pushedlikecard h6 {
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.c-pushedlikecard .btn {
    display: flex;
    color: #fff;
    height: 30px;
    line-height: 30px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 11px;
    line-height: 1.6;
    box-sizing: border-box;
    font-weight: 500;
    cursor: pointer;
}
.c-pushedlikecard .btn img {
    width: 16px;
    margin-right: 3px;
}
.c-pushedlikecard .btn.look {
    width: 85px;
    background: #0085b4;
    margin-right: 6px;
}
.c-pushedlikecard .btn.remove {
    width: 135px;
    background: #005471;
}
.c-pushedlikecard .btn.detail {
    width: 290px;
    height: 35px;
    line-height: 37px;
    font-size: 14px;
    background: #00a2e5;
    border-radius: 20px;
}
.c-pushedlikecard .btn.checked {
    width: 100%;
    background: #1ec2de;
    border: #1ec2de 1px solid;
    color: #fff;
}
.c-pushedlikecard .btn.checked.small {
    width: 70px;
    margin-right: 10px;
}
.c-pushedlikecard .btn.checked.done {
    background: #fff;
    border: #0091cb 1px solid;
    color: #0091cb;
    cursor: default;
}
.c-pushedlikecard .btn.checked.done:hover {
    opacity: 1;
}
.c-pushedlikecard .btn.checked img {
    width: 12px;
    height: auto;
    position: relative;
    margin-right: 5px;
}
.c-pushedlikecardbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-earnedlikebox {
    background: #fff;
    display: flex;
    width: 130px;
    height: 38px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.c-earnedlikebox span {
    font-size: 13px;
    font-weight: bold;
}
.c-earnedlikebox span em {
    font-size: 18px;
}
.c-earnedlikebox.small {
    width: 110px;
    height: 32px;
}
.c-loginstatus {
    position: relative;
    line-height: 1.6;
}
.c-loginstatus:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #40bd77;
    left: -16px;
    top: 6px;
    display: none;
}
.c-matchingmodal__visual {
    width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-matchingmodal__visual img {
    display: block;
}
.c-matchingmodal .matchingtext {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.1em;
    margin-bottom: 30px;
}

.c-matchingmodal .matchingtext.nice {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.c-matchingmodal .matchingtext span {
    font-size: 14px;
}

.c-matchingmodal .nice_text {
    text-align: center;
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 14px;
    margin-top: 14px;
}
.c-matchingmodal .nice_text span {
    font-size: 14px;
}
.c-matchingmodal #step1 {
    background-color: #EAF7FC;
    padding: 10px;
    text-align: center;
    color: #2BA9D3;
    font-size: 95%;
    line-height: 1.4em;
}

.c-matchingmodal #comment_nice_btn{
    background-image: url("/img/mail.png");
    background-repeat: no-repeat;
    background-position: 10%;
    width: 100%;
    margin-top: 18px;
    background-size: 15px 15px;
}

.c-matchingmodal #nice_btn{
    background-image: url("/img/like2.png");
    background-repeat: no-repeat;
    background-position: 10%;
    width: 100%;
    margin-top: 18px;
    background-size: 15px 15px;
}

.c-matchingmodal__dots {
    width: 54px;
    height: 4px;
    display: flex;
    justify-content: space-between;
}
.c-matchingmodal__dots span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #dcdcdc;
    display: block;
}
.c-matchingmodal__btnarea {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 79px;
    background: #f5f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 8px 8px;
}
.c-matchingmodal__btn {
    width: 260px;
    height: 51px;
    line-height: 44px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #4BD0EF;
    text-align: center;
}
.c-circle {
    border-radius: 50%;
}
.c-radiobox {
    font-size: 13px;
}
.c-radiobox .dummyradio {
    display: none;
}
.c-radiobox .dummyradio + label {
    display: inline-block;
    line-height: 22px;
    padding-left: 30px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 15px;
}
.c-radiobox .dummyradio + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 50%;
}
.c-radiobox .dummyradio:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #4BD0EF;
    border-radius: 50%;
}
.c-radiobox.blue {
    margin: 0;
}
.c-radiobox.blue .dummyradio + label {
    font-size: 15px;
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
}
.c-radiobox.blue .dummyradio + label:last-child {
    margin-bottom: 0;
}
.c-radiobox.blue .dummyradio:checked + label::after {
    background: #00abe7;
}
.c-radiobox.blue.confirm .dummyradio + label:before {
    width: 17px;
    height: 2px;
    background-color: #b3b3b3;
    border-radius: 0;
    border: none;
    top: 11px;
}
.c-radiobox.preferences {
    margin: 0;
}
.c-radiobox.preferences .dummyradio + label {
    margin-bottom: 0;
}
.c-radiobox.preferences .dummyradio + label:before {
    width: 18px;
    height: 18px;
    top: 2px;
}
.c-radiobox.preferences .dummyradio:checked + label::after {
    left: 4px;
    background: #00abe7;
}
.c-radiobox.preferences.top {
    margin-top: 30px;
}
.c-radiobox.preferences.top .dummyradio + label {
    padding-left: 0;
}
.c-radiobox.preferences.top .dummyradio + label:before {
    top: -20px;
    left: 5px;
}
.c-radiobox.preferences.top .dummyradio:checked + label::after {
    top: -16px;
    left: 9px;
}
.p-form input[type="text"],
.p-form input[type="email"],
.p-form input[type="password"] {
    border: 1px solid #C3C3C3;
    letter-spacing: 0.5px;
    border-radius: 90px;
}
.p-form {
    width: 600px;
    text-align: left;
    margin: 0 auto;
}
.p-form.withdraw {
    width: 100%;
    margin-top: 0;
}
.p-form.white {
    width: 100%;
    margin: 39px auto 0;
    padding: 50px 36px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 0 24px rgba(121, 121, 121, 0.1);
    border-radius: 8px;
}
.p-form.white.short {
    padding: 30px;
}
.p-form.wide {
    width: 900px;
    margin: 0;
}
.p-form.wide .texttype {
    margin-top: 0;
    margin-bottom: 0;
}
.p-form.wide .errortext {
    margin-top: 13px;
    margin-bottom: 0;
}
.p-form__flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 20px;
    border-bottom: #ddd 1px solid;
}
.p-form__flex.withdraw {
    display: table;
    padding: 0;
    width: 91%;
    margin: 0 auto;
}
.p-form__flex.withdraw:first-child {
    border-top: #ddd 1px solid;
}
.p-form__flex.withdraw .label {
    display: table-cell;
    background-color: #4a4a4a;
    width: 196px;
    padding: 11px 12px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    border-radius: 9px 9px 0 0;
}
.p-form__flex.withdraw .item {
    display: table-cell;
    width: auto;
    padding: 30px;
    border: 1px solid #c3c3c3;
}
.p-form__flex.withdraw .item .select {
    width: 100%;
}
.p-form__flex .item {
    width: 600px;
    margin-left: 60px;
}
.p-form__flex:last-of-type {
    border-bottom: none;
    align-items: flex-start;
}
.p-form__flex:nth-child(4) .label {
    margin-top: 30px;
}
.p-form .small {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
    word-break: break-all;
}
.p-form .label {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}
.p-form .label.required:after {
    content: "\5FC5\9808";
    background: #bd5151;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    height: 21px;
    display: inline-block;
    width: 35px;
    text-align: center;
    margin-left: 0.3em;
    border-radius: 5px;
}
.p-form .label.nonrequired:after {
    content: "任意";
    background: #B7B7B7;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    height: 21px;
    display: inline-block;
    width: 35px;
    text-align: center;
    margin-left: 1em;
    border-radius: 5px;
}
.p-form .confirmtext {
    display: block;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.p-form .confirmtext.wide {
    word-break: break-all;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}
.p-form .explaintext {
    display: block;
    font-size: 12px;
    line-height: 1.7;
}
.p-form .errortext {
    color: #e37070;
    display: block;
    font-size: 90%;
}
.p-form .errortext.file-error {
    margin-top: 0px;
}
.p-form .errortext.agreement-error {
    margin-top: 20px;
}
.p-form .undertext {
    font-size: 13px;
    margin-top: -24px;
    color: #39393a;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.5;
}
.p-form .uploadarea {
    background: #f6f6f6;
    padding: 30px;
    margin-top: 30px;
    font-size: 80%;
}
.p-form .uploadarea .label {
    margin: 0;
}
.p-form .uploadarea > .confirmtext {
    margin-left: 10px;
    margin-bottom: 4px;
}
.p-form .birthday {
    -webkit-appearance: none;
    appearance: none;
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 1em;
    background: url(../img/icon-selectbox.png) no-repeat right 15px center, #fff;
    background-size: 11px;
    border-radius: 6px;
    line-height: 1;
    border: 1px solid #cecece;
}
.p-form .birthdaylabel {
    margin-left: 13px;
    margin-right: 15px;
}
.p-form .identification {
    padding: 28px;
    background: #f6f6f6;
    margin-top: 40px;
    margin-bottom: 10px;
}
.p-form .identification .subtext {
    margin-bottom: 30px;
}
.p-form .identification .miniborder {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 0px;
    border-top: #444 1px dotted;
    margin: 20px 0;
}
.p-form .identification .moreinfo {
    font-size: 14px;
    line-height: 28px;
}
.p-form .identification .moreinfo a {
    display: block;
    padding-left: 10px;
    color: #0080ac;
    position: relative;
    cursor: pointer;
}
.p-form .identification .moreinfo a:hover {
    text-decoration: underline;
}
.p-form .identification .moreinfo a:before {
    display: inline-block;
    content: "";
    background: url("../img/icon-next.png");
    width: 9px;
    height: 11px;
    margin-right: 5px;
}
.p-form .identification .identification_modal {
    padding-bottom: 10px;
}
.p-form input[type="text"].fake {
    padding: 0 10px;
}
.c-selfieuploadarea .c-fileupload {
    margin-bottom: 32px;
}
.p-form .texttype {
    margin-bottom: 10px;
    width: 100%;
    padding: 12px 1em;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.p-form .texttype:placeholder-shown {
    color: #A1A1A1;
}
.p-form textarea {
    width: 100%;
    height: 380px;
    font-size: 14px;
    padding: 12px 1em;
    border: #e2e2e2 1px solid;
    border-radius: 8px;
}
.p-form textarea:placeholder-shown {
    color: #A1A1A1;
}
.p-form textarea.selfintroduction {
    margin-bottom: 10px;
    height: 260px;
    border-radius: 10px;
}
.p-form textarea.hobby {
    margin-bottom: 10px;
    height: 130px;
    border-radius: 10px;
}
.p-form .select {
    position: relative;
    width: 440px;
}
.p-form .select select {
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 14px;
    border: 1px solid #c5c5c5;
    background: #ffffff;
    padding: 8px 1em;
    border-radius: 30px;
}
.p-form .select select:-ms-expand {
    display: none;
}
.p-form .select:after {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    background: url("../img/icon-selectbox-black.png") no-repeat;
    position: absolute;
    background-size: cover;
    right: 18px;
    top: 16px;
    pointer-events: none;
}
.p-form .selfintroductionsample {
    display: block;
    line-height: 28px;
    margin-bottom: 40px;
    text-decoration: none;
}
.p-form .selfintroductionsample img {
    margin-right: 10px;
    width: 8px;
}
.p-form .selfintroductionsample span {
    color: #00ade8;
    font-weight: 500;
    font-size: 14px;
}
.p-form .address .smallbox {
    margin-left: 8px;
    margin-bottom: 10px;
    width: 220px;
    padding: 12px 1em;
    box-sizing: border-box;
    font-size: 14px;
}
.p-form .address .smallbox:placeholder-shown {
    color: #999999;
}
.p-form .address .bigbox {
    margin-bottom: 10px;
    width: 100%;
    padding: 12px 1em;
    box-sizing: border-box;
    font-size: 14px;
}
.p-form .address .bigbox:placeholder-shown {
    color: #999999;
}
.p-form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
}
.p-form__submit .btn + .btn {
    margin-left: 30px;
}
.p-form__submit .back_btn + .btn {
    margin-left: 30px;
}
.p-form__submit.mt {
    margin-top: 70px;
}
.p-form__submit.mt50 {
    margin-top: 40px;
}
.p-form__submit a.btn {
    text-align: center;
    line-height: 60px;
}
.p-form__submit .btn {
    display: block;
    width: 280px;
    height: 55px;
    font-size: 14px;
    background: #e4e4e4;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 1px;
}
.p-form__submit .btn.blue {
    background: #4BD0EF;
    color: #fff;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}
.p-form__submit a.btn {
    text-align: center;
    line-height: 60px;
}
.p-form__submit .btn.modal {
    width: 260px;
}
.p-form__submit .btn.black {
    background: #6d6d6d;
    color: #fff;
}
.p-form__submit .btn.darkgray {
    background: #959595;
    color: #fff;
}
.p-form__submit .btn.withdraw {
    width: 330px;
}
.p-form__submit .btn.back {
    width: 240px;
    height: 50px;
}
.p-form.login {
    margin-top: 0;
}
.p-form__agreement {
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
}
.p-form__agreement.wide {
    margin-left: 0;
    text-align: left;
}
.p-form__agreement.wide h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: #ddd 1px solid;
    padding-bottom: 0.8em;
}
.p-form__agreement.wide h5 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
.p-form__agreement.wide p {
    line-height: 1.6;
}
.p-form__agreement.wide .checkbox {
    text-align: center;
}
.p-form__agreement h4 {
    line-height: 2;
}
.p-form__agreement h4 a {
    text-decoration: underline;
}
.p-form__agreement h4 a:hover {
    text-decoration: none;
    opacity: 1;
}
.p-form__agreement .checkbox {
    font-weight: bold;
    margin: 27px auto 0;
    padding: 27px;
    background: #fff;
    box-sizing: border-box;
}
.p-form__agreement .checkbox .dummycheckbox {
    display: none;
}
.p-form__agreement .checkbox .dummycheckbox:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background: #00abe7;
}
.p-form__agreement .checkbox .checkbox-parts {
    display: inline-block;
    line-height: 1.5;
    padding-left: 27px;
    position: relative;
}
.p-form__agreement .checkbox .checkbox-parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    box-sizing: border-box;
}
.p-form__link {
    margin-top: 44px;
    display: block;
    text-align: center;
    line-height: 1.8;
}
.p-form__link a {
    cursor: pointer;
}
.p-modal {
    /* display: none; */
}
.p-modal__overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.p-modal__overlay.active {
    display: block;
}
.p-modal__overlay.point {
  z-index: 2000;
}
.p-modal__contents {
    display: none;
    width: 900px;
    height: 500px;
    position: fixed;
    background: #fff;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px;
    padding: 60px;
    box-sizing: border-box;
}
.p-modal__contents.active {
    display: block;
}
.p-modal__contents.point {
  z-index: 2500;
}
.p-modal__contents.idcomplete {
    height: 440px;
}
.p-modal__contents.small {
    width: 800px;
}
.p-modal__contents.protected {
    width: 800px;
    height: 660px;
}
.p-modal__contents.offline {
    width: 800px;
    height: 420px;
}
.p-modal__contents.id {
    height: 770px;
    padding-left: 50px;
}
.p-modal__contents.matching {
    max-width: 690px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: 460px;
}
.p-modal__contents .closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
}
.p-modal__contents ul {
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
}
.p-modal__contents ul ol {
    margin: 5px 20px;
    font-weight: bold;
}
.p-modal__contents ul span {
    font-weight: bold;
}
.p-modal__contents h3 {
    font-size: 26px;
}
.p-modal__contents .confirmtext {
    font-size: 17px;
    margin-bottom: 24px;
    display: block;
}
.p-modal__contents .withdrawreason {
    margin: 40px auto;
    border: #ddd 1px solid;
}
.p-modal__contents .withdrawreason th,
.p-modal__contents .withdrawreason td {
    box-sizing: border-box;
    padding: 17px 20px;
    border: #ddd 1px solid;
}
.p-modal__contents .withdrawreason th {
    width: 140px;
    background-color: #f3f3f3;
    font-size: 15px;
}
.p-modal__contents .withdrawreason td {
    width: 430px;
    font-size: 16px;
    text-align: left;
}
.p-modal__contents h4 {
    font-size: 26px;
    letter-spacing: 0.1em;
}
.p-modal__contents h4 span {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 420px;
    position: relative;
}
.p-modal__contents h4 span:before,
.p-modal__contents h4 span:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 13px;
}
.p-modal__contents h4 span:before {
    left: -120px;
}
.p-modal__contents h4 span:after {
    right: -120px;
}
.p-modal__contents h5 {
    text-align: center;
    padding-top: 56px;
    line-height: 30px;
}
.p-modal__contents .confirmation.pc {
    margin: 30px auto 0;
    border-collapse: separate;
    border-spacing: 70px 20px;
}
.p-modal__contents .confirmation.pc td {
    text-align: center;
    vertical-align: middle;
}
.p-modal__contents .confirmation.sp {
    display: none;
}
.p-top-keyvisual__2ndtitle {
    margin-top: 70px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.16em;
}
.p-top-keyvisual__2ndtitle span {
    font-size: 47px;
}
.p-top-about {
    min-width: 1300px;
}
.p-top-about__inner {
    width: 1300px;
    margin: 0 auto;
    padding: 120px 0;
}
.p-top-about h2 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.2em;
}
.p-top-about h2 span {
    font-family: "Open Sans", sans-serif;
}
.p-top-about__box {
    display: flex;
    margin: 80px auto;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.p-top-about__box .text {
    width: 578px;
    margin-left: 150px;
}
.p-top-about__box .text .icon {
    font-family: "Open Sans", sans-serif;
    background: #1ec2de;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.16em;
    line-height: 37px;
    border-radius: 18px;
    width: 116px;
    text-align: center;
}
.p-top-about__box .text .title {
    margin: 20px 0;
    font-size: 28px;
    line-height: 47px;
    letter-spacing: 0.08em;
}
.p-top-about__box .text .description {
    line-height: 2em;
    color: #6d6d6d;
}
.p-top-about__box .img {
    margin-left: 30px;
    position: relative;
}
.p-top-about__box .img:before {
    position: absolute;
    content: "";
    display: block;
    width: 350px;
    height: 350px;
    background: #e5f3f3;
    z-index: 1;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    opacity: 0.3;
}
.p-top-about__box .img img {
    z-index: 2;
    position: relative;
    border-radius: 50%;
}
.p-top-about__box.reverse {
    flex-direction: row;
}
.p-top-about__box.reverse .text {
    width: 684px;
    margin-left: 50px;
    margin-right: 30px;
}
.p-top-about__box.reverse .text .title {
    margin-left: -10px;
}
.p-top-about__box.reverse .img:before {
    left: -20px;
}

/*TOP：Cielの登録方法*/
.p-top-register {
    min-width: 1300px;
}
.p-top-register__inner {
    width: 1000px;
    margin: 100px auto;
}
.p-top-register__box {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 50px 65px 0 60px;
    background: #e6f6fb;
}

.p-top-register__box .text {
    margin-top: 80px;
}
.p-top-register__box .text .number {
    display: flex;
}
.p-top-register__box .text .number span {
    margin-top: 6px;
    display: block;
    width: 33px;
    height: 33px;
    font-size: 25px;
    line-height: 33px;
    background: #1ec2de;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}
.p-top-register__box .text .number h4 {
    margin-left: 15px;
    display: block;
    font-size: 28px;
    line-height: 43px;
}
.p-top-register__box .text p {
    margin-top: 40px;
    line-height: 2em;
    color: #6d6d6d;
}
.p-plain {
    background-color: #fff;
    font-size: 15px;
    padding: 60px 50px;
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0px 1px 24px 0px rgba(121, 121, 121, 0.1);
    text-align: left;
}
.p-plain p,
.p-plain li,
.p-plain address {
    font-size: 14px;
}
.p-plain p.right,
.p-plain li.right,
.p-plain address.right {
    text-align: right;
}
.p-plain p {
    margin-bottom: 30px;
}
.p-plain h2 {
    background: #eaeaea;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 17px;
    margin-bottom: 1.5em;
}
.p-plain h3 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: #ccc 1px dotted;
    margin-bottom: 20px;
    line-height: 1.3em;
    letter-spacing: 0.4px;
}
.p-plain ol {
    margin-bottom: 30px;
}
.p-plain ol li {
    padding-left: 2em;
    text-indent: -1em;
    margin-bottom: 8px;
}
.p-plain address {
    padding-left: 1em;
}
.p-plain.terms ol li {
    padding-left: 1em;
}
.p-plain.terms ol li ol,
.p-plain.terms ol li ul {
    margin-bottom: 0;
}
.p-plain.terms ol li ol li,
.p-plain.terms ol li ul li {
    margin-top: 8px;
}
.p-plain.terms ol li ul li {
    padding-left: 1em;
}
.p-plain.terms ul {
    margin-bottom: 30px;
}
.p-plain.terms ul li {
    padding-left: 2em;
    text-indent: -1em;
    margin-bottom: 8px;
}
.p_article {
    text-align: left;
}
.p_article__main {
    width: 700px;
}
.p_article__main h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
}
.p_article__sub {
    width: 260px;
}
.p_article__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.p_article__undertitle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-right: 10px;
    align-items: flex-end;
    padding-bottom: 12px;
    border-bottom: #ddd 1px solid;
    margin-bottom: 26px;
}
.p_article__inner {
    padding-bottom: 30px;
}
.p_article__inner.small {
    padding-bottom: 0;
}
.p_article__inner h2 {
    color: #52b2d2;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: #ddd 1px dotted;
    margin-bottom: 1em;
}
.p_article__inner h3 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 15px;
    border-left: #77c5df 5px solid;
    margin-top: 1em;
    margin-bottom: 1em;
}
.p_article__inner h4 {
    color: #52b2d2;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
.p_article__inner h5 {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
.p_article__inner img {
    margin-bottom: 30px;
}
.p_article__inner p {
    line-height: 1.6;
    margin-bottom: 1.5em;
}
.p_article__inner .flexarea {
    display: flex;
    justify-content: space-between;
}
.p_article__inner .flexarea .flexedtext {
    width: 372px;
}
.p_article__localnav {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: #ddd 1px solid;
    margin-bottom: 60px;
}
.p_article__localnav a {
    display: inline-block;
    border: #ccc 1px solid;
    color: #999 !important;
    text-decoration: none;
    padding: 6px 1em;
}
.p_article__localnav a img {
    padding-left: 1em;
}
.p_article__localnav a.before img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.p_article__localnav a:hover {
    background-color: #6a6a6a !important;
    border-color: #6a6a6a !important;
    color: white !important;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.p_article__title {
    display: flex;
}
.p_article__title .icon {
    width: 48px;
    height: 48px;
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_article__title h3 {
    line-height: 48px;
    background: #f6f6f6;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
}
.p_article__relatedposts {
    margin-top: 26px;
}
.p_article__subposts {
    margin-top: 20px;
    margin-bottom: 40px;
}
.p_article__subposts .post {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_article__subposts .post .texts {
    width: 174px;
    font-size: 13px;
    line-height: 1.6;
}
.p_article__subposts .post .texts time {
    color: #999;
    display: inline-block;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}
.p_article__subposts .post .texts em {
    color: #999;
    display: inline-block;
    font-size: 85%;
    margin-bottom: 0.5em;
}

/* =============================================
  マイページ（ログイン後アクセス可能）
============================================= */
/* ===== 共通 ===== */
#mypage {
    padding-bottom: 0;
}
.p-mypage {
    background: #e0f4fa;
    width: 1000px;
    display: flex;
    /*margin-bottom: -100px;*/
}
.p-mypage.gray {
    background: #f6f6f6;
}

/* ===== サイドメニュー ===== */
.p-mypage__side {
    width: 260px;
    padding-bottom: 60px;
    background-color: #fff;
}
.p-mypage__side.wide {
    width: 300px;
    position: relative;
}
.black_screen {
    display: none;
}
.p-mypage__sidearea {
    padding: 15px 15px;
    background-color: #E0F4FA;
    margin-bottom: 3px;
}
.p-mypage__sidearea.gray {
    border-bottom: #ddd 1px solid;
}
.p-mypage__sidearea.search {
    padding: 30px 12px 20px 12px;
}
.p-mypage__sidearea.search input {
    width: 276px;
    box-sizing: border-box;
    padding: 12px 1em;
    font-size: 14px;
}
.p-mypage__sidearea.search input:placeholder-shown {
    color: #999999;
}
.p-mypage__sidearea h4 {
    color: #39434E;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    border: solid 1px #39434E;
    border-radius: 15px;
    font-size: 13px;
    padding: 5px;
}
.p-mypage__sidearea small {
    margin-bottom: 10px;
    display: block;
    font-size: 90%;
    font-weight: 500;
}
.p-mypage__sidearea h5 {
    font-size: 13px;
    margin-bottom: 10px;
}
.p-mypage__side .to_profile_edit {
    margin-top: 1rem;
}
.p-mypage__side .c-iconarea {
    justify-content: center;
    margin: 15px auto 0;
}
.p-mypage__side .c-iconarea .icon {
    margin: 0 5px;
}

/* ===== メイン ===== */
.p-mypage__main {
    width: 740px;
    background: #fff;
    padding-left: 30px;
}
.p-mypage__main.small {
    width: 700px;
}
.p-mypage__profile h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.p-mypage__profile p {
    font-size: 13px;
    margin-bottom: 10px;
}
.p-mypage__profile .free {
    margin-bottom: 10px;
}
.p-mypage__profile .free span {
    color: #fff;
    background: #626262;
    padding: 0 1em;
    border-radius: 11px;
    line-height: 22px;
}
.p-mypage__profileicon {
    position: relative;
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* border: 4px #fff solid; */
    margin: 0 auto 10px;
}
.p-mypage__profileicon:before {
    /*  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px #fff solid;*/
}
.p-mypage__profileicon .user_img {
    width: 120px;
    height: 120px;
}
.p-mypage__favnumber {
    display: block;
    background: #fff;
    font-weight: bold;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin: 15px 0px;
    border-radius: 5px;
}
.p-mypage__favnumber em {
    font-size: 22px;
}
.p-mypage__protected {
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-mypage__protected span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #39393a;
}
.p-mypage__protected em {
    padding-left: 10px;
    padding-right: 10px;
}
.p-mypage__nav ul li.active {
    background: #cbebf5;
}
.p-mypage__nav ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    border-bottom: #D8D8D8 1px solid;
    cursor: pointer;
}
.p-mypage__nav ul li a:hover {
    background: #cbebf5;
}
.p-mypage__nav ul li a .imgbox {
    margin-left: 10px;
    width: 40px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-mypage__nav ul li a .imgbox img {
    display: block;
}
.menu_title {
    background-color: #E0F4FA;
    cursor: none;
    margin-top: 45px;
}
.menu_title span {
    margin-left: 0px !important;
}

.p-mypage__nav ul li a span {
    display: block;
    width: 100%;
    margin-left: 22px;
    text-align: left;
    position: relative;
    line-height: 18px;
}
.p-mypage__nav ul li a span em {
    font-size: 11px;
    background: #39393a;
    border-radius: 10px;
    color: #fff;
    padding: 0 4px;
    text-align: center;
    min-width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 1.5;
    margin-left: 5px;
    box-sizing: border-box;
}
.p-mypage__nav ul li a span:after {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: url("../img/icon-arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 18px;
    top: 3px;
}
/*ユーザーイメージ*/
.user_img {
    display: block;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border-radius: 50%;
    background-color: #fff;
}

/* =============== ポップアップ共通 =============== */
.modal_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 300000;
    line-height: 1.7;
}
.modal_wrap.open {
    display: block;
}
.modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.modal_close img {
    width: 25px;
    height: auto;
}
.modaltitle {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 26px;
}
.modaltitle::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 23px;
    left: -145px;
}
.modaltitle::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 23px;
    right: -145px;
}

/* ===== 書類確認方法ポップアップ ===== */
.idhow_modal {
    width: 900px;
    height: auto;
    box-sizing: border-box;
    margin: 150px auto;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    padding: 65px 55px;
    position: relative;
}
.idhow_desc {
    padding-top: 45px;
    font-size: 16px;
}

/* ===== 書類確認ポップアップ ===== */
/* 書類確認、確認完了、共通 */
.id_modal {
    width: 600px;
    height: auto;
    background-color: white;
    text-align: center;
    position: relative;
}
.id_modal p {
    line-height: 1.8;
}
.id_modal .modal_close {
    top: 20px;
    right: 20px;
    width: 21px;
    height: 20px;
}
.id_modal .modal_close img {
    width: 100%;
}
.id_modal .modaltitle {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.id_modal .modaltitle::before,
.id_modal .modaltitle::after {
    display: none;
}

.identification_modal {
    margin: 40px auto;
    padding: 20px 50px;
}
.identification_modal .modaltitle {
    margin-bottom: 15px;
}
.idmdl_desc {
    margin-bottom: 20px;
    color: #7f7f7f;
}
.idmdl_desc span {
    font-weight: bold;
    color: #525151;
}
#idup_message {
    width: 80%;
    height: auto;
    margin: 0 auto 20px;
}

/* ===== 書類確認完了ポップアップ ===== */
.idcomp_modal {
    margin: 150px auto;
    padding: 70px 50px;
}
.idcomp_modal .modaltitle {
    margin-bottom: 35px;
}
.idcomp_text {
    margin: 0 auto 40px;
}

/* ===== マッチングポップアップ ===== */
.mtchmdl_wrap {
    display: none;
    padding: 200px 0;
}
.match_modal {
    width: 690px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    padding: 65px 0 0;
    position: relative;
}
.mtchmdl_p_s {
    font-size: 24px;
    font-weight: bold;
}
.mtchmdl_p_b {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px;
}
.match_send {
    width: 100%;
    height: 90px;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f9fc;
    margin-top: 53px;
}

/* ===== マイページ周り共通 ===== */
.p-mypagetop {
    text-align: left;
    margin-bottom: 120px;
}
.p-mypagetop .section {
    margin-bottom: 4em;
}
.p-mypagetop__title {
    position: relative;
    border-bottom: #ddd 1px solid;
    padding: 0 0 0.8em;
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;
}
.p-mypagetop__title .left {
    display: flex;
    align-items: center;
}
.p-mypagetop__title .left img {
    width: 21px;
}
.p-mypagetop__title .title {
    padding-left: 0.5em;
    font-size: 16px;
    font-weight: 500;
}
.p-mypagetop__title .right {
    font-size: 13px;
    padding-left: 1.2em;
    position: relative;
    padding-top: 3px;
}
.p-mypagetop__title .right a {
    text-decoration: none;
    color: inherit;
    line-height: 1.6;
}
.p-mypagetop__title .right:before {
    position: absolute;
    content: "";
    display: block;
    width: 9px;
    height: 12px;
    background: url(../img/icon-breadcrumb.png) no-repeat;
    left: 0;
    top: 9px;
    background-size: 8px auto;
}
.p-mypagetop__box {
    background-color: #f6f6f6;
    font-weight: bold;
    padding: 30px;
    margin-bottom: 40px;
}
.p-mypagetop__box .title {
    font-size: 17px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
}
.p-mypagetop__box .title span {
    padding: 6px;
    padding-top: 4px;
}
.p-mypagetop__box ul {
    line-height: 1.7em;
}
.p-mypagetop__box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    font-weight: 500;
}
.p-mypagetop__box ul li .dot {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #4c4c4c;
    margin-right: 8px;
}
.p-mypagetop__preferencearea {
    background: #f6f6f6;
    padding: 0 30px;
    margin-bottom: 40px;
}
.p-mypagetop__preferencearea .first .c-radiobox {
    margin-bottom: 25px !important;
}
.p-mypagetop__preferencearea .c-radiobox span {
    display: block;
    margin-bottom: 10px;
}
.p-mypagetop__preferencearea table {
    width: 100%;
    height: auto;
    word-break: break-all;
}
.p-mypagetop__preferencearea table tr {
    height: 80px;
    border-bottom: #ddd 1px dotted;
}
.p-mypagetop__preferencearea table:last-child tr:last-child {
    border-bottom: none;
}
.p-mypagetop__preferencearea table tr th,
.p-mypagetop__preferencearea table tr td {
    vertical-align: middle;
}
.p-mypagetop__preferencearea table tr th {
    width: 35%;
    line-height: 1.6;
    font-weight: bold;
}
.p-mypagetop__preferencearea table tr td {
    width: 65%;
    line-height: 1.6;
}
.p-mypagetop__preferencearea table.edit.first {
    margin-bottom: 0;
}
.p-mypagetop__preferencearea table.edit tr {
    height: auto;
}
.p-mypagetop__preferencearea table.edit tr th,
.p-mypagetop__preferencearea table.edit tr td {
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 20px;
}
.p-mypagetop__preferencearea table.edit tr td .texttype {
    display: block;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 330px;
    height: 35px;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 10px;
    border: 1px solid rgb(166, 166, 166);
}
.p-mypagetop__preferencearea .c-iconarea.preferences {
    margin-top: 15px;
}
.p-mypagetop__preferencearea .change_email td > span:first-of-type {
    margin-top: 15px;
}
.p-mypagetop__preferencearea .change_email p {
    margin-bottom: 1em;
}
.p-mypagetop__preferencearea .c-radiobox.preferences.top {
    margin-bottom: 15px;
}
.p-mypagetop__preferencearea .c-btn--black {
    margin-top: 13px;
}
.p-mypagetop__preferencearea .c-radiobox .dummyradio:checked + label::after {
    top: 6px;
}
.p-mypagetop__preferencearea .c-radiobox.preferences {
    margin-bottom: 15px;
}
.p-mypagetop__preferencearea .c-btn--black-mid {
    margin-top: 12px;
}
.p-mypagetop__preferencearea table.edit tr td ul li {
    display: inline-block;
    margin-right: 15px;
}
.p-mypagetop__preferencearea table.edit tr td .mt {
    display: block;
    margin-bottom: 5px;
}
.p-mypagetop__preferencearea .ttl_sub {
    font-weight: 500;
}
.p-mypagetop__preferencearea .supplement {
    display: inline-block;
    font-size: 10px;
}
.p-mypagetop__preferencearea input[type="checkbox"] {
    display: none;
}
.p-mypagetop__preferencearea .checkbox_label {
    position: relative;
    margin-right: 15px;
}
.p-mypagetop__preferencearea .checkbox_label::before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    position: absolute;
    top: -20px;
    left: 6px;
}
.p-mypagetop__preferencearea
    input[type="checkbox"]:checked
    + .checkbox_label::after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -21px;
    left: 6px;
}
.p-mypagetop__preferencearea .blackbox {
    background: #535353;
    color: #fff;
    font-weight: normal;
    border-radius: 4px;
    display: block;
    width: 640px;
    margin: 0 auto;
    line-height: 1.6;
    box-sizing: border-box;
    padding: 10px;
}
.p-mypagetop .bannerlink {
    display: flex;
    font-size: 17px;
    font-weight: bold;
    margin-top: 40px;
    background: #e5e5e5;
    padding: 1.5em;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.p-profile__upper {
    display: flex;
}
.p-profile__main {
    width: 550px;
}
.p-profile__mainvisual {
    background: #003d51;
    color: #fff;
    position: relative;
}
.p-profile__mainvisual em {
    display: block;
    font-size: 18px;
    margin-bottom: 17px;
}
.p-profile__mainvisual figcaption {
    padding: 25px;
}
.p-profile__mainvisual .btn {
    background: #00a2e5;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 12px;
    cursor: pointer;
}
.p-profile__slider {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}
.p-profile__slider .prev {
    position: absolute;
    top: 40px;
    left: 0;
}
.p-profile__slider .next {
    position: absolute;
    top: 40px;
    right: 0;
}
.p-profile__slidercontents {
    display: flex;
    justify-content: center;
}
.p-profile__slidercontents img {
    margin-right: 20px;
}
.p-profile__slidercontents img:last-child {
    margin-right: 0;
}
.p-profile__box {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
}
.p-profile__box .title {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: #ddd 1px solid;
    margin-bottom: 20px;
}
.p-profile__box .title img {
    margin-left: 10px;
}
.p-profile__box .title span {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}
.p-profile__box p {
    line-height: 26px;
}
.p-profile__box.introduction {
}
.p-profile__box.community {
}
.p-profile__box.like {
}
.p-profile .likedcontents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-profile .likedcontents .content {
    display: block;
    text-align: center;
    width: 134px;
    margin-bottom: 20px;
}
.p-profile .likedcontents span {
    margin-top: 10px;
    display: block;
    font-weight: bold;
    line-height: 22px;
}
.p-profile__edit {
    margin-top: 30px;
    text-align: center;
}
.p-profile__edit .c-btn {
    font-size: 18px;
    width: 280px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
}
.c-fwbold {
    font-weight: bold;
    line-height: 1.5;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#page_mypage-top .like_add_btn {
    width: 120px;
    height: 32px;
    display: block;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
}
#page_mypage-top .p-mypagetop__newsarea .news a {
    display: block;
    width: 570px;
}

/* ===== 通知一覧 ===== */
.p-notify_seen_all_btn .btn {
    padding: 0 15px;
    line-height: 30px;
    background-color: #6d6d6d;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    color: white;
}
.news_main dl.news_lists {
    width: 100%;
    padding-bottom: 35px;
}
.news_main dt,
.news_main dd {
    width: 100%;
}
.news_main dt {
    font-size: 15px;
    font-weight: bold;
    color: #8c8d8e;
    padding-bottom: 12px;
}
.news_main dd {
    font-size: 17px;
    font-weight: bold;
    color: #39393a;
    line-height: 1.7;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px dotted #ccc;
}
.news_main dd:last-child {
    border-bottom: none;
}

/* ===== マッチングした相手 ===== */
#page_match {
}
.message_btn {
    display: inline-block;
    background: #00C9D7;
    color: #ffffff;
    width: auto;
    height: auto !important;
    text-align: center;
    border-radius: 25px;
    padding: 6px 0;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.message_btn:hover {
    background: #00a2e5;
    color: #fff;
}
button.favo_btn {
    font-size: 12px !important;
}

/* ===== お気に入り ===== */
#favolist_sp {
    display: none;
}
#page_mypage-favourite .btn {
    margin-left: 0 !important;
    margin-right: 6px;
}
#page_mypage-favourite button.favo_btn {
    font-size: 11px !important;
}
.c-pushedlikecard .c-pushedlikecard__left .likenum_box {
    width: 110px;
    margin: 15px 0;
    padding: 0 5px;
}
.c-pushedlikecard .c-pushedlikecard__left .likenum_inn {
    justify-content: center;
}
.c-pushedlikecard__btnarea .favo_btn {
    display: inline-block;
}
.c-pushedlikecard__btnarea .favo_btn button {
    font-size: 10px;
}
.c-pushedlikecard__btnarea .favo_btn button::before {
    width: 11px;
    height: 11px;
    margin-right: 3px;
}
.c-pushedlikecard__btnarea .favo_btn button.liked::before {
    width: 12px;
    height: 9px;
}

.like_community {
    box-sizing: border-box;
    width: 100%;
    background-color: #e0f4fa;
    padding: 30px;
}
.lk_cmmnty_inner {
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    padding: 20px 20px 30px;
}
.like_community h2 {
    padding: 10px 0 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
    font-size: 23px;
    line-height: 1.6;
    text-align: center;
}
.lk_cmmnty_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lk_cmmnty_cates {
    display: inline-block;
}
.lk_cmmnty_cates a {
    display: inline-block;
    padding: 0 24px 0 44px;
    margin-right: 10px;
    margin-bottom: 13px;
    position: relative;
    border-radius: 19.5px;
    line-height: 39px;
    font-size: 14px;
    color: white;
}
.lk_cmmnty_cates a img {
    height: auto;
    position: absolute;
}
.lkcate_food {
    background-color: #fd8f56;
}
.lkcate_sports {
    background-color: #698846;
}
.lkcate_music {
    background-color: #4d849f;
}
.lkcate_favo {
    background-color: #f3cc59;
}
.lkcate_love {
    background-color: #db6159;
}
.lkcate_job {
    background-color: #494d77;
}
.lkcate_food img {
    width: 18px;
    top: 9px;
    left: 19px;
}
.lkcate_sports img {
    width: 15px;
    top: 12px;
    left: 22px;
}
.lkcate_music img {
    width: 18px;
    top: 12px;
    left: 18px;
}
.lkcate_favo img {
    width: 14px;
    top: 14px;
    left: 22px;
}
.lkcate_love img {
    width: 15px;
    top: 13px;
    left: 22px;
}
.lkcate_job img {
    width: 20px;
    top: 13px;
    left: 18px;
}
.lkcate_alcohol {
    background-color: #e6ac8e;
}
.lkcate_golf {
    background-color: #8fb269;
}
.lkcate_jpop {
    background-color: #88b1c6;
}
.lkcate_spring {
    background-color: #eed081;
}
.lkcate_spoil {
    background-color: #e99d98;
}
.lkcate_english {
    background-color: #9496a7;
}
.lkcate_alcohol img {
    width: 13px;
    top: 7px;
    left: 23px;
}
.lkcate_golf img {
    width: 15px;
    top: 12px;
    left: 22px;
}
.lkcate_jpop img {
    width: 11px;
    top: 11px;
    left: 27px;
}
.lkcate_spring img {
    width: 17px;
    top: 12px;
    left: 20px;
}
.lkcate_spoil img {
    width: 15px;
    top: 13px;
    left: 22px;
}
.lkcate_english img {
    width: 17px;
    top: 13px;
    left: 19px;
}
.like_number {
    margin-bottom: 20px;
}
.like_number p {
    text-align: justify;
    line-height: 1.7;
    font-size: 15px;
    font-weight: bold;
}
.lk_cmmnty_search {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    background-color: #f8f8f8;
}
.lk_cmmnty_search > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lk_cmmnty_search > div > div {
    display: flex;
    margin-bottom: 25px;
}
.lkcmmsrch_title {
    box-sizing: border-box;
    padding-right: 12px;
    text-align: right;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
}
.lk_cmmnty_search input,
.lk_cmmnty_search .c-selectbox select {
    box-sizing: border-box;
    height: 36px;
    border: 1px solid #dcdcdc;
    margin: 0;
}
input.cmmsrch_input {
    width: 285px !important;
}
.lkcmmsrch_cmm p,
.lkcmmsrch_word p {
    width: 145px;
}
.lkcmmsrch_kind p {
    width: 210px;
}
.lkcmmsrch_cmm .c-selectbox select {
    width: 210px;
}
.lkcmmsrch_kind .c-selectbox select {
    width: 285px;
}
.lk_cmmnty_search input {
    width: 715px;
    padding: 0 15px;
    font-size: 14px;
}
.lk_cmmnty_search button {
    display: block;
    width: 74px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin: 0 auto;
    background-color: #e4e4e4;
    font-size: 14px;
    color: #202020;
}
.lkcmmsrch_detail {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.lkcmmsrch_detail a {
    font-size: 15px;
    font-weight: bold;
}
.lkcmmsrch_detail a img {
    width: 7px;
    height: auto;
    margin-left: 5px;
}
.lkcmmsrch_sort {
    display: flex;
    justify-content: flex-end;
}
.lkcmmsrch_sort p {
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
    padding-right: 12px;
}
.lkcmmsrch_sort .c-selectbox select {
    width: 210px;
    height: 36px;
    margin: 0;
    border: 1px solid #dcdcdc;
}
.hide {
    display: none;
}

/*NEWユーザー*/
.new_like_person {
    position: relative;
}
.new_like_person::before {
    display: block;
    content: "NEW";
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 46px;
    letter-spacing: 0.5px;
    border-radius: 50%;
    background-color: #4BD0EF;
    position: absolute;
    top: 7px;
    left: 28px;
    font-size: 11px;
    font-weight: 500;
    font-family: "Avenir Next", sans-serif;
    color: white;
    line-height: 3.8em;
    z-index: 99;
}
#page_like_detail .new_like_person::before {
    left: -12px;
}

/* ===== 各種設定周り共通 ===== */

.p-mypagetop__preferencearea .about_mode {
    margin-top: 7px;
    cursor: pointer;
    font-size: 12px;
}
.p-mypagetop__preferencearea .about_mode:hover {
    transition: 0.3s;
    opacity: 0.7;
}

/* 「オフラインモードについて」ポップアップ */
.modemdl_wrap {
    padding: 200px 0;
}
.mode_modal {
    width: 800px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    padding: 60px;
    position: relative;
}
.mode_modal .modaltitle {
    font-weight: 400;
}
.mode_modal .modaltitle::before,
.mode_modal .modaltitle::after {
    display: none;
}
.mode_modal > ul {
    width: 100%;
    margin: 40px 0 55px;
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
}
.mode_modal > ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 2;
    box-sizing: border-box;
}
.mmdl_listdot {
    position: absolute;
    top: 0;
    left: 0;
}
.mmdl_listoffline {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
}
.mmdl_listoffline li {
    margin: 3px 2px 4px 0;
}
.mode_modal button {
    display: block;
    width: 260px;
    height: 60px;
    margin: 0 auto;
    background-color: #959595;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    color: white;
}
/* 「オフラインモードについて」ポップアップ */
.mmdl_listprtctd {
    padding-left: 20px;
    margin: 5px 0;
    font-weight: bold;
}
.mmdl_listprtctd li {
    position: relative;
    padding-left: 25px;
}
.mmdl_listprtctd li span {
    position: absolute;
    top: 0;
    left: 0;
}

/* ===== 各種設定　変更 ===== */
#page_preferences_edit {
}
#page_preferences_edit .c-btn--medium {
    margin-bottom: 20px;
}

/* ===== 各種設定　変更完了 ===== */
#page_preferences-complete .c-disabled {
}

/* ===== 非表示・ブロックユーザー ===== */
#page_hide_block_user {
}
#page_hide_block_user .loading-wrapper.c-profilebox {
    margin-bottom: 30px;
}
#page_hide_block_user .c-profilebox .btn {
    background: #707070;
    color: white;
}
#page_hide_block_user .hide_users,
#page_hide_block_user .block_users {
    display: none;
}
#page_hide_block_user .hide_users.active,
#page_hide_block_user .block_users.active {
    display: flex;
}
.hide_block_tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.hide_block_tabs .hb_tab {
    width: 335px;
    height: 50px;
    background-color: #e5e5e5;
    text-align: center;
    cursor: pointer;
}
.hide_block_tabs .hb_tab p {
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
}
.hide_block_tabs .hb_tab.active {
    background-color: #005471;
    position: relative;
}
.hide_block_tabs .hb_tab.active::before {
    display: block;
    content: "";
    width: 18px;
    height: 11px;
    background-image: url(../img/arrow_bottom_blue.png);
    background-position: bottom;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 9px);
}
.hide_block_tabs .hb_tab.active p {
    color: white;
}

/* ===== プロフィール修正 ===== */
#page_maypage-profedit {
}

/* ===== プロフィール修正　確認 ===== */
#page_maypage-prof-confirm {
}
#page_maypage-prof-confirm .p-form {
    width: 100%;
}
#page_maypage-prof-confirm .l-main__box {
    background-color: none;
    font-size: 15px;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
}

.rgsting_profpic {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.rgsting_profpic img {
    margin-bottom: 20px;
}
.rgsting_profpic p {
    text-align: center;
}
.rgsting_profs {
    margin-bottom: 60px;
}
.rgsting_profs dt,
.rgsting_profs dd {
    width: 100%;
    text-align: justify;
    word-break: break-all;
}
.rgsting_profs dt {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 15px;
    padding-left: 1em;
    box-sizing: border-box;
}
.rgsting_profs dd {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    padding-left: 1em;
    box-sizing: border-box;
}
.rgsting_id {
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 0;
    margin-top: 55px;
    text-align: center;
}
.rgsting_id p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #39393a;
}
.rgsting_id img {
    width: 300px;
    height: auto;
}
.rgsting_prfs_btns {
    width: 460px;
    margin: 0 auto 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rgsting_prfs_btns a,
.profile_update_btn {
    display: block;
    width: 220px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    color: white;
    font-size: 14px;
}
.user-photo-confirm img {
    margin-top: 10px;
    width: calc(85% / 3);
    height: 180px;
    object-fit: contain;
}
.user-photo-confirm img:not(:nth-child(3n)) {
    margin-right: calc(10% / 2);
}
@media (max-width: 834px) {
    .user-photo-confirm img {
        height: 25.5vw;
    }
}

/* ===== プロフィール修正　完了 ===== */
#page_maypage-prof-complete {
}
#page_maypage-prof-complete .l-main__box {
    font-size: 15px;
    padding: 0;
    margin-top: 160px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}
#page_maypage-prof-complete .boxtext {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1em;
}

/* ===== ユーザステータス ===== */
#page_status {
}

/*テーブル内デザイン*/
.p-mypagetop__status {
    background: #f6f6f6;
}
.p-mypagetop__status .first .c-radiobox {
    margin-bottom: 25px !important;
}
.p-mypagetop__status .c-radiobox span {
    display: block;
    margin-bottom: 10px;
}
.p-mypagetop__status table {
    margin: 20px 4% 100px;
    width: 92%;
    height: auto;
    word-break: break-all;
}
.p-mypagetop__status table tr {
    height: 80px;
    border-bottom: #ddd 1px dotted;
}
.p-mypagetop__status table tr:last-child {
    border-bottom: none;
}
.p-mypagetop__status table tr th,
.p-mypagetop__status table tr td {
    padding: 30px 0;
    vertical-align: middle;
}
.p-mypagetop__status table tr th {
    width: 35%;
    line-height: 1.6;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.p-mypagetop__status table tr td {
    width: 65%;
    line-height: 1.6;
    vertical-align: middle;
}
#page_status .age_box {
}
#page_status .income_box {
}
#page_status .member_box {
}
#page_status .point_box {
}
#page_status .status_upgrade_sp {
    display: none;
}
#page_status .btn_upgrade {
    width: 184px;
    height: 45px;
    margin: 0;
    line-height: 45px;
    border-radius: 23px;
    font-size: 15px;
}

/*確認済みマーク*/
#page_status .confirm_mark {
    display: inline-block;
    width: 84px;
    line-height: 30px;
    border-radius: 20px;
    background-color: #ea8b8d;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#page_status .confirm_mark img {
    width: 12px;
    height: auto;
    margin: 0 5px 0 10px;
    position: relative;
    top: 1px;
}

/*会員ステータス*/
.menber_1 {
}
.menber_2 {
}
.menber_3 {
}

.txt_menber {
    font-weight: 500;
    font-size: 110%;
}
.txt_period {
    font-size: 13px;
    display: block;
    font-weight: 500;
}
.txt_point {
    margin: 0 1em;
    padding: 1px 6px;
    color: #00ade8;
    font-weight: bold;
    border: 2px solid #00ade8;
}

/*年齢確認ステータス*/
.age_box {
}

.age_box td {
    padding: 1rem 0;
}
.age_box a.c-btn {
    margin-top: 0.1rem;
    display: inline-block;
}

/*年収確認ステータス*/
.income_box {
}
.income_box a.c-btn {
    margin-top: 0.3rem;
    display: inline-block;
}

/*会員ステータス*/
.member_box div {
    width: 60%;
}
.member_box ul li {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    margin: 0 auto 15px;
}
.member_box ul li:last-child {
    margin: 0 auto;
}
.member_box .txt_period {
    color: #00ade8;
}

/*次回ポイント付与日*/
.point_box {
}
.point_box ul {
    margin: 30px 0;
}
.point_box ul li {
    padding: 10px 15px;
    background: #fff;
    margin: 0 auto 15px;
    position: relative;
}
.point_box ul li:last-child {
    margin: 0 auto;
}
.point_box .txt_period {
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
}

/*解約ボタン*/
#page_status .c-btn--black {
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    background: #353535;
    color: #fff;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 17px;
    margin: 0 auto;
}
#page_status .c-btn--black:hover {
    transition: 0.3s;
    opacity: 0.7;
}

/*モーダル用のボタン*/
#page_status .about_mode {
    width: 160px;
    background: #444;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    border-radius: 100px;
    cursor: pointer;
}
#page_status .about_mode:hover {
    transition: 0.3s;
    opacity: 0.7;
}

/* 有料会員の自動更新解約　ポップアップ */
.paid_wrap .mode_modal .modaltitle {
    margin-bottom: 1em;
}
.paid_wrap .mode_modal > ul {
    margin: 30px 0;
}
.paid_wrap .mode_modal a {
    display: block;
    width: 260px;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #959595;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
}
.paid_wrap .mode_modal a:hover {
    transition: 0.3s;
    opacity: 0.7;
}

/* プレミアム会員の自動更新解約　ポップアップ */
.premium_wrap .mode_modal .modaltitle {
    margin-bottom: 1em;
}
.premium_wrap .mode_modal > ul {
    margin: 30px 0;
}
.premium_wrap .mode_modal a {
    display: block;
    width: 260px;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #959595;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
}
.premium_wrap .mode_modal a:hover {
    transition: 0.3s;
    opacity: 0.7;
}

/* ===== 退会 ===== */
#page_withdraw .p-mypagetop__box ul li {
    display: block;
    position: relative;
    padding-left: 13px;
    margin-bottom: 7px;
}
#page_withdraw .p-mypagetop__box ul li .dot {
    position: absolute;
    top: 10px;
    left: 0;
}
.p-mypagetop__box .red-texts {
    font-size: 15px;
    color: #ec5050;
    padding-left: 0 !important;
}

/* ===== 退会確認ポップアップ ===== */
.wthdrwmdl_wrap {
    display: none;
    padding: 200px 0;
}
.withdraw_modal {
    width: 800px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    padding: 55px 0 60px;
    position: relative;
}
.withdraw_modal h3 {
    font-size: 26px;
}
.withdraw_modal .withdrawreason {
    margin: 40px auto;
    border: #ddd 1px solid;
}
.withdraw_modal .withdrawreason th,
.withdraw_modal .withdrawreason td {
    box-sizing: border-box;
    padding: 17px 20px;
    border: #ddd 1px solid;
}
.withdraw_modal .withdrawreason th {
    width: 140px;
    background-color: #f3f3f3;
    font-size: 15px;
}
.withdraw_modal .withdrawreason td {
    width: 430px;
    font-size: 16px;
    text-align: left;
}
.withdraw_modal .confirmtext {
    font-size: 17px;
    margin-bottom: 24px;
    display: block;
}

/* ===== プロフィール（マイページ） ===== */
#page_profile .p-profile__upper {
    display: block;
}
.profile_l {
    float: left;
    width: 550px;
    min-height: 250px;
    box-sizing: border-box;
}
.profile_r {
    float: right;
}
#page_profile .p-profile .likedcontents {
    justify-content: flex-start;
}
#page_profile .p-profile .likedcontents .content {
    margin-right: 19px;
}
#page_profile .p-profile .likedcontents > .content:nth-of-type(6n) {
    margin-right: 0;
}
#page_profile .p-profile .likedcontents .content img {
    width: 100%;
    height: auto;
}

.favo_btn button {
    padding: 0 15px;
    line-height: 30px;
    background-color: #00a2e5;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    color: white;
}
.favo_btn button.liked {
    background-color: #005471;
}
.favo_btn button::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(../img/icon-heart.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.favo_btn button.liked::before {
    background-image: url(../img/icon-remove.png);
    height: 9px;
    top: 0;
}
.c-pushedlikecard .btn.look.done {
    background: #fff;
    border: #0091cb 1px solid;
    color: #0091cb;
    cursor: default;
    font-weight: 500;
}
.c-pushedlikecard .btn.look.done:hover {
    opacity: 1;
}
.violation_btn {
    text-align: right;
    margin-bottom: 50px;
}
.violation_btn a {
    color: #3e3e3f;
    font-weight: 500;
    cursor: pointer;
}
.violation_btn img {
    width: 9px;
    height: auto;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

/* 違反報告ポップアップ */
.viomodal_wrap {
    padding: 100px 0;
}
.viomodal_wrap [role="error-message"] {
    color: #e37070;
    background-color: #fcd4d4;
}
.viomodal_wrap [role="error-message"] > span {
    display: table;
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.vio_modal {
    width: 800px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    padding: 80px 100px;
    position: relative;
}
.vltnmdl_title {
    font-size: 26px;
    margin-bottom: 35px;
}
.vltnmdl_prof {
    width: 180px;
    margin: 0 auto 30px;
}
.vltnmdl_prof img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}
.vltnmdl_prof p {
    font-size: 15px;
    font-weight: 500;
}
.vltnmdl_text {
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 500;
}
.vio_modal form {
    width: 100%;
}
.vltnmdl_select {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 1px solid #d2d2d2;
    padding: 0 32px 0 15px;
    margin-bottom: 30px;
}
.vltnmdl_select::before {
    display: block;
    content: "";
    width: 13px;
    height: 10px;
    background-image: url(../img/icon-selectbox-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 15px;
    pointer-events: none;
}
.vio_modal select {
    width: 100%;
    height: 100%;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}
.vio_modal select::-ms-expand {
    display: none;
}
.vio_modal textarea {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    resize: none;
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
    margin-bottom: 35px;
    font-size: 15px;
}
.vio_modal textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #929394;
}
.vio_modal button {
    display: block;
    width: 260px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #353535;
    font-size: 17px;
    color: white;
}
.vio_modal form button {
    margin: 0 7px;
}
.vio_modal button.line {
    display: inline-block;
}
.vio_modal button.back_btn {
    background: #909090;
}
.vltnmdl_h {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
}
.vltnmdl_h span {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 5px;
    padding: 0 2px 0 4px;
    background-color: #cc2e50;
    border-radius: 2px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 834px) {
    .vio_modal button.back_btn {
        margin-bottom: 10px;
    }
}

/* 違反報告確認ポップアップ */
.violation_cont {
    width: 100%;
    margin: 40px 0 50px;
    text-align: justify;
    line-height: 1.7;
    font-size: 14px;
}
/* 違反報告完了ポップアップ */
.violationcomplete_modal .vltnmdl_text {
    margin: 40px 0 50px;
}

/* ===== 安全対策（イエローフラッグ/レッドフラッグ制度） ===== */
#page_safety_measure .l-main__title {
    font-size: 32px;
}
#page_safety_measure .p-plain.terms ul li,
#page_safety_measure .p-plain.terms ol li {
    padding-left: 30px;
    text-indent: 0;
    position: relative;
}
#page_safety_measure .p-plain.terms ul li span,
#page_safety_measure .p-plain.terms ol li span {
    position: absolute;
    top: 0;
    left: 0;
}

/* =============================================
　 TOPページ（ログイン前にアクセス可能）
============================================= */
#page_top section {
    min-width: 1000px;
    padding: 170px 15px 100px;
}
#page_top section h2 {
    margin-bottom: 30px;
    text-align: center;
}
#page_top section h2 span {
    display: block;
}
#page_top section .top_ttl_en {
    letter-spacing: 8px;
    line-height: 0.02;
    font-size: 85px;
    color: #f4f4f4;
}
#page_top section .top_ttl_ja {
    letter-spacing: 6px;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3em;
}
.top_plane {
    line-height: 2;
    color: #5d5d5d;
    line-height: 1.6em;
    color: #5d5d5d;
    letter-spacing: 0.8px;
}
.tp_desc {
    margin-bottom: 70px;
    text-align: center;
}

/* ====== ダウンロードバー ====== */
#download_bar_wrap {
    display: none;
}

/* ポップアップ */
#popup {
    display: none; /* label でコントロールするので input は非表示に */
  }
  
  .popup-open {
    cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  }
  
  .popup-overlay {
    display: none; /* input にチェックが入るまでは非表示に */
  }
  
  #popup:checked ~ .popup-overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  
  .popup-window {
    width: 90vw;
    max-width: 560px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .popup-text {
    margin: 0;
  }
  
  .popup-text:not(:last-of-type) {
    margin-bottom: 1em
  }
  
  .popup-close {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: 0;
  }

@media screen and (max-width: 767px){
.popup-open {
    display: none;
    }
}


/* ====== メインビジュアル ====== */

#top_mv {
    height: 745px;
    background-image: url(../img/top/new/top_mv.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 15px !important;
}
#top_mv .container_big {
    align-items: center;
}
#top_start {
    display: inline-block;
    padding-top: 25px;
    line-height: 1.6;
    text-align: center;
}
/*メインキャッチ*/
.tpcpy1 {
    margin-bottom: 9px;
    color: #39393a;
    font-size: 43px;
    font-weight: 500;
}
.tpcpy2 {
    display: inline-block;
    padding: 6px 47px;
    border-radius: 18.5px;
    background-color: #00a0e4;
    font-size: 17px;
    color: white;
    letter-spacing: 2px;
}
/*無料会員登録*/
.tpmn_register {
    text-align: center;
}
#top_mv .tpmn_register {
    width: 460px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(121, 121, 121, 0.1);
    margin: 40px auto 0;
    padding: 35px 0 40px;
}
.tpmnregi_p1 {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 19px;
    line-height: 1.4;
}
.tpmnregi_p2 {
    font-size: 14px;
    color: #898989;
    margin-bottom: 25px;
}
.tpmnregi_p2 a {
    font-weight: 700;
    color: #1dc8f3;
    cursor: pointer;
}
.tpmnregi_p3 {
    font-size: 13px;
    color: #979797;
}
.text-top{
    vertical-align: top;
}
.tpmnregi_p4 {
    font-size: 18px;
    color: #535353;
    margin-bottom: 12px;
}
.tpmn_register .app_btns {
    justify-content: space-between;
    width: 310px;
    margin: 20px auto 0;
}
.tpmn_register .app_btns img {
    width: auto;
    height: 48px;
}
@media screen and (max-width: 1500px) {
    #top_mv {
        height: 670px;
    }
    #top_start {
        padding-top: 5px;
    }
}
/* .swiper5 {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.swiper5 .swiper-wrapper {
  width: 100%;
}
.swiper5 .swiper-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.swiper5_01 {
  background-image: url(../img/top/main_img1.jpg);
}
.swiper5_02 {
  background-image: url(../img/top/main_img2.jpg);
}
.swiper5_03 {
  background-image: url(../img/top/main_img3.jpg);
} */

/* ====== Cielとは? ====== */
#top_about {
    padding-bottom: 180px !important;
    background-image: url(../img/top/new/top-about_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
#top_about h2 {
    margin-bottom: 60px !important;
}
#top_about .t_about {
    margin-bottom: 85px;
}
#top_about .ta_2 {
    flex-direction: row-reverse;
}
#top_about .ta_4 {
    flex-direction: row-reverse;
}
#top_about .ta_img {
    width: 513px;
}
#top_about .ta_img img {
    width: 100%;
    height: auto;
}
#top_about .ta_text {
    position: relative;
    width: calc(100% - 513px);
}
#top_about .ta_1 .ta_text {
    padding-top: 95px;
    padding-left: 18px;
    padding-right: 35px;
}

#top_about .ta_2 .ta_text {
    padding-top: 150px;
    padding-left: 35px;
}
#top_about .ta_3 .ta_text {
    padding-top: 95px;
    padding-left: 18px;
    padding-right: 35px;
}
#top_about .ta_4 .ta_text {
    padding-top: 150px;
    padding-left: 35px;
}
#top_about .ta_num {
    position: absolute;
    line-height: 1;
    letter-spacing: 0;
    font-size: 165px;
    font-weight: 500;
    color: #ebf7fd;
}
#top_about .ta_1 .ta_num {
    top: 0;
    left: 0;
}
#top_about .ta_3 .ta_num {
    top: 0;
    left: 0;
}
#top_about .ta_2 .ta_num {
    top: 55px;
    right: 0;
}
#top_about .ta_4 .ta_num {
    top: 55px;
    right: 0;
}
#top_about .ta_text h3,
#top_about .ta_p {
    position: relative;
}
#top_about .ta_text h3 {
    margin-bottom: 22px;
    font-size: 28px;
    font-weight: 500;
    color: #484848;
}

/* ====== Cielではあなたの目的から相手を導き出します ====== */
#top_purpose {
    padding-top: 100px !important;
}
#top_purpose .tp_prps_in {
    padding: 0 17px;
}
#top_purpose .tp_purposes {
    justify-content: space-between;
}
#top_purpose .tp_prps {
    position: relative;
    flex-direction: column;
    width: 450px;
}
#top_purpose .tp_prps:nth-of-type(2n + 1) {
    align-items: flex-end;
}
#top_purpose .tp_prps:nth-of-type(2n) {
    align-items: flex-start;
    margin-top: 60px;
}
#top_purpose .tp_prps_img {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 370px;
    height: 290px;
    background-repeat: no-repeat;
    background-size: contain;
}
#top_purpose .tp_prps:nth-of-type(2n + 1) .tp_prps_img {
    right: 20px;
}
#top_purpose .tp_prps:nth-of-type(2n) .tp_prps_img {
    left: 20px;
}
#top_purpose .tp_prps_marriage .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_1.png);
}
#top_purpose .tp_prps_love .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_2.png);
}
#top_purpose .tp_prps_friend .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_3.png);
}
#top_purpose .tp_prps_meal .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_4.png);
}
#top_purpose .tp_prps_exper .tp_prps_img {
    background-image: url(../img/top/new/top_purpose_5.png);
}
#top_purpose .tp_prps_texts {
    position: relative;
    z-index: 3;
    margin-top: 258px;
    width: 256px;
    padding: 7px 5px 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(142, 142, 142, 0.15);
    text-align: center;
}
#top_purpose h3 {
    font-size: 22px;
    font-weight: 700;
}
#top_purpose .tp_prps_marriage h3 {
    color: #FF79A7;
}
#top_purpose .tp_prps_love h3 {
    color: #FF9779;
}
#top_purpose .tp_prps_friend h3 {
    color: #FFCE78;
}
#top_purpose .tp_prps_meal h3 {
    color: #74C5BB;
}
#top_purpose .tp_prps_exper h3 {
    color: #869ADE;
}
#top_purpose .tp_prps_texts p {
    color: #4b4b4b;
}
#top_purpose .tp_prps_bg {
    position: relative;
    top: -220px;
    z-index: 1;
    width: 332px;
    height: 260px;
    margin-bottom: -220px;
    border-radius: 4px;
}
#top_purpose .tp_prps:nth-of-type(2n + 1) .tp_prps_bg {
    right: 118px;
}
#top_purpose .tp_prps:nth-of-type(2n) .tp_prps_bg {
    left: 118px;
}
#top_purpose .tp_prps_marriage .tp_prps_bg {
    background-color: #FF79A7;
}
#top_purpose .tp_prps_love .tp_prps_bg {
    background-color: #FF9779;
}
#top_purpose .tp_prps_friend .tp_prps_bg {
    background-color: #FFCE78;
}
#top_purpose .tp_prps_meal .tp_prps_bg {
    background-color: #74C5BB;
}
#top_purpose .tp_prps_exper .tp_prps_bg {
    background-color: #869ADE;
}

/* ====== Cielの登録方法 ====== */
#top_flow {
    background-color: #effafe;
}
#top_flow .tp_flow {
    position: relative;
    width: 100%;
    height: 410px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-left: 10px;
}
#top_flow .tp_flow:last-of-type {
    margin-bottom: 0;
}
#top_flow .tp_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    padding-top: 7px;
    padding-left: 20px;
}
#top_flow .tp_num img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#top_flow .tp_num span {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
#top_flow .tp_flow_box {
    width: 100%;
    height: 100%;
    padding: 50px 70px 0 50px;
    background-color: #fff;
    overflow: hidden;
}
#top_flow .tp_flow_texts {
    width: calc(100% - 320px);
    padding-top: 85px;
    padding-right: 10px;
}
.tp_flow_texts.pt {
    padding-top: 35px !important;
}
#top_flow h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
}
#top_flow .tp_flow_img {
    width: 320px;
}
#top_flow .tp_flow_img img {
    width: 100%;
    height: auto;
}

/* ====== Cielの徹底した安全・安心対策 ====== */
.top_safety_lists {
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.top_safety_lists hr {
    border: none;
    background-color: #c9c9c9;
}
.top_safety_lists > hr {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
}
.tp_sfty_list {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 70px;
}
.tp_sfty_list:last-of-type {
    margin-bottom: 0;
}
.tp_sfty_img {
    width: 500px;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.tp_sfty_img img {
    width: 360px;
    height: auto;
}
.cielsafe_circle {
    align-items: center;
    width: 122px;
    position: absolute;
    top: calc(50% - 17px);
    left: 0;
}
.cielsafe_circle img {
    width: 34px;
    height: auto;
}
.cielsafe_circle > hr {
    width: 88px;
    height: 2px;
}
.tp_sfty_cont {
    width: calc(100% - 500px);
    padding-left: 28px;
}
.tp_sfty_title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.tp_sfty_title span {
    position: absolute;
    left: 0;
    top: 2px;
}
.tp_sfty_title span img {
    width: 7px;
    height: auto;
}
.tp_sfty_text {
    color: #4a4a4a;
}
.tp_sfty_more {
    display: inline-block;
    padding: 15px 40px;
    margin-top: 15px;
    background-color: #009fe5;
    border-radius: 22.5px;
    color: white;
    line-height: 1;
}

/* ====== 今すぐCielをはじめよう！ ====== */
#top_conversion {
    padding: 90px 15px !important;
    background-color: #f8f9fa;
}
#top_conversion .container_mid {
    align-items: center;
}
#top_conversion .tp_cnvr_img {
    width: calc(100% - 510px);
}
#top_conversion .tp_cnvr_img img {
    width: 100%;
    height: auto;
}
#top_conversion .tpmn_register {
    width: 510px;
}
#top_conversion .tpmnregi_p1 {
    margin-bottom: 18px;
    font-size: 37px;
}

#page_top .p-top-register__box img {
    width: 320px;
}

/* =============================================
　 会員登録
============================================= */
/* ===== 会員登録 入力 ===== */
.idhow_modal ul li {
    letter-spacing: 0.9px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.idhow_modal ul {
    margin: 30px 0;
    text-align: left;
    padding: 1em 3em;
    border: 1px solid #ddd;
}
#page_register-main .p-form__submit .btn:hover {
    opacity: 1;
    cursor: auto;
    margin: 0;
}
#page_register-main .p-form__submit .btn.blue:hover {
    opacity: 0.7;
    cursor: pointer;
    margin: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}
.txt_notes {
    font-size: 90%;
}

/* ===== 会員登録 確認 ===== */
#page_register-confirm {
}

/* ===== 会員登録 完了 ===== */
#page_register-complete {
}

/* ===== プロフィール登録 ===== */
#page_profedit .user_icon {
    height: 200px;
}
#page_profedit .upload_btn {
    font-size: 15px;
    margin: 20px auto 0;
    width: auto;
}

/* ===== コミュニティ登録完了 ===== */
#page_community-edit-complete {
}
#page_community-edit-complete {
    background: #f8f8f8;
}

/* =============================================
 ログイン
============================================= */
/* ===== ログイン ===== */
#page_login-main {
}

#page_login-main .l-main,
#page_register-mail .l-main,
#page_register-main .l-main,
#page_register-confirm .l-main,
#page_register-complete .l-main,
#page_login-mailsend .l-main,
#page_login-mailsend-complete .l-main,
#page_login-newpassword .l-main,
#login-newpassword-complete .l-main,
#page_profedit .l-main,
#page_communityChoice02 .l-main,
#page_community_confirm .l-main,
#page_prof-complete .l-main,
#page_safety_measure .l-main,
#page_happyphoto_form .l-main,
#page_happyphoto_confirm .l-main,
#page_happyphoto_complete .l-main,
#page_gray .l-main {
    padding-bottom: 100px;
}

/* ===== パスワードを忘れた方はこちら（メール送信完了） ===== */
#page_login-mailsend-complete {
    background: #f8f8f8;
}

/* =============================================
 フッターメニュー内のページ（ログイン前後アクセス可能）
============================================= */
#page_404 .l-main,
#page_terms-conditions .l-main,
#page_privacy-policy .l-main,
#page_company .l-main,
#page_guide-transaction-law .l-main,
#page_help .l-main,
#page_help_detail .l-main,
#page_contact-main .l-main,
#page_contact-confirm .l-main,
#page_contact-complete .l-main {
    padding-bottom: 100px;
}

/* ===== 404 page not found ===== */
#page_404 {
    background-color: #f8f8f8;
}
.cont_404 {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.cont_404 p {
    font-size: 45px;
    font-weight: bold;
}
.cont_404 p span {
    font-size: 200px;
}
.desc_404 {
    margin-top: 50px;
    font-size: 20px !important;
    font-weight: 500 !important;
}

/* ===== 利用規約 ===== */
#page_terms-conditions {
}

/* ===== プライバシーポリシー ===== */
#page_privacy-policy {
}
#page_privacy-policy .p-plain h2 {
    margin-bottom: 1em;
    margin-top: 2em;
}

/* ===== 運営会社 ===== */
#page_company .l-main__box {
    padding: 30px 50px 60px;
}

/* ===== 特定商取引法に基づく表示 ===== */
#page_guide-transaction-law .l-main__box {
    padding: 30px 50px;
}

/* ===== ヘルプ ===== */
#page_help {
}
#page_help .p-plain {
    line-height: 1.7;
}
.help_catelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.help_catelist > li {
    width: 430px;
    margin-bottom: 65px;
}
.help_catetitle {
    font-size: 18px !important;
    font-weight: bold;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 22px !important;
    border-bottom: 1px solid #dddddd;
}
#page_help .help_catetitle {
    padding-left: 20px;
}
#page_help .help_catetitle::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #00a0e4;
    position: absolute;
    top: 8px;
    left: 0;
}
.help_list li {
    margin-bottom: 10px;
}
.help_list li a {
    font-size: 15px;
    font-weight: 500;
}

/* ===== ヘルプページ詳細 ===== */
#page_help_detail {
}
.text-red {
    color: #bd5050;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.help-table {
    line-height: 1.5;
}
.help-table td {
    border: 1px solid #000;
    padding: 4px;
}
.help_cont {
    margin: 40px 0px 60px;
}

/* ===== お問い合わせ ===== */
#page_contact-main {
}
#page_contact-main .p-form__agreement.wide h3 {
    margin-bottom: 15px;
}
#page_contact-main .p-form .label {
    margin: 0;
}
#page_contact-main .p-form__submit .btn:hover {
    opacity: 1;
    cursor: auto;
    margin: 0;
}
#page_contact-main .p-form__submit .btn.blue:hover {
    cursor: pointer;
    margin: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}
#contact_file {
    position: relative;
    display: block;
    width: 300px;
    margin-bottom: 12px;
    padding: 9px 40px 9px 20px;
    border-radius: 60px;
    border: 1px solid #C3C3C3;
}
#contact_file input[type="file"] {
    display: none;
}
#contact_file p {
    font-size: 14px;
    font-weight: 500;
    color: #A1A1A1;
}
#contact_file img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
}
#cntct_fl_note {
    line-height: 1.7;
    font-size: 13px;
    font-weight: 500;
    color: #C73A3A;
}

/* ===== お問い合わせ 確認 ===== */
#page_contact-confirm {
}
#page_contact-confirm .p-form .label {
    margin: 0;
}
#page_contact-confirm .p-form__submit .btn.back:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}

/* ===== お問い合わせ 完了 ===== */
#page_contact-complete {
}

/* =============================================
 ヘッダーメニュー内のページ（ログイン前後アクセス可能）
============================================= */
/* ===== コラムTOP ===== */
#page_column {
}

/* ===== コラム詳細 ===== */
#page_articleDetail {
}
.p_article__localnav img {
    width: 8px;
}
.p_article__inner {
    line-height: 1.6;
    letter-spacing: 0.5px;
}
.p_article__localnav span.before,
.p_article__localnav span.next {
    line-height: 1;
}
#page_articleDetail .p_article__main a {
    color: #03a9f4;
    font-weight: 500;
}

/* ===== HappyPhotoトップ ===== */
#page_happyphoto section {
    min-width: 1300px;
    padding: 105px 0;
    overflow: hidden;
}
/* ---メインビジュアル--- */
section.hppypht_main {
    padding: 0 !important;
}
.hppypht_main h2 {
    margin-top: 40px;
    padding-top: 35px;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.5;
}
.hppypht_main h2 span {
    font-weight: bold;
    color: #00ace8;
}
.hppyphtmn_cont {
    width: 100%;
    height: 590px;
    position: relative;
}
.hppyphtmn_cont img {
    height: auto;
    position: absolute;
}
.happy_mv1 {
    width: 293px;
    top: 40px;
    left: 80px;
}
.happy_mv2 {
    width: 200px;
    bottom: 67px;
    left: 380px;
}
.happy_mv3 {
    width: 269px;
    top: 263px;
    left: 735px;
}
.happy_mv4 {
    width: 253px;
    bottom: 0;
    right: 510px;
}
.happy_mv5 {
    width: 373px;
    top: 35px;
    right: 110px;
}
@media (max-width: 1800px) {
    .happy_mv3 {
        top: 228px;
        left: 675px;
    }
}
@media (max-width: 1720px) {
    .happy_mv3 {
        top: 193px;
        left: 615px;
    }
}
@media (max-width: 1630px) {
    .happy_mv5 {
        width: 340px;
    }
    .happy_mv4 {
        width: 220px;
    }
    .happy_mv3 {
        width: 240px;
    }
    .happy_mv2 {
        width: 180px;
    }
    .happy_mv1 {
        width: 270px;
    }
}
@media (max-width: 1580px) {
    .happy_mv2 {
        left: 340px;
    }
    .happy_mv3 {
        left: 560px;
    }
    .happy_mv4 {
        right: 470px;
    }
}
@media (max-width: 1500px) {
    .hppyphtmn_cont {
        height: 520px;
    }
    .happy_mv5 {
        width: 270px;
    }
    .happy_mv4 {
        width: 190px;
        right: 380px;
    }
    .happy_mv3 {
        width: 210px;
        top: 240px;
        left: 590px;
    }
    .happy_mv2 {
        width: 150px;
    }
    .happy_mv1 {
        width: 220px;
    }
}
@media (max-width: 1420px) {
    .hppyphtmn_cont {
        height: 470px;
    }
    .happy_mv1 {
        width: 200px;
        left: 60px;
    }
    .happy_mv2 {
        width: 140px;
        bottom: 50px;
        left: 260px;
    }
    .happy_mv3 {
        width: 180px;
        left: 525px;
    }
    .happy_mv4 {
        width: 170px;
        right: 310px;
    }
    .happy_mv5 {
        width: 240px;
        right: 60px;
    }
}

/* ---スライダー--- */
/* .slider1 {
  width: 100%;
  min-width: 2000px;
  margin-top: 70px !important
}
.slider1 .swiper-wrapper {
  width: 100%;
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.slider1 .swiper-slide {
  width: auto;
  border-radius: 9px;
  overflow: hidden;
}
.slider1 .swiper-slide img {
  width: 100%;
  height: auto;
} */
/* ---撮影について--- */
section.hppypht_takephoto {
    padding-top: 160px !important;
    background-image: url(../img/hppypht_takephoto_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.hppypht_takephoto .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tkpht_img {
    width: 380px;
}
.tkpht_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.tkpht_text {
    width: 575px;
}
.tkpht_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
    margin-bottom: 1.5em;
}
.tkpht_text p:last-child {
    margin-bottom: 0;
}
.tkpht_text .small {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.8;
}
.tkpht_apply {
    width: 100%;
    margin-top: 40px;
}
.tkpht_apply .btn {
    display: block;
    margin: 0 auto;
    width: 400px;
    border-radius: 40px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-weight: 500;
    font-size: 15px;
    color: white;
}

/* ---これまでの事例をご紹介--- */
.hppypht_example h2 {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 6px;
    font-weight: 500;
    font-size: 40px;
}
.hppyexmpl_title p {
    line-height: 1.6;
    text-align: center;
    font-size: 20px;
}
.hppypht_example ul {
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0 30px;
}
.hppypht_example ul li {
    width: 314px;
    margin-right: 29px;
    margin-bottom: 40px;
}
.hppypht_example ul li:nth-of-type(3n) {
    margin-right: 0;
}
.hppypht_example ul li a {
    display: block;
}
.hppypht_example ul img {
    width: 100%;
    height: auto;
    margin-bottom: 17px;
    border-radius: 8px;
}
.hppypht_example ul li a > p {
    font-weight: 500;
    line-height: 1.7;
}
.hppydtl_bottom {
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hppydtl_bottom p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.hppydtl_cate {
    display: inline-block;
    padding: 6px 15px;
    margin-right: 15px;
    border-radius: 20px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
}
.love {
    background-color: #FF79A7;
}
.marriage {
    background-color: #FF9779;
}
.friend {
    background-color: #4CCAB1;
}
.meal {
    background-color: #FFCE78;
}
.experience {
    background-color: #869ADE;
}
.hppydtl_name {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #68696a;
    line-height: 1.7;
}
.hppypht_more {
    display: block;
    width: 220px;
    margin: 0 auto;
    line-height: 59px;
    background-color: #009fe5;
    border-radius: 29.5px;
    text-align: center;
    font-size: 15px;
    color: white;
}
.hppypht_example .box {
    background: url(../img/hp_gallery_bg.jpg) no-repeat center center;
    height: 633px;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.hppypht_example .box p {
    font-size: 31px;
    color: #b9b9b9;
    text-align: center;
    margin: 40px 0 auto;
    font-weight: 500;
    padding-top: 285px;
}

@media (max-width: 834px) {
    .hppypht_example .box {
        background: url(../img/hp_gallery_bg_m.jpg) no-repeat center center;
        height: 290px;
        margin-top: 40px;
        margin-bottom: 0;
        background-size: cover;
    }
    .hppypht_example .box p {
        font-size: 24px;
        color: #b9b9b9;
        text-align: center;
        font-weight: 500;
        padding-top: 121px;
    }
}

/* ===== HappyPhoto一覧 ===== */
#page_happyphotolist section {
    margin-bottom: 50px;
}
#page_happyphotolist .hppypht_main {
    padding-bottom: 0;
}
#page_happyphotolist section {
    min-width: 1300px;
    padding: 25px 0 50px;
    overflow: hidden;
}
#page_happyphotolist .hppypht_ex_list li {
    margin-bottom: 50px;
}
#page_happyphotolist .hppypht_example .container > p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

/* ===== HappyPhoto詳細 ===== */
#page_happyphotodetail .hppypht_main {
    padding-bottom: 0;
}
#page_happyphotodetail section {
    min-width: 1300px;
    padding: 25px 0 120px;
    overflow: hidden;
}
#page_happyphotodetail .p_article__main {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}
#page_happyphotodetail .p_article__undertitle {
    align-items: center;
}
#page_happyphotodetail .p_article__inner > img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto 30px;
    display: block;
}
#page_happyphotodetail .p_article__inner p {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 2;
}
#page_happyphotodetail .hppypht_ex_list {
    margin-top: 30px;
}

/* ===== HappyPhoto申し込み ===== */
#page_happyphoto_form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid rgb(166, 166, 166);
    margin-top: 15px;
    margin-bottom: 34px;
}
#page_happyphoto_form textarea::placeholder {
    color: #999999;
}
#page_happyphoto_form .p-form__submit .btn:hover {
    opacity: 1;
    cursor: auto;
    margin: 0;
}
#page_happyphoto_form .p-form__submit .btn.blue:hover {
    cursor: pointer;
    margin: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}
#page_happyphoto_form .l-main,
#page_happyphoto_confirm .l-main,
#page_happyphoto_complete .l-main {
    padding-bottom: 100px;
}

/* ===== HappyPhoto申し込み確認 ===== */
.confirmtext {
    word-break: break-all;
}
#page_happyphoto_confirm .confirmtext {
    line-height: 1.8;
}

/* ===== HappyPhoto申し込み完了 ===== */
#page_happyphoto_complete .btn {
    display: block;
    width: 280px;
    height: 60px;
    border-radius: 30px;
    margin: 50px auto 0;
    font-size: 17px;
    background: #00abe8;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

@media (max-width: 834px) {
    /* ===== HappyPhoto申し込み完了 ===== */
    #page_happyphoto_complete .btn {
        width: 250px;
        height: 45px;
        margin: 35px auto 0;
        font-size: 14px;
        line-height: 45px;
    }
}

/* ===== サービスの始め方 ===== */
#page_howto {
}
#page_howto .p-top-register {
    min-width: 1000px;
}
.p-top-register__box.howto {
    margin-top: 0;
    padding: 40px 50px 0 50px;
    margin-bottom: 100px;
    align-items: center;
    position: relative;
    min-height: 340px;
    overflow: hidden;
}
.p-top-register__box.howto.reverse {
    flex-direction: row-reverse;
}
.p-top-register__box.howto .img {
    width: 320px;
    position: absolute;
    bottom: -2px;
    right: 50px;
}
.p-top-register__box.howto.reverse .img {
    left: 50px;
}
.p-top-register__box.howto .img img {
    width: 100%;
}
.p-top-register__box.howto .text {
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: 0.04em;
    width: 500px;
}
.p-top-register__box.howto .text.w_auto {
    width: auto;
}
.p-top-register__box.howto .text .btn {
    display: block;
    cursor: pointer;
    background: #00abe8;
    color: #fff;
    text-decoration: none;
    width: 280px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    margin: 20px auto;
    margin-top: 20px;
    font-size: 15px;
}
.p-top-register__box.howto .text p {
    margin-top: 10px;
    text-align: left;
}
.p-top-register__box.howto .text .onepointbox {
    margin-top: 15px;
    width: 500px;
    box-sizing: border-box;
    padding: 20px 30px;
    background: #fff;
}
.p-top-register__box.howto .text .onepointbox h6 {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.p-top-register__box.howto .text .onepointbox h6 span {
    margin-left: 10px;
}
.p-top-register__box.howto .text .onepointbox p {
    margin-top: 5px;
}

/* ===== サイドバー非表示なページ ===== */

#page_userdetail_sp .p-mypage__side,
#page_terms-conditions .p-mypage__side,
#page_privacy-policy .p-mypage__side,
#page_company .p-mypage__side,
#page_guide-transaction-law .p-mypage__side,
#page_help .p-mypage__side,
#page_help_detail .p-mypage__side,
#page_contact-main .p-mypage__side,
#page_contact-confirm .p-mypage__side,
#page_contact-complete .p-mypage__side,
#page_howto .p-mypage__side,
#page_safety_measure .p-mypage__side,
#page_column .p-mypage__side,
#page_articleDetail .p-mypage__side,
#page_happyphoto .p-mypage__side,
#page_happyphotolist .p-mypage__side,
#page_happyphotodetail .p-mypage__side,
#page_happyphoto_form .p-mypage__side,
#page_happyphoto_confirm .p-mypage__side,
#page_happyphoto_complete .p-mypage__side {
    display: none;
}

/* ===== 顔写真確認ポップアップ ===== */

.face_c {
    z-index: 99999;
}
.face_c_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99998;
}
.face_c_popup {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 602px;
    padding: 47px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    z-index: 99999;
}
.face_c_popup .face_c_popup_title {
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0;
}
.face_c_popup .face_c_popup_info {
    color: #7f7f7f;
    padding: 10px 0;
    font-size: 14px;
}
.face_c_popup .face_c_popup_icon {
    padding: 30px 0 30px;
}
.face_c_popup .face_c_popup_ng {
    border: 1px solid #e4e4e4;
    padding: 10px 0 10px;
    margin: 0 auto 30px;
}
.face_c_popup .face_c_popup_ng p {
    padding: 10px 0 15px;
    font-size: 15px;
    font-weight: bold;
}
.face_c_popup .face_c_popup_ng .face_c_icons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.face_c_popup .face_c_popup_ng .face_c_icons .face_c_icons_img {
    width: 33%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.face_c_popup .face_c_popup_ng .face_c_icons .face_c_icons_img span {
    display: block;
    font-weight: bold;
    letter-spacing: 0.8px;
    font-size: 12px;
}
.face_c_popup .b_button_face {
    width: 330px;
}
.face_c_popup .face_c_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.face_c_popup .face_c_close img {
    width: 100%;
    height: auto;
}
.face_c_popup .face_c_icons_comp_icon {
    padding: 25px 25px 15px 25px;
}
.hidden {
    display: none;
}
.face_c_popup .c_btn__face_close {
    background-color: #959595;
}

/* ===== いいねポップアップ ===== */

.iine_c {
    z-index: 99999;
}
.iine_c_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99998;
}
.iine_c_popup {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
    width: 450px;
    padding: 40px;
    text-align: center;
    background: #fff;
    z-index: 99999;
    border-radius: 10px;
    overflow: hidden;
}
.iine_c_popup .iine_c_popup_title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}
.iine_c_popup .iine_c_popup_user {
    text-align: center;
}
.iine_c_popup .iine_c_popup_user .iine_c_icons {
    background: #f5f8fa;
    padding: 30px 0;
}
.iine_c_popup .iine_c_popup_user .iine_c_icons .iine_c_icons_img {
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.iine_c_popup .iine_c_popup_user .iine_c_icons .iine_c_icons_img span {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    font-size: 18px;
    padding: 10px 0 0;
}
.iine_c_popup .iine_c_popup_user .iine_c_icons_count {
    text-align: center;
    padding: 10px 0 10px;
    color: #747474;
    letter-spacing: 2px;
    font-size: 13px;
}
.iine_c_popup .c_btn_face {
    width: 160px;
    margin-top: 18px;
    height: 35px;
    line-height: 34px;
}
.iine_c_popup .c_btn_face_see {
    width: 260px;
    margin-top: 14px;
    height: 35px;
    line-height: 34px;
}

.iine_c_popup .face_list {
    height: 120px;
    width: 278px;
}

.iine_c_popup .face_list div {
    position: absolute;
    width: 85%;
    margin: 0 auto;
}

.face_list .user_img {
    margin-top: 20px;
}

.iine_c .face_close {
    position: fixed;
    bottom: 10%;
    width: 100%;
    z-index: 99998;
    color: white;
    left: calc(50% - 31px/2);
}

.iine_c_popup .iine_c_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
.iine_c_popup .iine_c_close img {
    width: 90%;
    height: auto;
}

/* ===== 申請中アイコン ===== */

.face_c_popup .face_c_popup_applying_icon {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 20px 0 0;
}
.face_c_popup .face_c_popup_applying_icon .applying_icon_wrap {
    position: absolute;
    width: 150px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.face_c_popup .face_c_popup_applying_icon .applying_icon {
    height: 150px !important;
    width: 150px !important;
}
.face_c_popup .face_c_popup_applying_icon .icon_applying_now::before,
.face_c_popup .face_c_popup_applying_icon .icon_applying_now::after {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    width: 150px;
    font-size: 18px;
}
.face_c_popup .face_c_popup_applying_icon .icon_applying_now::before {
    content: "申請中";
    color: #fff;
    line-height: 150px;
}
/*.face_c_popup .face_c_popup_applying_icon .photo_applying_now::before {
    content: "申請中";
    text-align: center;
    vertical-align: top;
    font-size: 1.5rem;
    color: #fff;
    line-height: 200px;
    z-index:100;
}*/

.dummy_violation_btn {
    text-align: right;
    margin-bottom: 50px;
}
.dummy_violation_btn a {
    color: #3e3e3f;
    font-weight: 500;
    cursor: pointer;
}
.dummy_violation_btn img {
    width: 9px;
    height: auto;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.dummy_violation_btn::before {
    width: 11px;
    height: 16px;
    background-image: url(../img/icon_violation.png);
}

.register_red {
    margin: 10px 0 0;
    color: #dd0000;
}

/* ===== 18歳未満ポップアップ ===== */

.min_18_age {
    position: fixed;
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
.min_18_age_cont {
    position: absolute;
    width: 100%;
    height: 110px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.min_18_age_msg {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.2px;
    margin: 0 0 15px;
}
.btn_gray_c {
    background-color: #A5A5A5;
}
.b_shadow_l.btn_gray_c {
    box-shadow: 0 3px #464646;
}

.no_radius {
    border-radius: inherit !important;
}

/* ===== コミュニティカラー ===== */

/* アイコン用 */
._icon.clr_love {
    background-color: #FF9779 !important;
}

._icon.clr_maridge {
    background-color: #FF79A7 !important;
}

._icon.clr_friend {
    background-color: #FFCD68 !important;
}

._icon.clr_meal {
    background-color: #74C5BA !important;
}

._icon.clr_experience {
    background-color: #869ADE !important;
}
._icon.gray {
    background-color: #F0F0F0 !important;
}


/* テキスト用 */
._text.clr_love {
    color: #FF9779 !important;
}

._text.clr_maridge {
    color: #FF79A7 !important;
}

._text.clr_friend {
    color: #FFCD68 !important;
}

._text.clr_meal {
    color: #74C5BA !important;
}

._text.clr_experience {
    color: #869ADE !important;
}
._text.no_view_name {
    color: #AAA !important;
}



.switch {
    position       : relative;
    margin         : auto;
    width          : 200px;
    height         : 38px;
    background-color: #fff;
    border-radius: 15px;
}
.switch input[type="radio"] {
    display        : none;
}

.switch label {
    display        : block;
    position       : absolute;
    top            : 0;
    bottom         : 0;
    left           : 0;
    right          : 0;
    text-align     : center;
    line-height: 38px;
    border-radius  : 19px;
}


.switch #type1 + label {
    right          : 50%;
    background     : #fff;
    color          : #8B8B8B;
    border-right   : none;
}

.switch #type1:checked +label {
    background-color : #1DC8F3;
    color          : #fff;
}

.switch #type2 + label {
    left           : 50%;
    background     : #fff;
    color          : #8B8B8B;
    border-left    : none;
}

.switch #type2:checked +label {
    background-color : #1DC8F3;
    color          : #fff;
}

.switch #type1 + label a {
    color          : #8B8B8B;
}

.switch #type1:checked +label a{
    color          : #fff;
}

.switch #type2 + label a{
    color          : #8B8B8B;
}

.switch #type2:checked +label a{
    color          : #fff;
}

.img-box {
    position: relative;
}

.eat-box {
    overflow: hidden;
    height: 180px;
    position: absolute;
    width: 200px;
    bottom: -140px;
}
.meal_suggestions {
    background-color: #3BC1AF;
    color: #fff;
    clip-path: circle(50% at top);
    height: 180px;
    position: absolute;
    bottom: 50px;
    left: 28px;
    width: 180px;
}

.meal_suggestions_text{
    color: #fff;
    position: absolute;
    left: 74px;
    font-size: 13px;
    top: 3px;
}
