/*
/* hidden
/*
----------------------------------------------------------------- */
.info506506,
#menuArea,
.BreadCrumb {
    display: none !important;
}
.menuWrap::after {
    height: 0;
    width: 0;
}


/*
/* reset
/*
----------------------------------------------------------------- */
body {
    margin: 0;
}

#main div, #main span, #main applet, #main object, #main iframe, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main blockquote, #main pre, #main a, #main abbr, #main acronym, #main address, #main big, #main cite, #main code, #main del, #main dfn, #main em, #main img, #main ins, #main kbd, #main q, #main s, #main samp, #main small, #main strike, #main strong, #main sub, #main sup, #main tt, #main var, #main b, #main u, #main dl, #main dt, #main dd, #main ol, #main ul, #main li, #main fieldset, #main form, #main label, #main legend, #main table, #main caption, #main tbody, #main tfoot, #main thead, #main tr, #main th, #main td, #main article, #main aside, #main canvas, #main details, #main embed, #main figure, #main figcaption, #main footer, #main header, #main hgroup, #main menu, #main nav, #main output, #main ruby, #main section, #main summary, #main time, #main mark, #main audio, #main video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

#main article, #main aside, #main details, #main figcaption, #main figure, #main footer, #main header, #main hgroup, #main menu, #main nav, #main section {
    display: block;
}

#main ol, #main ul {
    list-style: none;
}

#main blockquote, #main q {
    quotes: none;
}

#main blockquote:before, #main blockquote:after, #main q:before, #main q:after {
    content: '';
    content: none;
}

#main table {
    border-collapse: collapse;
    border-spacing: 0;
}

#main img {
    line-height: 0;
    vertical-align: bottom;
}



/*
/* display none
/*
----------------------------------------------------------------- */

@media screen and (min-width: 769px) {
    .visible__tab {
        display: none !important;
    }
    .hidden__pc {
        display: none !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .visible__tab {
        display: inline-block !important;
    }
    .hidden__tab {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .hidden__sp {
        display: none !important;
    }
}


/*
/* base
/*
----------------------------------------------------------------- */

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese'); */

.sectioning_layout-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#main {
    color: #fff;
    background: #111;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: -webkit-fill-available;
    letter-spacing: 0.06em;
    line-height: 1.6 !important;
    position: relative;
}

#main img {
    max-width: 100%;
}

@media all and (max-width: 1260px) {
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 480px) {
    #main img {
        max-width: 100%;
        height: auto;
    }
}

#main a {
    text-decoration: none;
    transition: all 0.3s ease;
}

#main a:hover {
    text-decoration: none;
    opacity: 0.7;
}




/*
/* common
/*
----------------------------------------------------------------- */


/* text color */
#main .txt_white { color: #ffffff; }
#main .txt_blue { color: #1da1f2; }
#main .txt_pink { color: #ff0c6d; }
#main .txt_red { color: #ff0000; }
#main .txt_green { color: #5cea01; }
#main .txt_yellow { color: #ffff00; }
#main .txt_orange { color: #ff7700; }


/* background color */
#main .bg_white { background-color: #ffffff; }
#main .bg_blue { background-color: #1da1f2; }
#main .bg_pink { background-color: #ff0c6d; }
#main .bg_red { background-color: #ff0000; }
#main .bg_green { background-color: #5cea01; }
#main .bg_yellow { background-color: #ffff00; }
#main .bg_orange { background-color: #ff7700; }


#main .content_width {
    margin: 0 auto;
    width: 1140px;
}

@media all and (max-width: 768px) {
    #main .content_width {
        width: 90%;
    }
}

@media all and (max-width: 480px) {
    #main .content_width {
    }
}

@media all and (max-width: 375px) {
    #main .content_width {
    }
}


/* font-weight */
#main .noto_w700 {
    font-weight: 700;
}
#main .noto_w900 {
    font-weight: 900;
}


/* text-align */
#main .t_left {
    text-align: left;
}
#main .t_center {
    text-align: center;
}
#main .t_right {
    text-align: right;
}


/* box-shadow */
#main .shadow_blue_m {
    box-shadow: 0 0 20px rgba(29, 161, 242, 0.3);
}
#main .shadow_pink_m {
    box-shadow: 0 0 20px rgba(255, 12, 109, 0.3);
}
#main .shadow_green_m {
    box-shadow: 0 0 20px rgba(92, 234, 1, 0.3);
}
#main .shadow_shibuyaharu_m {
    box-shadow: 0 0 20px rgba(254, 184, 60, 0.45);
}

#main .shadow_blue_l {
    box-shadow: 0 0 30px rgba(29, 161, 242, 0.45);
}
#main .shadow_pink_l {
    box-shadow: 0 0 30px rgba(255, 12, 109, 0.45);
}
#main .shadow_green_l {
    box-shadow: 0 0 30px rgba(92, 234, 1, 0.45);
}
#main .shadow_shibuyaharu_l {
    box-shadow: 0 0 30px rgba(254, 184, 60, 0.45);
}

@media all and (max-width: 480px) {
    #main .shadow_blue_m {
        box-shadow: 0 0 10px rgba(29, 161, 242, 0.2);
    }
    #main .shadow_pink_m {
        box-shadow: 0 0 10px rgba(255, 12, 109, 0.2);
    }
    #main .shadow_green_m {
        box-shadow: 0 0 10px rgba(92, 234, 1, 0.2);
    }
    #main .shadow_shibuyaharu_m {
        box-shadow: 0 0 10px rgba(254, 184, 60, 0.45);
    }

    #main .shadow_blue_l {
        box-shadow: 0 0 20px rgba(29, 161, 242, 0.3);
    }
    #main .shadow_pink_l {
        box-shadow: 0 0 20px rgba(255, 12, 109, 0.3);
    }
    #main .shadow_green_l {
        box-shadow: 0 0 15px rgba(92, 234, 1, 0.3);
    }
    #main .shadow_shibuyaharu_l {
        box-shadow: 0 0 15px rgba(254, 184, 60, 0.45);
    }
}


/* note */
#main .note {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

#main .note.-number {
    text-indent: -2em;
    padding-left: 2em;
}

#main .note + .note {
    margin-top: 0 !important;
}

#main .note + .note_list {
    margin-top: 0 !important;
}

#main .note.mt15 {
    margin-top: 15px;
}

#main .note_list {
    margin-top: 15px;
}

#main .note_list li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.6;
}

#main .note_list.-number li {
    text-indent: -2em;
    padding-left: 2em;
}

#main .note_list.-number li a {
    text-decoration: underline;
}

#main .note_list.-number li .txt_red a {
    color: #ff0000;
}

#main .note_list.-number li sup {
    position: relative;
    font-size: 11px;
    top: -5px;
}

@media all and (max-width: 480px) {
    #main .note {
        font-size: 13px;
    }

    #main .note_list {
        margin-top: 10px;
    }

    #main .note_list li {
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0.05em;
    }
}

/* li.finished */
#main li.finished {
    color: #666666;
    text-decoration: line-through;
}


/* icon_blank */
#main .icon_blank {
    text-decoration: underline;
}
#main .icon_blank::after {
    content: "";
    display: inline-block;
    height: 12px;
    width: 13px;
    background-repeat: no-repeat;
    background-size: 13px auto;
    position: relative;
    left: 3px;
    top: 1px;
    padding: 0 7px 0 0;
}
#main .icon_blank.-large::after {
    height: 14px;
    width: 16px;
    background-size: 16px auto;
    top: 1px;
}

#main .icon_blank.-white::after {
    background-image: url(../img/icon_blank_white.png);
}
#main .icon_blank.-green::after {
    background-image: url(../img/icon_blank_green.png);
}
#main .icon_blank.-pink::after {
    background-image: url(../img/icon_blank_pink.png);
}
#main .icon_blank.-yellow::after {
    background-image: url(../img/icon_blank_yellow.png);
}
#main .icon_blank.-orange::after {
    background-image: url(../img/icon_blank_orange.png);
}
#main .icon_blank.-shibuyaharu::after {
    background-image: url(../img/icon_blank_shibuyaharu.png);
}


@media all and (max-width: 768px) {
    #main .icon_blank.-large::after {
        height: 13px;
        width: 14px;
        background-size: 14px auto;
        top: 1px;
    }
}


/* box_border */
#main .box_border {
    background-color: #181818;
    border: 1px solid #333333;
    padding: 24px 27px 27px 27px;
}

@media all and (max-width: 480px) {
    #main .box_border {
        padding: 17px;
    }
}


/* box_corner */
#main .box_corner {
    position: relative;
    background-color: #181818;
    height: 100%;
}

#main .box_corner .box_corner_b {
    display: inline;
    position: absolute;
}

#main .box_corner .box_corner_b::before,
#main .box_corner .box_corner_b::after {
    content: "";
    display: block;
    position: absolute;
}

#main .box_corner .box_corner_b.-s::before { height: 1px; width: 15px; }
#main .box_corner .box_corner_b.-s::after { height: 15px; width: 1px; }

#main .box_corner .box_corner_b.-m::before { height: 1px; width: 20px; }
#main .box_corner .box_corner_b.-m::after { height: 20px; width: 1px; }

#main .box_corner .box_corner_b.-l::before { height: 1px; width: 25px; }
#main .box_corner .box_corner_b.-l::after { height: 25px; width: 1px; }

#main .box_corner .box_corner_b.-xl::before { height: 1px; width: 30px; }
#main .box_corner .box_corner_b.-xl::after { height: 30px; width: 1px; }

@media all and (max-width: 480px) {
    #main .box_corner .box_corner_b.-l::before { height: 1px; width: 15px; }
    #main .box_corner .box_corner_b.-l::after { height: 15px; width: 1px; }

    #main .box_corner .box_corner_b.-xl::before { height: 1px; width: 20px; }
    #main .box_corner .box_corner_b.-xl::after { height: 20px; width: 1px; }
}


#main .box_corner .box_corner_b.-lt { left: 0; top: 0; }
#main .box_corner .box_corner_b.-lb { left: 0; bottom: 0; }
#main .box_corner .box_corner_b.-rt { right: 0; top: 0; }
#main .box_corner .box_corner_b.-rb { right: 0; bottom: 0; }

#main .box_corner .box_corner_b.-lt::before { left: 0; top: 0; }
#main .box_corner .box_corner_b.-lt::after { left: 0; top: 0; }

#main .box_corner .box_corner_b.-lb::before { left: 0; bottom: 0; }
#main .box_corner .box_corner_b.-lb::after { left: 0; bottom: 0; }

#main .box_corner .box_corner_b.-rt::before { right: 0; top: 0; }
#main .box_corner .box_corner_b.-rt::after { right: 0; top: 0; }

#main .box_corner .box_corner_b.-rb::before { right: 0; bottom: 0; }
#main .box_corner .box_corner_b.-rb::after { right: 0; bottom: 0; }


#main .box_corner.-blue .box_corner_b:before,
#main .box_corner.-blue .box_corner_b:after {
    background-color: #1da1f2;
    box-shadow: 0 0 7px #1da1f2;
}
#main .box_corner.-pink .box_corner_b:before,
#main .box_corner.-pink .box_corner_b:after {
    background-color: #ff0c6d;
    box-shadow: 0 0 7px #ff0c6d;
}
#main .box_corner.-green .box_corner_b:before,
#main .box_corner.-green .box_corner_b:after {
    background-color: #5cea01;
    box-shadow: 0 0 7px #5cea01;
}
#main .box_corner.-orange .box_corner_b:before,
#main .box_corner.-orange .box_corner_b:after {
    background-color: #ff7700;
    box-shadow: 0 0 7px #ff7700;
}
#main .box_corner.-shibuyaharu .box_corner_b:before,
#main .box_corner.-shibuyaharu .box_corner_b:after {
    background-color: #feb83c;
    box-shadow: 0 0 7px #feb83c;
}


/* btn */
#main .btn a,
#main .btn > div {
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    width: 100%;
}
#main .btn a .icon_arrow,
#main .btn > div .icon_arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -51%);
}
#main .btn.large a .icon_arrow,
#main .btn.large > div .icon_arrow {
    right: 40px;
}

#main .btn.b_blue .text {
    color: #1da1f2;
}
#main .btn.b_blue .btn_inner {
    border: 1px solid #1da1f2;
}
#main .btn.b_pink .text {
    color: #ff0c6d;
}
#main .btn.b_pink .btn_inner {
    border: 1px solid #ff0c6d;
}
#main .btn.bg_blue .text {
    color: #ffffff;
}
#main .btn.bg_blue .btn_inner {
    background-color: #1da1f2;
}
#main .btn.bg_pink .text {
    color: #ffffff;
}
#main .btn.bg_pink .btn_inner {
    background-color: #ff0c6d;
}
#main .btn.bg_green .text {
    color: #000000;
}
#main .btn.bg_green .btn_inner {
    background-color: #5cea01;
}
#main .btn.bg_black .text {
    color: #5cea01;
}
#main .btn.bg_black .btn_inner {
    background-color: #111111;
}

@media all and (max-width: 480px) {
    #main .btn a .icon_arrow {
        right: 15px;
    }
}


/* sec */
#main .sec {
    padding-bottom: 120px;
    position: relative;
}

#main .sec .sec_heading {
    position: relative;
    border-top: 3px solid #5cea01;
}

#main .sec .sec_heading h2 {
    text-align: center;
}

@media all and (max-width: 768px) {
    #main .sec {
        padding-bottom: 90px;
    }
}

@media all and (max-width: 480px) {
    #main .sec {
        padding-bottom: 70px;
    }
}


/* toggle_contents */
#main .toggle_contents {
    background-color: #000000;
}
#main .toggle_title {
	position: relative;
	cursor: pointer;
	text-align: center;
    background-color: #222222;
    font-size: 18px;
    padding: 17px 0 20px;
}
#main .toggle_contents .toggle_contents_inner {
    padding: 40px 40px 35px 40px;
}
#main .toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#main .toggle_btn:before,
#main .toggle_btn:after {
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main .toggle_btn:before {
	width: 2px;
	height: 20px;
}
#main .toggle_title.selected .toggle_btn:before {
	content: normal;
}
#main .toggle_btn.-green:before,
#main .toggle_btn.-green:after {
    background-color: #5cea01;
}
#main .toggle_btn.-pink:before,
#main .toggle_btn.-pink:after {
    background-color: #ff0c6d;
}
#main .toggle_contents dd {
	display: block;
}

@media all and (max-width: 768px) {

    #main .toggle_contents .toggle_contents_inner {
        padding: 25px;
    }
}

@media all and (max-width: 480px) {
    #main .toggle_title {
        font-size: 14px;
        line-height: 1.25;
        padding: 10px 0;
    }

    #main .toggle_contents .toggle_contents_inner {
        padding: 15px;
    }

    #main .toggle_btn {
        right: 10px;
    }

    #main .toggle_btn:before {
        height: 16px;
    }
    #main .toggle_btn:after {
        width: 16px;
    }
}


/* table */
#main table {
    width: 100%;
}

#main table th {
    background-color: #222222;
}

#main table th,
#main table td {
    border: 1px solid #333333;
}

#main table th.bg_normal {
    background-color: #181818;
}

#main table thead th {
    text-align: center;
    padding: 20px 0 15px 0;
}

#main table td {
    background-color: #181818;
}

#main table tbody th,
#main table tbody td {
    padding: 20px 20px 20px 18px;
    vertical-align: middle;
}

#main table tbody td {
    text-align: center;
    padding: 20px 20px 20px 15px;
}

@media all and (max-width: 768px) {

    #main table tbody th,
    #main table tbody td {
        padding: 20px 15px;
    }

    #main table tbody td {
        padding: 20px 15px;
    }
}

@media all and (max-width: 480px) {
    #main table thead th {
        padding: 15px 0;
    }

    #main table tbody th,
    #main table tbody td {
        padding: 15px 10px;
    }
}



/* table_overview */
#main .table_overview.mt30 {
    margin-top: 30px;
}

#main .table_overview tbody tr th,
#main .table_overview tbody tr td {
    font-size: 14px;
    padding: 15px 20px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.75;
}

#main .table_overview tbody tr th {
    line-height: 1.4;
    width: 200px;
}

#main .table_overview tbody tr th span {
    font-size: 12px;
}

#main .table_overview tbody tr td  {
    text-align: left;
    word-break : break-all;
}

#main .table_overview tbody tr td p {
    margin-bottom: 10px !important;
}

#main .table_overview tbody tr td p:last-child {
    margin-bottom: 0 !important;
}

#main .table_overview tbody tr td sup {
    font-size: 10px;
    position: relative;
    top: -4px;
}

#main .table_overview tbody tr td a {
    color:  #ffffff;
    text-decoration: underline;
}

#main .table_overview tbody tr td a.tel {
    text-decoration: none;
}

#main .table_overview tbody tr td a.txt_pink {
    color: #ff0c6d;
}

#main .table_overview tbody tr td .note_list:first-child {
    margin-top: 0;
}

#main .table_overview tbody tr td p+h6 {
    margin-top: 15px;
}

#main .table_overview tbody tr td .note_list+h6 {
    margin-top: 15px;
}

#main .table_overview tbody tr td h6+.note_list {
    margin-top: 5px;
}


@media all and (max-width: 768px) {

    #main .table_overview tbody tr th {
        width: 170px;
    }

    #main .table_overview tbody tr td a.tel {
        text-decoration: underline;
    }
}


@media all and (max-width: 480px) {

    #main .table_overview {
        border-bottom: 1px solid #333333;
    }

    #main .table_overview tbody tr th,
    #main .table_overview tbody tr td {
        display: inline-block;
        width: 100% !important;
        border: none;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        box-sizing: border-box;
        text-align: left;
        padding: 12px 18px;
        font-size: 14px;
        line-height: 1.4;
    }

    #main .table_overview tbody tr th {
        border-top: 1px solid #333333;
    }

    #main .table_overview tbody tr td .date li {
        margin-top: 7px;
    }
}



/* scrollbar */
#main .scroll .scroll_inner::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

#main .scroll .scroll_inner::-webkit-scrollbar-track {
    width: 5px;
    background: #222222;
}

@media all and (max-width: 480px) {
    #main .scroll .scroll_inner::-webkit-scrollbar-track {
        background: #191919;
    }
}

#main .scroll .scroll_inner::-webkit-scrollbar-thumb {
    border: solid 5px #191919;
}

#main .scroll .scroll_inner.scroll_bar_pink::-webkit-scrollbar-thumb {
    background: #ff0c6d;
}
#main .scroll .scroll_inner.scroll_bar_blue::-webkit-scrollbar-thumb {
    background: #1da1f2;
}
#main .scroll .scroll_inner.scroll_bar_orange::-webkit-scrollbar-thumb {
    background: #ff7700;
}


/* row */
#main .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#main .row .col_item {
    text-align: center;
    box-sizing: border-box;
}

#main .row .col_item.-half {
    width: 540px;
}

@media all and (max-width: 768px) {

    #main .row .col_item.-half {
        width: 48%;
    }
}

@media all and (max-width: 480px) {
    #main .row {
        display: block;
    }

    #main .row .col_item.-half {
        width: auto;
    }
}


/* address */
#main .address_fs14 {
    position: relative;
    top: -2px;
}
#main .address_fs16 {
    position: relative;
    top: -1px;
}

@media all and (max-width: 480px) {
    #main .address_fs14 {
        width: 172px;
        top: -1px;
    }
    #main .address_fs16 {
        width: 203px;
    }
}


/* pagetop */
#main .pagetop a {
    color: #ffffff;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

#main .pagetop a::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 14px;
    background: none;
    background-image: url(../img/icon_arrow_up_white.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    position: relative;
    left: 8px;
    top: -3px;
    margin-left: auto;
}

@media all and (max-width: 768px) {
    #main .pagetop a {
        font-size: 14px;
    }

    #main .pagetop a::after {
        top: -2px;
    }
}

@media all and (max-width: 480px) {

    #main .pagetop a {
        font-size: 12px;
        right: 15px;
        bottom: 15px;
    }

    #main .pagetop a::after {
        height: 6px;
        width: 11px;
        left: 5px;
        top: -1px;
    }
}


/* tel */
@media (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


/* anchor_overview */
#main a.anchor_overview {
    color: #ffffff !important;
    text-decoration: underline;
}



/*
/* box_info
/*
----------------------------------------------------------------- */
#main .box_info {
    margin-top: 50px;
}

#main .box_info.-contact {
    margin-bottom: 80px;
}

#main .box_info h3 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: 0.06em;
}

@media all and (max-width: 768px) {

    #main .box_info h3 {
        font-size: 24px;
    }
}

@media all and (max-width: 480px) {

    #main .box_info.-contact {
        margin-bottom: 40px;
    }

    #main .box_info h3 {
        font-size: 20px;
        margin: 35px 0 20px;
    }
}



/*
/* mv
/*
----------------------------------------------------------------- */

#main .mv {
    background-image: url(../img/mv_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
}

#main .mv .mv_copy_wrap {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0, -55%);
}

#main .mv .mv_copy_wrap .mv_copy_main {
    padding-top: 30px;
}

#main .mv .mv_copy_wrap .mv_copy_main img {
    margin-left: 35px;
}

#main .mv .mv_copy_wrap .mv_copy_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
}

#main .mv .mv_copy_wrap .mv_copy_01 img.mv_logo {
    display: block;
    margin-right: 20px;
}

#main .mv .mv_copy_wrap .mv_copy_02 {
    display: block;
    margin-top: 22px;
}

#main .mv .mv_copy_wrap .mv_campaign_label {
    margin-top: 13px;
}


@media all and (max-width: 768px) {
    #main .mv {
        height: 450px;
    }

    #main .mv .mv_copy_wrap {
        transform: translate(0, -58%);
    }

    #main .mv .mv_copy_wrap .mv_copy_main {
        margin: 0 auto;
        width: 550px;
    }

    #main .mv .mv_copy_wrap .mv_copy_main img {
        margin-left: 7px;
    }

    #main .mv .mv_copy_wrap .mv_copy_01 {
        margin: 10px auto;
        width: 400px;
    }

    #main .mv .mv_copy_wrap .mv_copy_02 {
        margin: 15px auto 0;
        width: 200px;
    }

    #main .mv .mv_copy_wrap .mv_campaign_label {
        margin: 10px auto 0;
        width: 280px;
    }
}


@media all and (max-width: 480px) {
    #main .mv {
        background-image: url(../img/mv_bg_sp.png);
        height: 520px;
    }

    #main .mv .mv_copy_wrap {
        transform: translate(0, -60%);
    }

    #main .mv .mv_copy_wrap .mv_copy_main {
        margin: 0 auto;
        padding-top: 0;
        width: 270px;
    }

    #main .mv .mv_copy_wrap .mv_copy_main img {
        margin-left: 0;
    }

    #main .mv .mv_copy_wrap .mv_copy_01 {
        width: 324px;
    }

    #main .mv .mv_copy_wrap .mv_copy_02 {
        margin: 20px auto 0;
        width: 194px;
    }

    #main .mv .mv_copy_wrap .mv_campaign_label {
        margin: 10px auto 0;
        width: 250px;
    }
}



/*
/* nav_anchor
/*
----------------------------------------------------------------- */

#main .nav_anchor {
    margin: -30px auto 0;
    width: 1260px;
}

#main .nav_anchor > ul {
    display: flex;
    justify-content: center;
}

#main .nav_anchor > ul li {
    background-color: transparent;
    width: 232px;
    height: 85px;
    position: relative;
    margin: 0 13px;
    z-index: 10;
}

#main .nav_anchor > ul li:after{
    content: "";
    display: block;
    width: 200px;
    height: 55px;
    box-shadow: 0 0 45px rgba(92, 234, 1, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@supports (-ms-ime-align:auto) {
    #main .nav_anchor > ul li:after{
        box-shadow: 0 0 65px rgba(92, 234, 1, 1);
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, #main .nav_anchor > ul li:after{
        box-shadow: 0 0 65px rgba(92, 234, 1, 1);
    }
}

#main .nav_anchor > ul li a {
    color: #5cea01;
    background-image: url(../img/nav_anchor_bg.png);
    height: 85px;
    position: relative;
    display: block;
}

#main .nav_anchor > ul li a:hover {
    opacity: 1;
}

#main .nav_anchor > ul li a:hover {
    color: #111111;
    font-weight: bold;
    background-image: url(../img/nav_anchor_bg_on.png);
}

#main .nav_anchor > ul li a .nav_anchor__label {
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#main .nav_anchor > ul li a .nav_anchor__arrow {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%, 0);
}

@media all and (max-width: 768px) {
    #main .nav_anchor {
        margin: -60px auto 0;
        width: auto;
    }

    #main .menu_box {
        margin: 0 auto;
    }

    #main .menu_box .menu_btn {
        margin: 0 auto;
        width: 400px;
    }

    #main .menu_box_wrap {
        display: none;
        background-color: rgba(0,0,0,0.8);
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        z-index: 250000;
    }

    #main .menu_box_wrap .menu_box_inner {
        width: 80%;
        position: absolute;
        left: 50%;
        top: 43%;
        transform: translate(-50%, -45%);
    }

    #main .menu_box_wrap .menu_box_body {
        background-color: #111111;
        box-shadow: 0 0 30px rgba(92, 234, 1, 0.45);
        border: 1px solid #5cea01;
    }
    #main .menu_box_wrap .menu_box_body ul li {
        text-align: center;
        border-bottom: 1px solid #162815;
    }
    #main .menu_box_wrap .menu_box_body ul li:last-child {
        text-align: center;
        border-bottom: none;
    }
    #main .menu_box_wrap .menu_box_body ul li a {
        color: #5cea01;
        font-weight: bold;
        padding: 25px 0;
        display: block;
        line-height: 1.3;
        font-style: italic;
    }

    #main .menu_box_wrap .menu_close {
        display: inline-block;
        position: relative;
        left: 50%;
        top: -20px;
        width: 90px;
        transform: translate(-50%, 0);
    }

    @media all and (max-width: 480px) {

        #main .menu_box .menu_btn {
            width: 85%;
        }
    }

}



/*
/* tw01
/*
----------------------------------------------------------------- */
#main .tw01 {
    margin-top: 115px;
}

#main .tw01 .tw01_heading {
    text-align: center;
}

#main .tw01 .tw01_heading__title {
    margin-top: 5px;
}

@media all and (max-width: 768px) {
    #main .tw01 {
        width: auto;
        margin: 60px auto 0;
        padding-bottom: 70px;
    }

    #main .tw01 .tw01_heading .tw01_heading__label {
        margin: 0 auto;
        width: 300px;
    }

    #main .tw01 .tw01_heading__title {
        margin: 0 auto;
        width: 550px;
    }
}

@media all and (max-width: 480px) {
    #main .tw01 {
        margin: 30px auto 0;
        width: auto;
    }

    #main .tw01 .tw01_heading .tw01_heading__label {
        width: 243px;
    }

    #main .tw01 .tw01_heading__title {
        width: 322px;
    }
}



#main .tw01 .tw01_body .tw01_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail {
    width: 730px;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_copy {
    text-align: center;
}

@media all and (max-width: 768px) {
    #main .tw01 .tw01_body .tw01_content {
        margin-top: 25px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail {
        width: 62%;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_copy {
        margin: 0 auto;
        width: 100%;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_widget {
        width: 33%;
    }
}

@media all and (max-width: 480px) {
    #main .tw01 .tw01_body .tw01_content {
        display: block;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail {
        margin: 0 auto;
        width: auto;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_copy {
        width: 267px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_widget {
        width: auto;
    }
}



#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term {
    margin-top: 35px;
    width: 100%;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner {
    padding-bottom: 25px;
    padding-top: 43px;
    position: relative;
    width: 100%;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner h5 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -51%);
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .label {
    position: absolute;
    top: -25px;
    right: -30px;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list ul {
    display: grid;
    justify-content: left;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list ul li {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner p.note {
    font-weight: normal;
    margin-top: 10px;
    font-size: 14px;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list ul li .line {
    display: inline-block;
    background-color: #dddddd;
    height: 1px;
    width: 70px;
    margin: 0 18px;
    position: relative;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list ul li.finished .line {
    background-color: #666666;
}

@media all and (max-width: 768px) {
    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner {
        padding-top: 30px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .label {
        top: -25px;
        right: -15px;
        width: 70px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list ul li {
        align-items: flex-start;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list ul li .line {
        width: 40px;
        margin: 0 10px;
        top: 12px;
    }
}

@media all and (max-width: 480px) {
    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term {
        margin-top: 50px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner {
        padding-top: 38px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner h5 img {
        display: inline-block;
        width: 129px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .label {
        top: -20px;
        right: -13px;
        width: 60px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner p {
        font-size: 14px;
        line-height: 1.4;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list ul li {
        font-size: 13px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner p.note {
        font-size: 12px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .tw01_detail_term .box_corner .list ul li .line {
        width: 15px;
        margin: 0 5px;
        top: 9px;
    }
}


#main .tw01 .tw01_body .tw01_content .tw01_detail .btn {
    margin-top: 30px;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .btn .btn_inner {
    padding: 20px 0;
}

#main .tw01 .tw01_body .tw01_content .tw01_detail .btn .btn_inner .text {
    font-size: 20px;
}

@media all and (max-width: 768px) {
    #main .tw01 .tw01_body .tw01_content .tw01_detail .btn {
        margin-top: 15px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .btn .btn_inner {
        padding: 12px 0 16px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .btn .btn_inner .text {
        font-size: 17px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_widget iframe {
        height: 560px !important;
    }
}

@media all and (max-width: 480px) {
    #main .tw01 .tw01_body .tw01_content .tw01_detail .btn {
        margin-top: 20px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .btn .btn_inner {
        padding: 12px 0 ;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .btn .btn_inner .text {
        font-size: 15px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_detail .btn .btn_inner .icon_arrow {
        width: 13px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_widget {
        text-align: center;
        margin-top: 30px;
    }

    #main .tw01 .tw01_body .tw01_content .tw01_widget iframe {
        height: 300px !important;
    }
}



#main .tw01 .tw01_body .btn.btn_tw01_large {
    margin-top: 27px;
}

#main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner {
    padding: 30px 0 35px 0;
}

#main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner .icon {
    position: relative;
    top: -3px;
}

#main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner .text {
    display: inline-block;
    margin-left: 20px;
    font-size: 34px;
}

@media all and (max-width: 768px) {

    #main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner {
        padding: 23px 0 28px;
    }
    #main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner .icon {
        width: 40px;
    }
    #main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner .text {
        font-size: 26px;
    }
    #main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner .icon_arrow {
        right: 25px;
    }
}

@media all and (max-width: 480px) {
    #main .tw01 .tw01_body .btn.btn_tw01_large {
        margin-top: 15px;
    }
    #main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner {
        padding: 15px 10px 18px 0;
    }
    #main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner .icon {
        width: 26px;
        top: 0;
    }
    #main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner .text {
        font-size: 17px;
        letter-spacing: 0;
        margin-left: 3px;
        position: relative;
        top: 1px;
        line-height: 1;
    }
    #main .tw01 .tw01_body .btn.btn_tw01_large a .btn_inner .icon_arrow {
        width: 17px;
        right: 15px;
    }
}


#main .tw01 .bnr_campaign {
    margin: 75px auto 0;
    width: 1140px;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner {
    padding: 40px 0 25px 0;
    position: relative;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 {
    border: 1px solid #ff7700;
    margin-top: 60px;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m {
    border: 1px solid #ff0c6d;
    margin-top: 50px;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner > p {
    font-style: italic;
    text-align: center;
    letter-spacing: 0.05em;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .title {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -22px;
    width: 100%;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .title span {
    background-color: #111111;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    padding: 0 40px;
    text-align: center;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 .title {
    color: #ff7700;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .title {
    color: #ff0c6d;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .title sup {
    position: relative;
    font-size: 12px;
    right: -5px;
    top: -15px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .offer {
    font-size: 30px;
    line-height: 1.1;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 .offer {
    color: #ff7700;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .offer {
    color: #ff0c6d;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_01 {
    font-size: 36px;
    color: #ffffff;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_02 {
    font-size: 70px;
    font-feature-settings: "palt";
    letter-spacing: -0.01em;
}
#main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_03 {
    background-color: #ff7700;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-feature-settings: "palt";
    padding: 13px 0 16px;
    width: 100%;
    font-style: normal;
    margin-top: 18px;
    width: 830px;
    letter-spacing: 0.08em;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_02 .tax {
    font-size: 20px;
    position: relative;
    letter-spacing: 0.02em;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 .offer .offer_txt_01 sup,
#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 .offer .offer_txt_02 sup,
#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .offer .offer_txt_01 sup,
#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .offer .offer_txt_02 sup {
    position: relative;
    font-size: 13px;
    right: -10px;
    top: -50px;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 .offer .offer_txt_02 sup {
    right: 50px;
    top: -45px;
    font-weight: normal;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_03 sup {
    position: relative;
    font-size: 12px;
    top: -10px;
}


#main .tw01 .bnr_campaign .bnr_campaign_inner .date {
    font-style: normal;
    margin-top: 18px;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .icon {
    text-align: center;
    margin-top: 15px;
}

#main .tw01 .bnr_campaign .btn {
    margin-top: 40px;
}

#main .tw01 .bnr_campaign .btn .btn_inner {
    padding: 22px 0 26px;
}

#main .tw01 .bnr_campaign .btn .text {
    font-style: normal;
    font-size: 22px;
    line-height: 1;
}

#main .tw01 .bnr_campaign .btn .icon_arrow {
    right: 40px;
}

#main .tw01 .bnr_campaign .note {
    margin-top: 15px;
}

#main .tw01 .bnr_campaign .note a {
    text-decoration: underline;
}

#main .tw01 .bnr_campaign .note sup {
    position: relative;
    font-size: 10px;
    top: -3px;
}

#main .tw01 .bnr_campaign .bnr_campaign_inner .btn .icon_arrow {
    right: 40px;
}

@media all and (max-width: 768px) {
    #main .tw01 .bnr_campaign {
        margin: 55px auto 0;
        width: 90%;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner h4 {
        width: 80%;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .title span {
        font-size: 22px;
        line-height: 1.2;
        padding: 0 20px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .title span {
        position: relative;
        font-feature-settings: "palt";
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .title span sup {
        position: absolute;
        right: 4px;
        top: 1px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_03 {
        line-height: 1.4;
        padding: 6px 0 8px;
        width: 88%;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_03 sup {
        font-size: 10px;
        top: -14px;
        right: 0;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .name {
        margin-top: 32px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer span {
        font-size: 40px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer span sup {
        right: -10px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .date {
        margin-top: 10px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .icon {
        margin: 13px auto 0;
        width: 65%;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .btn {
        margin-top: 18px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .btn .icon_arrow {
        right: 25px;
    }
}

@media all and (max-width: 480px) {
    #main .tw01 .bnr_campaign {
        margin: 55px auto 0;
        width: 85%;
        position: relative;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_title img {
        width: 276px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner {
        padding: 34px 0 15px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 {
        margin-top: 50px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner h4 {
        left: auto;
        transform: translate(0, -51%);
        width: 100%;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner h4 img {
        width: 331px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .title span {
        font-size: 18px;
        line-height: 1.2;
        padding: 0 20px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .title span sup {
        right: 4px;
        top: 1px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .name {
        font-size: 13px;
        letter-spacing: 0;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.2;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_01 {
        font-size: 20px;
        letter-spacing: 0.08em;
        font-feature-settings: "palt";
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_02 {
        font-size: 42px;
        position: relative;
        line-height: 1.3;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_02 .tax {
        font-size: 11px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_02 sup {
        right: -6px;
        top: -33px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 .offer .offer_txt_01 sup,
    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 .offer .offer_txt_02 sup,
    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .offer .offer_txt_01 sup,
    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .offer .offer_txt_02 sup {
        font-size: 11px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .offer .offer_txt_02 {
        margin-right: 9px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_100 .offer .offer_txt_02 sup {
        right: 6px;
        top: 14px;
        position: absolute;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner.campaign_3m .offer .offer_txt_02 sup {
        right: -22px;
        top: 9px;
        position: absolute;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_03 {
        line-height: 1.2;
        font-size: 16px;
        padding: 8px 0;
        margin-top: 4px;
        width: 88%;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .offer .offer_txt_03 sup {
        font-size: 10px;
        top: -6px;
        right: 0;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .date {
        font-size: 13px;
    }

    #main .tw01 .bnr_campaign .bnr_campaign_inner .icon {
        width: 84%;
    }

    #main .tw01 .bnr_campaign .btn {
        margin-top: 30px;
    }

    #main .tw01 .bnr_campaign .btn .btn_inner {
        padding: 12px 0 13px;
    }

    #main .tw01 .bnr_campaign .btn .btn_inner .text {
        font-size: 14px;
    }

    #main .tw01 .bnr_campaign .btn .btn_inner .icon_arrow {
        right: 15px;
        width: 13px;
    }

    #main .tw01 .bnr_campaign .note_list {
        font-size: 12px;
        margin-top: 18px;
    }
}

@media all and (max-width: 375px) {
    #main .tw01 .bnr_campaign {
        margin: 35px 15px 0;
        width: auto;
    }
}



/*
/* about
/*
----------------------------------------------------------------- */

#main .about {
    margin-top: 120px;
}

#main .about .sec_body > .lead {
    font-size: 38px;
    letter-spacing: 0.07em;
    line-height: 1.4;
    margin-top: 20px;
}

#main .about .sec_body > .lead sup {
    font-size: 13px;
    position: relative;
    top: -25px;
    left: -20px;
}

#main .about .sec_body .desc {
    line-height: 2;
    margin-top: 20px;
}

#main .about .sec_body .desc sup {
    font-size: 11px;
    position: relative;
    top: -7px;
}

@media all and (max-width: 768px) {
    #main .about .sec_body > .lead {
        font-size: 26px;
        line-height: 1.6;
    }

    #main .about .sec_body > .lead sup {
        font-size: 10px;
        top: -20px;
    }

    #main .about .sec_body .desc {
        font-size: 14px;
        margin: 15px 0 0;
        line-height: 1.8;
    }
}

@media all and (max-width: 480px) {
    #main .about {
        margin-top: 60px;
    }

    #main .about .sec_body > .lead {
        font-size: 20px;
        margin: 20px auto 0;
        width: 85%;
        letter-spacing: 0;
        line-height: 1.4;
    }

    #main .about .sec_body > .lead sup {
        font-size: 12px;
        top: -15px;
        left: -15px;
    }

    #main .about .sec_body .desc {
        font-size: 14px;
        margin: 15px auto 0;
        text-align: left;
        width: 85%;
    }
}

@media all and (max-width: 375px) {

    #main .about .sec_body .desc {
        font-size: 14px;
        margin: 15px auto 0;
        text-align: left;
    }
}


#main .about .instance {
    margin-top: 25px;
    position: relative;
}

#main .about .instance::after {
    content: "";
    display: block;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -68%);
    background: linear-gradient(to bottom,
                                #111111 0%,
                                #3a8908 40%,
                                #4fc304 43%,
                                #5cea01 50%,
                                #4fc304 57%,
                                #3a8908 60%,
                                #111111 100%);
    z-index: 10;
}

#main .about .instance ul {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 20;
}

#main .about .instance ul li {
    text-align: center;
    margin-right: 33px;
}

#main .about .instance ul li:last-child {
    margin-right: 0;
}

#main .about .instance ul li p {
    font-size: 14px;
    line-height: 1.75;
}

#main .about .instance ul li p sup {
    font-size: 12px;
    position: relative;
    top: -3px;
    left: -2px;
}

@media all and (max-width: 768px) {

    #main .about .instance ul li figure {
        margin: 0 auto;
        width: 220px;
    }

    #main .about .instance ul li {
        margin-right: 20px;
    }

    #main .about .instance ul li p {
        font-size: 13px;
    }

    #main .about .instance ul li p sup {
        font-size: 11px;
    }
}

@media all and (max-width: 480px) {

    #main .about .instance {
        margin-top: 5px;
    }

    #main .about .instance::after {
        display: none;
    }

    #main .about .instance ul {
        display: block;
    }

    #main .about .instance ul li {
        position: relative;
        margin-right: 0;
        margin-top: 5px;
    }

    #main .about .instance ul li::after {
        content: "";
        display: block;
        height: 75px;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(0, -91%);
        background: linear-gradient(to bottom,
                                    #111111 0%,
                                    #3a8908 40%,
                                    #4fc304 43%,
                                    #5cea01 50%,
                                    #4fc304 57%,
                                    #3a8908 60%,
                                    #111111 100%);
        z-index: 10;
    }

    #main .about .instance ul li figure,
    #main .about .instance ul li p {
        position: relative;
        z-index: 20;
    }

    #main .about .instance ul li figure {
        margin: 0 auto;
        width: 230px;
    }

    #main .about .instance ul li p {
        font-size: 12px;
        position: relative;
        top: -3px;
    }
}


#main .about .point {
    display: flex;
    justify-content: center;
    margin-top: 85px;
}

#main .about .point .point_item {
    text-align: center;
    width: 470px;
}

#main .about .point .point_item h5 {
    font-style: italic;
    text-align: center;
    position: relative;
}

#main .about .point .point_item h5 .text {
    color: #000000;
    position: relative;
    z-index: 20;
}

#main .about .point .point_item h5::after {
    content: "";
    display: block;
    background-image: url(../img/about_point_title_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 45px;
    width: 146px;
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate(-50%, 0);
    z-index: 10;
}

#main .about .point .point_item .lead {
    color: #5cea01;
    font-size: 28px;
    margin-top: 30px;
    line-height: 1.5;
}

#main .about .point .point_item .desc {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 10px;
}

#main .about .point .point_item .desc sup {
    font-size: 13px;
    position: relative;
    top: -5px;
}

@media all and (max-width: 768px) {
    #main .about .point .point_item {
        text-align: center;
        width: 50%;
    }
    #main .about .point .point_item .lead {
        font-size: 21px;
    }

    #main .about .point .point_item .desc {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    #main .about .point {
        display: block;
        margin-top: 60px;
    }

    #main .about .point .point_item {
        width: auto;
    }
    #main .about .point .point_item:nth-child(2) {
        margin-top: 44px;
    }

    #main .about .point .point_item h5::after {
        height: 36px;
        width: 117px;
    }

    #main .about .point .point_item h5 .text {
        position: relative;
        top: -5px;
        font-size: 14px;
    }

    #main .about .point .point_item .lead {
        font-size: 20px;
        line-height: 1.6;
        margin-top: 15px;
    }

    #main .about .point .point_item .desc {
        font-size: 14px;
        text-align: center;
    }
}

@media all and (max-width: 480px) {
    #main .about .point .point_item .desc {
        margin: 10px auto 0;
    }
}



#main .about .content_width > .note {
    margin-top: 50px;
    font-size: 16px;
}

@media all and (max-width: 768px) {
    #main .about .content_width > .note {
        
    }
}

@media all and (max-width: 480px) {
    #main .about .content_width > .note {
        margin-top: 30px;
        text-align: left;
        font-size: 14px;
    }
}


#main .about .chart {
    font-size: 16px;
    line-height: 1.75;
    margin: 75px auto 0;
    width: 1140px;
}

#main .about .chart .box_corner {
    padding: 50px 60px 55px;
}

#main .about .chart .lead {
    color: #5cea01;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

#main .about .chart .desc {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.06em;
}

#main .about .chart figure {
    display: block;
    margin: 45px auto 0;
    width: 1020px;
}

#main .about .chart .note {
    margin-top: 6px;
}

@media all and (max-width: 768px) {
    #main .about .chart {
        width: auto;
    }

    #main .about .chart .lead {
        font-size: 26px;
        line-height: 1.4;
    }

    #main .about .chart .desc {
        line-height: 1.8;
    }

    #main .about .chart .box_corner {
        padding: 50px 30px 30px;
    }

    #main .about .chart figure {
        width: auto;
    }
}

@media all and (max-width: 480px) {
    #main .about .chart {
        margin-top: 50px;
        width: auto;
    }

    #main .about .chart .box_corner {
        padding: 35px 20px 25px;
    }

    #main .about .chart .lead {
        font-size: 22px;
    }

    #main .about .chart .desc {
        font-size: 14px;
    }

    #main .about .chart figure {
        margin: 25px auto 0;
    }

    #main .about .chart .note {
        font-size: 13px;
    }
}



#main .about .sec_bottom {
    margin-top: 60px;
}

#main .about .sec_bottom .btn .btn_inner {
    padding: 25px 0;
}

#main .about .sec_bottom .btn .btn_inner .text {
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.06em;
}

#main .about .sec_bottom .btn .btn_inner .icon_arrow {
    right: 40px;
}

@media all and (max-width: 768px) {
    #main .about .sec_bottom {
        margin-top: 40px;
    }

    #main .about .sec_bottom .btn .btn_inner {
        padding: 20px 0;
    }

    #main .about .sec_bottom .btn .btn_inner .text {
        font-size: 26px;
    }

    #main .about .sec_bottom .btn .btn_inner .icon_arrow {
        right: 25px;
    }
}

@media all and (max-width: 480px) {

    #main .about .sec_bottom .btn .btn_inner {
        padding: 12px 0 14px;
    }

    #main .about .sec_bottom .btn .btn_inner .text {
        font-size: 18px;
        line-height: 1.25;
        letter-spacing: 0;
    }

    #main .about .sec_bottom .btn .btn_inner .icon_arrow {
        right: 10px;
        width: 17px;
    }
}



/*
/* streamer
/*
----------------------------------------------------------------- */
#main .streamer .sec_body .lead {
    font-size: 32px;
    font-style: italic;
    margin-top: 20px;
}

#main .streamer .sec_body .desc {
    line-height: 2;
    margin-top: 15px;
}

#main .streamer .sec_body .thumb_list {
    display: flex;
}

#main .streamer .sec_body .thumb_list.-large {
    justify-content: space-between;
    flex-wrap: wrap;
}

#main .streamer .sec_body .thumb_list.-mini {
    justify-content: space-between;
    flex-wrap: wrap;
}

#main .streamer .sec_body .thumb_list.-large .thumb_list_item {
    margin-top: 60px;
    width: 540px;
}

#main .streamer .sec_body .thumb_list.-mini .thumb_list_item {
    margin-top: 50px;
    width: 350px;
}

#main .streamer .sec_body .thumb_list .thumb_list_item a {
    background-color: #181818;
    transition: all 0.3s ease;
    display: block;
}

#main .streamer .sec_body .thumb_list .thumb_list_item a:hover {
    opacity: 0.7;
}

#main .streamer .sec_body .thumb_list .thumb_list_item h3 {
    background-color: #5cea01;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    font-feature-settings: "palt";
    display: flex;
    align-items: center;
    text-align: center;
}

#main .streamer .sec_body .thumb_list .thumb_list_item h3.-line2 {
    height: 94px;
}

#main .streamer .sec_body .thumb_list.-large .thumb_list_item h3 {
    font-size: 24px;
    padding: 14px;
}

#main .streamer .sec_body .thumb_list.-mini .thumb_list_item h3 {
    font-size: 17px;
    padding: 11px 0 12px;
    letter-spacing: 0;
    min-height: 70px;
}

#main .streamer .sec_body .thumb_list .thumb_list_item h3 span {
    width: 100%;
    letter-spacing: 0;
}


#main .streamer .sec_body .thumb_list .thumb_list_item .thumb_list_item_body {
    box-sizing: border-box;
}

#main .streamer .sec_body .thumb_list.-large .thumb_list_item .thumb_list_item_body {
    padding: 40px 40px 30px 40px;
}

#main .streamer .sec_body .thumb_list.-mini .thumb_list_item .thumb_list_item_body {
    padding: 30px 30px 27px 30px;
}

#main .streamer .sec_body .thumb_list.-mini .thumb_list_item .thumb_list_item_body .thumb img {
    width: 100%;
}

#main .streamer .sec_body .thumb_list .thumb_list_item .thumb_list_item_body .channel {
    margin-top: 10px;
}

#main .streamer .sec_body .thumb_list.-large .thumb_list_item .thumb_list_item_body .channel {
    font-size: 18px;
}

#main .streamer .sec_body .thumb_list.-large .thumb_list_item .thumb_list_item_body .channel.-large {
    min-height: 81px;
}

#main .streamer .sec_body .thumb_list .thumb_list_item .thumb_list_item_body .channel a {
    text-decoration: none;
}

#main .streamer .sec_body .thumb_list .thumb_list_item .thumb_list_item_body .channel .text {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
}

#main .streamer .sec_body .thumb_list.-mini .thumb_list_item .thumb_list_item_body .channel .text {
    font-size: 13px;
}


@media all and (max-width: 768px) {

    #main .streamer .sec_body .lead {
        margin-top: 10px;
    }

    #main .streamer .sec_body .desc {
        margin-top: 6px;
    }

    #main .streamer .sec_body .thumb_list {
        display: block;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item {
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }

    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item {
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item .thumb_list_item_body {
        padding: 30px;
    }

    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item .thumb_list_item_body {
        padding: 30px;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item h3 {
        font-size: 20px;
        padding: 11px;
        min-height: auto;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item h3.-line2 {
        height: auto;
    }

    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item h3 {
        font-size: 20px;
        padding: 10px;
        min-height: auto;
    }


    #main .streamer .sec_body .thumb_list.-large .thumb_list_item .thumb_list_item_body .channel {
        font-size: 16px;
    }

    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item .thumb_list_item_body .channel {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    #main .streamer .sec_body .lead {
        font-size: 20px;
        margin-top: 20px;
    }

    #main .streamer .sec_body .desc {
        text-align: left;
        font-size: 14px;
        line-height: 2;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item {
        margin-top: 30px;
        width: 100%;
    }

    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item {
        margin-top: 30px;
        width: 100%;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item h3,
    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item h3 {
        font-size: 16px;
        padding: 7px 0 9px;
    }

    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item h3.title_cs {
        min-height: auto;
    }

    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item h3.title_cs span {
        font-size: 14px;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item .thumb_list_item_body {
        padding: 25px;
    }

    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item .thumb_list_item_body {
        padding: 25px;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item .thumb_list_item_body p,
    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item .thumb_list_item_body p {
        font-size: 12px;
    }

    #main .streamer .sec_body .thumb_list .thumb_list_item .thumb_list_item_body .channel {
        margin-top: 7px;
    }

    #main .streamer .sec_body .thumb_list.-large .thumb_list_item .thumb_list_item_body .channel,
    #main .streamer .sec_body .thumb_list.-mini .thumb_list_item .thumb_list_item_body .channel {
        font-size: 15px;
    }

    #main .streamer .sec_body .thumb_list .thumb_list_item .thumb_list_item_body .channel .text {
        font-size: 13px;
        line-height: 1.4;
    }
}


#main .streamer .sec_body .ambassador {
    background-image: url(../img/ambassador_bg.png);
    border: 4px solid #feb83c;
    margin-top: 60px;
}

#main .streamer .sec_body .ambassador_inner {
    position: relative;
    padding: 15px 0 30px 0;
}

#main .streamer .sec_body .ambassador_inner .illust {
    position: absolute;
    left: -53px;
    width: 235px;
    top: 33px;
}

#main .streamer .sec_body .ambassador_inner .detail {
    padding: 0 40px 0 210px;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_01,
#main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_02 {
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_01 {
    color: #feb83c;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_01 .strong {
    font-size: 60px;
    display: inline-block;
    padding-left: 5px;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_02 {
    color: #feb83c;
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_02 img {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_02 span {
    line-height: 0;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_heading .ambassador_shibuyaharu_head_sp {
    display: none;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .profile {
    width: 280px;
    margin-right: 25px;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .profile .name a {
    color: #feb83c;
    text-decoration: none;
    font-size: 15px;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .profile .desc {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 5px;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .video_wrap {
    width: 580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item {
    width: 280px;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item h4 {
    background-color: #feb83c;
    color: #111111;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item h4 span {
    font-size: 13px;
    letter-spacing: 0;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item .thumb {
    transition: all 0.3s ease;
}

#main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item .thumb:hover {
    opacity: 0.7;
}

@media all and (max-width: 768px) {

    #main .streamer .sec_body .ambassador {
        margin: 60px auto 0;
        width: 80%;
    }

    #main .streamer .sec_body .ambassador_inner {
        padding: 30px 0 40px;
    }

    #main .streamer .sec_body .ambassador_inner .illust {
        display: none;
    }

    #main .streamer .sec_body .ambassador_inner .detail {
        padding: 0;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_heading {
        margin: -12% auto 0;
        width: 90%;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_01,
    #main .streamer .sec_body .ambassador_inner .detail .detail_heading .text_02 {
        display: none;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_heading .ambassador_shibuyaharu_head_sp {
        display: block;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body {
        display: block;
        margin-top: 20px;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .profile {
        margin: 0 auto;
        width: 85%;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_wrap {
        display: block;
        margin: 0 auto;
        width: 88%;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item {
        margin: 30px auto 0;
        width: 100%;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item:first-child {
        margin: 20px auto 0;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item h4 {
        font-size: 20px;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item h4 span {
        font-size: 15px;
    }
}

@media all and (max-width: 480px) {

    #main .streamer .sec_body .ambassador {
        margin: 40px auto 0;
        width: 100%;
    }

    #main .streamer .sec_body .ambassador_inner {
        padding: 30px 0 20px 0;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_heading {
        margin: -17% 5% 0 2.5%;
        width: auto;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body {
        margin-top: 10px;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .profile {
        width: 88%;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .profile .desc {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 3px;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item {
        margin: 20px auto 0;
        width: 100%;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item:first-child {
        margin: 12px auto 0;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item h4 {
        font-size: 15px;
    }

    #main .streamer .sec_body .ambassador_inner .detail .detail_body .video_item h4 span {
        font-size: 12px;
    }
}



/*
/* price-spec
/*
----------------------------------------------------------------- */
#main .price-spec .sec_body .lead {
    font-size: 32px;
    font-style: italic;
    margin-top: 20px;
    letter-spacing: 0.06em;
}

#main .price-spec .sec_body .lead sup {
    font-size: 13px;
    position: relative;
    top: -18px;
    left: 2px;
}

#main .price-spec .sec_body .desc {
    line-height: 2;
    margin-top: 20px;
}

#main .price-spec .sec_body .desc sup {
    font-size: 11px;
    position: relative;
    top: -5px;
}

#main .price-spec .sec_body .desc + .note_list {
    margin-top: 40px;
}

#main .price-spec .sec_body .desc + .note_list li {
    text-align: center;
}

@media all and (max-width: 768px) {
    #main .price-spec .sec_body .lead {
        font-size: 22px;
    }

    #main .price-spec .sec_body .lead sup {
        font-size: 11px;
        top: -12px;
    }

    #main .price-spec .sec_body .desc + .note_list li {
        text-align: left;
    }
}

@media all and (max-width: 480px) {
    #main .price-spec .sec_body .lead {
        font-size: 17px;
        margin-top: 20px;
        letter-spacing: 0.06em;
        text-align: left;
        line-height: 1.8;
    }

    #main .price-spec .sec_body .lead sup {
        top: -7px;
    }

    #main .price-spec .sec_body .desc {
        font-size: 14px;
        margin-top: 10px;
        text-align: left;
    }

    #main .price-spec .sec_body .desc + .note_list {
        margin-top: 25px;
    }
}


#main .price-spec .sec_body .table_01 {
    margin-top: 52px;
}

#main .price-spec .sec_body .table_01 table thead th p {
    margin-top: 8px;
    font-size: 16px;
}

#main .price-spec .sec_body .table_01 table thead th:nth-child(1) {
    width: 286px;
}

#main .price-spec .sec_body .table_01 table thead th:nth-child(2) {
    width: 387px;
}

#main .price-spec .sec_body .table_01 table thead th:nth-child(3) {
    width: 387px;
}

#main .price-spec .sec_body .table_01 table tbody th {
    padding: 20px 5px 22px 13px;
}

#main .price-spec .sec_body .table_01 table tbody th.sub_th {
    font-size: 12px;
    padding: 20px 5px 20px 8px;
}

#main .price-spec .sec_body .table_01 table tbody th,
#main .price-spec .sec_body .table_01 table tbody td {
    font-size: 14px;
    line-height: 1.6;
}

#main .price-spec .sec_body .table_01 table tbody td {
    padding: 20px 15px;
}

#main .price-spec .sec_body .table_01 table tbody th sup,
#main .price-spec .sec_body .table_01 table tbody td sup {
    position: relative;
}

#main .price-spec .sec_body .table_01 table tbody th sup {
    font-size: 10px;
    top: -6px;
}

#main .price-spec .sec_body .table_01 table tbody td sup {
    font-size: 11px;
    top: -10px;
}



#main .price-spec .sec_body .table_01 table tbody th span {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.4;
    margin-top: 3px;
    display: inline-block;
}


#main .price-spec .sec_body .table_01 table tbody th span.d_in {
    display: inline;
}

#main .price-spec .sec_body .table_01 table tbody th span a {
    text-decoration: underline;
}

#main .price-spec .sec_body .table_01 table tbody td .arrow_down {
    margin-top: 15px;
}

#main .price-spec .sec_body .table_01 table tbody td .apply {
    font-size: 15px;
    margin-top: 17px;
    font-feature-settings: "palt";
}

#main .price-spec .sec_body .table_01 table tbody td .apply p:first-child {
    line-height: 1.4;
}

#main .price-spec .sec_body .table_01 table tbody td .free {
    font-size: 20px;
    font-weight: 700;
}

#main .price-spec .sec_body .table_01 table tbody td .free sup {
    font-weight: normal;
}

#main .price-spec .sec_body .table_01 table tbody td .apply .offer {
    font-size: 30px;
    margin-top: 10px;
}

#main .price-spec .sec_body .table_01 table tbody td .apply .offer span {
    font-size: 18px;
}

#main .price-spec .sec_body .table_01 table tbody td .apply .offer sup {
    font-size: 11px;
    position: relative;
    top: -18px;
    font-weight: normal;
}

#main .price-spec .sec_body .table_01 table tbody td .discount {
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
}

#main .price-spec .sec_body .table_01 table tbody td p + .discount {
    margin-top: 12px;
    line-height: 1.6;
}

#main .price-spec .sec_body .table_01 table tbody td .discount .regular {
    font-size: 16px;
    margin-right: -4px;
}

#main .price-spec .sec_body .table_01 table tbody td .discount > span {
    font-size: 14px;
    font-weight: normal;
}

#main .price-spec .sec_body .table_01 table tbody td .discount > span.yen {
    font-size: 16px;
}

#main .price-spec .sec_body .table_01 table tbody td .discount strong {
    font-size: 22px;
    font-weight: 700;
}



@media all and (max-width: 768px) {
    #main .price-spec .sec_body .table_01 {
        margin-top: 40px;
    }

    #main .price-spec .sec_body .table_01 table thead th:nth-child(1) {
        width: 24%;
    }

    #main .price-spec .sec_body .table_01 table thead th:nth-child(2) {
        width: 38%;
    }

    #main .price-spec .sec_body .table_01 table thead th:nth-child(3) {
        width: 38%;
    }

    #main .price-spec .sec_body .table_01 table tbody td .apply p {
        font-size: 13px;
    }

    #main .price-spec .sec_body .table_01 table tbody td .apply .offer {
        font-size: 26px;
        line-height: 1.2;
    }

    #main .price-spec .sec_body .table_01 table tbody td .apply .offer span {
        font-size: 16px;
    }

    #main .price-spec .sec_body .table_01 table tbody td .apply .offer sup {
        font-size: 12px;
        top: -14px;
    }
}


@media all and (max-width: 480px) {
    #main .price-spec .sec_body .table_01 {
        margin-top: 35px;
    }

    #main .price-spec .sec_body .table_01 table {
        border-top: 1px solid #333333;
    }

    #main .price-spec .sec_body .table_01 table.sp-mt20 {
        margin-top: 30px;
    }

    #main .price-spec .sec_body .table_01 table th,
    #main .price-spec .sec_body .table_01 table td {
        display: inline-block;
        width: 100% !important;
        border: none;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        box-sizing: border-box;
        text-align: center;
    }

    #main .price-spec .sec_body .table_01 table tbody th {
        padding: 15px 0 17px;
    }
    #main .price-spec .sec_body .table_01 table tbody td {
        padding: 16px 0 14px 0;
    }

    #main .price-spec .sec_body .table_01 table tbody td sup {
        top: -8px;
    }

    #main .price-spec .sec_body .table_01 table thead th {
        border-bottom: 1px solid #333333;
        padding: 15px 0 11px;
    }

    #main .price-spec .sec_body .table_01 table thead th p {
        font-size: 15px;
        margin-top: 5px;
    }

    #main .price-spec .sec_body .table_01 table tbody th.sub_th {
        background-color: #282828;
        font-size: 12px;
        padding: 5px 0 8px 0;
    }

    #main .price-spec .sec_body .table_01 table tbody td {
        border-bottom: 1px solid #333333;
        font-size: 13px;
    }

    #main .price-spec .sec_body .table_01 table tbody td .apply {
        margin-top: 19px;
    }

    #main .price-spec .sec_body .table_01 table tbody td .free {
        font-size: 16px;
    }

    #main .price-spec .sec_body .table_01 table tbody td .apply .offer {
        line-height: 1.6;
        margin-top: 5px;
    }

    #main .price-spec .sec_body .table_01 table tbody td p + .discount {
        margin-top: 3px;
    }

    #main .price-spec .sec_body .table_01 table tbody td .discount span strong {
        font-size: 22px;
    }

    #main .price-spec .sec_body .table_01 .note_list li {
        font-size: 14px;
    }
}


#main .price-spec .sec_body .table_02 {
    margin-top: 60px;
}

#main .price-spec .sec_body .table_02 .toggle_contents_inner {
    display: none;
}

#main .price-spec .sec_body .table_02 p+table {
    margin-top: 30px;
}

#main .price-spec .sec_body .table_02 table tbody th,
#main .price-spec .sec_body .table_02 table tbody td {
    padding: 25px 30px;
    box-sizing: border-box;
}

#main .price-spec .sec_body .table_02 table tbody th {
    width: 200px;
}

#main .price-spec .sec_body .table_02 table tbody td {
    text-align: left;
}

#main .price-spec .sec_body .table_02 table tbody td ul li {
    line-height: 2;
}

#main .price-spec .sec_body .table_02 table {
    margin-bottom: 15px;
}

#main .price-spec .sec_body .table_02 .note_list {
    margin-top: 5px;
}

@media all and (max-width: 768px) {
    #main .price-spec .sec_body .table_02 {
        margin-top: 30px;
    }

    #main .price-spec .sec_body .table_02 table tbody th,
    #main .price-spec .sec_body .table_02 table tbody td {
        padding: 20px 15px;
        font-size: 14px;
    }
}


@media all and (max-width: 480px) {
    #main .price-spec .sec_body .table_02 {
        margin-top: 30px;
    }

    #main .price-spec .sec_body .table_02 table {
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

    #main .price-spec .sec_body .table_02 table th,
    #main .price-spec .sec_body .table_02 table td {
        display: inline-block;
        width: 100% !important;
        border: none;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        box-sizing: border-box;
        text-align: left;
        padding: 15px;
        font-size: 14px;
    }

    #main .price-spec .sec_body .table_02 table tbody th,
    #main .price-spec .sec_body .table_02 table tbody td {
        padding: 12px 18px;
    }

    #main .price-spec .sec_body .table_02 table tbody td ul li {
        text-indent: -1em;
        padding-left:  1em;
        line-height:  1.4;
        margin-top: 8px;
    }

    #main .price-spec .sec_body .table_02 table tbody td ul li:first-child {
        margin-top: 0;
    }

    #main .price-spec .sec_body .table_01 .note {
        line-height: 1.4;
    }

    #main .price-spec .sec_body .table_01 .note_list li {
        line-height: 1.4;
        font-size: 13px;
    }
}



/*
/* campaign
/*
----------------------------------------------------------------- */

#main .campaign .sec_body .campaign_wrap {
    position: relative;
    border-bottom: 1px solid #333333;
    padding-bottom: 60px;
}

#main .campaign .sec_body .campaign_wrap.-bottom {
    border: none;
    padding-bottom: 0;
}

#main .campaign .sec_body .campaign_wrap .campaign_guide {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
}

@media all and (max-width: 768px) {
    #main .campaign .sec_body .campaign_wrap {
        padding-top: 10px;
    }
    #main .campaign .sec_body .campaign_wrap .campaign_guide {
        font-size: 20px;
    }
}

@media all and (max-width: 480px) {
    #main .campaign .sec_body .campaign_wrap {
        padding-top: 0;
        padding-bottom: 50px;
    }
    #main .campaign .sec_body .campaign_wrap .campaign_guide {
        font-size: 16px;
        line-height: 1.4;
    }
}



#main .campaign .sec_body .campaign_01 {
    margin-top: 50px;
    position: relative;
}

#main .campaign .sec_body .campaign_01 h4 {
    text-align: center;
    top: -65px;
    position: absolute;
    width: 100%;
}

@media all and (max-width: 768px) {

    #main .campaign .sec_body .campaign_01 {
        margin-top: 40px;
    }

    #main .campaign .sec_body .campaign_01 h4 {
        top: -45px;
    }

    #main .campaign .sec_body .campaign_01 h4 img {
        width: 560px;
    }
}

@media all and (max-width: 480px) {
    #main .campaign .sec_body .campaign_01 {
        margin-top: 50px;
    }

    #main .campaign .sec_body .campaign_01 h4 img {
        width: 300px;
    }
}

#main .campaign .sec_body .campaign_01 .term {
    padding-top: 50px;
    font-size: 34px;
    font-weight: bold;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 40px;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail {
    text-align: center;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail p {
    position: relative;
    margin: 15px auto 35px;
    letter-spacing: 0;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail sup {
    position: relative;
    display: inline-block;
    font-size: 11px;
    top: -6px;
    text-decoration: none;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail p a {
    color: #ffffff;
    display: inline-block;
    position: relative;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail p a:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail p a:hover {
    text-decoration: none;
}

@media all and (max-width: 768px) {

    #main .campaign .sec_body .campaign_01 .term {
        font-size: 26px;
        padding-top: 40px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content {
        display: block;
        padding: 40px 30px 30px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail p {
        margin: 15px auto 20px;
    }
}

@media all and (max-width: 480px) {

    #main .campaign .sec_body .campaign_01 .term {
        font-size: 20px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content {
        padding: 30px 20px 20px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail .campaign_01_detail_copy {
        width: 280px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail p {
        margin: 10px auto 15px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail p a {
        font-size: 12px;
        letter-spacing: 0;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail p a:after {
        top: 0;
        left: 0;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_detail .campaign_01_content_01 {
        width: 287px;
    }
}



#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance {
    background-color: #222222;
    margin-left: 45px;
    width: 580px;
    padding: 28px 30px 25px 30px;
    box-sizing: border-box;
    text-align: center;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance .price  {
    margin-bottom: 15px;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance .price p {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 27px;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl {
    margin-top: 20px;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dt {
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dd {
    background-color: #ffffff;
    font-size: 38px;
    font-style: italic;
    letter-spacing: 0.02em;
    padding: 10px 0 6px;
    position: relative;
    font-feature-settings: "palt";
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dd strong {
    font-size: 48px;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dd strong span {
    font-size: 64px;
    padding: 0 8px;
    line-height: 1;
}

#main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dd sup {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    top: -28px;
    left: 5px;
    font-style: normal;
    color: #000000;
}

@media all and (max-width: 768px) {
    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance {
        margin-top: 30px;
        margin-left: 0;
        width: auto;
    }
}


@media all and (max-width: 480px) {
    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance {
        margin-top: 20px;
        padding: 20px 15px 20px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance .price {
        margin-bottom: 7px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance .price p {
        font-size: 14px;
        margin-bottom: 17px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance .price .campaign_01_price {
        width: 239px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance .arrow_down_pink {
        width: 27px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl {
        margin-top: 15px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dt {
        font-size: 16px;
        padding: 7px 0;
        line-height: 1.3;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dd {
        font-size: 32px;
        padding: 5px 0 6px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dd strong {
        font-size: 42px;
    }

    #main .campaign .sec_body .campaign_01 .campaign_01_content .campaign_01_content_instance dl dd strong span {
        font-size: 60px;
    }
}



#main .campaign .sec_body .campaign_01 .note_list li sup {
    font-size: 10px;
    position: relative;
    top: -6px;
}

#main .campaign .sec_body .campaign_01 .btn {
    margin-top: 30px;
}

#main .campaign .sec_body .campaign_01 .btn .btn_inner {
    padding: 25px 0;
}

#main .campaign .sec_body .campaign_01 .btn .btn_inner .text {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.06em;
}

#main .campaign .sec_body .campaign_01 .btn .btn_inner .icon_arrow {
    right: 40px;
}

@media all and (max-width: 768px) {

    #main .campaign .sec_body .campaign_01 .btn .btn_inner {
        padding: 17px 0;
    }

    #main .campaign .sec_body .campaign_01 .btn .btn_inner .text {
        font-size: 26px;
    }

    #main .campaign .sec_body .campaign_01 .btn .btn_inner .icon_arrow {
        right: 25px;
    }
}

@media all and (max-width: 480px) {

    #main .campaign .sec_body .campaign_01 .btn .btn_inner {
        padding: 11px 0;
    }

    #main .campaign .sec_body .campaign_01 .btn .btn_inner .text {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.06em;
    }

    #main .campaign .sec_body .campaign_01 .btn .btn_inner .icon_arrow {
        width: 17px;
        right: 10px;
    }
}



#main .campaign .sec_body {
    padding-top: 50px;
}

#main .campaign .sec_body .campaign_title {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -29px;
    width: 100%;
}

#main .campaign .sec_body .campaign_title img {
    display: inline-block;
}


#main .campaign .sec_body .campaign_item {
    margin-top: 40px;
}

#main .campaign .sec_body .campaign_item.campaign_item_02 {
    margin-top: 85px;
}

#main .campaign .sec_body .campaign_item .campaign_content {
    padding: 60px 40px 40px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_detail {
    text-align: center;
    margin-top: 20px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_detail p {
    margin: 20px auto 0;
    font-feature-settings: "palt";
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_detail p a {
    color: #ffffff;
    text-decoration: underline;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_detail p a:hover {
    text-decoration: none;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance {
    background-color: #222222;
    margin-left: 40px;
    width: 580px;
    padding: 25px 30px 30px 30px;
    box-sizing: border-box;
    text-align: center;
}

#main .campaign .sec_body .campaign_item.campaign_item_01 .campaign_content .campaign_content_instance .price {
    margin-bottom: 15px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance .price {
    margin-bottom: 5px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance .price p {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 15px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl {
    margin-top: 20px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dt {
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    padding: 12px 0 15px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dd {
    background-color: #ffffff;
    font-size: 32px;
    font-style: italic;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
    padding: 5px 0 10px;
    position: relative;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dd strong {
    font-size: 42px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dd sup {
    position: absolute;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

#main .campaign .sec_body .campaign_item.campaign_item_01 .campaign_content .campaign_content_instance dl dd sup {
    top: 19px;
    right: 47px;
}

#main .campaign .sec_body .campaign_item.campaign_item_02 .campaign_content .campaign_content_instance dl dd sup {
    top: 16px;
    right: 45px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dd .tax {
    font-size: 14px;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_option {
    margin: 30px 15px 0 15px;
    padding: 10px 0 14px 0;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_option p {
    font-size: 26px;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

#main .campaign .sec_body .campaign_item .campaign_content .campaign_content_option p sup {
    font-size: 13px;
    position: relative;
    top: -12px;
    left: -1px;
}


#main .campaign .sec_body .campaign_item .campaign_content .note_list li sup {
    font-size: 10px;
    position: relative;
    top: -6px;
}

#main .campaign .sec_body .campaign_item .campaign_content .note {
    text-align: center;
    margin-top: 15px;
}


@media all and (max-width: 768px) {

    #main .campaign .sec_body .campaign_title img.campaign_01_title {
        height: auto;
        width: 452px;
    }

    #main .campaign .sec_body .campaign_title img.campaign_02_title {
        width: 580px;
    }

    #main .campaign .sec_body .campaign_title {
        top: -24px;
    }

    #main .campaign .sec_body .campaign_item {
        margin-top: 40px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content {
        padding: 30px 30px 40px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_inner {
        display: block;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance {
        margin-left: 0;
        margin-top: 40px;
        width: auto;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .note {
        text-align: left;
    }
}


@media all and (max-width: 480px) {

    #main .campaign .sec_body {
        padding-top: 40px;
    }

    #main .campaign .sec_body .campaign_title img.campaign_01_title {
        width: 272px;
    }

    #main .campaign .sec_body .campaign_title img.campaign_02_title {
        width: 272px;
    }

    #main .campaign .sec_body .campaign_item {
        margin-top: 30px;
    }

    #main .campaign .sec_body .campaign_item.campaign_item_02 {
        margin-top: 60px;
    }

    #main .campaign .sec_body .campaign_item .toggle_contents_inner {
        padding: 35px 15px 20px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content {
        padding: 40px 20px 20px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_inner {
        display: block;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_detail {
        margin-top: 10px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_detail .campaign_01_detail_copy {
        margin: 0 auto;
        width: 276px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_detail .campaign_02_detail_copy {
        margin: 0 auto;
        width: 250px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_detail p {
        font-size: 13px;
        margin-top: 10px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance {
        margin-left: 0;
        margin-top: 20px;
        width: auto;
        padding: 15px 15px 20px 15px;
    }

    #main .campaign .sec_body .campaign_item.campaign_item_01 .campaign_content .campaign_content_instance .price {
        margin-bottom: 7px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance .price p {
        font-size: 13px;
        margin-bottom: 8px;
        letter-spacing: 0.06em;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance .price .campaign_02_price {
        width: 241px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance .arrow_down_white {
        width: 27px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance .arrow_down_pink {
        width: 27px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl {
        margin-top: 15px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dt {
        font-size: 16px;
        padding: 7px 0 10px;
        line-height: 1.3;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dd {
        font-size: 24px;
        font-style: italic;
        padding: 5px 0 15px;
        line-height: 1;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dd strong {
        font-size: 32px;
    }

    #main .campaign .sec_body .campaign_item.campaign_item_01 .campaign_content .campaign_content_instance dl dd sup,
    #main .campaign .sec_body .campaign_item.campaign_item_02 .campaign_content .campaign_content_instance dl dd sup {
        top: 6px;
        right: 6px;
        font-size: 10px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_instance dl dd .tax {
        font-size: 11px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_option {
        margin: 15px 0 0 0;
        padding: 7px 0 9px 0;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_option p {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0.06em;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .campaign_content_option p sup {
        font-size: 10px;
        top: -7px;
        left: -1px;
    }

    #main .campaign .sec_body .campaign_item .campaign_content .note {
        text-align: left;
        margin-top: 10px;
        font-size: 13px;
    }
}



#main .campaign .sec_body .campaign_apply .campaign_apply_title {
    text-align: center;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_title img {
    display: inline-block;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_title.campaign_apply_title_02 {
    text-align: center;
    margin-top: 60px;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_btn {
    margin-top: 25px;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner {
    padding: 25px 0 28px;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_btn.campaign_btn_02 .btn_inner {
    padding: 35px 0 38px;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner .text {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.06em;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_btn.campaign_btn_01 .btn_inner .text {
    font-size: 36px;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner .text span {
    font-size: 16px;
}

#main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner .icon_arrow {
    right: 40px;
}



@media all and (max-width: 768px) {


    #main .campaign .sec_body .campaign_apply_title_01 img {
        width: 540px;
    }

    #main .campaign .sec_body .campaign_apply_title_02 img {
        width: 350px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner {
        padding: 12px 0 17px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn.campaign_btn_02 .btn_inner {
        padding: 25px 0 28px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner .text {
        font-size: 24px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner .icon_arrow {
        right: 25px;
        width: 28px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn.campaign_btn_01 .btn_inner .text {
        font-size: 26px;
    }
}

@media all and (max-width: 480px) {

    #main .campaign .sec_body .campaign_apply .campaign_apply_title .campaign_apply_title_01 {
        margin-top: 0;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_title.campaign_apply_title_02 {
        margin-top: 30px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_title_01 img {
        width: 262px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_title_02 {
        margin-top: 40px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_title_02 img {
        width: 262px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn {
        margin-top: 15px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner {
        padding: 10px 0;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn.campaign_btn_02 .btn_inner {
        padding: 10px 0 13px 0;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner .text {
        font-size: 18px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner .text span {
        font-size: 13px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn .btn_inner .icon_arrow {
        right: 10px;
        width: 17px;
    }

    #main .campaign .sec_body .campaign_apply .campaign_apply_btn.campaign_btn_01 .btn_inner .text {
        font-size: 20px;
    }
}



#main .campaign .sec_body .campaign_apply .hirkari_only {
    margin: 35px auto 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
}

#main .campaign .sec_body .campaign_apply .hirkari_only a {
    color: #ffffff;
    text-decoration: underline;
}

#main .campaign .sec_body .campaign_apply .hirkari_only a:hover {
    text-decoration: none;
}

#main .campaign .sec_body .campaign_apply .hirkari_only a::after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 8px;
    background-image: url(../img/icon_arrow_right_white.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    position: relative;
    left: 8px;
    top: 2px;
}

@media all and (max-width: 480px) {

    #main .campaign .sec_body .campaign_apply .hirkari_only {
        font-size: 13px;
        margin-top: 25px;
    }

    #main .campaign .sec_body .campaign_apply .hirkari_only a::after {
        height: 11px;
        width: 6px;
        background-image: url(../img/icon_arrow_right_white.png);
        left: 5px;
        top: 2px;
    }
}



#main .campaign .sec_body .box_info .scroll .scroll_inner {
    overflow-y: scroll;
    background-color: #181818;
    height: 350px;
    padding: 35px 45px 45px 40px;
}

#main .campaign .sec_body .box_info .scroll .scroll_inner h6,
#main .campaign .sec_body .box_info .scroll .scroll_inner p {
    font-size: 14px;
}

#main .campaign .sec_body .box_info .scroll .scroll_inner h6 {
    font-weight: bold;
    color: #ffffff;
}

#main .campaign .sec_body .box_info .scroll .scroll_inner p {
    margin-bottom: 25px;
    margin-top: 2px;
    line-height: 1.75;
}

@media all and (max-width: 768px) {
    #main .campaign .sec_body .box_info .scroll .scroll_inner {
        background-color: #222222;
        padding: 25px;
    }
}

@media all and (max-width: 480px) {
    #main .campaign .sec_body .box_info .scroll .scroll_inner {
        overflow-y: scroll;
        height: 220px;
        padding: 15px;
    }

    #main .campaign .sec_body .box_info .scroll .scroll_inner p {
        margin-top: 0;
        line-height: 1.5;
    }
}



#main .campaign .sec_body .box_info.-step .row .col_item .box_corner,
#main .campaign .sec_body .box_info.-contact .row .col_item .box_corner {
    padding: 45px 0;
}

#main .campaign .sec_body .box_info.-contact .row .col_item .box_corner {
    padding: 45px 60px 45px;
}

#main .campaign .sec_body .box_info.-step .row .col_item h4,
#main .campaign .sec_body .box_info.-contact .row .col_item h4 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}

#main .campaign .sec_body .box_info.-step .row .col_item img {
    margin-top: 35px;
}

#main .campaign .sec_body .box_info.-step .note_list {
    margin-top: 10px;
}

#main .campaign .sec_body .box_info.-step .note_list .anchor a {
    color: #ffffff;
    text-decoration: underline;
}

#main .campaign .sec_body .box_info.-contact .row .col_item p {
    margin-top: 20px;
}

#main .campaign .sec_body .box_info.-contact .row .col_item .btn {
    margin-top: 35px;
}

#main .campaign .sec_body .box_info.-contact .row .col_item .btn a,
#main .campaign .sec_body .box_info.-contact .row .col_item .btn > div {
    background-color: #000000;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

#main .campaign .sec_body .box_info.-contact .row .col_item .btn a:hover,
#main .campaign .sec_body .box_info.-contact .row .col_item .btn > div:hover {
    opacity: 0.7;
}

#main .campaign .sec_body .box_info.-contact .row .col_item .btn a .icon,
#main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .icon {
    position: absolute;
    top: -38px;
    left: -35px;
    z-index: 10;
}

#main .campaign .sec_body .box_info.-contact .row .col_item .btn a .btn_inner,
#main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .btn_inner {
    position: relative;
    height: 80px;
}

#main .campaign .sec_body .box_info.-contact .row .col_item .btn a .btn_inner .text,
#main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .btn_inner .text {
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 1.3;
}

#main .campaign .sec_body .box_info.-contact .row .col_item .btn a .btn_inner .icon_arrow,
#main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .btn_inner .icon_arrow {
    right: 20px;
}

@media all and (max-width: 768px) {
    #main .campaign .sec_body .box_info.-step .row .col_item .box_corner,
    #main .campaign .sec_body .box_info.-contact .row .col_item .box_corner {
        padding: 25px 0 30px;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item h4,
    #main .campaign .sec_body .box_info.-contact .row .col_item h4 {
        font-size: 18px;
        line-height: 1.4;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item img.campaign_step_01 {
        width: 258px;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item .campaign_step_02 {
        width: 295px;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item img {
        margin-top: 20px;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item p {
        margin-top: 13px;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item p,
    #main .campaign .sec_body .box_info.-contact .row .col_item p {
        font-size: 14px;
        margin-top: 8px;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn {
        margin: 18px 30px 0;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn a .icon,
    #main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .icon {
        width: 70px;
        top: -25px;
        left: -22px;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn a .btn_inner,
    #main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .btn_inner {
        height: auto;
        padding: 13px 0 16px;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn a .btn_inner .text,
    #main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .btn_inner .text {
        font-size: 15px;
        top: auto;
        transform: none;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn a .btn_inner .icon_arrow,
    #main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .btn_inner .icon_arrow {
        width: 18px;
        right: 20px;
    }
}

@media all and (max-width: 480px) {
    #main .campaign .sec_body .box_info.-step .row .col_item .box_corner,
    #main .campaign .sec_body .box_info.-contact .row .col_item .box_corner {
        margin-top: 20px;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item:first-child,
    #main .campaign .sec_body .box_info.-contact .row .col_item:first-child {
        margin-top: 0;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item h4,
    #main .campaign .sec_body .box_info.-contact .row .col_item h4 {
        font-size: 16px;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item img {
        margin-top: 20px;
        height: auto;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item .campaign_step_01 {
        width: 259px;
    }

    #main .campaign .sec_body .box_info.-step .row .col_item .campaign_step_02 {
        width: 303px;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn {
        margin: 23px 30px 0;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn a .icon,
    #main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .icon {
        width: 57px;
        top: -19px;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn a .btn_inner .text,
    #main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .btn_inner .text {
        font-size: 14px;
    }

    #main .campaign .sec_body .box_info.-contact .row .col_item .btn a .btn_inner .icon_arrow,
    #main .campaign .sec_body .box_info.-contact .row .col_item .btn > div .btn_inner .icon_arrow {
        width: 13px;
        right: 15px;
    }
}



#main .campaign .sec_body .attention_lead {
    margin-top: 23px;
    font-size: 18px;
    margin-bottom: 5px;
}

#main .campaign .sec_body .attention_lead img {
    margin-right: 4px;
    position: relative;
    top: -2px;
}

@media all and (max-width: 480px) {
    #main .campaign .sec_body .attention_lead {
        font-size: 16px;
        text-indent: -27px;
        padding-left: 27px;
        letter-spacing: -0.01em;
    }
    #main .campaign .sec_body .attention_desc {
        font-size: 14px;
    }
}




#main .campaign .sec_bottom {
    margin-top: 60px;
}

#main .campaign .sec_bottom .btn .btn_inner {
    padding: 25px 0;
}

#main .campaign .sec_bottom .btn .btn_inner .text {
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.06em;
}

#main .campaign .sec_bottom .btn .btn_inner .icon_arrow {
    right: 40px;
}

#main .campaign .sec_bottom p {
    margin-top: 10px;
}

#main .campaign .sec_bottom p a {
    color: #ffffff;
    text-decoration: underline;
}



@media all and (max-width: 768px) {

    #main .campaign .sec_bottom .btn .btn_inner .text {
        font-size: 26px;
    }

    #main .campaign .sec_bottom .btn .btn_inner .icon_arrow {
        right: 25px;
    }
}

@media all and (max-width: 480px) {
    #main .campaign .sec_bottom {
        margin-top: 40px;
    }

    #main .campaign .sec_bottom .btn .btn_inner {
        padding: 10px 0;
    }

    #main .campaign .sec_bottom .btn .btn_inner .text {
        font-size: 20px;
    }

    #main .campaign .sec_bottom .btn .btn_inner .icon_arrow {
        right: 10px;
        width: 17px;
    }

    #main .campaign .sec_bottom p {
        line-height: 1.3;
    }

    #main .campaign .sec_bottom p a {
        font-size: 13px;
    }
}



/*
/* twi02
/*
----------------------------------------------------------------- */

#main .tw02 .sec_body .tw02_detail_copy {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 63px;
}

#main .tw02 .sec_body .row .col_item {
    padding: 50px 0 33px 0;
}

#main .tw02 .sec_body .row .col_item h5 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -51%);
}

#main .tw02 .sec_body .row .col_item .label {
    position: absolute;
    top: -30px;
    right: -35px;
}

#main .tw02 .sec_body .row .present .tw02_present_copy_pc {
    margin-right: 15px;
    display: inline-block;
    margin-top: 25px;
}

#main .tw02 .sec_body .row .term p {
    font-size: 16px;
}

#main .tw02 .sec_body .row .term .list {
    width: 100%;
    display: flex;
    justify-content: center;
}

#main .tw02 .sec_body .row .term .list ul {
    display: grid;
}

#main .tw02 .sec_body .row .term .list ul li {
    margin-top: 7px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#main .tw02 .sec_body .row .term .list ul li span {
    margin: 0 8px;
}

#main .tw02 .sec_body .row .term .note {
    margin-top: 10px;
    font-size: 13px;
}

@media all and (max-width: 768px) {

    #main .tw02 .sec_body .row .col_item {
        padding: 30px 0 20px 0;
    }

    #main .tw02 .sec_body .row .col_item h5 img.tw02_present_title {
        width: 200px;
    }

    #main .tw02 .sec_body .row .col_item h5 img.tw02_term_title {
        width: 122px;
    }

    #main .tw02 .sec_body .row .col_item .label {
        top: -25px;
        right: -15px;
        width: 70px;
    }

    #main .tw02 .sec_body .row .term .list ul li {
        align-items: flex-start;
        text-align: left;
        line-height: 1.4;
        margin-top: 5px;
    }

    #main .tw02 .sec_body .row .present .tw02_present_copy_pc {
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
        width: 85%;
        margin-right: 5px;
        margin-top: 0;
    }
}


@media all and (max-width: 480px) {
    #main .tw02 .sec_body .tw02_detail_copy {
        width: 289px;
        margin-top: 30px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    #main .tw02 .sec_body .row .col_item {
        padding: 35px 0 30px 0;
    }

    #main .tw02 .sec_body .row .col_item h5 .tw02_present_title {
        width: 175px;
    }

    #main .tw02 .sec_body .row .col_item h5 .tw02_term_title {
        width: 129px;
    }

    #main .tw02 .sec_body .row .term {
        margin-top: 50px;
    }

    #main .tw02 .sec_body .row .present .tw02_present_copy_pc {
        margin-right: 0;
        width: 273px;
        top: auto;
        transform: none;
    }

    #main .tw02 .sec_body .row .col_item .label {
        top: -20px;
        right: -13px;
        width: 60px;
    }

    #main .tw02 .sec_body .row .term .list ul li {
        font-size: 13px;
        display: flex;
        justify-content: center;
        margin-top: 6px;
        text-align: left;
        line-height: 1.2;
    }

    #main .tw02 .sec_body .row .term .note {
        font-size: 12px;
    }
}


#main .tw02 .sec_body .apply_step {
    margin-top: 80px;
}

#main .tw02 .sec_body .apply_step .box_corner {
    padding: 63px 80px 0;
}

#main .tw02 .sec_body .apply_step h5 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main .tw02 .sec_body .apply_step .apply_step_item {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #1da1f2;
    padding: 55px 0;
}

#main .tw02 .sec_body .apply_step .apply_step_item:last-child {
    border-bottom: none;
}

#main .tw02 .sec_body .apply_step .apply_step_item dt {
    font-size: 25px;
    font-style: italic;
    color: #1da1f2;
    width: 178px;
    line-height: 1;
}

#main .tw02 .sec_body .apply_step .apply_step_item dt span {
    font-size: 36px;
}

#main .tw02 .sec_body .apply_step .apply_step_item.step_01 {
    padding-top: 0;
}

#main .tw02 .sec_body .apply_step .apply_step_item dd .first {
    font-size: 18px;
    margin-bottom: 20px;
}

#main .tw02 .sec_body .apply_step .apply_step_item dd .btn {
    margin-bottom: 15px;
    width: 626px;
}

#main .tw02 .sec_body .apply_step .apply_step_item dd .btn a .icon_arrow {
    right: 20px;
}

#main .tw02 .sec_body .apply_step .apply_step_item dd .btn a .btn_inner {
    padding: 25px 0;
}

#main .tw02 .sec_body .apply_step .apply_step_item dd .btn a .btn_inner .text {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    margin-left: 8px;
}

#main .tw02 .sec_body .apply_step .apply_step_item dd .date {
    line-height: 1.75;
}

#main .tw02 .sec_body .apply_step .apply_step_item dd .date h6 {
    color: #ffffff;
}

#main .tw02 .sec_body .apply_step .apply_step_item dd .date .note {
    margin-top: 10px;
}

@media all and (max-width: 768px) {

    #main .tw02 .sec_body .apply_step .box_corner {
        padding: 70px 30px 0;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item {
        display: block;
        padding: 35px 0 40px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item:last-child {
        padding: 25px 0 50px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dt {
        text-align: center;
        width: auto;
        font-size: 30px;
        padding-bottom: 25px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .btn a .btn_inner {
        padding: 25px 20px 25px 0;
    }
}

@media all and (max-width: 480px) {

    #main .tw02 .sec_body .apply_step {
        margin-top: 40px;
    }

    #main .tw02 .sec_body .apply_step .box_corner {
        padding: 44px 20px 0;
    }

    #main .tw02 .sec_body .apply_step h5 .tw02_apply_step_title {
        width: 154px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item {
        display: block;
        padding: 25px 0 30px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dt {
        font-size: 24px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .first {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .btn {
        margin-bottom: 15px;
        width: auto;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .btn a .btn_inner {
        padding: 10px 20px 10px 0;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .btn a .btn_inner .icon {
        width: 26px;
        position: relative;
        top: -7px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .btn a .btn_inner .text {
        font-size: 14px;
        line-height: 1.2;
        position: relative;
        top: 2px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .btn a .icon_arrow {
        right: 10px;
        width: 13px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .date h6 {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .date p {
        font-size: 14px;
        line-height: 1.4;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .date ul li {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 9px;
    }

    #main .tw02 .sec_body .apply_step .apply_step_item dd .date ul li .space {
        display: none;
    }

}


#main .tw02 .sec_body .box_info.-overview h3,
#main .tw02 .sec_body .box_info.-contact h3 {
    line-height: 1.3;
    font-size: 24px;
    margin-top: 60px;
}

#main .tw02 .sec_body .box_info.-overview h3 span {
    font-size: 16px;
}

#main .tw02 .sec_body .box_info.-overview .scroll .scroll_inner {
    overflow-y: scroll;
    background-color: #181818;
    height: 400px;
    padding: 40px 45px 45px 40px;
}

#main .tw02 .sec_body .box_info.-overview .scroll .scroll_inner h6,
#main .tw02 .sec_body .box_info.-overview .scroll .scroll_inner p {
    font-size: 14px;
}

#main .tw02 .sec_body .box_info.-overview .scroll .scroll_inner h6 {
    font-weight: bold;
    color: #ffffff;
}

#main .tw02 .sec_body .box_info.-overview .scroll .scroll_inner p {
    margin-bottom: 10px;
}

#main .tw02 .sec_body .box_info.-overview .scroll .scroll_inner p:last-child {
    margin-bottom: 0;
}


@media all and (max-width: 768px) {
    #main .tw02 .sec_body .box_info.-contact .note {
        margin-top: 6px;
    }

    #main .tw02 .sec_body .box_info.-overview .scroll .scroll_inner {
        background-color: #222222;
        padding: 25px;
        height: 300px;
    }
}


@media all and (max-width: 480px) {
    #main .tw02 .sec_body .box_info.-overview h3,
    #main .tw02 .sec_body .box_info.-contact h3 {
        line-height: 1.5;
        font-size: 18px;
        margin-top: 35px;
    }

    #main .tw02 .sec_body .box_info.-overview h3 span {
        font-size: 14px;
    }

    #main .tw02 .sec_body .box_info.-overview .scroll .scroll_inner {
        padding: 20px 15px;
        height: 330px;
    }

    #main .tw02 .sec_body .box_info.-contact .note {
        margin-top: 5px;
    }
}



/*
/* bnr_link
/*
----------------------------------------------------------------- */
#main .bnr_link {
    border-top: 1px solid #333333;
}

#main .bnr_link .bnr_link__inner {
    padding: 70px 0;
}

#main .bnr_link .bnr_link__inner .bnr_item {
    margin: 0 auto;
    width: 880px;
}

@media all and (max-width: 768px) {

    #main .bnr_link .bnr_link__inner .bnr_item {
        width: 100%;
    }
}

@media all and (max-width: 480px) {

    #main .bnr_link .bnr_link__inner {
        padding: 50px 0;
    }

    #main .bnr_link .bnr_link__inner .bnr_item {
        width: 100%;
    }
}




/* btn_cta_header */
#main .btn_cta_header {
    position: fixed;
    top: 4px;
    right: 4px;
    z-index: 200000;
}

#main .btn_cta_header a {
    display: block;
}

#main .btn_cta_header a.btn_anchor_header {
    color: #000000 !important;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 3px 0;
}

#main .btn_cta_header a.btn_anchor_header span {
    font-size: 12px;
    letter-spacing: -0.04em;
}

#main .btn_cta_header a.btn_anchor_header img {
    position: relative;
    top: 2px;
    left: 3px;
}

@media all and (max-width: 768px) {
    #main .btn_cta_header {
        top: 8px;
        right: 6px;
        width: 320px;
    }
}

@media all and (max-width: 480px) {
    #main .btn_cta_header {
        width: 191px;
        top: 15px;
        right: 5px;
        z-index: 200000;
    }

    #main .btn_cta_header a.btn_anchor_header {
        padding: 1px 0;
    }

    #main .btn_cta_header a.btn_anchor_header span {
        font-size: 10px;
        letter-spacing: -0.04em;
        line-height: 1.2;
    }
}


/* modal_box */
#main .modal_box_wrap {
    display: none;
    background-color: rgba(0,0,0,0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 200000;
}

#main .modal_box_wrap.visible {
    display: block;
}

#main .modal_box_wrap .modal_inner {
    width: 880px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
}

#main .modal_box_wrap .modal_inner .modal_close {
    position: absolute;
    right: -54px;
    top: -54px;
    z-index: 100;
    cursor: pointer;
}

#main .modal_box_wrap .modal_inner .modal_body_inner {
    margin: 0 auto;
    padding: 50px 0;
    width: 550px;
}

#main .modal_box_wrap .modal_inner .modal_body_inner .tel {
    background-color: #ffffff;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 10px;
}

#main .modal_box_wrap .modal_inner .modal_body_inner p {
    text-align: center;
}

#main .modal_box_wrap .modal_inner .modal_body_inner .note {
    font-size: 16px;
    margin-top: 25px;
}

#main .modal_box_wrap .modal_inner .modal_body_inner .btn {
    margin-top: 25px;
}

#main .modal_box_wrap .modal_inner .modal_body_inner .btn .btn_inner {
    padding: 15px 0;
}


#main .modal_box_wrap.contact_tel_box_wrap .modal_inner {
    width: 700px;
}

#main .modal_box_wrap.video_box_wrap .modal_inner .box_corner {
    padding: 40px 50px 30px 50px;
}

#main .modal_box_wrap.video_box_wrap .video_content {
    height: 439px;
    width: 780px;
}

#main .modal_box_wrap.video_box_wrap .note_list {
    margin-top: 5px;
}


@media all and (max-width: 768px) {

    #main .modal_box_wrap .modal_inner {
        width: 80%;
        transform: translate(-50%, -50%);
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner {
        padding: 50px 0;
        width: 80%;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .tel {
        padding: 30px 0;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .tel img {
        width: 70%;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .note {
        text-align: left;
        font-size: 14px;
        margin-top: 20px;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .btn .btn_inner {
        padding: 15px 0;
    }



    #main .modal_box_wrap.contact_tel_box_wrap .modal_inner {
        width: 80%;
    }

    #main .modal_box_wrap.video_box_wrap .modal_inner .box_corner {
        padding: 40px 40px 20px 40px;
    }

    #main .modal_box_wrap.video_box_wrap .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    #main .modal_box_wrap.video_box_wrap .youtube .video_content {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    #main .modal_box_wrap.video_box_wrap .note_list li {
        font-size: 13px;
    }
}

@media all and (max-width: 480px) {

    #main .modal_box_wrap .modal_inner {
        width: 85%;
    }

    #main .modal_box_wrap .modal_inner .modal_close {
        right: -34px;
        top: -44px;
        width: 90px;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner {
        padding: 40px 0;
        width: 85%;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .tel {
        padding: 20px 0;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .tel img {
        width: 85%;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner p {
        font-size: 13px;
        line-height: 1.4;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .note {

        font-size: 13px;
        margin-top: 15px;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .btn {
        margin-top: 20px;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .btn .btn_inner {
        padding: 10px 0;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .btn .btn_inner .text {
        font-size: 13px;
        line-height: 1.4;
    }

    #main .modal_box_wrap .modal_inner .modal_body_inner .btn .btn_inner .icon_arrow {
        width: 15px;
        right: 10px;
    }


    #main .modal_box_wrap.contact_tel_box_wrap .modal_inner {
        width: 85%;
    }

    #main .modal_box_wrap.video_box_wrap .modal_inner .box_corner {
        padding: 30px 25px 25px 25px;
    }

    #main .modal_box_wrap.video_box_wrap .note_list li {
        font-size: 11px;
    }
}