/* size */
.fs_11 {
    font-size: 12px;
    line-height: 9.8px;
}

.fs_13 {
    font-size: 13px;
}

.fs_15 {
    font-size: 15px;
    line-height: 20.5px;
}

.fs_18 {
    font-size: 18px;
    line-height: 27px;
}

.fs_22 {
    font-size: 22px;
}

.fs_23 {
    font-size: 23px;
}

.fw_bold {
    font-weight: bold;
}

.td_underline {
    text-decoration: underline;
}

.ml_15 {
    margin-left: 15px;
}

.mr_15 {
    margin-right: 15px;
}

/* main_contents */
.logotype {
    width: calc((312/750)*100vw);
    max-width: 312px;
    margin-right: auto;
    margin-left: auto;
}

.external_links_btn {
    width: 100%;
    height: 100%;
    display: flex;
}

.externallinks_txt {
    font-weight: 600;
    margin: auto 0;
}

.inlinemovie {
    display: block;
    width: 100%;
    height: auto;
}

.organization {
    width: 100%;
}

.grayBg {
    background-color: #f2f2f2;
    padding: 21px 15px;
}

.introduction_video.grayBg {
    width: 100%;
}

.introduction_video {
    width: calc((335/750)*100vw);
    cursor: pointer;
}

img.arrow_transition {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.fr-video .u-imgAdjustBox {
    cursor: pointer;
}

.movie_flex {
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding: 0 15px 21px 15px;
}

/* lineup */
.lineup_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 27.4px;
}

.lineup_content {
    width: calc((100% - 8vw)/3);
    margin-right: 3.95vw;
    position: relative;
}

.lineup_content:nth-child(3n) {
    margin-right: 0;
}

p.lineup_ttl {
    margin-top: 15px;
}

p.lineup_price {
    font-size: 18px;
    line-height: 21.6px;
    margin-top: 3px;
}

.lineup_content:nth-child(n+4) {
    margin-top: 21px;
}

/* details */
.fr-imagePlusText_caption {
    font-size: 11px;
    line-height: 16.5px;
    color: #7d7d7d;
    margin-top: 8px;
}

.details_container {
    display: flex;
}

.details_imgWrap {
    width: calc((240/750)*100vw);
}
.detailsPlusText_content {
    padding: 0 15px;
    width: calc((510/750)*100vw);
}

/* popup */
.transitionButton:nth-child(n+2) {
    border-top: none;
}

.transitionButton {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding: 21px 15px;
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid #dadada;
    border: 1px solidvar(--color-gray150);
    border-width: 1px 0;
    display: flex;
    font-family: ヒラギノ角ゴ Pro W6,sans-serif;
}

.transitionButton:after {
    background: url(/jp/ja/contents/feature/common/icons/chevron_right.svg) 50%/24px no-repeat;
    content: "";
    display: block;
    font-size: 24px;
    margin-left: auto;
    overflow: hidden;
    width: 24px;
    height: 24px;
}

.transitionButton_inner {
    flex: 1;
}

.transitionButton_inner:nth-child(2n) {
    flex: 2;
}

/* unhcr */
.logotype_unhcr {
    width: calc((510/750)*100vw);
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.external_links_underline {
    text-decoration: underline;
}

.device_android {
    margin-top: 21px;
    padding-left: 4vw;
    padding-right: 4vw;
    min-width: 320px;
}

@media screen and (min-width: 813px) {
/* size */
.fs_22 {
    font-size: 24px;
    line-height: 28.8px;
}

.fs_15 {
    font-size: 22px;
    line-height: 41px;
}

.fs_18 {
    font-size: 30px;
    line-height: 41px;
}

.fs_13 {
    font-size: 14px;
    line-height: 19.6px;
}

.fs_23 {
    font-size: 38px;
}

/* main_contents */
.organization {
    width: 100%;
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
}

.logotype {
    width: 100%;
    max-width: 276px;
    margin-right: 25px;
    margin-left: 0;
}

.introduction_video.grayBg {
    width: 100%;
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
}

.grayBg {
    display: flex;
    padding: 28px 25px;
}

.introduction_video.grayBg {
    padding: 0 24px 28px 24px;
}

.introduction_video.grayBg:first-child {
    padding: 0 0 28px 24px;
}

.fr-video .u-imgAdjustBox:first-child {
    margin-bottom: 0;
}

.pickupItem_kv {
    width: 100%;
    max-width: 576px;
    margin-right: auto;
    margin-left: auto;
}

.fr-linkButtonParent {
    max-width: 576px;
    margin-right: auto;
    margin-left: auto;
}

.inlinemovie_pc {
    max-width: 874px;
    width: 100%;
    margin-right: auto;
}

img.arrow_transition {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.movie_flex {
    display: flex;
    max-width: 924px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 25px 28px 25px;

}

.introduction_video:first-child {
    margin-right: 25px;
}


/* lineup */
.lineup_flex {
    max-width: 1176px;
}
.lineup_content {
    width: calc((216/1176)*100%);
    margin-right: calc((24/1176)*100%);
}

.lineup_content:nth-child(5n) {
    margin-right: 0;
}

.lineup_content:nth-child(3n) {
    margin-right: 1.59vw;
}

.lineup_content:nth-child(n+4) {
    margin-top: 0;
}

.lineup_content:nth-child(n+6) {
    margin-top: 28px;
}

p.lineup_ttl {
    margin-top: 21px;
    font-size: 14px;
    line-height: 19.6px;
}
p.lineup_price {
    font-size: 24px;
    line-height: 28.8px;
    margin-top: 8px;
}

/* popup */
.popup_list {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}

.transitionButton:nth-child(n+2) {
    border-top: none;
}

.transitionButton {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    padding: 28px 0;
    padding: var(--pc-v-l) 0;
    align-items: center;
    background-color: var(--color-white);
    border: 1px solid #dadada;
    border: 1px solidvar(--color-gray150);
    border-width: 1px 0;
    display: flex;
    font-family: ヒラギノ角ゴ Pro W6,sans-serif;
}

.transitionButton:after {
    background: url(/jp/ja/contents/feature/common/icons/chevron_right.svg) 50%/24px no-repeat;
    content: "";
    display: block;
    font-size: 24px;
    margin-left: auto;
    overflow: hidden;
    width: 24px;
    height: 24px;
}

/* details */
.external_links_btn_center {
    display: flex;
    justify-content: center;
}

.fr-imagePlusText_caption {
    font-size: 13px;
    line-height: 18.2px;
}

.details_wrap {
    max-width: 1176px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}

.details_container {
    width: calc((588/1176)*100%);
    display: flex;
}

.details_container:not(:first-child) {
    margin-top: 0;
}

.details_container:nth-child(even) {
    margin-right: 0;
}
.details_container:nth-child(n+3) {
    margin-top: 28px;
}

.details_imgWrap {
    width: calc((276/1176)*100vw);
    max-width: 276px;
}

.detailsPlusText_content {
    flex: 1;
    padding: 0 24px 24px 24px;
}

.pc_center {
    text-align: center;
}

/* unhcr */
.logotype_unhcr {
    width: 100%;
    max-width: 276px;
    margin-left: 0;
    margin-right: 24px;
}

.unhcr_copy {
    width: calc((573/1176)*100vw);
}

.organization_copy {
    width: calc((573/1176)*100vw);
}
}

@media screen and (min-width: 1176px) {
    .lineup_content {
        margin-right: calc((20/1176)*100%);
    }

    .lineup_content:nth-child(3n) {
        margin-right: calc((20/1176)*100%);
    }
}

@media screen and (min-width:390px) and (max-width:412px) {
.device_android {
    margin-top: 21px;
    padding-left: var(--sp-h-1g);
    min-width: 320px;
    padding-right: 0;
}
}

@media screen and (max-width: 475px) {
    .transitionButton_inner:nth-child(2n) {
        flex: 1;
    }
}