﻿@charset "utf-8";

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-family: inherit;
}

textarea {
    font-family: inherit;
    overflow: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

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

html {
    line-height: 1;
}

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

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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

*,
*:before,
*:after {
    box-sizing: border-box;
}

a,
button {
    text-decoration: none;
    transition: opacity .2s ease;
}

a:hover,
button:hover {
    opacity: .6;
}

#str-footer a:hover,
button:hover {
    opacity: 1;
}

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

    a:hover,
    button:hover {
        opacity: 1;
    }
}

a img,
button img {
    transition: opacity .2s ease;
}

a img:hover,
button img:hover {
    opacity: .6;
}

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

    a img:hover,
    button img:hover {
        opacity: 1;
    }
}

html {
    font-size: 62.5%;
}

body {
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    position: relative;
    padding-top: 90px;
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 100px;
    }
}

body.open {
    z-index: -1;
    width: 100%;
    height: 100%;
}

body.load_complete {
    overflow-y: auto;
}

.f_mincho {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: #000;
}

#loading img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#opening_movie {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #000;
}

#opening_movie img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

header {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    transition: transform .5s ease;
}

header.hide {
    transform: translateY(-100%);
}

header .pc_nav {
    width: 92%;
    max-width: 1280px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    header .pc_nav {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    header .pc_nav {
        display: none;
    }
}

header .pc_nav .logo {
    width: 12%;
    max-width: 153px;
    flex: none;
}

header .pc_nav .logo img {
    width: 100%;
}

header .pc_nav nav {
    display: flex;
    align-items: center;
    width: 83%;
}

header .pc_nav nav .link_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    margin-left: 30px;
}

@media screen and (max-width: 1400px) {
    header .pc_nav nav .link_list {
        margin-left: 20px;
    }
}

header .pc_nav nav .link_list .item {
    margin-left: 50px;
}

@media screen and (max-width: 1400px) {
    header .pc_nav nav .link_list .item {
        margin-left: 25px;
    }
}

@media screen and (max-width: 960px) {
    header .pc_nav nav .link_list .item {
        margin-left: 20px;
    }
}

@media screen and (max-width: 850px) {
    header .pc_nav nav .link_list .item {
        margin-left: 12px;
    }
}

header .pc_nav nav .link_list .item a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    text-decoration: none !important;
}

@media screen and (max-width: 1200px) {
    header .pc_nav nav .link_list .item a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 960px) {
    header .pc_nav nav .link_list .item a {
        font-size: 1.1rem;
    }
}

header .pc_nav nav .btn_app {
    font-size: 1.4rem;
    width: 18%;
    max-width: 180px;
    height: 50px;
    margin: 0 46px;
}

@media screen and (max-width: 1200px) {
    header .pc_nav nav .btn_app {
        margin: 0 20px;
        font-size: 1.2rem;
        width: 22%;
        height: 40px;
    }
}

@media screen and (max-width: 850px) {
    header .pc_nav nav .btn_app {
        margin: 0 10px;
    }
}

header .pc_nav nav .btn_app img {
    width: 18px;
    margin-right: 7px;
}

header .pc_nav nav .sns_list {
    display: flex;
    align-items: center;
}

header .pc_nav nav .sns_list .item:not(:last-child) {
    margin-right: 31px;
}

@media screen and (max-width: 1200px) {
    header .pc_nav nav .sns_list .item:not(:last-child) {
        margin-right: 10px;
    }
}

header .pc_nav .right_logo {
    padding-left: 22px;
}

@media screen and (max-width: 1200px) {
    header .pc_nav .right_logo {
        width: 310px;
    }
    header .pc_nav .right_logo img {
        width: 100%;
    }
}

header .pc_nav .right_logo img{
    width: 310px;
    height: auto;
}

header .sp_nav {
    display: none;
}

@media screen and (max-width: 768px) {
    header .sp_nav {
        display: block;
        height: 100px;
        position: relative;
    }
}

header .sp_nav #menu_close {
    background: #fff;
    display: none;
    top: 33px;
    right: 4%;
    position: absolute;
    padding: 2%;
}

header .sp_nav #btn_sp_menu {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
}

header .sp_nav #btn_sp_menu img {
    width: 8%;
    height: auto;
}

header .sp_nav #sp_menu {
    width: 100vw;
    height: calc(100vh - 100px);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
    transform: translate(100vw);
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    opacity: 0;
}

header .sp_nav #sp_menu .wrap {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    padding: 30px 6% 50px;
}

header .sp_nav #sp_menu a:not(.btn_app) {
    padding: 20px 0;
    display: block;
    color: #000;
    text-align: center;
}

header .sp_nav #sp_menu.open {
    transform: translate(0);
    opacity: 1;
}

header .sp_nav #sp_menu ul {
    padding: 0 0 20px;
}

header .sp_nav #sp_menu .item {
    font-size: 1.5rem;
    transition: 0.2s;
}

header .sp_nav #sp_menu .sns_list {
    border-top: 0;
}

@media screen and (max-width: 768px) {
    header .sp_nav #sp_menu .sns_list {
        display: flex;
        justify-content: center;
        background: #333;
    }
}

header .sp_nav #sp_menu .sns_list .item {
    border-bottom: 0;
}

header .sp_nav #sp_menu .btn_app {
    margin-bottom: 55px;
}

header .sp_nav #sp_menu .ntt_link {
    margin-bottom: 30px;
}

header .sp_nav #sp_menu .ntt_link img{
    width: 310px;
    height: auto;
}

header .sp_nav .logo {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    width: 32%;
    max-width: 120px;
}

header .sp_nav .logo img{
    max-width: 120px;
}

header .sp_nav h1 img {
    width: 100%;
    height: auto;
}

header .sp_nav .btn_app_header {
    width: 22%;
    height: 76px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.2rem;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

header .sp_nav .btn_app_header img {
    width: 22%;
    margin-bottom: 6px;
}

#pagetop {
    position: fixed;
    right: 4%;
    bottom: 5px;
    width: 3.5%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 60;
}

@media screen and (max-width: 1200px) {
    #pagetop {
        width: 5%;
    }
}

@media screen and (max-width: 768px) {
    #pagetop {
        width: 12%;
    }
}

#pagetop:before {
    content: '';
    padding-top: 100%;
    display: block;
}

#pagetop img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 1000px) {
    #pagetop a:after {
        margin-top: -5px;
    }
}

main .section_wrap {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    main .section_wrap {
        max-width: none;
    }
}

.btn_app {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 70px;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #000;
    border: 1px solid #000;
    position: relative;
    transition: all 0.3s;
    text-decoration: none !important;
    overflow: hidden;
}

.btn_app .fa-envelope {
    padding-right: 1rem;
}

.btn_app:after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.6s;
    height: 100%;
    left: -60%;
    top: 0;
    transform: skew(-12deg);
    transform-origin: top left;
    width: 0;
}

.btn_app:hover {
    color: #000 !important;
    border: 1px solid #000;
    opacity: 0.99;
}

.btn_app:hover:after {
    height: 100%;
    width: 180%;
}

@media screen and (max-width: 768px) {
    .btn_app {
        width: 100%;
    }
}

.btn_app img {
    width: 28px;
    height: auto;
    margin-right: 23px;
}

.app_box .btn_app {
    margin: 0 auto 20px;
}

.app_box .att {
    text-align: center;
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
    .app_box .att {
        font-size: 1.2rem;
    }
}

.btn_app_nolink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 70px;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #000;
    border: 1px solid #000;
    position: relative;
    transition: all 0.3s;
    text-decoration: none !important;
    overflow: hidden;
}

.app_box .btn_app_nolink {
    margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
    .btn_app_nolink {
        width: 100%;
    }
}

.btn_download {
    width: 233px;
    height: 40px;
    border: solid 1px #000;
    font-size: 1.4rem;
    padding-left: 30px;
    background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_download.png) no-repeat;
    background-position: right 18px center;
    display: flex;
    align-items: center;
    color: #000 !important;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.btn_download:after {
    background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.6s;
    height: 100%;
    left: -60%;
    top: 0;
    transform: skew(-12deg);
    transform-origin: top left;
    width: 0;
}

.btn_download:hover {
    color: #fff !important;
    background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_download_w.png) no-repeat;
    background-position: right 18px center;
    opacity: 1;
}

.btn_download:hover:after {
    height: 100%;
    width: 180%;
}

#policy .btn_download {
    width: 388px;
    margin-top:100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    #policy .btn_download {
        width: 100%;
        margin-top:40px;
    }
}

.btn_more {
    width: 180px;
    height: 40px;
    border: solid 1px #000;
    font-size: 1.2rem;
    background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_link_next.png) no-repeat;
    background-position: right 16px center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}

.btn_more.exlink{
    background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_exlink.png) no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}

.btn_more:after {
    background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.6s;
    height: 100%;
    left: -60%;
    top: 0;
    transform: skew(-12deg);
    transform-origin: top left;
    width: 0;
}

.btn_more:hover {
    color: #fff !important;
    background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_link_next_w.png) no-repeat;
    background-position: right 16px center;
    opacity: 1;
}

.btn_more.exlink:hover{
    background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_exlink_w.png) no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}

.btn_more:hover:after {
    height: 100%;
    width: 180%;
}

.btn_back {
    width: 180px;
    height: 40px;
    border: solid 1px #000;
    font-size: 1.2rem;
    background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_link_back.png) no-repeat;
    background-position: 16px center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}

.btn_back:after {
    background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.6s;
    height: 100%;
    left: -60%;
    top: 0;
    transform: skew(-12deg);
    transform-origin: top left;
    width: 0;
}

.btn_back:hover {
    color: #fff !important;
    background: url(../../../../../../../../../content/dam/nttcom/hq/jp/business/lp/extorch/img/icon_link_back_w.png) no-repeat;
    background-position: 16px center;
    opacity: 1;
}

.btn_back:hover:after {
    height: 100%;
    width: 180%;
}

@media screen and (max-width: 768px) {
    .section_ttl_box {
        text-align: center;
    }
}

.section_ttl_box .section_ttl {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 100px;
    position: relative;
}

.section_ttl_box .section_ttl:before {
    content: '';
    border-bottom: solid 1px #000;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .section_ttl_box .section_ttl {
        font-size: 1.6rem;
        display: block;
        margin-bottom: 25px;
        padding: 0 10px 7px;
    }
}

/* ----- 改行処理 ----- */
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp {
        display: inline;
    }
}

.fadebox {
    width: 100%;
    margin: 0 0 0 0;
    overflow: hidden;
}

.fadebox .boxInner {
    width: inherit;
    height: inherit;
    text-align: center;
    background-color: #fff;
    opacity: 0;
}

.isPlay {
    animation-name: play;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
}

.isPlay:before {
    animation-name: maskOut;
    animation-duration: .3s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 120%;
    height: 100%;
    background-image: linear-gradient(109.6deg, white 11.2%, white 91.1%);
}

@keyframes play {
    from {
        transform: translateX(-1500px);
        transform: skewX(-15deg);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes maskOut {
    from {
        transform: translateX(0);
        transform: skewX(-15deg);
    }

    to {
        transform: translateX(3000px);
    }
}

/* フェードイン */
.fadeInDown {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/* style of 1504 demo */
a.hover-2:hover,
a.hover-2:hover img {
    opacity: 1;
}

a.hover-2 img {
    margin-bottom: 0 !important;
}

.hover-2 {
    position: relative;
    background: #fff;
    border: 0 solid #fff;
    box-sizing: border-box;
    display: block;
}

.hover-2::before,
.hover-2::after,
.hover-2 span::before,
.hover-2 span::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #333;
}

.hover-2::before {
    right: 0;
    top: 0;
    height: 4px;
    width: 0%;
    transition: width 300ms;
}

.hover-2::after {
    right: 0;
    top: 0;
    height: 0%;
    width: 4px;
    transition: height 300ms;
}

.hover-2 span::before {
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    transition: width 300ms;
}

.hover-2 span::after {
    left: 0;
    bottom: 0;
    height: 0%;
    width: 4px;
    transition: height 300ms;
}

.hover-2:hover::before {
    width: 100%;
}

.hover-2:hover::after {
    height: 100%;
}

.hover-2:hover span::before {
    width: 100%;
}

.hover-2:hover span::after {
    height: 100%;
}

.bxslider {
    margin: 0px;
}

.bx-wrapper {
    position: relative;
    border: 0;
    box-shadow: none;
}

.bx-wrapper img {
    width: 100%;
    height: calc(100vh - 90px);
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .bx-wrapper img {
        height: calc(var(--vh, 1vh) * 100 - 76px);
    }
}

.bx-pager {
    display: none;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: inline-block;
}

.bx-default-pager a {
    background: #c8ecff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
    background: #00aeff;
}

.sp_icon {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_icon {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .pc_icon {
        display: none;
    }
}

/* common info */
.info_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .info_list {
        margin-bottom: 19px;
    }
}

.info_list .item {
    width: calc((100% - 6%) / 3);
    margin-bottom: 60px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .info_list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.info_list .item:nth-of-type(3) {
    margin-right: 0;
}

.info_list .item img {
    width: 100%;
    margin-bottom: 0;
    display: block;
    transition: 0.2s ease;
    /*変化に掛かる時間*/
}

.info_list .item img:hover {
    transform: scale(1.1);
    opacity: 1;
    /*画像の拡大率*/
}

.info_list .item.offhover img:hover {
    transform: scale(1);
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .info_list .item img {
        margin-bottom: 0;
    }
}

.info_list .item .day {
    font-size: 1.5rem;
    padding: 7px 30px;
    background-color: #F2F2F2;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
}

.info_list .item .ttl {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .info_list .item .ttl {
        padding-top: 15px;
        font-size: 1.4rem;
        font-weight: normal;
    }
}

.info_list .item .ttl a {
    color: #000;
    transition: .3s;
}

.info_list .item .ttl a:hover {
    opacity: 1;
    text-decoration: underline;
}

.info_list .item .txt {
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .info_list .item .txt {
        display: none;
    }
}



/* common partner */
.partner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partner_list .item {
    position: relative;
    width: 30%;
    margin-bottom: 28px;
    height: auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .partner_list .item {
        width: 48%;
        margin-bottom: 15px;
    }
}

.partner_list .item:before {
    content: '';
    padding-top: 42%;
    display: block;
}

.partner_list .item img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 10%;
}

.partner_list .item img.size_01 {
    width: 45%;
}

.partner_list .item img.size_02 {
    width: 50%;
}

.partner_list .item img.size_03 {
    width: 90%;
}

.partner_list .item .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #000;
}



/* second */

.second_content {
    padding: 110px 0 220px;
}

@media screen and (max-width: 768px) {
    .second_content {
        padding: 55px 0 90px;
    }
}

/* bread */

.bread {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
}

.bread .list {
    display: flex;
    align-items: center;
}

.bread .list li {
    font-size: 1.2rem;
}

.bread .list li:not(:last-child):after {
    content: '>';
    padding: 0 0.5em;
}

.bread .list li a {
    color: #000;
}

.top_bread.bread{
    position: absolute;
    left: 20px;
    top: 10px;
    color: #fff;
    z-index: 1;
}

/* pager */

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

.pager ul {
    display: flex;
}

.pager li,
.pager .arrow {
    width: 45px;
    position: relative;
    margin: 0 6px;
}

@media screen and (max-width: 768px) {
    .pager li,
    .pager .arrow {
        width: 8vw;
    }
}

.pager li:before,
.pager .arrow:before {
    content: '';
    display: block;
    padding-top: 100%;
}

@media screen and (max-width: 768px) {
    .pager li:nth-child(n+4) {
        display: none;
    }
}

.pager .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: solid 1px #333;
    font-size: 1.7rem;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .pager .link {
        font-size: 3vw;
    }
}

.copyright {
    font-size: 12px;
    padding: 15px 15px 59px;
    text-align: right;
    display: block;
    max-width: 1280px;
    margin: auto;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .copyright {
        text-align: center;
    }
}