@charset "utf-8";

.titleArea h1 {
    font-size: 3.2rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    line-height: 1.2;
    margin-bottom: 35px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    word-wrap: break-word;
}

.titleArea p {
    font-size: 1.4rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.titleArea p.date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    margin: 17px 0 28px;
}

.titleArea p.date span {
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pr5 R";
}

.titleArea p.date span:nth-child(1) {
    font-size: 1.4rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.titleArea .snsArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.titleArea .snsArea .tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.titleArea .snsArea .tag li {
    margin: 0 5px 5px 0;
}

.titleArea .snsArea .tag li a {
    text-decoration: none;
    padding: 3px 15px 0;
    border-radius: 12px;
    color: #fff;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    font-size: 1.1rem;
    background: #82AA42;
    display: inline-block;
}

.titleArea .snsArea .sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titleArea .snsArea .sns li {
    margin-left: 10px;
}

.titleArea .snsArea .sns li img {
    height: 16px;
}

.img01 {
    text-align: center;
    margin-bottom: 30px;
}

.img01 img {
    width: 765px;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.checkBox {
    margin: 0 0 45px;
    background: #FFE100;
    border-radius: 10px;
    padding: 40px 60px;
    box-sizing: border-box;
}

.checkBox li {
    background: url("../images/common/icon_check.png") left top no-repeat;
    background-size: 21px auto;
    padding-left: 35px;
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    margin-bottom: 25px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.checkBox li:last-child {
    margin: 0;
}

.content {
    width: 640px;
    margin: 0 auto;
}

.content h2 {
    font-size: 2.1rem;
    line-height: 1.5;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    margin-bottom: 40px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.content h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    margin-bottom: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.content h1,
.content h4,
.content h5,
.content h6 {
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pr5 R";
    line-height: 2.14;
    margin-bottom: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.content p {
    font-size: 1.4rem;
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pr5 R";
    line-height: 2.14;
    margin-bottom: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.content p strong {
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
}

.content a {
    text-decoration: underline;
}

.content .img {
    margin-top: 45px;
}

.content .img2 {
    margin-bottom: 45px;
}

.content .img  img,
.content .img2  img {
     border-radius: 5px;
     width: 640px;
     height: 370px;
     object-fit: cover;
}

.nextpage {
    margin-top: 60px;
}

.nextpage a {
    background: #E0E0E0;
    padding: 18px 20px 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 10px;
}

.nextpage a h3 {
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    width: 600px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.nextpage a p.next {
    font-size: 1.2rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    background: url("../images/common/icon_arrow02_right.png") right center no-repeat;
    background-size: auto 36px;
    padding: 14px 25px 10px 0;
}

.nextpage a p.prev {
    font-size: 1.2rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    background: url("../images/common/icon_arrow02_left.png") left center no-repeat;
    background-size: auto 36px;
    padding: 14px 0 10px 25px;
}

.nextpage a:hover {
    text-decoration: none;
}

.bannerArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}


.writer {
    margin-top: 50px;
}

.writer p.tits {
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    margin-bottom: 5px;
}

.writer .writerInner {
    background: #FFE100;
    border-radius: 5px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 35px;
    position: relative;
    min-height: 135px;
    margin-bottom: 10px;
}

.writer .writerInner .img {
    width: 135px;
    position: absolute;
    top: 35px;
    left: 35px;
}

.writer .writerInner .img img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 5px;
}

.writer .writerInner .name {
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    margin-bottom: 20px;
    width: 500px;
}

.writer .writerInner .name span {
    display: block;
    font-size: 1.2rem;
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pr5 R";
    margin-top: 5px;
}

.writer .writerInner .text,
.writer .writerInner .link {
    width: 500px;
}

.writer .writerInner .link {
    text-align: right;
    margin-top: 20px;
}

.writer .writerInner .text p,
.writer .writerInner .link a {
    font-size: 1.2rem;
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pr5 R";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}

.writer .writerInner .text p:last-child {
    margin-bottom: 0;
}


.writer .writerInner .icon {
    position: absolute;
    top: 35px;
    right: 35px;
}

.writer .writerInner .icon ul {
    display: flex;
    align-items: center;
}

.writer .writerInner .icon ul li {
    margin-left: 18px;
}

.writer .writerInner .icon ul li img {
    height: 16px;
}

.relation {
    margin-top: 40px;
}

.relation .yarpp-related {
  margin-bottom: 0em;
  margin-top: 0em;
}

.relation .yarpp-related h3 {
    font-size: 1.4rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.relation ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 0;
}

.relation ul li {
    width: 240px;
    margin: 0 15px 25px 0;
}

.relation ul li .relationImg {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

.relation ul li img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    transition: all 0.2s ease-in 0s;
    overflow: hidden;
}

.relation ul li a:hover img {
    transform: scale(1.15,1.15);
}

.relation ul li dt {
    font-size: 1.4rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    line-height: 1.4;
    margin-bottom: 25px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: 0.5s;
    word-wrap: break-word;
}

.relation ul li dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
}

.relation ul li dd span {
    font-size: 1.2rem;
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pr5 R";
    transition: 0.5s;
}

.relation ul li a:hover dt,
.relation ul li a:hover dd,
.relation ul li a:hover dd span {
    color: #FFA700;
}


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

#leftArea01 {
    width: 100%;
    margin: 0 auto 10.26vw;
    float: none;
}

.titleArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90vw;
    margin: 0 auto;
}

.titleArea .titBox {
    order: 2;
    width: 100%;
}

.titleArea h1 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 6.41vw;
}

.titleArea p.date {
    margin: 5.13vw 0;
}

.titleArea .snsArea {
    display: block;
    margin-bottom: 0;
    order: 3;
    width: 100%;
}

.titleArea .snsArea .tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.titleArea .snsArea .tag li {
    margin: 0 1.3vw 1.3vw 0;
}

.titleArea .snsArea .tag li a {
    padding: 1vw 3.85vw 0.7vw;
    border-radius: 2.95vw;
}

.titleArea .snsArea .sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5.13vw;
}

.titleArea .snsArea .sns li {
    margin-left: 2.6vw;
}

.titleArea .snsArea .sns li img {
    height: 4.1vw;
}

.titleArea .img01 {
    text-align: center;
    order: 1;
    margin-bottom: 5.13vw;
    width: 100%;
} 

.titleArea .img01 img {
    width: 100%;
    height: 58.97vw;
    object-fit: cover;
    border-radius: 1.3vw;
}

.img01 {
    margin-bottom: 4vw;
}

.checkBox {
    margin: 0 auto 8vw;
    border-radius: 2.65vw;
    padding: 5.33vw;
    width: 90vw;
    box-sizing: border-box;
}

.checkBox li {
    background: url("../images/common/icon_check.png") 0 0.5vw no-repeat;
    background-size: 4vw auto;
    padding-left: 6vw;
    font-size: 1.4rem;
    margin-bottom: 5.33vw;
}

.checkBox li:last-child {
    margin: 0;
}

.content {
    width: 90vw;
    margin: 10.26vw auto 0;
}

.content h2 {
    font-size: 2.0rem;
    margin-bottom: 10.26vw;
}

.content h1,
.content h4,
.content h5,
.content h6 {
    line-height: 1.7;
    margin-bottom: 6.14vw;
}

.content p {
    line-height: 1.7;
    margin-bottom: 6.14vw;
}

.content .img {
    margin-top: 15.38vw;
}

.content .img img {
    border-radius: 1.3vw;
    width: auto;
    max-width: 100%;
    height: 66.67vw;
}

.nextpage {
    width: 90vw;
    margin: 15.38vw auto 0;
    border-radius: 1.3vw;
}

.nextpage a {
    padding: 5.13vw 3.85vw 5.13vw 5.13vw;
}

.nextpage a h3 {
    font-size: 1.4rem;
    width: 48.15vw;
}

.nextpage a p {
    font-size: 1.2rem;
    background: url("../images/common/icon_arrow02.png") right center no-repeat;
    background-size: auto 9.23vw;
    padding: 3vw 7vw 3vw 0;
}

.nextpage a:hover {
    text-decoration: none;
}

.bannerArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10.26vw;
}

.bannerArea img {
    width: 100%;
}

.writer {
    margin-top: 10.26vw;
}

.writer p.tits {
    font-size: 1.5rem;
    margin: 0 auto 1.3vw;
    width: 90vw;
}

.writer .writerInner {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10.26vw 5.13vw;
    position: relative;
    min-height: 135px;
}

.writer .writerInner .img {
    width: 33.33vw;
    position: static;
    margin-bottom: 5.13vw;
}

.writer .writerInner .img img {
    height: 33.33vw;
}

.writer .writerInner .name {
    margin-bottom: 5.13vw;
    width: 50.15vw;
}

.writer .writerInner .name span {
    margin-top: 1.3vw;
}

.writer .writerInner .text {
    width: 100%;
}

.writer .writerInner .icon {
    position: absolute;
    top: 30vw;
    right: 8.13vw;
}

.writer .writerInner .icon ul {
    display: flex;
    align-items: center;
    width: 46.15vw;
}

.writer .writerInner .icon ul li {
    margin: 0 3vw 0 0;
}

.writer .writerInner .icon ul li img {
    height: 4.36vw;
}

.relation {
    width: 90vw;
    margin: 10.26vw auto 0;
}

.relation h3 {
    font-size: 1.5rem;
    margin-bottom: 5.13vw;
    padding-bottom: 1.3vw;
}

.relation ul {
    display: block;
}

.relation ul li {
    width: 100%;
    margin:0 0 5.13vw;    
}

.relation ul li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.relation ul li .relationImg {
    width: 28.21vw;
    height: 20.51vw;
    overflow: hidden;
    border-radius: 1.3vw;
    margin-bottom: 0;
}

.relation ul li img {
    width: 28.21vw;
    height: 20.51vw;
    object-fit: cover;
}

.relation ul li dl {
    width: 58.97vw;
}

.relation ul li dt {
    margin-bottom: 1.6vw;
}

#rightArea .viewRanking,
#rightArea .recommend,
#rightArea .banner01,
#rightArea .btn01 {
    display: none;
}

}


@media screen and (orientation: landscape) {

html.is-mobile #leftArea01 {
    width: 100%;
    margin: 0 auto 10.26vw;
    float: none;
}

html.is-mobile .titleArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90vw;
    margin: 0 auto;
}

html.is-mobile .titleArea .titBox {
    order: 2;
    width: 100%;
}

html.is-mobile .titleArea h1 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 6.41vw;
}

html.is-mobile .titleArea p.date {
    margin: 5.13vw 0;
}

html.is-mobile .titleArea .snsArea {
    display: block;
    margin-bottom: 0;
    order: 3;
    width: 100%;
}

html.is-mobile .titleArea .snsArea .tag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

html.is-mobile .titleArea .snsArea .tag li {
    margin: 0 1.3vw 1.3vw 0;
}

html.is-mobile .titleArea .snsArea .tag li a {
    padding: 1vw 3.85vw 0.7vw;
    border-radius: 2.95vw;
}

html.is-mobile .titleArea .snsArea .sns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5.13vw;
}

html.is-mobile .titleArea .snsArea .sns li {
    margin-left: 2.6vw;
}

html.is-mobile .titleArea .snsArea .sns li img {
    height: 4.1vw;
}

html.is-mobile .titleArea .img01 {
    text-align: center;
    order: 1;
    margin-bottom: 5.13vw;
    width: 100%;
} 

html.is-mobile .titleArea .img01 img {
    width: 100%;
    height: 58.97vw;
    object-fit: cover;
    border-radius: 1.3vw;
}

html.is-mobile .checkBox {
    display: none;
}

html.is-mobile .content {
    width: 90vw;
    margin: 10.26vw auto 0;
}

html.is-mobile .content h2 {
    font-size: 2.0rem;
    margin-bottom: 10.26vw;
}

html.is-mobile .content h1,
html.is-mobile .content h4,
html.is-mobile .content h5,
html.is-mobile .content h6 {
    line-height: 1.7;
    margin-bottom: 6.14vw;
}

html.is-mobile .content p {
    line-height: 1.7;
    margin-bottom: 6.14vw;
}

html.is-mobile .content .img {
    margin-top: 15.38vw;
}

html.is-mobile .content .img img {
    border-radius: 1.3vw;
    width: auto;
    max-width: 100%;
    height: 66.67vw;
}

html.is-mobile .nextpage {
    width: 90vw;
    margin: 15.38vw auto 0;
    border-radius: 1.3vw;
}

html.is-mobile .nextpage a {
    padding: 5.13vw 3.85vw 5.13vw 5.13vw;
}

html.is-mobile .nextpage a h3 {
    font-size: 1.4rem;
    width: 48.15vw;
}

html.is-mobile .nextpage a p {
    font-size: 1.2rem;
    background: url("../images/common/icon_arrow02.png") right center no-repeat;
    background-size: auto 9.23vw;
    padding: 3vw 7vw 3vw 0;
}

html.is-mobile .nextpage a:hover {
    text-decoration: none;
}

html.is-mobile .bannerArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10.26vw;
}

html.is-mobile .bannerArea img {
    width: 100%;
}

html.is-mobile .writer {
    margin-top: 10.26vw;
}

html.is-mobile .writer p.tits {
    font-size: 1.5rem;
    margin: 0 auto 1.3vw;
    width: 90vw;
}

html.is-mobile .writer .writerInner {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10.26vw 5.13vw;
    position: relative;
    min-height: 135px;
}

html.is-mobile .writer .writerInner .img {
    width: 33.33vw;
    position: static;
    margin-bottom: 5.13vw;
}

html.is-mobile .writer .writerInner .img img {
    height: 33.33vw;
}

html.is-mobile .writer .writerInner .name {
    margin-bottom: 5.13vw;
    width: 50.15vw;
}

html.is-mobile .writer .writerInner .name span {
    margin-top: 1.3vw;
}

html.is-mobile .writer .writerInner .text {
    width: 100%;
}

html.is-mobile .writer .writerInner .icon {
    position: absolute;
    top: 30vw;
    right: 8.13vw;
}

html.is-mobile .writer .writerInner .icon ul {
    display: flex;
    align-items: center;
    width: 46.15vw;
}

html.is-mobile .writer .writerInner .icon ul li {
    margin: 0 3vw 0 0;
}

html.is-mobile .writer .writerInner .icon ul li img {
    height: 4.36vw;
}

html.is-mobile .relation {
    width: 90vw;
    margin: 10.26vw auto 0;
}

html.is-mobile .relation h3 {
    font-size: 1.5rem;
    margin-bottom: 5.13vw;
    padding-bottom: 1.3vw;
}

html.is-mobile .relation ul {
    display: block;
}

html.is-mobile .relation ul li {
    width: 100%;
    margin: 0 0 5.13vw;    
}

html.is-mobile .relation ul li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

html.is-mobile .relation ul li .relationImg {
    width: 28.21vw;
    height: 20.51vw;
    overflow: hidden;
    border-radius: 1.3vw;
    margin-bottom: 0;
}

html.is-mobile .relation ul li img {
    width: 28.21vw;
    height: 20.51vw;
    object-fit: cover;
}

html.is-mobile .relation ul li dl {
    width: 58.97vw;
}

html.is-mobile .relation ul li dt {
    margin-bottom: 1.6vw;
}

html.is-mobile #rightArea .viewRanking,
html.is-mobile #rightArea .recommend,
html.is-mobile #rightArea .banner01,
html.is-mobile #rightArea .btn01 {
    display: none;
}

}









