@charset "utf-8";


/*=======================================================================================
    ■ share 
=======================================================================================*/

@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

.notoSansSC{
    font-family: 'Noto Sans SC', sans-serif;
}
.cwTeXFangSong{
    font-family: 'cwTeXFangSong', serif;
}
.sawarabi {
	font-family: "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;
}
.minamoto {
	font-family: 'Merriweather', serif;
}
.wf-rounded {
	font-family: "Rounded Mplus 1c" , Meiryo, メイリオ,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}
.kosugi{
	font-family: "Kosugi Maru" , Meiryo, メイリオ,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}
.ff1 {
	font-family: "BIZ UDPGothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif ,Meiryo, メイリオ,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
}
.ff1_2 {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.ft2 {
	font-family: 'Noto Serif JP', serif;
}
.ft2_1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*{
	outline: none;
	color: #707070;
	margin:0;
	padding:0;
	font-family: 'Noto Sans SC', sans-serif;
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
    list-style: none;
}

h1,h2,h3,h4 {
    font-weight: normal;
}

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

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.imgover {
	opacity: 0;
	position: absolute;
}
body {
	text-align: center;
	font-size:62.5%;
	overflow-x: hidden;
}
.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}

/*==================================================
    ■ share end
==================================================*/



/*==================================================
    ■ Layout start
==================================================*/

/*------------------------------------------------
    header start
------------------------------------------------*/
header {
    background: #222222;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
}
#header {
    background: #222222;
    height: 70px;
    display: flex;
    align-items: center;
    width: 1200px;
}
    @media screen and (max-width:1300px) {
        #header {
            display: block;
            justify-content: flex-start;
            width: 100%;
            height: 90px;
        }
        #header img {
            width: 100%;
            max-width: 578px;
        }
    }
    @media screen and (max-width:670px) {
        #header {
            display: block;
            justify-content: flex-start;
        }
        #header img {
            width: 85%;
            min-width: 310px;
            max-width: 578px;
        }
    }
#header h1 {
    margin-right: auto;
}
    @media screen and (max-width:1300px) {
        #header h1 {
            width: 100%;
            margin-right: inherit;
        }
    }
    @media screen and (max-width:670px) {
        #header h1 {
            text-align: left;
            padding-left: 10px;
        }
    }
#header h1 a:hover{
    opacity: .7;
}
#header .h_right {
}
    @media screen and (max-width:1300px) {
        #header .h_right {
            display: none;
        }
    }
#header .h_right ul{
    display: flex;
    align-items: center;
}
#header .h_right ul li{
}
#header .h_right ul li:nth-child(1){
    padding-right: 20px;
}
#header .h_right ul li:nth-child(2){
    padding-right: 10px;
    padding-top: 10px;
    background-image: url("../img/common/lang_bg.png");
    background-position: right center;
    background-repeat: no-repeat;
}
#header .h_right ul li:nth-child(3){
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
#header .h_right ul li:nth-child(4){
    padding-top: 10px;
}
#header .h_right ul li a{
    font-size: 1.6em;
    color: #AA8B43;
    text-decoration: none;
}
#header .sp_produce {
    display: none;
}
#header .sp_produce2 {
    display: none;
}
#header nav {
    display: none;
}
    @media screen and (max-width:1300px) {
        #header {
            margin: auto;
            text-align: left;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        #header h1 {
            padding-bottom: 10px;
            margin-left: 0px;
            padding-top: 5px;
        }
        #header h1 img {
        }
        #header .h_right {
            display: none;
        }
        #header .pc_produce {
            display: none;
        }
        #header .sp_produce {
            display: block;
            width: 100%;
        }
        #header .sp_produce img {
            width: 100%;
            max-width: 440px;
        }
    }
    @media screen and (max-width:670px) {
        #header .sp_produce {
            display: none;
        }
        #header .sp_produce2 {
            display: block;
            width: 100%;
            text-align: left;
            padding-left: 10px;
        }
        #header .sp_produce2 img {
            width: 70%;
            max-width: 300px;
        }
    }
    @media screen and (max-width:1300px) {
        #header nav {
            margin-right: inherit;
            display: block;
        }
        #header nav img {
        }
        #header #navi {
            display: block;
            margin-top: 90px;
        }
        #header #navi li {
            border-bottom: 1px dotted#CCCCCC;
            width: 100%;
            display: block;
            padding-left: 10px;
            margin-top: 10px;
            margin-bottom: 20px;
        }
        #header #navi li a {
            font-size: 1.6em;
        }
        #header #navi li:last-child {
        }
        #header #navi li a {
            color: #FFFFFF;
            display: block;
        }
        #header #navi {
            transition: all .6s;
            overflow-y: auto;
            padding-top: 0px;
            width: 300px;

            height: 100vh;
            z-index: 200;
            top: 0;
            right: -320px;
            background-color: #000000;
            position: fixed;
            justify-content:inherit;
            flex-flow:inherit;
            align-items: inherit;
        }
        #header .nav_btn {
            width: 44px;
            height: 44px;
            z-index: 300;
            top: 13px;
            right: 0px;
            cursor: pointer;
            position: absolute;
        }
        .hamburger_line {
            transition: all .6s;
            width: 34px;
            height: 2px;
            left: 5px;
            background-color: #FFFFFF;
            position: absolute;
        }
        .hamburger_line1 { top: 10px; }
        .hamburger_line2 { top: 21px; }
        .hamburger_line3 { top: 32px; }
        .nav_bg {
            opacity: 0;
            transition: all .6s;
            width: 100vw;
            height: 100vh;
            z-index: 100;
            top: 0;
            left: 0;
            visibility: hidden;
            background-color: #000000;
            cursor: pointer;
            position: fixed;
        }

        /* 表示された時用のCSS */
        .nav_open #header #navi {
            right: 0;
        }

        .nav_open .nav_bg {
            opacity: .5;
            visibility: visible;
        }

        .nav_open .hamburger_line1 {
            transform: rotate(45deg);
            top: 20px;
        }

        .nav_open .hamburger_line2 {
            width: 0;
            left: 50%;
        }

        .nav_open .hamburger_line3 {
            transform: rotate(-45deg);
            top: 20px;
        }
    }
/******* header_cnt end (in header) ********/

/*------------------------------------------------
    header end
------------------------------------------------*/

/*------------------------------------------------
    main start
------------------------------------------------*/

main {
	width: auto;
	margin: auto;
	clear: both;
	display: block;
}
	@media (max-width: 1000px){
        main {
        }
	}
/*------------------------------------------------
    main end
------------------------------------------------*/

/*------------------------------------------------
    footer start
------------------------------------------------*/
footer {
	width: 100%;
	margin: auto;
	clear: both;
	display: block;
	background-color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer .f_copy {
    color: #AFAFAF;
    text-align: center;
    font-size: 1.4em;
    font-family: 'Noto Sans SC', sans-serif;
}

/*------------------------------------------------
     pagetop start
------------------------------------------------*/

#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#page_top a {
    display: block;
    line-height: 100%;
    text-decoration: none;
    font-size: 1.4em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    background-color: #AA8B44;
}
#page_top a:hover {
    background-color: #C3AD7A;
}
    @media screen and (max-width:1023px) {
        #page_top {
            position: fixed;
            bottom: 0px;
            right: 0px;
        }
        #page_top a {
            display: block;
            line-height: 100%;
            text-decoration: none;
            font-size: 1.4em;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 20px;
            padding-right: 20px;
            color: #FFFFFF;
            background-color: #AA8B44;
        }
        #page_top a:hover {
            background-color: #C3AD7A;
        }
    }
/*---------- pagetop end ----------*/

/*------------------------------------------------
    footer end
------------------------------------------------*/


@media screen and (max-width:980px) { 
	.pc { display: none !important; }
	.sp { display: block !important; }
}
