@charset "UTF-8";

* {
	-webkit-text-size-adjust:100%;
}
*, *:before, *:after {
	box-sizing: border-box;
}

/* html, body {
	margin: 0;
	padding: 0;
	border: 0;
} */
html {
	scroll-behavior: smooth;
	font-size: 10px;
}
/* body {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-align: left;
	font-weight: 500 !important;
	font-style: normal;
	color: #343434;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */


.only_sp-1 { display: inline-block; }
.only_pc-1 { display: none; }
@media screen and (min-width: 768px) {
	.only_sp-1 { display: none; }
	.only_pc-1 { display: inline-block; }
}
.only_sp-2 { display: inline-block; }
.only_pc-2 { display: none; }
@media screen and (min-width: 960px) {
	.only_sp-2 { display: none; }
	.only_pc-2 { display: inline-block; }
}

.main {
	flex: 1;
	position: relative;
	margin-bottom: 0px;
}
.firstvisual_area {
	margin: 20px auto 0;
    max-width: 1240px;
}
.firstvisual_img-pc {
	position: relative;
	width: 1240px;
}
.content_area {
	margin: 0 auto;
	max-width: 880px;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.float-right {
	float: right;
}
.bg_white {
	overflow: hidden;
	background-color: #fff;
}
.row {
	padding: 40px 0;
	margin: 0;
}
.row-2 {
	padding: 40px 0;
	margin: 0;
}
.relative {
  position: relative;
  width: 600px;
}
.absolute {
  position: absolute;
  top:300px;
  left: 0;
  bottom: 80px;
  color: #fff;
  background: rgba(0,0,0,.6);
  width: 600px;
  padding: 10px 0;
  font-size:18px;
  font-weight:700;
  text-align: center;
}

/* space */
.mgt20 {
	margin-top: 20px;
}
.mgt30 {
	margin-top: 30px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt60 {
	margin-top: 60px;
}
.mgt80 {
	margin-top: 80px;
}
.mgb6 {
	margin-bottom: 6px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgb40 {
	margin-bottom: 40px;
}
.mgb60 {
	margin-bottom: 60px;
}
.mgb80 {
	margin-bottom: 80px;
}
.pdt20 {
	padding-top: 20px;
}
.pdt40 {
	padding-top: 40px;
}
.pdt80 {
	padding-top: 80px;
}
.pdb40 {
	padding-bottom: 40px;
}
.pdb60 {
	padding-bottom: 60px;
}
.pdb80 {
	padding-bottom: 80px;
}
.pdgleft30 {
	padding-left: 30px;
}

/* link */
#content a { color: #0757D8; text-decoration: none; display: block; }
#content a:link    { color: #0757D8; padding-bottom: 0.05em;
    border-bottom: 1px dotted #2379ca;
    display: inline;}
#content a:visited { color: #0757D8; }
#content a:hover   { color: #0757D8; }
#content a:active  { color: #0757D8; }
#content a.disabled {
	pointer-events: none;
}

/* movie */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* txt */
p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1.2em;
	/* font-feature-settings: "palt"; */
}
.mincho {
	font-family: '游明朝','Yu Mincho',YuMincho,serif;
}
.txt_credit {
    font-size: 1.3rem;
	margin: 10px 0;
    line-height: 1.45;
}
.txt_lead {
	font-size: 1.65rem;
	font-weight: 700;
}
.txt_caption-1 {
    font-size: 1.6rem;
}
.txt_title-pc-1 {
	position: absolute;
    left: 400px;
    bottom: 210px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0);
    padding-top: 8px;
    font-feature-settings: "palt";
}
.txt_title-pc-2 {
	position: absolute;
    /* top: 353px; */
    left: 400px;
    bottom: 40px;
    font-size: 3.8rem;
    font-weight: 700;
    color: #fff;
    /* text-shadow: 2px 2px 2px rgb(0 0 0); */
    /* font-feature-settings: "palt"; */
	line-height: 1.2;
    border-top: 1px solid #fc0;
	padding-top: 0.6rem;
	text-shadow: 2px 2px 2px rgb(0 0 0);
}
.txt_title-pc-2 span {
	font-size: 0.6em;
    font-weight: 700;
    /* border-bottom: 2px #fff solid; */
    padding: 10px 0;
    color: #ffffff;
    margin-bottom: 2em;
    /* background-color: #fc0; */
    line-height: 2.2;
}
.txt_title-sp-1 {
	font-size: 1.8rem;
	font-weight: 700;
    margin: 7px 0 13px 0;
    line-height: 1.5;
    font-feature-settings: "palt";
}
.txt_title-sp-1 span {
	font-weight: 500;
	font-size: 0.9em;
}
.txt_title-sp-2 {
	font-size: 1em;
	font-weight: 700;
    border-top: 1px solid #000;
    padding-top: 8px;
}
.txt_title-sp-3 {
	font-size: 1.1em;
	font-weight: 700;
    padding-top: 12px;
    border-bottom: 1px solid #fc0;
    line-height: 2.1em;
}
.txt_subtitle-1 {
	font-size: 5rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 1.8rem;
	line-height: 1.5;
	/* font-family: 'Satisfy', cursive; */
	font-family: 'La Belle Aurore', cursive;
}
.txt_subtitle-1 span {
	color: #fc0;
}
.txt_subtitle-2 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000000;
	position: relative;
    padding: 2px 0 2px 20px;
	margin-bottom: 1.8rem;
	line-height: 1.5;
}
.txt_subtitle-2:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #fc0;
    position: absolute;
    top: -1px;
    left: 0;
}
.txt_subtitle-3 {
	font-size: 2.4rem;
    font-weight: 700;
    margin: 4rem 0;
    text-align: center;
}
.txt_subtitle-4 {
	font-size: 3.6rem;
	font-weight: 500;
	position: relative;
	margin-bottom: 3rem;
	line-height: 1.5;
	font-family: 'La Belle Aurore', cursive;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.txt_subtitle-4:after {
    background: #333;
    content: "";
    flex-grow: 1;
    height: 1px;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.txt_subtitle-4:after {
    margin-left: 20px;
}
.txt_subtitle-4 span {
	color: #fc0;
}
.txt_subtitle-5 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.65;
    margin: 1.5em 0;
}
.txt_subtitle-6 {
	font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
}
.txt_subtitle-6 span{
	font-size: 14px;
}
.txt_name-01 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}
.txt_discription-01 {
	font-size: 1.5rem;
    font-weight: 500;
	margin-top: 1em;
	line-height: 1.7em;
}
.txt_prof {
	font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1em;
}
.txt_prof-1 {
	font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1em;
}
.txt_prof-5 {
	font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1em;
}
.txt_prof-1 span {
	font-size: 1.5em;
	font-family: '游明朝','Yu Mincho',YuMincho,serif;
}
.txt_question {
	font-weight : bold;
}

/* width */
.width100p {
    margin: 0 auto;
    width: 100%;
}
.width750 {
    margin: 0 auto;
    width: 750px;
}
.width750-2 {
    margin: 0 auto;
    width: 750px;
}
.width800 {
    margin: 0 auto;
    width: 800px;
}
.width820 {
    margin: 0 auto;
    width: 820px;
}
.width1000 {
    margin: 0 auto;
    width: 1000px;
}
.sp_space {
    margin: 0 auto;
	width: 100%;
}

/* column */
.column_container-1 {
	display: flex;
}
.column_container-2 {
	display: flex;
}
.column-2-a {
	width: 12%;
}
.column-2-b {
	width: 87%;
}
.column-2-c {
	width: 29%;
}
.column-2-d {
	width: 70%;
}
.column-3-a {
	width: 45%;
}
.column-3-b {
	width: 9%;
}
.column-3-c {
	width: 45%;
}

.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* text-indent: -999px; */
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2;
}
.linkbox a:hover {
    position: absolute;
    left: 5px;
	border-left: solid 5px #ba5020;

}
.foot_li {
    background: #fbfaf5;
    padding: 20px 20px 20px 22px;
    margin-bottom: 6px;
    box-sizing: border-box;
    min-height: 208px;
	font-feature-settings: "palt";
}
.col_pd {
	padding-right: 3px;
    padding-left: 3px;
}

/* decoration */
.background_color-1 {
	background: url(https://www.yamakei-online.com/yk/issue/natgeotv_jc/img/bg_color-1.jpg);
}
.background_color-2 {
	overflow: hidden;
	background: url(https://www.yamakei-online.com/yk/issue/natgeotv_jc/img/bg_color-3.jpg);
	background-size: cover;
}
.arrow {
	font-size: 30px;
	text-align: center;
	padding: 94px 0 0 0;
}
.line-gray {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgb(255 255 255);
    margin-bottom: 50px;
}
.img-01 {
	border-radius: 50%;
    width: 100%
}
.img-02 {
	border-radius: 50%;
    width: 100%
}
.img-03 {
    margin-top: 6px;
    width: 49%
}
.img-04 {
    width: 100%
}
.box19 {
	position: relative;
    padding: 1em 1em;
    font-size: 2.2rem;
    letter-spacing: 0.1em; 
    line-height: 1.6;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 2px #000;
    border-top: solid 1px #000;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #000;
    border-bottom: solid 2px #000;
    bottom:0;
    right: 0;
}
.box19 p {
    padding: 0;
}
.border-1 {
	border: 1px solid #fc0;
    padding: 2.6em;
    font-size: 14px;
    line-height: 1.5;
}
.border-2 {
	border: 1px solid #e1e1e1;
    padding: 2.6em;
}
.answer_block {
	margin-bottom : 3em;
}
.bg_color-1 {
    background-color: #eeeeee;
}
.line_color-1 {
    height: 5px;
    background-color: #fc0;
    width: 100%;
    border: none;
    padding-top: 0px;
    margin: 0 0 6px 0;
}

/* swiper */
.swiper-slide {
   height: 100vh;
}
.swiper-slide > img {
   object-fit: cover; /* IE: not support */
   width: 100%;
   height: 100%;
}

    /* ----- Fixed Menu ----- */
    .FixedMenuSection {
    position: fixed;
    left: 0;
    bottom: 4px;
    width: 100%;
    background: #000;
    z-index: 100000;
    opacity: 0.98;
    /* border: solid 1px #285105; */
    color: #fff;
    font-size: 15px;
    }
    .FixedMenu-Inner-List {
    display: flex;
    }
    .FixedMenu-Inner-List-Item {
    padding-bottom: 4px;
    /* padding-left: 38px;
    padding-right: 38px;
    width: calc((100% - 4px) / 3); */
    /* width: calc((100%) / 2); */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    }
    .FixedMenu-Inner-List-Item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    text-align: center;
    /* line-height: 1.1em; */
    }
    .FixedMenu-Inner-List-Item:not(:first-child) {
    margin-left: 2px;
    }
    .FixedMenu-Inner-List-Item.isRed {
    /* background: url(https://www.yamakei-online.com/yk/issue/patagonia_slateskyjacket/img/sp_anchor-n.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    background: #FF0200;
    border: solid 1px #FF0200;
    color:#ffffff;
    font-size: 14px;
    }
    .FixedMenu-Inner-List-Item.isBlue {
    /* background: url(https://www.yamakei-online.com/yk/issue/patagonia_slateskyjacket/img/sp_anchor-m.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    background: #000;
    border: solid 1px #000;
    color:#fc0;
    font-size: 14px;
    }
    .FixedMenu-Inner-List-Item.isOrange {
    /* background: url(https://www.yamakei-online.com/yk/issue/patagonia_slateskyjacket/img/sp_anchor-p.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    background: #000;
    /* border: solid 1px #ffffff; */
    color:#fc0;
    }
    .FixedMenu-Inner-List-Item.top {
    background: #fff;
    border: solid 1px #000;
    font-size: 14px;
    }
    .w1 {
    width: 80%;
    }
    .w2 {
    width: 20%;
    }

@media screen and (max-width: 1200px) {
	.firstvisual_img-pc {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
    .txt_title-pc-1 {
        left: 340px;
    }
    .txt_title-pc-2 {
        font-size: 3rem;
        left: 340px;
    }
}
@media screen and (max-width: 960px) {
	p {
		line-height: 1.65;
	}
	.txt_credit {
		font-size: 1.2rem;
		margin: 0 0 10px 0;
	}
    .width700 {
        width: 100%;
    }
	.width750 {
		margin: 0 auto;
		width: 100%;
	}
	.width750-2 {
		margin: 0 auto;
		width: 90%;
	}
    .width800 {
        width: 100%;
    }
    .width820 {
        width: 100%;
    }
	.width1000 {
		width: 100%;
	}
	.sp_space {
		width: calc(100% - 1.5rem * 2);
	    margin: 0 auto;
	}

}
@media screen and (max-width: 768px) {
	.column_container-1 {
		display: block;
	}
	.column-2-a {
		width: 100%;
        text-align: center;
	}
	.column-2-b {
		width: 100%;
	}
	.column-2-c {
		width: 100%;
        text-align: center;
	}
	.column-2-d {
		width: 100%;
	}
	.column-3-a {
		width: 100%;
	}
	.column-3-b {
		width: 100%;
	}
	.column-3-c {
		width: 100%;
	}
	.txt_subtitle-3 {
		font-size: 1.7rem;    
        margin: 2rem 0 1.4rem;
	}
	.img-01 {
        border-radius: 50%;
        width: 30%;
        margin-bottom: 1.5em;
	}
	.img-02 {
        border-radius: 50%;
        width: 60%;
        margin-bottom: 1.5em;
	}
	.img-03 {
        width: 100%;
	}
	.txt_lead {
		font-size: 1.6rem;
		font-weight: 500;
	}
	.row {
		padding: 0;
	}
	.txt_discription-01 {
		margin-top: 10px;
	}
	.box19 {
		padding: 1em;
        font-size: 1.8rem;
	}
    .txt_subtitle-4 {
        font-size: 3.2rem;
    }
    .txt_name-01 {
        font-size: 1.6rem;
    }
    .border-1 {
        padding: 2em 1.4em;
    }
    .pdgleft30 {
        padding-left: 10%;
        padding-right: 10%;
    }
    .pdb80 {
        padding-bottom: 60px;
    }
    .border-2 {
        border: 1px solid #e1e1e1;
        padding: 1.4em 0;
    }
    .txt_prof-1 {
        text-align: center;
    }
    .txt_subtitle-2 {
        font-size: 1.8rem;
    }
    .txt_subtitle-5 {
        font-size: 1.6rem;
        font-weight: 500;
    }
    .txt_subtitle-6 {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.6;
    }
    .txt_subtitle-6 span{
        font-size: 0.86em;
        font-weight: 500;
        line-height: 1.4;
    }
    .img-04 {
        width: 30%
    }
    .firstvisual_area {
        margin: 0 auto;
    }
    .txt_title-sp-3 {
        font-size: 15.4px;
    }
}