@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1180px;
  }
  #mainv {
    min-width: 1180px;
    margin: 0 0 50px;
    position: relative;
  }
  #mainv .mainvFirst,
  #mainv .mainvSecond {
    position: relative;
  }
  #mainv .mainvFirst picture,
  #mainv .mainvSecond picture {
    height: 414px;
    display: block;
  }
  #mainv .mainvFirst picture img,
  #mainv .mainvSecond picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #reason .inner {
    padding: 0 0 70px;
  }
  #reason h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #reason h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #reason h2 span {
    color: #9c7237;
  }
  #reason ol {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    counter-reset: number;
  }
  #reason ol li {
    width: 373px;
    position: relative;
    counter-increment: number;
  }
  #reason ol li figure {
    position: relative;
    margin: 0 0 30px;
  }
  #reason ol li figure::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, #9c7237 50%, rgba(156, 114, 55, 0) 50%);
    content: "";
  }
  #reason ol li figure::after {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    content: counter(number);
  }
  #reason ol li figure img {
    border-radius: 5px;
  }
  #reason ol li h3 {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    margin: 0 0 25px;
  }
  #reason ol li h3 span {
    color: #9c7237;
  }
  #reason ol li .text {
    line-height: 1.8;
  }
  #reason ol li .text span {
    font-weight: bold;
  }
  #reason .detailBtn {
    display: block;
    max-width: 420px;
    margin: 28px auto 0;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #reason .detailBtn:hover {
    opacity: 0.8;
  }
  #reason .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #reason .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #reason .bannerWrap .bnrText {
    display: none;
  }
  #reason .bannerWrap .bannerList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 90px;
  }
  #reason .bannerWrap .bannerList > li {
    width: calc((100% - 40px) / 2);
  }
  #reason .bannerWrap .bannerList > li img {
    width: 100%;
    height: auto;
  }
  #reason .bannerWrap .bannerList > li a:hover img {
    opacity: 0.8;
  }
  #mainArea .inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #mainArea .inner .left {
    width: 820px;
    margin-right: 80px;
  }
  #mainArea .inner .left #support {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #support h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #support h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #support h2 span {
    color: #9c7237;
  }
  #mainArea .inner .left #support .supportList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #mainArea .inner .left #support .supportList > li {
    width: 380px;
    margin: 0 0 40px;
  }
  #mainArea .inner .left #support .supportList > li a {
    display: block;
  }
  #mainArea .inner .left #support .supportList > li a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #support .supportList > li figure img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .left #support .supportList > li .textWrap {
    position: relative;
    padding: 20px 0 0;
    text-align: center;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point {
    position: absolute;
    left: 20px;
    top: -30px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 12px;
    font-weight: bold;
    background: #c3bd9c;
    border-radius: 30px;
    box-shadow: 0 0 0 3px #fff;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point::before {
    position: absolute;
    right: 1px;
    bottom: -4px;
    border-width: 15px 6px 0 6px;
    border-color: #c3bd9c transparent transparent transparent;
    border-style: solid;
    content: "";
    transform: rotate(-40deg);
  }
  #mainArea .inner .left #support .supportList > li .textWrap h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  }
  #mainArea .inner .left #support .supportList > li:nth-of-type(2) .textWrap .point, #mainArea .inner .left #support .supportList > li:nth-of-type(3) .textWrap .point {
    background: #c5dbc9;
    box-shadow: 0 0 0 3px #fff;
  }
  #mainArea .inner .left #support .supportList > li:nth-of-type(2) .textWrap .point::before, #mainArea .inner .left #support .supportList > li:nth-of-type(3) .textWrap .point::before {
    border-color: #c5dbc9 transparent transparent transparent;
  }
  #mainArea .inner .left #support .detailBtn {
    display: block;
    max-width: 420px;
    margin: 0 auto;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .detailBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #support .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #support .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left .newsWrap {
    display: none;
  }
  #mainArea .inner .left #blog {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #blog:last-child {
    margin: 0;
  }
  #mainArea .inner .left #blog h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #blog h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #blog h2 span {
    color: #9c7237;
  }
  #mainArea .inner .left #blog .blogList {
    position: relative;
    padding: 0 35px;
  }
  #mainArea .inner .left #blog .blogList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #blog .blogList .slick-slide {
    margin: 0 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #blog .blogList .slick-prev:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #d5d5d5;
    border-radius: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg);
  }
  #mainArea .inner .left #blog .blogList .slick-next:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .blogList figure {
    position: relative;
    height: 190px;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList figure .new {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, #cba6a4 50%, transparent 51%);
    content: "";
  }
  #mainArea .inner .left #blog .blogList figure .new::before {
    position: absolute;
    left: -7px;
    top: 18px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    content: "NEW";
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #blog .blogList figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #mainArea .inner .left #blog .blogList .textArea {
    overflow: hidden;
    height: 6em;
    padding: 10px 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .title {
    margin: 0 0 5px;
    color: #1e4eb6;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #mainArea .inner .left #blog .blogList .textArea .date {
    color: #8d8d8d;
    font-size: 12px;
  }
  #mainArea .inner .left #blog .moreBtn {
    display: block;
    max-width: 420px;
    margin: 28px auto 0;
    padding: 18px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #blog .moreBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left #blog .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #blog .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 8px;
    height: 8px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #school {
    width: 100%;
    margin-top: 30px;
  }
  #mainArea .inner .left #school img {
    width: 100%;
  }
  #mainArea .inner .left #event {
    margin: 80px 0 0;
  }
  #mainArea .inner .left #event h2 {
    position: relative;
    text-align: center;
    font-size: 34px;
    margin: 0 0 45px;
    padding: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainArea .inner .left #event h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 188px;
    height: 7px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #event h2 span {
    color: #9c7237;
  }
  #mainArea .inner .left #event .eventWrap h3 {
    display: block;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-size: auto auto;
    background-color: #dbd5c3;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px);
  }
  #mainArea .inner .left #event .eventWrap h3 span {
    color: #9c7237;
    margin: 0 1em 0 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail {
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 29px 20px 19px;
    border: solid 1px #d3d3d3;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap {
    width: 330px;
    padding: 0 0 50px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap {
    width: 410px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap h5 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition {
    display: flex;
    justify-content: flex-start;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women {
    margin: 0 40px 0 0;
    width: 100%;
    font-size: 16px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men:last-child,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women:last-child {
    margin: 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 24px;
    color: #286acf;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap::before,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 19px;
    height: 19px;
    background: url(../images/common/event_men.png) no-repeat 50% 50%/contain;
    transform: translateY(-50%);
    content: "";
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .type,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .type {
    margin: 0 19px 0 0;
    display: inline-block;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    display: inline-block;
    width: 6.5em;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    border: solid 1px #f60;
    color: #f60;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    border-color: #c7203b;
    color: #c7203b;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    color: #e84a7f;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    background-image: url(../images/common/event_women.png);
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .text {
    font-size: 13px;
    margin: 15px 0 0;
    padding: 10px 0 0;
    border-top: solid 1px #d9d9d9;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] {
    position: absolute;
    left: 59px;
    bottom: 20px;
    width: 250px;
    padding: 8px;
    text-align: center;
    background: linear-gradient(0deg, rgb(233, 74, 127) 0%, rgb(240, 129, 166) 100%);
    cursor: pointer;
    box-sizing: border-box;
    border: solid 2px #e94a7f;
    border-radius: 5px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span {
    display: inline-block;
    position: relative;
    padding: 0 16px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span::before {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit]:hover {
    opacity: 0.8;
  }
  #mainArea .inner .left > .snsList {
    display: none;
  }
  #mainArea .inner .right {
    width: 280px;
  }
  #mainArea .inner .right .bannerWrap {
    display: none;
  }
  #mainArea .inner .right .newsWrap {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .newsWrap h2 {
    padding: 17px;
    text-align: center;
    background: #dbd5c3;
    font-weight: bold;
  }
  #mainArea .inner .right .newsWrap .newsList > li {
    padding: 15px 0;
    border-bottom: solid 1px #ececec;
  }
  #mainArea .inner .right .newsWrap .newsList > li:last-child {
    border-bottom: none;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag {
    margin: 0 8px 0 0;
    padding: 2px;
    min-width: 90px;
    background: #777;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag.event {
    background: #c5dbc9;
    color: #444;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag.campaign {
    background: #e74b47;
    color: #fff;
  }
  #mainArea .inner .right .newsWrap .newsList > li .dateWrap .date {
    color: #666;
    font-size: 12px;
  }
  #mainArea .inner .right .newsWrap .newsList > li a {
    font-size: 13px;
    color: #2A7BB9;
  }
  #mainArea .inner .right .newsWrap .newsList > li a:hover {
    text-decoration: underline;
  }
  #mainArea .inner .right .newsWrap .moreBtn {
    display: block;
    text-align: center;
    padding: 8px;
    border-radius: 20px;
    background: #e4e4e4;
    color: #444;
    font-size: 13px;
  }
  #mainArea .inner .right .newsWrap .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
  }
  #mainArea .inner .right .newsWrap .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .right .newsWrap .moreBtn:hover {
    opacity: 0.8;
  }
  #mainArea .inner .right .bnrList:not(:last-child) {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .bnrList > li {
    margin: 0 0 10px;
  }
  #mainArea .inner .right .bnrList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .right .bnrList > li img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .right .bnrList > li a:hover {
    opacity: 0.8;
  }
  #mainArea .inner .right .snsList:not(:last-child) {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .snsList > li {
    margin: 0 0 30px;
  }
  #mainArea .inner .right .snsList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .right .snsList > li img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  #mainArea .inner .right .snsList > li a {
    display: block;
  }
  #mainArea .inner .right .snsList > li a:hover {
    opacity: 0.8;
  }
  #newsArea .inner .news {
    width: 480px;
    padding: 0 20px 0 0;
    position: relative;
  }
  #newsArea .inner .news h3 {
    font-size: 21px;
    font-weight: bold;
    border-left: solid 6px #dbd5c3;
    margin: 0 0 30px;
    padding: 6px 0 6px 0.5em;
  }
  #newsArea .inner .news ul li {
    border-bottom: solid 2px #F0F0F0;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #newsArea .inner .news ul li figure {
    width: 80px;
    margin: 0 30px 0 0;
  }
  #newsArea .inner .news ul li .textBlock {
    width: 330px;
    padding: 0 40px 0 0;
    display: block;
  }
  #newsArea .inner .news ul li .textBlock p {
    font-size: 12px;
    display: inline-block;
  }
  #newsArea .inner .news ul li .textBlock .date {
    color: #dbd5c3;
    font-weight: bold;
    margin-right: 1em;
  }
  #newsArea .inner .news ul li .textBlock .text {
    display: block;
  }
  #newsArea .inner .news .pageLink {
    position: absolute;
    top: 15px;
    right: 0;
  }
  #newsArea .inner .news .pageLink::after {
    color: #8D8D8D;
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
  }
  #newsArea .inner .news .pageLink a {
    color: #8D8D8D;
  }
  #newsArea .inner .news .pageLink a:hover {
    text-decoration: underline;
  }
  #newsArea .inner .facebook {
    width: 430px;
    height: 380px;
    text-align: center;
    margin: 0 0 0 70px;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .inner {
    width: 90vw;
  }
  #mainv {
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 62.6vw;
  }
  #mainv .mainvFirst .inner picture,
  #mainv .mainvSecond .inner picture {
    width: 100%;
    display: block;
  }
  #mainv .mainvFirst .inner picture img,
  #mainv .mainvSecond .inner picture img {
    width: 100%;
    height: auto;
  }
  #reason {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
  }
  #reason .inner {
    order: 2;
  }
  #reason h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #reason h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #reason h2 span {
    color: #9c7237;
  }
  #reason ol {
    counter-reset: number;
  }
  #reason ol li {
    counter-increment: number;
    margin: 0 0 40px;
  }
  #reason ol li:last-child {
    margin: 0;
  }
  #reason ol li figure {
    position: relative;
    margin: 0 0 20px;
  }
  #reason ol li figure::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, #9c7237 50%, rgba(156, 114, 55, 0) 50%);
    content: "";
  }
  #reason ol li figure::after {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    content: counter(number);
  }
  #reason ol li figure img {
    border-radius: 5px;
  }
  #reason ol li h3 {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    margin: 0 0 15px;
  }
  #reason ol li h3 span {
    color: #9c7237;
  }
  #reason ol li .text {
    font-size: 14px;
    line-height: 1.8;
  }
  #reason ol li .text span {
    font-weight: bold;
  }
  #reason .detailBtn {
    display: block;
    margin: 25px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #reason .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #reason .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #reason .bannerWrap {
    width: 94vw;
    order: 1;
    margin: 0 auto 40px;
  }
  #reason .bannerWrap .bnrText {
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  #reason .bannerWrap .bnrText span {
    color: #9c7237;
  }
  #reason .bannerWrap .bannerList {
    margin: 0 auto;
  }
  #reason .bannerWrap .bannerList > li {
    width: 100%;
    margin: 0 0 13px;
  }
  #reason .bannerWrap .bannerList > li:last-child {
    margin: 0;
  }
  #reason .bannerWrap .bannerList > li img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner {
    display: block;
  }
  #mainArea .inner .left #support {
    margin: 0 0 80px;
  }
  #mainArea .inner .left #support h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #support h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #support h2 span {
    color: #9c7237;
  }
  #mainArea .inner .left #support .supportList {
    display: block;
  }
  #mainArea .inner .left #support .supportList > li {
    margin: 0 0 35px;
  }
  #mainArea .inner .left #support .supportList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .left #support .supportList > li a {
    display: flex;
  }
  #mainArea .inner .left #support .supportList > li figure {
    order: 2;
    width: 45%;
    position: relative;
  }
  #mainArea .inner .left #support .supportList > li figure img {
    width: calc(100% + 5vw);
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  #mainArea .inner .left #support .supportList > li .textWrap {
    order: 1;
    width: 55%;
    position: relative;
    padding: 60px 20px 0 0;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point {
    position: absolute;
    left: 5px;
    top: 2px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 10px;
    font-weight: bold;
    color: #444;
    background: #c5dbc9;
    border-radius: 21px;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point::before {
    position: absolute;
    right: 1px;
    bottom: -4px;
    border-width: 15px 6px 0 6px;
    border-color: #c5dbc9 transparent transparent transparent;
    border-style: solid;
    content: "";
    transform: rotate(-40deg);
  }
  #mainArea .inner .left #support .supportList > li .textWrap h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(even) .textWrap .point {
    background: #c3bd9c;
    box-shadow: none;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(even) .textWrap .point::before {
    border-color: #c3bd9c transparent transparent transparent;
  }
  #mainArea .inner .left #support .detailBtn {
    display: block;
    margin: 40px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .detailBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #mainArea .inner .left #support .detailBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left .newsWrap {
    margin: 0 0 55px;
  }
  #mainArea .inner .left .newsWrap h2 {
    padding: 12px;
    text-align: center;
    background: #dbd5c3;
    font-weight: bold;
    font-size: 18px;
  }
  #mainArea .inner .left .newsWrap .newsList > li {
    padding: 18px 0;
    border-bottom: solid 1px #ececec;
  }
  #mainArea .inner .left .newsWrap .newsList > li:last-child {
    border-bottom: none;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag {
    margin: 0 8px 0 0;
    padding: 2px;
    min-width: 97px;
    background: #777;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag.event {
    background: #c5dbc9;
    color: #444;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag.campaign {
    background: #9c7237;
    color: #fff;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .date {
    color: #666;
    font-size: 12px;
  }
  #mainArea .inner .left .newsWrap .newsList > li a {
    font-size: 14px;
    color: #2A7BB9;
  }
  #mainArea .inner .left .newsWrap .newsList > li a:hover {
    text-decoration: underline;
  }
  #mainArea .inner .left .newsWrap .moreBtn {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    background: #e4e4e4;
    color: #444;
    font-size: 14px;
  }
  #mainArea .inner .left .newsWrap .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
  }
  #mainArea .inner .left .newsWrap .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #blog {
    margin: 0 0 60px;
  }
  #mainArea .inner .left #blog:last-child {
    margin: 0;
  }
  #mainArea .inner .left #blog h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #blog h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #blog h2 span {
    color: #9c7237;
  }
  #mainArea .inner .left #blog .blogList {
    position: relative;
  }
  #mainArea .inner .left #blog .blogList .slick-track {
    display: flex;
    padding: 3px 0 5px;
  }
  #mainArea .inner .left #blog .blogList .slick-slide {
    margin: 0 7px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
    height: auto;
    display: flex;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-prev {
    position: absolute;
    left: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-left: solid 2px #444;
    border-bottom: solid 2px #444;
    content: "";
    transform: translate(-30%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #blog .blogList .slick-next {
    position: absolute;
    right: -14px;
    top: 50%;
    width: 14px;
    height: 50px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
    transform: translateY(-50%);
    outline: none;
  }
  #mainArea .inner .left #blog .blogList .slick-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    border-right: solid 2px #444;
    border-top: solid 2px #444;
    content: "";
    transform: translate(-70%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #blog .blogList figure {
    position: relative;
    height: 138px;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList figure .new {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 5px 0 0 0;
    background: linear-gradient(135deg, #cba6a4 50%, transparent 51%);
    content: "";
  }
  #mainArea .inner .left #blog .blogList figure .new::before {
    position: absolute;
    left: -5px;
    top: 14px;
    width: 38px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    white-space: nowrap;
    content: "NEW";
    transform: rotate(-45deg);
  }
  #mainArea .inner .left #blog .blogList figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #mainArea .inner .left #blog .blogList .textArea {
    height: 6em;
    padding: 14px;
    overflow: hidden;
  }
  #mainArea .inner .left #blog .blogList .textArea .title {
    margin: 0 0 5px;
    color: #1e4eb6;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #mainArea .inner .left #blog .blogList .textArea .date {
    color: #8d8d8d;
    font-size: 10px;
  }
  #mainArea .inner .left #blog .moreBtn {
    display: block;
    margin: 40px auto 0;
    padding: 12px;
    border: solid 1px #8e8e8e;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
  }
  #mainArea .inner .left #blog .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: bold;
  }
  #mainArea .inner .left #blog .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #school {
    margin-bottom: 5vw;
  }
  #mainArea .inner .left #event {
    margin: 40px 0 0;
  }
  #mainArea .inner .left #event h2 {
    position: relative;
    text-align: center;
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.2;
  }
  #mainArea .inner .left #event h2::before {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 141px;
    height: 5px;
    background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
    transform: translateX(-50%);
    content: "";
  }
  #mainArea .inner .left #event h2 span {
    color: #9c7237;
  }
  #mainArea .inner .left #event .eventWrap h3 {
    display: block;
    padding: 12px 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-size: auto auto;
    background-color: #dbd5c3;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px);
  }
  #mainArea .inner .left #event .eventWrap h3 span {
    color: #9c7237;
    margin: 0 1em 0 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail {
    display: block;
    padding: 15px 19px;
    border: solid 1px #d3d3d3;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap {
    margin: 0 0 20px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap img {
    width: 100%;
    height: auto;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap h5 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition {
    display: flex;
    justify-content: flex-start;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women {
    margin: 0 25px 0 0;
    width: 100%;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men:last-child,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women:last-child {
    margin: 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 22px;
    color: #286acf;
    font-weight: bold;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap::before,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: url(../images/common/event_men.png) no-repeat 50% 50%/contain;
    content: "";
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .type,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .type {
    margin: 0 14px 0 0;
    display: inline-block;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    display: inline-block;
    width: 6em;
    border-radius: 5px;
    text-align: center;
    font-size: 11px;
    border: solid 1px #f60;
    color: #f60;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    border-color: #c7203b;
    color: #c7203b;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    color: #e84a7f;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    background-image: url(../images/common/event_women.png);
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .text {
    font-size: 12px;
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: solid 1px #d9d9d9;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] {
    display: block;
    width: 100%;
    max-width: 262px;
    margin: 18px auto 0;
    padding: 10px;
    text-align: center;
    background: linear-gradient(0deg, rgb(233, 74, 127) 0%, rgb(240, 129, 166) 100%);
    cursor: pointer;
    box-sizing: border-box;
    border: solid 2px #e94a7f;
    border-radius: 5px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span {
    display: inline-block;
    position: relative;
    padding: 0 16px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span::before {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left > .snsList {
    margin: 40px 0 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  #mainArea .inner .left > .snsList > li {
    width: calc((100% - 20px) / 2);
  }
  #mainArea .inner .right {
    margin: 45px -2vw 0;
    width: 94vw;
  }
  #newsArea {
    margin: 0 0 5vw;
  }
  #newsArea .inner .news {
    margin: 0 0 5vw;
    padding: 10vw 4.4vw 4.4vw;
    position: relative;
  }
  #newsArea .inner .news h3 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-left: solid 5px #dbd5c3;
    margin: 0 0 5vw;
    padding: 4px 0 4px 12px;
  }
  #newsArea .inner .news ul li {
    border-bottom: solid 1px #BBB;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #newsArea .inner .news ul li figure {
    width: 22%;
    margin: 0 6% 0 0;
  }
  #newsArea .inner .news ul li .textBlock {
    width: 70%;
  }
  #newsArea .inner .news ul li .textBlock p {
    font-size: 12px;
  }
  #newsArea .inner .news ul li .textBlock .date {
    color: #dbd5c3;
    font-weight: bold;
  }
  #newsArea .inner .news ul li .textBlock .text {
    display: block;
  }
  #newsArea .inner .news .pageLink {
    position: absolute;
    top: 11.6vw;
    right: 1em;
  }
  #newsArea .inner .news .pageLink::after {
    color: #8D8D8D;
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 0 0 0.5em;
  }
  #newsArea .inner .news .pageLink a {
    color: #8D8D8D;
  }
  #newsArea .inner .news .pageLink a:hover {
    text-decoration: underline;
  }
  #newsArea .inner .facebook {
    width: 100%;
    height: 380px;
    text-align: center;
    margin: 0 6vw;
  }
  /*--------------------------endSP--------------------------------*/
}
@media screen and (max-width: 360px) {
  #mainv .mainvFirst .inner .textWrap {
    padding: 0 0 0 4vw;
  }
  #mainv .mainvFirst .inner .imageWrap .name {
    right: 0.5vw;
  }
  #mainv .mainvFirst .inner .imageWrap .name span {
    display: block;
  }
}

/*# sourceMappingURL=top.css.map */
