@charset "utf-8";
@font-face {
    font-family: 'PerpetuaItalic';
    src: url('../fonts/PerpetuaItalic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PerpetuaItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PerpetuaItalic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PerpetuaItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.iconLink svg {
	width: 22px;
}
/* page */
#gHeader {
    position: fixed !important;
    transform: none !important;
}
.whiteNav #gHeader::before {
    display: block;
}
.summer {
    color: #816929;
    overflow: hidden;
}
.giftTop {
	min-height: 100vh;
	position: relative;
}
.giftTop .mainVisual {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0;
}
.mainVisual .fvPcScroll {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: url("../img/main_visual_bg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.mainVisual .fvPcScroll video {
    width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}
.topInfo {
	max-width: 1200px;
    padding: 35px 30px 0;
	position: absolute;
	z-index: 5;
	left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	box-sizing: border-box;
}
.topInfo .logo {
    width: 260px;
}
.topInfo .logo img {
    margin: 0 auto;
    display: block;
    width: 106px;
}
.topInfo .logo .en {
    margin: 25px 0 45px;
    display: block;
    font-size: 28px;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
}
.topInfo .logo .img img {
    margin: 0 auto;
    display: block;
    width: 27px;
    transition: transform .6s ease;
}
.topInfo .logo .img.on img {
    transform: translateY(10px);
}
.giftTop .link {
    position: absolute;
    right: 80px;
    bottom: 80px;
    z-index: 5;
    opacity: 0;
}
body.loaded .giftTop .link {
    opacity: 1;
}
.giftTop .link a {
    width: 110px;
    height: 110px;
    display: flex;
    color: #FFF;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    flex-direction: column;
    text-align: center;
    letter-spacing: 0.05em;
    background: url("../img/bg01.png") no-repeat center center;
    background-size: cover;
}
.giftTop .link a .fontEn {
    display: block;
}
 .fontEn {
    font-family: 'PerpetuaItalic';
 }
.lagoon {
    padding: 150px 0 140px;
    text-align: center;
}
.lagoon h2 {
    /*margin-bottom: 60px;
    color: #816929;
    font-size: 36px;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.05em;*/
    margin: 0 auto 35px;
    width: 100%;
}
.lagoon h2 img {
    width: 200px;
}
.lagoon p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2.8;
    letter-spacing: 0.1em;
}
.lagoon p:last-of-type {
    margin-bottom: 0;
}
.item .photo {
    position: relative;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
}
.item .photo .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.item .photo img {
    width: 100%;
}
.item .photo h3 {
    color: #9A4655;
    font-size: 40px;
    position: absolute;
    font-weight: 400;
    left: 5.2%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
}
.item .photo h3 img {
    width: 5.8%;
}
.item .photo.photo01 h3 img {
    width: 6.3%;
}
.item .photo.photo02 h3 img {
    width: 8%;
}
.item .photo .list {
    position: absolute;
    right: 4.5%;
    top: 50%;
    font-size: 18px;
    z-index: 1;
    transform: translateY(-50%);
}
.item .photo .list a {
    color: #FFF;
    font-size: 18px;
}
.item .photo .list .itemtxt {
    display: inline-block;
    vertical-align: middle;
}
.item .photo .list .itemtxt img {
    width: 64px;
}

.item .photo .list .img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.item .photo .list .img img {
    width: 40px;
}
.item .photo01 h3 {
    color: #FFF;
}
.item .photo02 h3 {
    color: #9A592B;
}
.popBox {
    width: 420px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
    transform: translateX(100%);
    transition: transform 0.4s ease .2s;
}
.popBox.on {
    transform: translateX(0);
}
.popBox .inner {
    padding: 0 70px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}
.popBox .close {
    width: 20px;
    position: absolute;
    right: 35px;
    top: 35px;
}
.popBox ul {
    padding: 80px 0;
}
.popBox li {
    margin-bottom: 20px;
}
.popBox li:last-of-type {
    margin-bottom: 0;
}
.popBox li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.popBox li .pho {
    margin-right: 18px;
    width: 80px;
}
.popBox li .pho img {
    width: 100%;
}
.popBox li p {
    color: #000;
    font-size: 12px;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
.collection {
    margin: 149px 0;
    position: relative;
    overflow: hidden;
}
.collection h3 {
    opacity: 0.05;
    font-size: 200px;
    white-space: nowrap;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    transform: translate(0, -50%);
}
.collection h3 span {
    padding: 0 0.25em;
    display: inline-block;
}
.collection h3 span:nth-child(2) {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
}
.collection h3 span:last-child {
    position: absolute;
    left: 200%;
    top: 0;
    width: 100%;
}
.collection .imgBox {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 772px;
    position: relative;
    z-index: 1;
}
.collection .imgBox a {
    display: flex;
    flex-wrap: wrap;
    color: #816929;
    transition: all 0.5s;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.08);
}
.collection .imgBox a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.collection .imgBox a:hover .basePic {
    opacity: 1 !important;
}
.collection .imgBox .photo {
    width: 50%;
}
.collection .imgBox .photo img {
    width: 100%;
}
.collection .imgBox .txtBox {
    width: 50%;
    position: relative;
    background: url("../img/bg02.jpg") no-repeat center center;
    background-size: cover;
}
.collection .imgBox .txtBox p {
    width: 100%;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    letter-spacing: 0.08em;
}
.collection .imgBox .txtBox p .en {
    margin-bottom: 10px;
    display: block;
    font-size: 30px;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
}
.conch {
    padding: 0 8px;
    position: relative;
}
.conch .bgPhoto img {
    width: 100%;
}
.conch .inner {
    padding: 114px 0 134px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.conch h3 {
    margin-bottom: 60px;
    color: #816929;
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.conch .content {
    margin: 0 auto;
    width: 1060px;
}
.conch .imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.conch .photo {
    width: 560px;
    position: relative;
}
.conch .photo:after {
	width: 100%;
	display: block;
	padding-bottom: 56.25%;
	content: "";
}
.conch .photo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.conch .photo img {
    width: 100%;
}
.conch .txtBox {
    width: 420px;
}
.conch h4 {
    margin-bottom: 30px;
    color: #816929;
    letter-spacing: 0.8px;
}
.conch h4 .en {
    font-size: 30px;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
}
.conch p {
    margin-bottom: 0;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
}
.conch .link {
    width: 310px;
}
.conch .link a {
    padding: 3px;
    display: block;
    color: #816929;
    transition: all 0.5s;
    border: 1px solid rgba(129,105,41,0.5);
    border-radius: 35px;
}
.conch .link span {
    padding: 5px;
    display: block;
    font-size: 20px;
    text-align: center;
    border: 1px solid rgba(129,105,41,0.2);
    border-radius: 35px;
}
.feeling {
    padding: 36px 20px;
}
.feeling .inner {
    padding: 5px;
    border: 1px solid rgba(129,105,41,0.5);
}
.feeling .subInner {
    padding: 78px 0 96px;
    border: 1px solid rgba(129,105,41,0.2);
}
.feeling h3 {
    margin-bottom: 41px;
    color: #816929;
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.feeling .content {
    margin: 0 auto;
    width: 960px;
}
.feeling .tabList {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feeling .tabList li {
    background: url("../img/line01.png") no-repeat right center;
    background-size: 9px auto;
}
.feeling .tabList li:last-of-type {
    background: none;
}
.feeling .tabList li a {
    padding: 0 26px;
    display: block;
    opacity: 0.3;
    color: #816929;
    font-size: 20px;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.feeling .tabList li.on a {
    opacity: 1;
}
.feeling .tabBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.feeling .photo {
    width: 520px;
    position: relative;
    transition: all 0.5s;
}
.feeling .photo img {
    width: 100%;
    transition: all 0.5s;
}
.feeling .photo .txt {
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 20px;
    bottom: 20px;
    letter-spacing: 1px;
}
.feeling .txtBox {
    width: 370px;
}
.feeling .txtBox h4 {
    margin-bottom: 30px;
    color: #816929;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1px;
}
.feeling .txtBox h4 .sml {
    margin-top: 7px;
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.feeling .txtBox p {
    color: #333;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.snsBox {
    margin: 90px 0 100px;
    color: #816929;
    text-align: center;
}
.snsBox h3 {
    margin-bottom: 12px;
    color: #816929;
    font-size: 16px;
    font-family: 'Perpetua Regular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
}
.snsBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.snsBox li {
    margin: 0 15px;
}
.snsBox li svg {
    width: 29px;
    height: 29px;
    fill: #816929;
}
.snsBox li.fb svg {
    width: 26px;
    height: 26px;
}
.popupBox {
    display: none;
    margin: 0 auto;
    padding: 10px;
    width: 800px;
    box-sizing: border-box;
    background-color: #FFF;
}
.popupBox .inner {
    padding: 60px 30px;
    position: relative;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #816929;
}
.popupBox .close {
    width: 15px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.popupBox .close img {
    width: 100%;
}
.popupBox .popTtl {
    margin-bottom: 45px;
    color: #816929;
    font-size: 30px;
}
.popupBox p {
    color: #333;
    font-weight: 500;
    line-height: 2;
}
@media all and (min-width: 768px) {
    .giftTop .link a:hover {
        background-image: url("../img/bg01_over.png");
    }
    .item .photo .list a:hover {
        opacity: 0.7;
    }
    .collection .imgBox a:hover {
        box-shadow: none;
    }
    .conch .link a:hover {
        background-color: #FFF;
    }
    .feeling .tabList li a:hover {
        opacity: 1;
    }
    .feeling .photo img {
        display: block;
    }
    .feeling .photo:hover {
        background: url("../img/photo03_over.jpg") no-repeat center center;
        background-size: cover;
    }
    .feeling .photo:hover img {
        opacity: 0;
        visibility: hidden;
    }
    .feeling .photo01:hover {
        background-image: url("../img/photo04_over.jpg");
    }
    .feeling .photo02:hover {
        background-image: url("../img/photo05_over.jpg");
    }
    .collection h3 {
        animation: scroll 20s infinite linear;
    }
    .sp {
        display: none !important;
    }
}
@keyframes scroll {
    0% {
        transform: translate(0,-50%);
    }
    100% {
        transform: translate(-100%,-50%);
    }
}
@media all and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .item .photo {
        overflow: hidden;
    }
	.giftstory .mainVisual .fvPcScroll {
		position: relative;
		z-index: 1;
	}
	.giftTop {
        min-height: inherit;
		margin-bottom: 47px;
	}
    .topInfo {
        max-width: inherit;
        padding: 0 15px;
        z-index: 5;
        left: 0;
        top: 66px;
        transform: none;
        text-align: center;
        box-sizing: border-box;
    }
    .topInfo .logo {
        width: auto;
        text-align: center;
    }
    .topInfo .logo img {
        width: 70px;
    }
    .topInfo .logo .en {
        margin: 8px 0 0;
        font-size: 22px;
    }
    .topInfo .logo .img {
        display: none;
    }
    .giftTop .link {
        right: 30px;
        bottom: 70px;
    }
    .giftTop .link a {
        width: 100px;
        height: 100px;
        font-size: 11px;
        font-weight: 400;
    }
    .giftTop .link a .fontEn {
        font-size: 13px;
    }
    .lagoon {
        padding: 100px 20px 110px;
    }
    .lagoon h2 {
        margin-bottom: 38px;
        /*font-size: 32px;*/
    }
    .lagoon h2 img {
        width: 168px;
    }
    .lagoon p {
        margin-bottom: 35px;
        font-size: 12px;
        line-height: 2.67;
    }
    .lagoon p:last-of-type {
        margin-bottom: 0;
    }
    .item {
        position: relative;
    }
    .item::before {
        width: 100%;
        height: 80%;
        position: absolute;
        left: 0;
        top: 0;
        background: #ced3e3;
        
        content: "";
    }
    .item .photo {
        margin-bottom: 7px;
    }
    .item .photo h3 {
        font-size: 28px;
        left: 20px;
        top: auto;
        bottom: 12px;
        transform: none;
    }
    .item .photo h3 img {
        width: 60px;
    }
    .item .photo.photo01 h3 img {
        width: 66px;
    }
    .item .photo.photo02 h3 img {
        width: 84px;
    }
    .item .photo .list {
        position: absolute;
        right: 20px;
        top: auto;
        bottom: 19px;
        font-size: 16px;
        transform: none;
    }
    .item .photo .list a {
        font-size: 16px;
    }
    .item .photo .list .itemtxt img{
        width: 52px;
    }
    .item .photo .list .img {
        margin-left: 8px;
        margin-top: 6px;
    }
    .item .photo .list .img img {
        width: 28px;
    }
    .popBox {
        position: fixed;
        left: 0;
        top: 0;
        padding: 0;
        width: auto;
        height: 100%;
        z-index: 2000;
        transform: none;
        display: none;
        overflow-y: auto;
        background: rgba(255,255,255,0.9);
    }
    .popBox .popPhoto img {
        width: 100%;
    }
    .popBox .inner {
        padding: 0 53px;
        position: relative;
        height: auto;
    }
    .popBox .close {
        width: 14px;
        position: fixed;
        right: 20px;
        top: calc(100vw + 20px);
    }
    .popBox .close img {
        width: 14px;
    }
    .popBox ul {
        margin-top: -30px;
        padding: 50px 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .popBox li {
        margin: 30px 0 0;
        display: block;
        width: 40%;
        text-align: center;
    }
    .popBox li a {
        display: block;
    }
    .popBox li .pho {
        margin: 0 0 15px;
        width: auto;
    }
    .fancybox-bg {
        background-color: #FFF !important;
    }
    .collection {
        margin: 70px 0 30px;
    }
    .collection h3 {
        opacity: 0.05;
        width: 100%;
        font-size: 134px;
        line-height: 0.9;
        white-space: inherit;
        left: -90px;
        top: calc(50% - 30px);
        transform: translate(0, -50%);
        text-align: center;
    }
    .collection .imgBox {
        margin: 0 auto;
        padding-bottom: 30px;
        width: 224px;
    }
    .collection .imgBox a {
        display: block;
    }
    .collection .imgBox .photo {
        width: auto;
    }
    .collection .imgBox .txtBox {
        width: 224px;
        height: 273px;
    }
    .collection .imgBox .txtBox p {
        font-size: 12px;
    }
    .collection .imgBox .txtBox p .en {
        font-size: 20px;
    }
    .conch {
        padding: 0 15px;
    }
    .conch .inner {
        padding: 56px 0 70px;
        position: static;
        left: auto;
        top: auto;
        transform: none;
        background: url("../img/sp_bg03.png") no-repeat center center;
        background-size: 100% 100%;
    }
    .conch h3 {
        margin-bottom: 45px;
        font-size: 23px;
        letter-spacing: 0.1em;
    }
    .conch .content {
        margin: 0 18px;
        width: auto;
    }
    .conch .imgBox {
        display: block;
    }
    .conch .photo {
        margin-bottom: 40px;
        width: auto;
    }
    .conch .txtBox {
        width: auto;
        text-align: center;
    }
    .conch h4 {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .conch h4 .en {
        margin-right: 10px;
        display: inline-block;
        font-size: 24px;
    }
    .conch p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1.85;
        letter-spacing: 0.05em;
    }
    .conch .link {
        width: auto;
        max-width: 310px;
    }
    .conch .link a {
        padding: 2px;
    }
    .conch .link span {
        padding: 9px;
        font-size: 16px;
        letter-spacing: 0.08em;
    }
    .feeling {
        padding: 55px 15px 0;
    }
    .feeling .inner {
        padding: 4px;
        position: relative;
        border: none;
    }
    .feeling .inner::before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        border: 1px solid rgba(129,105,41,0.5);
        
        content: "";
        pointer-events: none;
        user-select: none;
    }
    .feeling .inner::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        position: absolute;
        left: 4px;
        top: 4px;
        z-index: 1;
        border: 1px solid rgba(129,105,41,0.2);
        
        content: "";
        pointer-events: none;
        user-select: none;
    }
    .feeling .subInner {
        padding: 45px 0 55px;
        position: relative;
        border: none;
        z-index: 1;
    }
    .feeling h3 {
        margin-bottom: 18px;
        font-size: 24px;
    }
    .feeling .content {
        width: auto;
    }
    .feeling .tabList {
        margin-bottom: 35px;
    }
    .feeling .slideTable {
        margin: 0 -18px;
    }
    .feeling .tabList li {
        background-size: 8px auto;
    }
    .feeling .tabList li a {
        padding: 0 15px;
        font-size: 16px;
    }
    .feeling .tabBox {
        display: block;
    }
    .feeling .photo {
        margin: 0 0 35px;
        width: auto;
        cursor: pointer;
    }
    .feeling .photo.click {
        background: url("../img/photo03_over.jpg") no-repeat center center;
        background-size: cover;
    }
    .feeling .photo.click img {
        opacity: 0;
        visibility: hidden;
    }
    .feeling .photo01.click {
        background-image: url("../img/photo04_over.jpg");
    }
    .feeling .photo02.click {
        background-image: url("../img/photo05_over.jpg");
    }
    .feeling .photo .txt {
        font-size: 14px;
        text-decoration: underline;
        right: 35px;
        bottom: 20px;
    }
    .feeling .txtBox {
        margin: 0 18px;
        width: auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .feeling .txtBox h4 {
        margin-bottom: 18px;
        font-size: 18px;
        letter-spacing: 1px;
    }
    .feeling .txtBox h4 .sml {
        margin-top: 2px;
        font-size: 12px;
    }
    .feeling .txtBox p {
        font-size: 12px;
        line-height: 1.85;
    }
    .snsBox {
        margin: 60px 0 100px;
    }
    .snsBox li.line {
        margin: 0 15px 0 8px;
    }
    .popupBox {
        margin: 0 15px;
        width: auto;
    }
    .popupBox .inner {
        padding: 40px 16px;
    }
    .popupBox .popTtl {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .popupBox p {
        font-size: 12px;
        line-height: 2.16;
    }
    .fancybox-slide--html {
        padding: 0;
    }
    .fancybox-slide--html .fancybox-close-small {
        display: none !important;
    }
    .fixSns {
        z-index: 10;
    }
    .fadeInAnim.visible {
        transform: none;
    }
}
.item .photo .list .img {
    transition: transform .6s ease;
}
.item .photo .list .img.on {
    transform: translateX(10px);
}
.slick-slider {
    touch-action: inherit;
}
.giftTop .link,
.topInfo .logo {
    opacity: 0;
    transition: .5s;
    transition-delay: 1s;
}
body.loaded .giftTop .link,
body.loaded .topInfo .logo {
    opacity: 1;
}
.coordinate {
	margin: 175px 0 200px;
}
.coordinate h2 {
	margin-bottom: 69px;
	text-align: center;
}
.coordinate h2 img {
	width: auto;
	height: 50px;
}
.coordinate .imgBox + .imgBox {
	margin-top: 150px;
}
.coordinate .imgBox {
	display: flex;
	justify-content: space-between;
}
.coordinate .imgBox .photo {
	width: 65.88%;
	flex-shrink: 0;
}
.coordinate .imgBox .photo img {
	width: 100%;
}
.coordinate .imgBox .txt {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
	height: 43.33vw;
	min-height: 477px;
}
.coordinate .imgBox ul {
	max-width: 330px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.coordinate .imgBox ul li {
	width: 43%;
}
.coordinate .imgBox ul li:nth-child(n+3) {
	margin-top: 20px;
}
.coordinate .imgBox ul a {
	display: flex;
	align-items: center;
	font-family: 'Perpetua Regular';
	font-size: 12px;
	color: #000;
}
.coordinate .imgBox ul a:hover {
	opacity: 0.7;
	transition: color .5s ease,opacity .5s ease;
}
.coordinate .imgBox ul a img {
	max-width: 100%;
}
.coordinate .imgBox ul .pho {
	margin-right: 18px;
	width: 80px;
	box-sizing: border-box;
	border: 1px solid #ece6d8;
	flex-shrink: 0;
}
@media all and (max-width: 767px) {
	.coordinate {
		margin: 84px 0 80px;
	}
	.coordinate h2 {
		margin-bottom: 43px;
		text-align: center;
	}
	.coordinate h2 img {
		width: auto;
		height: 25px;
	}
	.coordinate .imgBox + .imgBox {
		margin-top: 70px;
	}
	.coordinate .imgBox {
		flex-direction: column;
	}
	.coordinate .imgBox .photo {
		margin-bottom: 50px;
		width: 100%;
	}
	.coordinate .imgBox .txt {
		width: 100%;
		height: auto;
		order: 1;
		min-height: inherit;
	}
	.coordinate .imgBox ul {
		max-width: 270px;
	}
	.coordinate .imgBox ul li {
		width: 110px;
	}
	.coordinate .imgBox ul li:nth-child(n+3) {
		margin-top: 30px;
	}
	.coordinate .imgBox ul a {
		flex-direction: column;
	}
	.coordinate .imgBox ul a img {
		max-width: 100%;
	}
	.coordinate .imgBox ul .pho {
		margin: 0 0 15px;
		width: 110px;
	}
}