@charset "UTF-8";
/* Scss Document */
body {
    position: relative;
}
body:before {
    border: 10px solid #ded6bf;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 99;
}
header .menu_toggle {
    background: url("../img/shared/menu_bg.jpg") repeat;
    color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#menu_toggle li {
    opacity: 0;
    text-align: left;
}
#menu_toggle li.active a {
    color: #ca0101;
}
#menu_toggle .sub_scroll_box li {
    margin: 0 20px;
    border: none;
}
#menu_toggle .sub_scroll_box li a {
    padding: 5px 0;
}
#menu_toggle .sub_scroll_box li:last-child {
    border-bottom: none;
}
.nav--opened .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
}
.navOpen #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.nav--opened #menu_toggle li {}
.nav--opened.mn_tyle_a li {
    text-align: left !important;
}
.nav--opened.mn_tyle_a .hamburger {
    opacity: 0;
    visibility: hidden;
}
.nav--opened.mn_tyle_a .hamburger.type_a {
    opacity: 1;
    visibility: visible;
}
header .menu_toggle.nav-style01 {
    top: 0px;
    right: -100%;
    display: block;
    transition: all 0.5s ease 0s;
}
.hamburger {
    background-color: #ded6bf;
    position: fixed;
    top: 0px;
    z-index: 100;
    right: 1px;
}
.hamburger--vortex-r .hamburger-inner:after {
    width: 25px;
}
.hamburger:after {
    font-size: 15px;
    content: 'MENU';
    position: absolute;
    top: 35px;
    left: 12px;
    right: 50px;
    text-align: center;
    font-family: "Roboto";
    color: #000;
    font-weight: bold;
}
.hamburger {
    padding: 15px 15px 20px;
}
.hamburger-inner:after {
    width: 25px;
}
.hamburger:hover .hamburger-inner:after {
    width: 100%;
    transition: all 0.5s;
}
.nav--opened .hamburger-inner:after {
    width: 100%;
}
.type_a {
    padding: 11px 10px 3px;
    right: auto;
    left: 15px;
}
/* ナビゲーションアイコン：アクティブ */
.nav--opened .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}
.nav--opened .navBtn span:nth-of-type(2) {
    margin-top: 6px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
.nav--opened .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}
header .button-toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    width: 60px;
}
header .button-toggle span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin-top: 5px;
}
header .menu_toggle {
    position: fixed;
    width: 100% !important;
    top: 0px;
    left: 100%;
    height: 100vh;
    overflow-y: auto;
    color: #999;
    z-index: 99;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .menu_toggle ul {
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
header .menu_toggle li {
    position: relative;
    padding: 5px 5px;
    clear: both;
    letter-spacing: 2px;
}
.mn_tyle_a header .menu_toggle li.active::before {
    left: 0;
    transform: translateX(0);
}
header .menu_toggle a {
    display: block;
    color: #292725;
    text-decoration: none;
    line-height: 16px;
    font-size: 15px;
}
header .menu_toggle ul li a {
    display: block;
}
header .menu_toggle .last {
    background-color: #5a0000;
}
header .close_btn {
    width: 100%;
    height: 40px;
    padding-top: 1px;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    display: block;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: center;
    background-color: #000;
    z-index: 100;
}
header .close_btn span {
    font-size: 24px;
}
.nav--opened #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    padding: 74px 20px;
    height: 100vh;
    left: 0;
}
.nav--opened {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
body.nav--opened, body.nav--opened *, body.nav--nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
header .menu_toggle .navi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    /*padding-top: 124px;*/
    opacity: 0;
    visibility: hidden;
}
header .menu_toggle .navi .right .btn {
    position: relative;
    width: 470px;
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}
header .menu_toggle .navi a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
/*header .menu_toggle .navi .right .btn:before {
    position: absolute;
    content: url("../img/shared/btn_hitorinomi_1.png");
    width: 60px;
    height: 53px;
    top: 24px;
    left: 33px;
    z-index: 2;
}*/
/*header .menu_toggle .navi .right .btn:after {
    position: absolute;
    content: url("../img/shared/btn_hitorinomi_2.png");
    width: 13px;
    height: 16px;
    top: 34px;
    right: 20px;
}*/
header .menu_toggle .navi .right .btn a {
    padding: 4px 0;
    background: #292725;
    border-radius: 86px;
    text-align: center;
    font-size: 20px;
    line-height: 92px;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    padding-left: 61px;
    letter-spacing: 2px;
}
body.nav--opened .menu_toggle .navi {
    opacity: 1;
    visibility: visible;
}
header .menu_toggle .navi .left {
    width: 500px;
    max-width: 100%;
}
header .menu_toggle .navi .left ul.list1 {
    margin-bottom: 60px;
}
header .menu_toggle .navi .left ul.list1 li a {
    font-size: 25px;
}
header .menu_toggle .navi .left ul.list3 li {
    letter-spacing: 5px;
    margin-bottom: 18px;
}
header .menu_toggle .navi .right {
    width: 500px;
    max-width: 100%;
    padding-left: 32px;
    box-sizing: border-box;
    padding-top: 35px;
}
header .menu_toggle .navi .right .title a {
    font-size: 25px;
    letter-spacing: 4px;
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}
.nav--opened .menu_toggle .right .btn {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav--opened .menu_toggle .navi .right .title a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
header .menu_toggle .navi .left .list1 li {
    border-bottom: 1px solid #9b9686;
}
header .menu_toggle .navi .left .list1 li a {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 55px;
    padding: 15px 0 15px;
}
/*header .menu_toggle .navi .right .list2 {
    padding: 38px 0 21px 24px;
}*/
header .menu_toggle .navi .right hr.line {
    border: none;
    background: #9b9686;
    opacity: 0;
    height: 1px;
    margin-bottom: 50px;
}
.nav--opened #menu_toggle .navi .right hr.line {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
header .menu_toggle .navi .right .list2 a {
    letter-spacing: 5px;
    line-height: 33px;
}
header .menu_toggle .navi .right .app {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 400px;
    max-width: 100%;
    margin-bottom: 50px;
}
/*.nav--opened #menu_toggle .left .list1 li:nth-child(1) {
    -webkit-transition-delay: calc(0.2s + 0.1s*1);
    -o-transition-delay: calc(0.2s + 0.1s*1);
    transition-delay: calc(0.2s + 0.1s*1);
}
.nav--opened #menu_toggle .left .list1 li:nth-child(2) {
    -webkit-transition-delay: calc(0.2s + 0.1s*2);
    -o-transition-delay: calc(0.2s + 0.1s*2);
    transition-delay: calc(0.2s + 0.1s*2);
}
.nav--opened #menu_toggle .left .list1 li:nth-child(3) {
    -webkit-transition-delay: calc(0.2s + 0.1s*3);
    -o-transition-delay: calc(0.2s + 0.1s*3);
    transition-delay: calc(0.2s + 0.1s*3);
}
.nav--opened #menu_toggle .left .list3 li:nth-child(1) {
    -webkit-transition-delay: calc(0.2s + 0.1s*4);
    -o-transition-delay: calc(0.2s + 0.1s*4);
    transition-delay: calc(0.2s + 0.1s*4);
}
.nav--opened #menu_toggle .left .list3 li:nth-child(2) {
    -webkit-transition-delay: calc(0.2s + 0.1s*5);
    -o-transition-delay: calc(0.2s + 0.1s*5);
    transition-delay: calc(0.2s + 0.1s*5);
}
.nav--opened #menu_toggle .left .list3 li:nth-child(3) {
    -webkit-transition-delay: calc(0.2s + 0.1s*6);
    -o-transition-delay: calc(0.2s + 0.1s*6);
    transition-delay: calc(0.2s + 0.1s*6);
}
.nav--opened #menu_toggle .left .list3 li:nth-child(4) {
    -webkit-transition-delay: calc(0.2s + 0.1s*7);
    -o-transition-delay: calc(0.2s + 0.1s*7);
    transition-delay: calc(0.2s + 0.1s*7);
}
.nav--opened #menu_toggle .right .title a {
    -webkit-transition-delay: calc(0.2s + 0.1s*8);
    -o-transition-delay: calc(0.2s + 0.1s*8);
    transition-delay: calc(0.2s + 0.1s*8);
}
.nav--opened #menu_toggle .right .btn {
    -webkit-transition-delay: calc(0.2s + 0.1s*14);
    -o-transition-delay: calc(0.2s + 0.1s*14);
    transition-delay: calc(0.2s + 0.1s*14);
}
.nav--opened #menu_toggle .right .list2 li:nth-child(1) {
    -webkit-transition-delay: calc(0.2s + 0.1s*9);
    -o-transition-delay: calc(0.2s + 0.1s*9);
    transition-delay: calc(0.2s + 0.1s*9);
}
.nav--opened #menu_toggle .right .list2 li:nth-child(2) {
    -webkit-transition-delay: calc(0.2s + 0.1s*10);
    -o-transition-delay: calc(0.2s + 0.1s*10);
    transition-delay: calc(0.2s + 0.1s*10);
}
.nav--opened #menu_toggle .right .list2 li:nth-child(3) {
    -webkit-transition-delay: calc(0.2s + 0.1s*11);
    -o-transition-delay: calc(0.2s + 0.1s*11);
    transition-delay: calc(0.2s + 0.1s*11);
}
.nav--opened #menu_toggle .navi .right hr.line {
    -webkit-transition-delay: calc(0.2s + 0.1s*11);
    -o-transition-delay: calc(0.2s + 0.1s*11);
    transition-delay: calc(0.2s + 0.1s*11);
}
.nav--opened #menu_toggle .right .app li:nth-child(1) {
    -webkit-transition-delay: calc(0.2s + 0.1s*12);
    -o-transition-delay: calc(0.2s + 0.1s*12);
    transition-delay: calc(0.2s + 0.1s*12);
}
.nav--opened #menu_toggle .right .app li:nth-child(2) {
    -webkit-transition-delay: calc(0.2s + 0.1s*13);
    -o-transition-delay: calc(0.2s + 0.1s*13);
    transition-delay: calc(0.2s + 0.1s*13);
}*/
#menu_toggle li {
    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}
.nav--opened #menu_toggle li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.originTop {
    visibility: visible;
    -webkit-transform: translateY(-20px) scale(0.9);
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.originTop.animated {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
header {
    color: #fff;
    background: url("../img/index/key_bg.jpg") no-repeat center top;
    background-size: cover;
}
header .key {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
header .key .info {
    width: 523px;
    max-width: 100%;
}
header .key .photo {
    width: 501px;
    position: relative;
    padding-left: 63px;
    box-sizing: border-box;
    margin-top: -66px;
    margin-left: -30px;
}
header .key .photo .box {
    position: absolute;
    bottom: 71px;
    left: -19px;
}
header .key .photo .box h4 {
    position: absolute;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 400;
    top: 103px;
    z-index: 2;
    width: 100%;
    letter-spacing: 2px;
    line-height: 30px;
}
header .key .photo .box h4 span {
    font-size: 24px;
}
header h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 90px;
    margin-bottom: 25px;
    letter-spacing: 5px;
}
header p.txt {
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 50px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    letter-spacing: 4px;
}
header h3.t1 {
	width: 400px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
    letter-spacing: 2px;
	text-align: center;
}
.marker{
background: linear-gradient(transparent 75%, #d4b45e 75%);}
header ul.store {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 385px;
    margin-bottom: 40px;
}
header .note {
    font-weight: 300;
    width: 425px;
    line-height: 28px;
    font-size: 13px;
    letter-spacing: 2.5px;
}
.sp {
    display: none !important;
}
#sec1 {
    padding: 89px 0 122px;
    position: relative;
    background: #fcfbf7;
}
#sec1:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 101px;
    right: 0;
    height: 440px;
    background: url("../img/index/sec1_bg.png") no-repeat left top;
    background-size: cover;
    content: '';
}
#sec1 h2 {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 32px;
    letter-spacing: 2px;
    line-height: 60px;
}
#sec1 h2 span {
    font-size: 50px;
    letter-spacing: 4px;
}
#sec1 h3 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 4px;
}
#sec1 h3 span {
    color: #2ca1c3;
}
#sec1 .txt1 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 31px;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 30px;
}
#sec1 .txt2 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 30px;
}
#sec1 .txt3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 30px;
}
#sec1 .txt4 {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 30px;
}
#sec1 p.sticker {
    position: absolute;
    top: 255px;
    right: -127px;
}
#sec2 {
    padding: 124px 0 80px;
}
#sec2 h2 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 60px;
    letter-spacing: 4px;
}
#sec2 h2 > span {
    font-size: 72px;
    color: #2ca1c3;
}
#sec2 h2 > span span {
    font-size: 45px;
    color: #2ca1c3;
}
#sec2 .group {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    border: 10px solid #fff;
    box-sizing: border-box;
}
#sec2 .group .row {
    background: #ffffff;
    padding: 50px 0 0;
}
#sec2 .group .row .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
#sec2 .group .row .info {
    max-width: 100%;
    width: 577px;
}
#sec2 .group .row .info h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 60px;
    letter-spacing: 2.7px;
}
#sec2 .group .row .info h3 span.t1 {
    font-family: "Roboto";
    font-size: 50px;
    font-weight: bold;
    color: #2ca1c3;
    letter-spacing: 1px;
}
#sec2 .group .row .info h3 span.color {
    color: #2ca1c3;
}
#sec2 .group .row .info p.txt {
    font-weight: 300;
    letter-spacing: 1.3px;
}
#sec2 .group .row .photo {
    margin-right: 11px;
}
#sec2 .group .row .photo p {
    position: relative;
}
#sec2 .group .row .photo p span {
    position: absolute;
    top: 164px;
    right: 42px;
    z-index: 2;
}
#sec2 .group .row1 h3 {
    margin-bottom: 16px;
}
#sec2 .group .row1 .photo {
    margin-top: -10px;
}
#sec2 .group .row2 {
    background: #efeadb;
    padding: 60px 0 0;
}
#sec2 .group .row2 h3 {
    margin-bottom: 20px;
}
#sec2 .group .row2 .photo {
    margin-top: -5px;
}
#sec2 .group .row3 {
    padding: 60px 0 0;
}
#sec2 .group .row4 {
    background: #efeadb;
    padding: 55px 0 0;
}
#sec2 .group .row5 {
    background: #F0DB85;
    padding: 55px 0 55px;
}


#voice {	
    position: relative;
    padding: 40px 0 100px;
}


#voice .boice_box{
	border: solid 13px #2ca1c3;
    padding: 15px 50px 50px;
}

#voice .boice_box .box-title {
    position: absolute;
    display: inline-block;
    top: -40px;
    left: 30px;
    padding: 10px 30px 0;
    height: 40px;
    line-height: 30px;
    font-size: 25px;
    background: #2ca1c3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
#voice p {
    margin: 28px 0 0; 
    padding:0 0 5px;
    font-size: 20px;
	color:  #2ca1c3;
    letter-spacing:0.1em;
}

#voice .point {
  position: relative;
}

#voice .point:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-repeating-linear-gradient(-45deg, #2ca1c3, #2ca1c3 2px, #efeadb 2px, #efeadb 4px);
  background: repeating-linear-gradient(-45deg, #2ca1c3, #2ca1c3 2px, #efeadb 2px, #efeadb 4px);
}

#voice .icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: bottom;
    text-align: center;
    text-indent: initial;
    font-weight: bold;
    line-height: 10px;
    margin-right:0px;
  }

#voice .text {
    text-indent:10px;
  }



#movie{
    padding: 100px 0 122px;
    background: #fcfbf7;
}
#movie h2 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 4px;
}
#movie .youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

#movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#sec3 {
    background: url("../img/index/sec3_bg.jpg") repeat;
    padding: 97px 0 123px;
}
#sec3 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #f5f1e5;
    border-top: 3px solid #f5f1e5;
    border-bottom: 3px solid #f5f1e5;
    padding: 25px 0;
    width: 460px;
    margin: 0 auto 40px;
    letter-spacing: 3px;
}
#sec3 h3 {
    font-size: 34px;
    text-align: center;
    color: #f5f1e5;
    margin-bottom: 55px;
    letter-spacing: 3px;
}
#sec3 .btn {
    font-size: 60px;
    letter-spacing: 5px;
    margin-bottom: 22px;
    position: relative;
    background: #fff;
    border-radius: 117px;
}
#sec3 .btn span.t1 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
#sec3 .btn span.t1 span {
    font-weight: 500;
}
#sec3 .btn span.t2 {
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 7px;
}
#sec3 .btn:before {
    position: absolute;
    content: url(../img/shared/f_btn_arrow.png);
    width: 17px;
    height: 21px;
    right: 64px;
    top: 39%;
    transform: translateY(-50%);
    z-index: 5;
}
#sec3 .btn:after {
    border-radius: 117px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2ba0c3;
    z-index: 0;
}
#sec3 .btn a {
    border-radius: 117px;
    display: block;
    text-align: center;
    padding: 10px 0 40px;
    line-height: 65px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    z-index: 6;
    position: relative;
    border: 4px solid #2ba0c3;
}
#sec3 .btn:hover:after {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}
#sec3 p.btn:hover:before {
    content: url(../img/shared/f_btn_arrow_on.png);
    right: 48px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#sec3 .btn:hover a {
    color: #2ba0c3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#sec3 .note {
    text-align: center;
    color: #f5f1e5;
    letter-spacing: 6px;
}
#sec3 .note span {
    color: #d4b45e;
}

#sec3 .box{
	margin: 50px 0;
	text-align: center;
	color: #fff;
	border-top: 1px solid #7B7B7B;
	padding-top: 40px;
}
#sec3 .box h4{
	font-size: 24px;
	margin-bottom: 10px;
}
#sec3 .box h4 img{
	width: 60px;
}
#sec3 .btn2 {
    position: relative;
    width: 504px;
    margin: 20px auto 0px;
    max-width: 100%;
}
#sec3 .btn2:hover a {
    border: 1px solid #2ba0c3;
    color: #2ba0c3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#sec3 .btn2:hover:before {
    content: url(../img/shared/f_btn_arrow_on.png);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#sec3 .btn2:before {
    position: absolute;
    content: url(../img/shared/f_btn_arrow.png);
    width: 17px;
    height: 23px;
    top: 18px;
    right: 52px;
}
#sec3 .btn2 a {
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 12px 0 12px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

#sec4 {
    padding: 121px 0 0;
    background: url("../img/index/sec4_bg.jpg") no-repeat center top;
    background-size: cover;
	color: #fff;
}
#sec4 h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 65px;
    margin-bottom: 56px;
    letter-spacing: 3px;
}
#sec4 h2 span {
    display: block;
    font-size: 24px;
}
#sec4 ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 385px;
    margin-bottom: 38px;
    margin: 0 auto;
}
#sec4 p{
	text-align: center;
}
#sec4 .photo {
    text-align: center;
}
#news{
	width: 800px;
	margin: 0 auto;
	padding: 50px 0 100px;
}
#news h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 25px 0;
    margin: 0 auto;
    letter-spacing: 3px;
}
#news dl{
	border-bottom: 1px solid #E4DDC7;
	padding: 15px;
	line-height: 30px;
}
#news dt{
  float: left;
}

#news dd{
  margin-left: 120px;
}
#news dd:first-line {
    font-weight: bold;
}

footer nav > a + a:before {
    content: '';
}
footer nav a:hover {
    color: #2ba0c3;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
    header .key {
        padding: 0 21px;
    }
    header .key .photo {
        margin-left: -75px;
    }
    #sec1 p.sticker {
        width: 246px;
        position: absolute;
        top: 255px;
        right: -13px;
    }
    #sec2 .group .row {
        padding: 50px 20px 0;
    }
}
@media screen and (max-width: 999px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    header .menu_toggle .navi .right .btn {
        width: 100%;
    }
    header .menu_toggle .navi .left {
        width: 100%;
    }
    header .menu_toggle .navi .right {
        padding: 0;
        width: 100%;
    }
    header .menu_toggle .navi .left ul.list1 li a {
        font-size: 18px;
        line-height: 35px;
        padding: 5px 0 5px;
    }
    header .menu_toggle .navi .left ul.list1 {
        margin-bottom: 30px;
    }
    header .menu_toggle .navi .left ul.list2 li {
        margin-bottom: 10px;
    }
    header .menu_toggle .navi .left ul.list2 a {
        font-size: 13px;
    }
    /*header .menu_toggle .navi .left ul.list2 {
        margin-bottom: 30px;
    }*/
	header .menu_toggle .navi .left .title {
        font-size: 18px;
    }
    header .menu_toggle .navi .right .title a {
        font-size: 18px;
    }
	
    /*header .menu_toggle .navi .right .list2 {
        padding: 30px 0 21px 13px;
    }*/
    header .menu_toggle .navi .right .list2 a {
        font-size: 13px;
    }
    header .menu_toggle .navi .right .list2 a {
        line-height: 26px;
    }
	header .menu_toggle .navi .right hr.line{
		margin-bottom: 30px;
	}
    header .menu_toggle .navi .right .btn a {
        font-size: 14px;
        padding-left: 34px;
    }
    header .menu_toggle .navi .right .app {
        margin: 0 auto 30px;
    }
    /*header .menu_toggle .navi .right .btn:before {
        top: 24px;
        left: 8px
    }
    header .menu_toggle .navi .right .btn:after {
        top: 34px;
        right: 12px;
    }*/
    header .menu_toggle .navi .right .btn {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    header .menu_toggle .navi {
        padding-top: 0;
    }
    header {
        overflow: hidden;
    }
    header .key .info {
        width: 100%;
    }
    header h2 {
        font-size: 8vw;
        line-height: 133%;
        margin-bottom: 4%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
    header .logo {
        margin-left: 14px;
        margin-bottom: 26px;
        width: 150px;
        padding-top: 40px;
    }
    body:before {
        border: 5px solid #ded6bf;
    }
    header p.txt {
        font-size: 4.5vw;
        line-height: 185%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        margin-bottom: 7%;
    }
    header h3.t1 {
        text-align: center;
        font-size: 4.2vw;
        margin-bottom: 4%;
        line-height: 150%;
		width: 100%;
    }
    header ul.store {
        margin: 0 auto 3%;
        width: 95%;
        justify-content: center;
    }
    header ul.store li {
        margin: 0 10px;
        width: 49%;
    }
    header ul.store li:nth-child(1) {
        width: 40%;
    }
    header .note {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        font-size: 16px;
        line-height: 210%;
        max-width: 88%;
        margin: 0 auto;
        width: 100%;
        font-weight: 100;
    }
    header .key .photo .box {
        position: absolute;
        bottom: 44%;
        left: -25%;
        width: 51%;
    }
    header .key .photo .box h4 {
        font-size: 2.5vw;
        line-height: 221%;
        top: 48%;
    }
    header .key .photo .box h4 span {
        font-size: 3vw;
    }
    header .key .photo {
        margin: 0 auto -35%;
        width: 80%;
        padding: 0;
        /* padding-left: 13%; */
        box-sizing: border-box;
        margin-left: 32%;
    }
    #sec1 {
        padding: 15% 0 25%;
    }
    #sec1 h2 {
        font-size: 3vw;
        line-height: 1.7;
        letter-spacing: 0.05em;
        margin-bottom: 5%;
    }
    #sec1 h2 span {
        font-size: 6vw;
        letter-spacing: 0.2em;
    }
    #sec1 h3 {
        font-size: 3.5vw;
        line-height: 2;
        margin-bottom: 5%;
    }
    #sec1 .txt {
        text-align: left;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 3%;
        letter-spacing: 2px;
        padding: 0 2%;
        max-width: 75%;
    }
    #sec1 p.sticker {
        right: 0;
        bottom: 7%;
        width: 22%;
        top: auto;
    }
    #sec1:before {
        left: 24%;
        margin-left: 0;
        background-position: left bottom;
        height: 36%;
        background-size: 100%;
    }
    #sec2 {
        padding: 8% 0 10%;
    }
    #sec2 .group {
        max-width: 95%;
        border-bottom: none;
    }
    #sec2 .group .row .info p.txt {
        margin-bottom: 5%;
    }
    #sec2 .group .row .info {
        width: 100%;
    }
    #sec2 .group .row .photo {
        width: 75%;
        margin: 0 auto;
    }
    #voice .boice_box{
    padding: 5px 15px 40px;
}
    #voice p {
    margin: 25px 0 0; 
    padding:0 0 5px;
    font-size: 17px;
	color:  #2ca1c3;
    letter-spacing:0.1em;
	line-height: 1.7em;
}
    #voice .icon {
	line-height: 1.7em;
    padding-bottom:5px;
    margin-left:-10px;
  }
	#movie{
        padding: 12% 0 15%;
	}
    #sec3 h3 {
        font-size: 3vw;
        letter-spacing: 0.2em;
    }
	#sec3 .btn{
		font-size: inherit;
	}
    #sec3 .btn a {
           padding: 4% 0px 5%;
    line-height: 200%;
    }
    #sec3 .btn:before {
        right: 25px;
		top: 45%;
		    transform: translateY(-50%) scale(0.5);
    }
    #sec3 .btn span.t1 {
        font-size: 4vw;
		line-height: 180%;
    }
	#sec3 p.btn:hover:before{
		right: 10px;
	}
    #sec3 .btn span.t2 {
        font-size: 5vw;
		line-height: 180%;
    }
    #sec4 .photo {
        width: 70%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
	header .menu_toggle .navi .right .btn{
		width: 50%;
		margin: 0 auto;
	}
	header .menu_toggle .navi .right .app{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px) {
    header h1 {
        top: 7px;
		left: 10px;
        font-size: 10px;
		line-height: 12px;
        letter-spacing: 0;
    }
    header .note {
        font-size: 12px;
    }
    #sec1 .txt1 {
        max-width: 100%;
    }
    #sec1 .txt2 {
        max-width: 100%;
    }
    #sec1 .txt {
        font-size: 13px;
    }
    #sec1 h2 {
        font-size: 3.8vw;
    }
    #sec1 h2 span {
        font-size: 7vw;
    }
    #sec1 h3 {
        font-size: 4.6vw;
        line-height: 2;
        margin-bottom: 2%;
        letter-spacing: 3px;
    }
    #sec1 p.sticker {
        right: -5px;
    }
    #sec1 .txt3 {
        max-width: 84%;
    }
    #sec2 {
        padding: 2% 0 10%;
    }
    #sec2 h2 {
        font-size: 6vw;
        margin-bottom: 4%;
        letter-spacing: 4px;
        line-height: 2;
    }
    #sec2 h2 > span {
        font-size: 10vw;
    }
    #sec2 h2 > span span {
        font-size: 6vw;
    }
    #sec2 .group .row .info h3 {
        font-size: 5vw;
        line-height: 1.5;
    }
    #sec2 .group .row .info h3 span.t1 {
        font-size: 8vw;
    }
    #sec2 .group .row {
        padding: 6% 0 0;
    }
    #sec2 .group .row .info p.txt {
        font-size: 14px;
        line-height: 30px;
    }
	#movie{
		
	}
	#movie h2{
        font-size: 6vw;
        margin-bottom: 4%;
        letter-spacing: 4px;
        line-height: 2;
	}
    #sec3 {
        padding: 15% 0 15%;
    }
    #sec3 h2 {
        width: 75%;
        font-size: 6vw;
        margin: 0 auto 5%;
        padding: 10px 0;
    }
    #sec3 h3 {
        font-size: 3.5vw;
        letter-spacing: 0.1em;
        margin-bottom: 5%;
    }
	   #sec3 .btn a {
           padding: 3% 0px 5%;
    line-height: 200%;
    }
    #sec3 .btn a {
      
        
    }
    #sec3 .btn span.t1 {
        font-size: 3.5vw;
	
    }
    #sec3 .btn span.t2 {
        font-size: 4.5vw;
		
    }
    #sec3 .btn:before {
        
    }
    #sec3 .btn {
        margin-bottom: 10px;
    }
    #sec3 .note {
        font-size: 13px;
        letter-spacing: 2px;
    }
	#sec3 .btn2 a {
        font-size: 17px;
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    #sec3 .btn2:before {
        right: 35px;
    }
	#sec3 h4{
		font-size: 5vw !important;
	}
	#sec3 .box{
		width: 90%;
		margin: 40px auto 0;
		font-size: 3.8vw;
	}
    #sec4 {
        padding: 15% 0 0;
    }
    #sec4 h2 {
        line-height: 1.5;
        margin-bottom: 6%;
        font-size: 6vw;
    }
    #sec3 .note {
        line-height: 2;
    }
    #sec3 .note span {
        display: block;
    }
    #sec4 h2 span {
        font-size: 3vw;
        margin-bottom: 3%;
    }
    #sec4 .photo {
        width: 95%;
    }
    footer p.btn a {
        font-size: 17px;
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    footer p.btn:before {
        right: 35px;
    }
    footer .logo {
        width: 40%;
    }
    footer nav > a {
        font-size: 11px !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 425px) {
	#sec1 .txt4{
		max-width: 55%;
	}
}
@media screen and (max-width: 375px) {
    #sec2 .group .row .info h3 {
        letter-spacing: 2px;
    }
    #sec4 ul {
        width: 87%;
        justify-content: center;
    }
    #sec4 ul li {
        width: 44%;
        margin: 0 5px;
    }
    #sec4 ul li:nth-child(2) {
        width: 53%;
        margin: 0 5px;
    }
    #sec3 .btn span.t2 {
        font-size: 5.5vw;
        letter-spacing: 3px;
    }
    #sec3 .btn:before {
        right: 10px;
    }
    #sec3 p.btn:hover:before {
        right: 7px;
    }
    footer nav > a + a {
        padding-left: 0;
    }
	footer p.btn a{
		padding-left: 19px;
	}
}