/* Common button styles */

.request_bt_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    margin-bottom: 80px;
}
.request_bt {
    justify-content: left;
    display: inline-block;
    background-color: #b72122;
}
/**********************/
.link_bt {
    justify-content: left;
    display: inline-block;
    background-color: #AF261E;
}
.view360_bt {
    padding-top: 80px;
    padding-bottom: 80px;
   background-color: #AF261E;
}
.bt360 {
    justify-content: left;
    display: inline-block;
    background-image: url(../images/top_img/360.svg);
    background-size: 8%;
    background-repeat: no-repeat;
    background-position: 16% center;
    background-color: #AF261E;
}
.bt360:hover {
    background-image: url(../images/top_img/360black.svg);
}
.button {
    /*float: left;*/
    min-width: 180px;
    max-width: 250px;
    /*display: block;*/
/*    margin: 1em;*/
    font-size: 15px;
    padding-right: 2em;
    padding-left: 2em;
    border: none;
    background: none;
    /*color: inherit;*/
    vertical-align: middle;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;/*		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;*/
	
	
	
	
	
}
.button--s {
    min-width: 100px;
    max-width: 250px;
    font-size: 13px;
    padding-right: 2.5em;
    padding-left: 2.5em;
    border: none;
    background: none;
    /*color: inherit;*/
    vertical-align: middle;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button--big-max {
    width: 100%;
    
    border: 0px solid #5A5A5A;
    vertical-align: middle;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.button--big-more {
    width: 100%;
    max-width: 980px;
    font-size: 20px;
    border: 1px solid #5A5A5A;
    vertical-align: middle;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.button--big {
    min-width: 630px;
    max-width: 980px;
    font-size: 20px;
    padding-right: 4em;
    padding-left: 4em;
    /*border: 1px solid #5A5A5A;*/
    border: 1px solid #fff;
      /* border: 1px solid: #AF261E;*/
    vertical-align: middle;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.button--big:hover, .button--big-more {
    border: none;
}
.change-pL {
    padding-left: 80px;
}
.button--big::before {
    padding-left: 40px;
}
.button:focus {
    outline: none;
}
.button > span {
    vertical-align: middle;
}
/* position */

.r-bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.l-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/* Sizes */
.button--size-s {
    font-size: 14px;
}
.button--size-m {
    font-size: 16px;
}
.button--size-l {
    font-size: 18px;
}
.button--text-upper {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.button--text-thin {
    font-weight: 300;
}
.button--text-medium {
    font-weight: 500;
}
.button--text-thick {
    font-weight: 600;
}
.button--round-no {
    border-radius: 0px;
}
.button--round-ss {
    border-radius: 2px;
}
.button--round-s {
    border-radius: 5px;
}
.button--round-m {
    border-radius: 15px;
}
.button--round-l {
    border-radius: 40px;
}
/* Nina */
.button--back08 {
    background: rgba(0,0,0,0.8);
}
.button--back-none {
    background: rgba(0,0,0,0);
}
.button--back10 {
    background: rgba(0,0,0,1);
}
.font-color-fff {
    color: #fff;
}
.font-color-000 {
    color: #000;
}
.button--nina {
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
/* Nina *//* Nina *//* Nina *//* Nina *//* Nina */



.button--nina.button--inverted {
    background: #fff;
    color: #7986cb;
}
.button--nina > span {
    display: inline-block;
    /*padding: 1em 0;*/
    opacity: 0;
    color: #000;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
    content: attr(data-text);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /***IE用***/
    left: 0;
    right: 0;
    top: 0;
    boyyom: 0;
    margin: auto;
    /*********/
	
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.bt_cover.mask {
    width: 100%;
    height: 100%;
    position: absolute;	
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);	/* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.bt_cover:hover.mask {
    background-color: rgba(0,0,0,0.3);	/* マスクは半透明 */
    width: 95%;
    height: 95%;
}
.button--nina:hover, .bt_cover:hover .button--nina {
    background-color: #fff;
}
/*****************/
.request_bt_box .button--nina {
    border: 1px solid #b72122;
}
.request_bt_box:hover .button--nina {
    background-color: #fff;
    border: 1px solid #5A5A5A;
}
.hover_black {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.7em;
    color: #fff;
    background-color: transparent;
    transition: color 0.3s;
}
.request_bt_box:hover .hover_black {
    color: #999;
}
.request_bt_box:hover .button--nina > span {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.2em
}
/*****************/


.button--nina:hover::before, .bt_cover:hover .button--nina::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.button--nina:hover > span, .bt_cover:hover .button--nina > span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1), .bt_cover:hover .button--nina > span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2), .bt_cover:hover .button--nina > span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3), .bt_cover:hover .button--nina > span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4), .bt_cover:hover .button--nina > span:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5), .bt_cover:hover .button--nina > span:nth-child(5) {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6), .bt_cover:hover .button--nina > span:nth-child(6) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7), .bt_cover:hover .button--nina > span:nth-child(7) {
    -webkit-transition-delay: 0.315s;
    transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8), .bt_cover:hover .button--nina > span:nth-child(8) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9), .bt_cover:hover .button--nina > span:nth-child(9) {
    -webkit-transition-delay: 0.405s;
    transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10), .bt_cover:hover .button--nina > span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.button--nina:hover > span:nth-child(11), .bt_cover:hover .button--nina > span:nth-child(11) {
    -webkit-transition-delay: 0.495s;
    transition-delay: 0.495s;
}
.button--nina:hover > span:nth-child(12), .bt_cover:hover .button--nina > span:nth-child(12) {
    -webkit-transition-delay: 0.54s;
    transition-delay: 0.54s;
}

@media screen and (max-width: 768px) {
    
 .reset-round-768 {
    border-radius: 0px!important;
}   
  
    

.view360_bt {
    padding: 0;
    width: 100%;
}
.button--big {
    min-width: 100%;
    padding-right: 0.6em;
    padding-left: 0.6em;
    font-size: 17px;
    height: 70px;
    border: 0px!important;
    border-color: #AF261E!important;
}
.button--big::before {
    padding-left: 19px;
}
.change-pL {
    padding-left: 34px;
}
.bt360 {
    background-size: 8%;
    background-repeat: no-repeat;
    background-position: 3% center;
}
}
