@charset "utf-8";
/* Reset */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: YakuHanJP_Noto, 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

audio,canvas,video {
    display: inline-block;
    max-width: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,button,input,select,textarea {
    color: #2b2b2b;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    overflow: auto;
}

a {
    color: #212121;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

a:hover,a:active {
    outline: 0;
    outline: none;
}

a:active,a:hover {
    color: #7FD6F7;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight: 700;
    margin: 36px 0 12px;
}

h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 24px;
    line-height: 1;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,strong {
    font-weight: 600;
}

cite,dfn,em,i {
    font-style: italic;
}

mark,ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    margin-bottom: 24px;
}

code,kbd,tt,var,samp,pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

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

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}

blockquote cite,blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em,blockquote i,blockquote cite {
    font-style: normal;
}

blockquote strong,blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,li > ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,input,select,textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,input {
    line-height: normal;
}

input,textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table,th,td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

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

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

img {
    width: 100%;
    height: auto;
}

.tit {
    margin: 0;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

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

    .pc {
        display: none;
    }
}

/***************************************************************
************ SETTING *******************************************
***************************************************************/
/* header */
header {
    width: 100%;
    height: 100px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
}

header .in {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header .in .logo {
    width: 124px;
    height: auto;
    margin: auto 2%;
}

header .in nav {
    display: flex;
}

header .in nav ul {
    display: flex;
    justify-content: space-between;
}

header .in nav ul li {
    display: flex;
    margin: auto 30px auto 0;
    align-items: center;
    letter-spacing: 0.01em;
}

header .in nav ul li a {
    font-weight: 600;
}

header .in nav ul li.require {
    padding: 0 1em;
    min-width: 6em;
    margin: 0;
    height: 100%;
    background-color: #000;
    line-height: 1.5em;
    text-align: center;
    justify-content: center;
    border-left: 1px solid #fff;
}

header .in nav ul li.require a {
    color: #FFF;
}

@media(max-width: 768px) {
    header .in nav {
        display: none;
    }

    header {
        width: 100%;
        height: 60px;
    }

    header .in {
        width: 100%;
        box-sizing: border-box;
    }

    header .in .logo {
        width: auto;
    }

    header .in .logo img {
        width: auto;
        height: 43px;
    }

    .drawer-nav {
        padding-top: 60px;
    }

    .drawer-nav ul {
        background-color: rgba(28,46,71,0.98);
    }

    .drawer-nav ul li {
        padding: 16px;
        font-size: 3.6vw;
        letter-spacing: 0.12rem;
        font-weight: 600;
        border-bottom: solid 1px #FFF;
        box-sizing: border-box;
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 18px auto;
    }

    .drawer-nav ul li:last-child {
        border-bottom: none;
    }

    .drawer-nav ul li a {
        display: block;
        color: #FFF;
    }
}

/* メインビジュアル */
.mv {
    width: 100%;
    height: 100vh;
    background: url(../images/mv_bg.jpg) center center;
    background-size: cover;
    margin: 0 auto 0;
    position: fixed;
    top: 0;
    overflow: hidden;
}

.mv .in {
    width: 100%;
    height: calc(100% - 170px);
    max-width: 1200px;
    margin: 100px auto 0;
    position: relative;
    z-index: 1;
}

.mv h1 {
    width: 100%;
    height: 100%;
    margin: 0;
}

.mv h1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mv .period {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv .period img {
    width: auto;
    height: 27px;
}

.mv .ico_insta {
    position: absolute;
    width: 23%;
    right: 5%;
    bottom: -20px;
    max-width: 310px;
    z-index: 1;
}

@media(max-width: 768px) {
    .mv {
        width:100%;
        max-height: 100vh;
        max-height: 100dvh;
        margin: 0 auto 0;
    }

    .mv .in {
        margin: 60px auto 0;
        height: calc(100% - 130px);
    }

    .mv h1 img {
        object-fit: cover;
    }

    .mv .period {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        background-color: rgba(0,0,0,0.85);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mv .period img {
        width: auto;
        width: 90%;
        height: auto;
    }

    .mv .ico_insta {
        right: auto;
        left: -2%;
        bottom: -10px;
        width: 40%;
    }
}

/* イントロダクション */
.introduction {
    padding: 90px 0 90px;
    position: relative;
    margin-top: 100vh;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.introduction .tit {
    margin: 0 auto 72px;
    line-height: 1.5;
    text-align: center;
    font-size: 35px;
    letter-spacing: 0.03em;
    color: #44af35;
}

.introduction p {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    margin: 0 0 80px;
}

.introduction .ico_box {
    max-width: 600px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.introduction .ico_box .ico {
    width: 150px;
}

.introduction .ico_box .ico a {
    display: block;
    transition: 0.3s;
}

.introduction .ico_box .ico a:hover {
    opacity: 0.6;
}

@media(max-width: 768px) {
    .introduction {
        width: 100%;
        margin: 0 auto;
        margin-top: 100vh;
        margin-top: 100dvh;
        padding: 50px 5% 50px;
        box-sizing: border-box;
        background-position: left center;
    }

    .introduction .tit {
        margin: 0 auto 40px;
        font-size: 6vw;
    }

    .introduction p {
        text-align: left;
        font-size: 4.3vw;
        margin-bottom: 2em;
    }

    .introduction .ico_box {
        width: 90%;
        margin: 0 auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .introduction .ico_box .ico {
        width: 43%;
        margin: auto auto 7%;
    }

    .introduction .ico_box .ico a {
        display: block;
    }
}

/* コンテンツ */
.contents {
    background-color: #f2f2f2;
    padding-bottom: 0px;
}

.contents .content_header {
    width: 100%;
    height: 675px;
    background-image: url(../images/content_heade.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.contents .in {
    width: 100%;
    margin: 0 auto 0;
    background-color: #FFF;
    position: relative;
}

@media(max-width: 768px) {
    .contents {
        background-color: #FFFFFF;
        padding-bottom: 0px;
    }

    .contents .content_header {
        height: 300px;
        background-attachment: inherit;
    }

    .contents .in {
        max-width: 100%;
        margin: 0px auto 0;
        background-color: #FFF;
        position: relative;
    }
}

.contents #thema {
    padding: 0 0 50px;
}

.contents #thema .tit {
    width: 276px;
    margin: 0px auto 80px;
}

.contents #thema .tit img {
    margin-top: -85px;
}

.contents #thema .block_tit {
    max-width: 950px;
    margin: 0 auto 72px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    padding: 0.65em;
    letter-spacing: 0.05em;
    margin: 0 auto 56px;
    text-align: center;
    background: #44af35;
}

.contents #thema #insta.block_tit {
    position: relative;
}

.contents #thema #insta.block_tit:before,.contents #thema #insta.block_tit:after {
    content: "";
    position: absolute;
    background-size: cover;
}

.contents #thema #insta.block_tit:before {
    background-image: url(../images/insta_tit_ico01.png);
    width: 20vw;
    height: 8vw;
    max-width: 150px;
    max-height: 60px;
    left: 1%;
    top: -1.4em;
}

.contents #thema #insta.block_tit:after {
    background-image: url(../images/insta_tit_ico02.png);
    width: 8vw;
    height: 8vw;
    max-width: 80px;
    max-height: 80px;
    right: 1%;
    top: -1em;
}

.contents #thema .read {
    max-width: 950px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 80px;
}

.contents #thema .read span {
    font-size: 12px;
    text-align: right;
}

.contents #thema .read span::before {
    content: '\A';
    white-space: pre;
}

.contents #thema .apply_flow {
    max-width: 950px;
    margin: 0 auto 72px;
    font-size: 20px;
}

.contents #thema .apply_flow h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

.contents #thema .apply_flow h5:after {
    content: "";
    height: 0;
    border-top: 1px solid;
    flex-grow: 1;
    margin-left: 1em;
}

.contents #thema .apply_flow p {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 4em;
}

.contents #thema .apply_flow .notes {
    display: flex;
    justify-content: flex-end;
    margin-top: 2em;
    line-height: 1.5;
    font-size: 14px;
}

.contents #thema .apply_flow p .hashtag {
    font-weight: 800;
    color: #44af35;
}

.apply_flow .col2 .col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.apply_flow .col2 span {
    background: #45af35;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 5em;
    min-height: 5em;
    box-sizing: border-box;
    font-weight: 600;
    margin-right: 1em;
    font-size: 14px;
}

.apply_flow .col2 a {
    color: #45af35;
    font-weight: 600;
    transition: 0.3s;
}

.apply_flow .col2 a:hover {opacity: 0.6;}

.apply_flow .col2 img {
    width: 32%;
    max-width: 142px;
    margin-top: -75px;
}

.col2 {
    max-width: 910px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.5;
}

.col2 .col {
    width: 49%;
}

.col3 {
    max-width: 950px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col3 .col {
    width: 31.579%;
    margin-bottom: 72px;
    margin-top: auto;
}

.col3 .col .ph {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

.col3 .col .ph.v img {
    width: 58%;
    height: auto;
}

.col3 .col p {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.col3 .col p .ph_tit {
}

.txt_c {
    text-align: center;
}

.btn_detail {
    text-align: center;
}

.btn_detail a {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    color: #44af35;
    font-size: 15px;
    text-align: center;
    background-color: #ffff00;
    padding: 0.6em 1em;
    margin-bottom: 100px;
    border-radius: 0px;
    letter-spacing: 0.1em;
    transition: 0.3s;
    font-weight: 500;
}

.btn_detail a:hover {
    background: #44af35;
    color: #ffff00;
}

@media(max-width: 768px) {
    .contents #thema {
        width: 90%;
        margin: 0px auto;
        padding: 0;
        position: relative;
    }

    .contents #thema .tit {
        width: 60%;
        margin: 0 auto 32px;
        position: relative;
    }

    .contents #thema .tit img {
        margin-top: -60px;
    }

    .contents #thema .block_tit {
        margin: 0 auto 1em;
        text-align: center;
        font-size: 4.5vw;
    }

    .contents #thema .read {
        width: 100%;
        font-size: 4.0vw;
        line-height: 1.8;
        ;margin-bottom: 32px;
    }

    .contents #thema .apply_flow {
        font-size: 3.8vw;
    }

    .contents #thema .apply_flow h5 {
        font-size: 4vw;
    }

    .contents #thema .apply_flow .txt_c {
        text-align: left;
        margin-bottom: 3em;
    }

    .apply_flow .col2 .col {
        width: 100%;
        margin-bottom: 24%;
    }

    .apply_flow .col2 .col:last-of-type {
        margin-bottom: 0;
    }

    .apply_flow .col2 span {
        font-size: 3vw;
        min-width: 4em;
        min-height: 4em;
    }

    .apply_flow .col2 img {
        margin-top: -18%;
    }

    .col3 {
        width: 100%;
        margin: 0px auto 0;
        display: flex;
        flex-wrap: wrap;
    }

    .col3 .col {
        width: 48%;
        margin-bottom: 5%;
    }

    .col3 .col p {
        font-size: 3.1vw;
        text-align: center;
        line-height: 1.6;
        white-space: nowrap;
    }

    .col3 .col p.wrap {
        white-space: normal;
    }

}

.contents #prize {
    padding: 0 0 100px;
}

.contents #prize .in {
    max-width: 940px;
    display: flex;
    flex-direction: column;
}

.contents #prize .in .l_box {
    width: calc(100% - 140px);
    height: 490px;
    background-image: url(../images/prize_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-left: auto;
    z-index: 1;
    position: relative;
}

.contents #prize .in .l_box .txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    right: 60px;
    top: 50px;
    position: absolute;
}

.contents #prize .in .r_box {
    width: calc(100% - 140px);
    position: relative;
    background-color: #ffff00;
    border-radius: 20px;
    padding: 70px 40px 50px;
    margin-top: -40px;
    box-sizing: border-box;
}

.contents #prize .in .r_box .txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.contents #prize .in .r_box h3, .contents #prize .in .r_box h4, .contents #prize .in .r_box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 1.5em 0 0.5em;
}

.contents #prize .in .r_box ul {
    padding-left: 1em;
}

.contents #prize .in .r_box li {
    display: inline-block;
    min-width: 18em;
    padding-right: 1em;
    padding-left: 1em;
    text-indent: -1em;
    box-sizing: border-box;
    margin-bottom: 0.4em;
}

.contents #prize .in .r_box li:before {
    content: "";
    border-radius: 50%;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.3em;
    display: inline-block;
    background: #44af35;
}

.contents #judge {
    background-image: url(../images/judge_bk_y.png);
    background-position: center top;
    background-size: 4778px auto;
    background-repeat: no-repeat;
    padding: 0px 0px 0px;
}

.contents #judge .in {
    max-width: 950px;
    margin: 0 auto;
    display: block;
    background-color: inherit;
    position: relative;
}

.contents #judge .in .col_l {
    width: 550px;
    padding: 260px 0 110px;
}

.contents #judge .in .col_l .name {
    font-size: 20px;
}

.contents #judge .in .col_l .name span {
    font-size: 33px;
}

.contents #judge .in .col_l p {
    font-size: 16px;
}

.contents #judge .in .ph {
    position: absolute;
    left: calc(50% + 100px);
    bottom: 0;
}

@media(max-width: 768px) {
    .contents #prize {
        padding: 0 0 16%;
    }

    .contents #prize .in {
        font-size: 3.8vw;
    }

    .contents #prize .in .l_box {
        width: 95%;
        height: 28em;
    }

    .contents #prize .in .l_box .txt {
        right: 1em;
        top: 1.5em;
        font-size: 5vw;
    }

	.contents #prize .in .r_box h3,
	.contents #prize .in .r_box h4,
	.contents #prize .in .r_box h5{
		font-size: 4vw;
	}

    .contents #prize .in .r_box {
        width: 95%;
        padding: 70px 1.2em 1.5em;
    }

    .contents #prize .in .r_box .tit_ico {
        width: 30%;
        margin-left: 35%;
        margin-bottom: 40px;
    }

    .contents #prize .in .r_box .tit_ico img {
        margin-top: -30px;
    }

    .contents #prize .in .r_box .tit {
        width: 100%;
        margin: 0 auto 5%;
    }

    .contents #prize .in .r_box .txt {
        font-size: 4vw;
    }

    .contents #judge {
        padding: 50px 5% 0%;
        background-size: 735vw auto;
        overflow: hidden;
    }

    .contents #judge .in {
        width: 100%;
        margin: 0 auto;
        display: block;
        background-color: inherit;
        position: relative;
    }

    .contents #judge .in .col_l {
        width: 100%;
        padding: 25% 0 24%;
    }

    .contents #judge .in .col_l .name {
        font-size: 4vw;
    }

    .contents #judge .in .col_l .name span {
        font-size: 5.2vw;
    }

    .contents #judge .in .col_l p {
        font-size: 3.3vw;
        margin: 0;
        width: 70%;
    }

    .contents #judge .in .ph {
        width: 41%;
        position: absolute;
        left: auto;
        right: -8%;
        bottom: 0;
    }
}

.contents #spot {
    padding: 0px 50px 120px;
    position: relative;
}

.contents #spot .block_tit {
    width: 276px;
    margin: 0 auto 80px;
}

.contents #spot .block_tit img {
    margin-top: -60px;
}

.contents #spot .col4 {
    max-width: 950px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents #spot .col4 .col {
    width: calc((100% - 90px) / 4);
    box-sizing: border-box;
    position: relative;
}

.contents #spot .col4 .col p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 0.6em;
}

.contents #spot .read {
    max-width: 950px;
    margin: 0 auto 0;
    text-align: left;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
}

@media(max-width: 768px) {
    .contents #spot {
        padding: 0px 5% 100px;
        position: relative;
    }

    .contents #spot .block_tit {
        width: 60%;
        margin: 0 auto 10%;
    }

    .contents #spot .block_tit img {
        margin-top: -60px;
    }

    .contents #spot .col4 {
        width: 100%;
        margin: 0 auto 0%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contents #spot .col4 .col {
        width: 48%;
        box-sizing: border-box;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 0%
    }

    .contents #spot .col4 .col .ph {
    }

    .contents #spot .col4 .col .ph img {
    }

    .contents #spot .col4 .col p {
        font-size: 3.2vw;
    }

    .contents #spot .read {
        width: 100%;
        margin: 0 auto 0;
        text-align: left;
        color: #000000;
        line-height: 1.8;
        font-size: 4vw;
    }
}

.contents #map {
    background-color: #ffff00;
    padding: 0px 50px 72px;
}

.contents #map .block_tit {
    width: 276px;
    margin: 0 auto 40px;
}

.contents #map .block_tit img {
    margin-top: -60px;
}

.contents #map .read {
    max-width: 950px;
    margin: 0 auto 70px;
    text-align: left;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
}

.contents #map .read span {
    font-size: 12px;
    display: block;
}

.contents #map .map_img {
    max-width: 952px;
    margin: 0 auto 0;
}

.lb-container {
    padding: 24px!important;
    background-color: #ffff00;
}

@media(max-width: 768px) {
    .contents #map {
        padding: 0px 5% 40px;
    }

    .contents #map .block_tit {
        width: 60%;
        margin: 0 auto 5%;
    }

    .contents #map .block_tit img {
        margin-top: -60px;
    }

    .contents #map .read {
        width: 100%;
        margin: 0 auto 8%;
        font-size: 4vw;
        text-align: left;
        color: #000000;
        line-height: 1.8;
    }

    .contents #map .map_img {
        width: 100%;
        margin: 0 auto 0;
    }

    .lb-container {
        padding: 24px!important;
    }
}

.requirements {
    background-color: #f2f2f2;
    height: 800px;
    position: relative;
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden;
}

.requirements .l_box {
    position: absolute;
    width: 50%;
    right: 60%;
    top: 50%;
    height: 360px;
    background-color: #FFF;
    z-index: 2;
    transform: translate(0,-50%);
}

.requirements .l_box .inner {
    width: 500px;
    height: 360px;
    position: absolute;
    right: calc(50% - 28vw);
}

.requirements .l_box .inner img {
    width: 310px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%,0%);
}

.requirements .l_box .inner .btn_detail {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.requirements .l_box .inner .btn_detail a {
    margin-bottom: 20px;
    width: 20em;
    box-sizing: border-box;
}

.requirements .r_box {
    top: 10%;
    position: absolute;
    left: 40%;
    border-radius: 20px;
}

.requirements .r_box img {
    border-radius: 20px;
    object-fit: cover;
}

@media(max-width: 768px) {
    .requirements {
        background-color: #FFF;
        height: auto;
        position: relative;
        width: 100%;
        padding-bottom: 0%;
    }

    .requirements .l_box {
        position: relative;
        width: 100%;
        right: 0;
        top: 0px;
        height: auto;
        background-color: inherit;
        z-index: 2;
        transform: translate(0,-20%);
    }

    .requirements .l_box .inner {
        width: 90%;
        height: auto;
        position: relative;
        right: auto;
        margin: 0 auto 0;
        background-color: #FFF;
    }

    .requirements .l_box .inner img {
        width: 60%;
        position: relative;
        top: 0;
        left: auto;
        transform: translate(0,0%);
        margin: -40px 20% 10%;
    }

    .requirements .l_box .inner .btn_detail {
        position: relative;
    }

    .requirements .l_box .inner .btn_detail a {
        width: 100%;
    }

    .requirements .r_box {
        width: 100%;
        height: auto;
        position: relative;
        top: -16px;
        left: 0%;
    }

    .requirements .r_box img {
        border-radius: 10px;
        height: 91.1vw;
    }
}

/* Footer */
footer {
    width: 100%;
    height: 100px;
    position: relative;
    background-color: #FFF;
    padding: 32px 0 40px;
}

footer .in {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .in .logo {
    width: 145px;
    height: auto;
    padding-top: 12px;
}

footer .in nav {
}

footer .in nav ul {
    display: flex;
    justify-content: space-between;
}

footer .in nav ul li {
    display: inline-block;
    padding: 0 15px;
    border-left: solid 1px #000;
    letter-spacing: 0.01em;
}

footer .in nav ul li.bl_no {
    border-left: none;
}

footer .in nav ul li a {
    font-weight: 600;
}

#pagetop {
    position: fixed;
    width: 80px;
    height: 80px;
    right: 0px;
    bottom: 0px;
}

#pagetop img {
}

.camera {
    font-size: 100px;
    position: relative;
    width: 0.6em;
    height: 0.4em;
    background-color: #39a9d6;
    border-radius: 0.2em 0.2em 0 0 / 0.3em 0.3em 0 0;
}

@media(max-width: 768px) {
    footer {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
        border-top: 2px solid #f2f2f2;
    }

    footer .in {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    footer .in .logo {
        width: auto;
        height: auto;
        padding: 20px 0 40px;
    }

    footer .in .logo img {
        width: auto;
        height: 48px;
    }

    footer .in nav {
        width: 100%;
    }

    footer .in nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .in nav ul li {
        width: 48%;
        display: block;
        padding: 0 0 0 15px;
        border-left: none;
        box-sizing: border-box;
        position: relative;
    }

    footer .in nav ul li:before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        left: 4px;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #144b96;
    }

    footer .in nav ul li a {
        font-size: 3.9vw;
    }

    #pagetop {
        position: fixed;
        width: 50px;
        height: 50px;
        right: 0px;
        bottom: 0px;
    }
}

/*撮影のポイント*/
.p_header {
    width: 100%;
    height: 400px;
}

.p_header .p_header_cap {
    width: 272px;
    position: absolute;
    left: 50%;
    top: calc(50% - 25px);
    transform: translate(-50%,-50%);
    margin: 0;
}



@media(max-width: 768px) {
    .p_header {
        width: 100%;
        height: auto;
    }

    .p_header.page_point {
        background-image: url(../img/point_p_header.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        position: relative;
        margin-top: 60px;
    }

    .p_header:before {
        content: '';
        display: block;
        padding-top: 58.6%;
    }

    .p_header .p_header_cap {
        width: 35%;
        position: absolute;
        left: 50%;
        top: calc(50% - 0px);
        transform: translate(-50%,-50%);
    }

    .page_point .in {
        min-width: 100%;
    }

    .page_point .in .tit {
        width: 100%;
        margin: 0 auto 0;
        position: relative;
        grid-row: 2;
    }

    .page_point .in .tit img {
        transform: translate(0px, -40px);
    }

    .page_point .in .grid {
        width: 100%;
    }

    .page_point .in .point {
        width: 20vw;
        position: relative;
        margin: 0px 4.8vw -3.9vw;
    }

    .page_point .in .point_line {
        font-size: 4vw;
        margin: 3.9vw auto;
        width: 90%;
    }

    .page_point .in .ph_rem {
        color: #000000;
        background-color: #ffffff;
        padding: 0px;
        font-weight: 500;
        font-size: 3.1vw;
        margin: 20px auto;
    }

    .page_point .in .icon_smapho {
        width: 8%;
        left: 3%;
        top: 10%;
    }

    .page_point .in .icon_green {
        width: 6%;
        top: 8px;
        left: 20px;
    }

    .page_point .in p {
        font-size: 2.6vw;
        line-height: 1.2em;
        margin-bottom: 1.4vw;
    }

    .page_point .in p.title {
        margin: 20px auto 30px;
        font-size: 4vw;
        width: 90%;
    }

    #tech {
        width: 90%;
        margin: 0 auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 5%;
        margin-bottom: 10%;
    }

    #tech .col_l {
        width: 100%;
        padding-bottom: 0%;
    }

    #tech .col_l .block_tit {
        margin-top: 0;
        margin-bottom: 24px;
        text-align: center;
        font-size: 5.6vw;
    }

    #tech .col_l .block_tit .sub_tit {
        font-size: 4.5vw;
        margin-bottom: 8px;
    }

    #tech .col_l .block_tit img {
        width: 90%;
    }

    #tech .col_l p .ph_alr {
        width: 40%;
        float: right;
        margin: 0 0 0 4%;
    }

    #tech .col_r {
        display: none;
    }

    .green_wave .wave_con .wave_line {
        width: 90%;
    }

    .green_wave .wave_con .wave_pic {
        left: 5%;
    }

    .green_wave .wave_con p.line_wave {
        top: 58%;
        font-size: 3.3vw;
    }

    .green_wave .wave_con .icon_tech {
        width: 42vw;
        top: 5vw;
        left: 5%;
    }

    #sense_plus {
        grid-template-columns: 1fr;
        margin: 7.8vw auto 16px;
    }

    #sense_plus .sense_line {
        font-size: 4vw;
        margin: 0 auto 30px;
        width: 90%;
        line-height: 1.2em;
    }

    #sense_plus .sense_pic2 {
        grid-row: 4;
    }

    #sense_plus .sense_pic3 {
        grid-row: 3;
    }

    #tech_plus1 {
        grid-template-columns: 1fr;
        font-weight: 500;
        margin-bottom: 32px;
    }

    #tech_plus1 .tech_flex {
        display: block;
        width: 100%;
    }

    #tech_plus1 .tech_pic1,#tech_plus1 .tech_pic2,#tech_plus1 .tech_pic3 {
        width: 100%;
    }

    #tech_plus1 .tech_line {
        font-size: 4vw;
        width: 90%;
    }

    #tech_plus1 .tech_line .point {
        left: 0%;
        display: block;
        margin: 0;
    }

    #tech_plus2 {
        display: grid;
        width: 100%;
        margin-bottom: 16px;
    }

    #tech_plus2 .tech_flex {
        width: 100%;
    }

    .green_wave .wave_con .smapho_wave {
        width: 78%;
        top: 8vw;
        left: 1%;
    }

    .green_wave .wave_con .line_smapho {
        top: 25%;
    }

    .page_point .in p.slr_line {
        margin: 2.6vw auto;
        font-size: 3.1vw;
        width: 90%;
    }

    .page_point .in p.slr_line span {
        font-size: 4.2vw;
    }

    #shutter_chance {
        width: 100%;
        margin-bottom: 16px;
    }

    #shutter_chance .shutter_line {
        font-size: 4vw;
        width: 90%;
        margin: auto;
    }

    #shutter_chance .function_section {
        width: 90%;
        margin: auto;
    }

    #shutter_chance .shutter_flex {
        display: table;
    }

    #shutter_chance .function_section .function_line {
        left: 10%;
        font-size: 4.2vw;
        top: 15%;
    }

    #shutter_chance .shutter_grid {
        width: 90%;
        margin: 4.2vw auto;
    }

    #shutter_chance .shutter_grid .dog4 {
        box-shadow: -2vw 0.7vw 0px 0 rgb(32,177,74);
    }

    #shutter_chance .example_pic {
        width: 100%;
        margin-top: 5.8vw;
    }

    #shutter_chance .example_rem {
        margin-top: 2.6vw;
        font-size: 3.1vw;
    }
}

@media (-ms-high-contrast: none) {
    #sense_plus {
        display: table;
        width: 100%;
    }

    #sense_plus > div {
        display: table-cell;
        float: left;
        width: 50%;
    }

    #sense_plus > div:nth-child(2n+1) {
        clear: both;
    }

    #sense_plus .sense_line {
        text-align: center;
    }

    #sense_plus .sense_line .ie_inline {
        display: inline-block;
        text-align: left;
    }

    .page_point .in .grid > div {
        width: 70%;
        margin: 0 auto;
    }

    #shutter_chance .shutter_grid .img_grid {
        object-fit: cover;
        font-family: 'object-fit: cover; object-position: 40% 30%;'
    }

    #shutter_chance .shutter_grid .choice_grid {
        object-fit: cover;
        font-family: 'object-fit: cover;object-position: 70% 30%;'
    }

    #shutter_chance .shutter_grid {
        display: -ms-flexbox;
        justify-content: space-between;
    }

    #shutter_chance .shutter_grid div {
        width: 23%;
    }
}

@media (max-width: 768px),(-ms-high-contrast: none)!important {
    .page_point .in .grid,.page_point .in .grid > div {
        width: 100%!important;
    }

    #sense_plus .sense_line {
        margin-left: 5.9vw;
        !important;}

    #sense_plus .ie_none {
        display: none;
        !important;}

    #sense_plus .ie_display {
        display: block;
        !important;}
}

/*応募要項*/
.p_header.page_requirement {
    background-image: url(../images/requirement_p_header.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    margin-top: 100px;
}

.page_requirement .in {
    box-sizing: border-box;
    padding: 0px 0 0px;
}

.page_requirement .in .tit {
    width: 276px;
    margin: 0 auto 30px;
}

.page_requirement .in .tit img {
    transform: translate(0px, -60px);
}

#requir {
    width: 96%;
    max-width: 950px;
    margin: 0 auto 0;
}

#requir > p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

#requir .requir_tb {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

#requir .requir_tb .tr {
    padding: 50px 0;
    border-bottom: solid 1px #144b96;
    display: flex;
    justify-content: space-between;
}

#requir .requir_tb .tr:last-child {
    border-bottom: none;
}

#requir .requir_tb .tr .th {
    width: 150px;
}

#requir .requir_tb .tr .td {
    width: 800px;
}

#requir .requir_tb .tr .td a {
    color: #144b96;
    text-decoration: underline;
}

#requir .requir_tb .tr .td .btn_box {
    margin: 0;
    padding: 16px 0 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#requir .requir_tb .tr .td .btn_box a {text-decoration: none;width: 100%;max-width: 380px;margin: 10px;box-sizing: border-box;display: inline-block;color: #ffff00;text-align: center;background-color: #44af35;padding: 0.6em 1em;border-radius: 0px;letter-spacing: 0.1em;transition: 0.3s;font-weight: 500;border-radius: 50px;font-size: 90%;line-height: 1.5;}

#requir .requir_tb .tr .td .btn_box a:hover {
    background: #ffff00;
    color: #44af35;
}

#requir .requir_tb .tr .td .btn_box span {
}

#requir .requir_tb .tr .td .btn_box a img.link_btn {
    width: 245px;
    height: auto;
    margin-left: 1rem;
}

#requir .requir_tb .tr .td .tits {
}

#requir .requir_tb .tr .td ul.list01 {
    padding-left: 1rem;
}

#requir .requir_tb .tr .td ul.list02 {
    padding-left: 1rem;
}

#requir .requir_tb .tr .td ul.list03 {
}

#requir .requir_tb .tr .td ul.list01 li {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 1.5rem;
    position: relative;
    box-sizing: border-box;
}

#requir .requir_tb .tr .td ul.list01 li:before {
    content: '●';
    font-size: 16px;
    color: #144b96;
    position: absolute;
    left: 0;
}

#requir .requir_tb .tr .td ul.list01 li span {
}

#requir .requir_tb .tr .td ul.list02 li {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 1.5rem;
    position: relative;
    box-sizing: border-box;
}

#requir .requir_tb .tr .td ul.list02 li:before {
    content: '●';
    font-size: 16px;
    color: #144b96;
    position: absolute;
    left: 0;
}

#requir .requir_tb .tr .td ul.list02 li span {
}

#requir .requir_tb .tr .td ul.list03 li {
    padding-left: 1.5rem;
    text-indent: -1.5em;
    position: relative;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

#requir .requir_tb .tr .td ul.list03 li:before {
    /* content: '●'; */
    /* font-size: 16px; */
    /* color: #144b96; */
    /* position: absolute; */
    /* left: 0; */
}

#requir .requir_tb .tr .td ul.list03 li ul {
    margin-left: -1.5rem;
}

#requir .requir_tb .tr .td ul.list03 li ul li {
    padding-left: 1.5rem;
    position: relative;
    box-sizing: border-box;
}

#requir .requir_tb .tr .td ul.list03 li ul li:before {
    content: '●';
    font-size: 10px;
    color: #144b96;
    position: absolute;
    left: 0.2rem;
    top: 0.4rem;
}

#requir .requir_tb .tr .td ul.list_regulation {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

#requir .requir_tb .tr .td ul.list_regulation li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

#requir .requir_tb .tr .td ul.list_regulation li:before {
    counter-increment: item;
    position: absolute;
    left: 0;
    content: counter(item)'.';
    padding-right: .5em;
    color: #2b2b2b;
}

#requir .requir_tb .tr .td ul.list_regulation li ul {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#requir .requir_tb .tr .td ul.list_regulation li ul li {
    padding-left: 2rem;
}

#requir .requir_tb .tr .td ul.list_regulation li ul li:before {
    counter-increment: item;
    position: absolute;
    left: 0;
    content: '('counter(item)')';
    padding-right: .5em;
    color: #2b2b2b;
}

#requir .requir_tb .tr .td .col2 {
    width: 61%;
    margin: 0 0 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#requir .requir_tb .tr .td .col2 span {
}

@media(max-width: 768px) {
    .p_header.page_requirement {
        margin-top: 60px;
        background-attachment: initial;
        background-size: 200% auto;
        background-position: center center;
    }

    .page_requirement .in {
        box-sizing: border-box;
        padding: 0px 0 0px;
        position: relative;
    }

    .page_requirement .in .tit {
        width: 50%;
        margin: 0 auto 0px;
        position: relative;
    }

    .page_requirement .in .tit img {
        transform: translate(0px, -40px);
    }

    #requir {
        width: 90%;
        padding: 0 5%;
    }
    
    #requir > p {
        width: 100%;
        font-size: 4vw;
        font-weight: 500;
    }
    
    #requir .requir_tb {
        width: 100%;
        font-size: 4vw;
        font-weight: 400;
    }

    #requir .requir_tb .tr {
        padding: 24px 0;
    }

    #requir .requir_tb .tr .th {
        width: 18%;
        font-size: 3.7vw;
    }

    #requir .requir_tb .tr .td {
        width: 80%;
        font-size: 3.7vw;
    }
    
    #requir .requir_tb .tr .td .btn_box a {
        margin: 0 0 4% 0;
        font-size: 73%;
        max-width: none;
    }

    #requir .requir_tb .tr .td .btn_box a img.link_btn {
        width: 245px;
        max-width: 100%;
        height: auto;
        margin: 0 0 0.5rem 0rem;
        box-sizing: border-box;
    }

    #requir .requir_tb .tr .td .tits {
    }

    #requir .requir_tb .tr .td ul.list01 {
    }

    #requir .requir_tb .tr .td ul.list02 {
    }

    #requir .requir_tb .tr .td ul.list03 {
    }

    #requir .requir_tb .tr .td ul.list01 li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 1.5rem;
        position: relative;
    }

    #requir .requir_tb .tr .td ul.list01 li:before {
        content: '●';
        font-size: 3.7vw;
        color: #144b96;
        position: absolute;
        left: 0;
    }

    #requir .requir_tb .tr .td ul.list01 li span {
    }

    #requir .requir_tb .tr .td ul.list02 li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 1.5rem;
        position: relative;
    }

    #requir .requir_tb .tr .td ul.list02 li:before {
        content: '●';
        font-size: 3.7vw;
        color: #144b96;
        position: absolute;
        left: 0;
    }

    #requir .requir_tb .tr .td ul.list02 li span {
    }

    #requir .requir_tb .tr .td ul.list03 li {
    }

    #requir .requir_tb .tr .td ul.list03 li:before {
        /* content: '●'; */
        /* font-size: 3.7vw; */
        /* color: #144b96; */
        /* position: absolute; */
        /* left: 0; */
    }

    #requir .requir_tb .tr .td ul.list03 li ul {
        margin-left: -1.5rem;
    }

    #requir .requir_tb .tr .td ul.list03 li ul li {
        padding-left: 1.5rem;
        position: relative;
    }

    #requir .requir_tb .tr .td ul.list03 li ul li:before {
        content: '●';
        font-size: 2.7vw;
        color: #144b96;
        position: absolute;
        left: 0.2rem;
        top: 0.4rem;
    }

    #requir .requir_tb .tr .td .col2 {
        margin: 0 0 1em;
        width: 100%;
    }
}

@media (-ms-high-contrast: none) {
    #requir .requir_tb .tr .td ul.list01 li span:first-of-type,#requir .requir_tb .tr .td ul.list02 li span:first-of-type {
        margin-right: auto;
    }
}

/*50周年*/
.p_header.page_anniversary {
    background-image: url(../img/anniversary_p_header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    margin-top: 100px;
}

.page_anniversary {
    background-color: #FFF;
}

.page_anniversary h2.tit {
    width: 276px;
    margin: 0 auto 30px;
}

.page_anniversary h2.tit img {
    transform: translate(0px, -60px);
}

.page_anniversary #first {
}

.page_anniversary #first .in {
    width: 950px;
    margin: 0 auto 100px;
    position: relative;
}

.page_anniversary #first .in:before {
    position: absolute;
    left: 0;
    top: -30px;
    content: '';
    width: 184px;
    height: 445px;
    background-image: url("../img/ann_img01.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.page_anniversary #first .in:after {
    position: absolute;
    right: 0;
    top: -40px;
    content: '';
    width: 214px;
    height: 460px;
    background-image: url("../img/ann_img02.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.page_anniversary #first .in .anniversary_logo {
    width: 340px;
    margin: 0 auto 0;
}

.page_anniversary #second {
    padding-bottom: 168px;
}

.page_anniversary #second .in {
    width: 950px;
    margin: 0 auto 0;
    position: relative;
}

.page_anniversary #second .in:before {
    position: absolute;
    left: 0;
    top: 100px;
    content: '';
    width: 184px;
    height: 378px;
    background-image: url("../img/ann_img03.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 10;
}

.page_anniversary #second .in:after {
    position: absolute;
    right: 0;
    top: 100px;
    content: '';
    width: 184px;
    height: 184px;
    background-image: url("../img/ann_img04.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 10;
}

.page_anniversary #second .in .txt {
    font-size: 16px;
    text-align: center;
}

.page_anniversary #third {
    width: 100%;
    background-image: url(../img/third_bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

.page_anniversary #third .in {
    background-color: inherit;
    width: 950px;
    margin: 0 auto 0;
}

.page_anniversary #third .in .ico_sp {
    position: absolute;
    right: -10px;
    top: -150px;
    width: 225px;
}

.page_anniversary #third .in .block_tit {
    width: 256px;
    margin: 0 auto 90px;
}

.page_anniversary #third .in .block_tit img {
    margin-top: -22px;
}

.page_anniversary #third .in .col_tit {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    margin-bottom: 40px;
}

.page_anniversary #third .in .img {
    width: 90%;
    margin: 0 auto 20px;
}

@media(max-width: 768px) {
    .p_header.page_anniversary {
        margin-top: 60px;
    }

    .page_anniversary h2.tit {
        width: 50%;
        margin: 0 auto 0px;
    }

    .page_anniversary h2.tit img {
        transform: translate(0px, -40px);
    }

    .page_anniversary #first {
    }

    .page_anniversary #first .in {
        width: 90%;
        margin: 0 auto 10%;
        position: relative;
    }

    .page_anniversary #first .in:before {
        content: none;
    }

    .page_anniversary #first .in:after {
        content: none;
    }

    .page_anniversary #first .in .anniversary_logo {
        width: 60%;
        margin: 0 auto 0;
    }

    .page_anniversary #second {
        padding-bottom: 72px;
    }

    .page_anniversary #second .in {
        width: 90%;
        margin: 0 auto 0;
        position: relative;
    }

    .page_anniversary #second .in:before {
        content: none;
    }

    .page_anniversary #second .in:after {
        content: none;
    }

    .page_anniversary #second .in .txt {
        font-size: 4vw;
        text-align: left;
    }

    .page_anniversary #third {
        width: 100%;
        background-image: url(../img/third_bk.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        padding-bottom: 80px;
    }

    .page_anniversary #third .in {
        background-color: inherit;
        width: 950px;
        margin: 0 auto 0;
    }

    .page_anniversary #third .in .ico_sp {
        position: absolute;
        right: 0px;
        top: -40%;
        width: 30%;
    }

    .page_anniversary #third .in .block_tit {
        width: 50%;
        margin: 0 auto 7%;
    }

    .page_anniversary #third .in .block_tit img {
        margin-top: -22px;
    }

    .page_anniversary #third .in .col_tit {
        font-size: 5.6vw;
        font-weight: 700;
        text-align: center;
        color: #FFF;
        margin-bottom: 10%;
    }

    .page_anniversary #third .in .img {
        width: 90%;
        margin: 0 auto 20px;
    }
}

@-webkit-keyframes anime1 {
    from {
        -webkit-transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(-33.33333%);
    }
}

@keyframes anime1 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-33.33333%);
    }
}

@-webkit-keyframes anime1_ {
    from {
        -webkit-transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes anime1_ {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes anime2 {
    0% {
        -webkit-transform: translateX(-33.33333%);
    }

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

@-moz-keyframes anime2 {
    0% {
        -moz-transform: translateX(-33.33333%);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@-ms-keyframes anime2 {
    0% {
        -ms-transform: translateX(-33.33333%);
    }

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

@-o-keyframes anime2 {
    0% {
        -o-transform: translateX(-33.33333%);
    }

    100% {
        -o-transform: translateX(0%);
    }
}

@keyframes anime2 {
    0% {
        transform: translateX(-33.33333%);
    }

    100% {
        transform: translateX(0%);
    }
}

.elementToFadeInAndOut {
    -webkit-animation: fadeinout 6s linear forwards;
    animation: fadeinout 6s linear forwards;
}

@-webkit-keyframes fadeinout {
    0%,100% {
        opacity: 0;
    }

    55% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    0%,100% {
        opacity: 0;
    }

    55% {
        opacity: 1;
    }
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
