@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, button, textarea,
*:after, *:before {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main, aside,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 6.25%;
}

p:not([class]),
p[class="ta-center"] {
  margin-top: 1.4em;
}
p:not([class]) a,
p[class="ta-center"] a {
  text-decoration: underline;
}
p:not([class]) a:hover,
p[class="ta-center"] a:hover {
  text-decoration: none;
}

body{
  background-image: url('../images/background.png');
  background-repeat:no-repeat;
  background-size:cover;
  opacity:0.9;
  position:relative;
}
h2{
  font-family: 'Oswald', sans-serif;
  color:#AB1010;
  font-size:40px;
  margin-bottom:16px;
}
.structureHeader{
  background-color:#FFF;
}
.spMenu{
  position:absolute;
  top:15px;
  left:15px;
  width:60px;
  height:60px;
}
.headerTop{
  margin:0 auto 20px;
  width:95%;
  max-width:980px;
}
.globalMenu{
  margin:5px auto;
  text-align:center;
  padding-bottom:20px;
}
.menuNavi{
  text-align:center;
}
.naviList{
  list-style:none;
  display:inline-block;
}
.listLink{
  color:#777;
  text-decoration:none;
  letter-spacing:2px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size:16px;
  font-weight:600;
  padding:0 20px;
}
.listLink:hover{
  color:#CF6778;
}
.sectionTop{
  position:relative;
  margin:70px auto 120px;
  width:95%;
  max-width:980px;
  font-size:0;
}
.sectionTop__img{
  width:60%;
  height:auto;
  margin:0 20%;
}
.sectionTop__Inner{
  position:absolute;
  bottom:90px;
  left:0;
  right:0;
}
.sectionTop__Inner__Text{
  color:#555;
  letter-spacing:1.5px;
  line-height:32px;
  font-size:20px;
  text-align:center;
  margin-bottom:50px;
}
.sectionTop__Inner__Button{
  text-align:center;
}
.sectionTop__Inner__Link{
  color:#333;
  background-color:#FFF101;
  letter-spacing:3.5px;
  font-weight:700;
  margin-top:40px;
  padding:10px 26px;
  font-size:18px;
  text-decoration:none;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  transition: .3s;
}
.sectionTop__Inner__Link:hover{
  transform: rotate(5deg);
}
.structureContent{
  margin:40px auto 20px;
  width:98%;
  max-width:980px;
}
.structureContent:after{
  display:block;
  content:"";
  clear:both;
}
.sectionBlog__inner__title{
  font-family: 'Poiret One', cursive;
}
.sectionMain{
  float:left;
  width:660px;
  margin-right:20px;
}
.listBlog:after{
  display:block;
  clear:both;
  content:'';
}
.blogUnit{
  list-style:none;
  position:relative;
  float:left;
  width:50%;
  padding:0;
}
.blogUnit:hover{
  opacity:0.65;
}
.blogLink{
  margin-bottom:0;
}
.blogText{
  position:absolute;
  bottom:20px;
  display:block;
  width:100%;
}
.blogText__title{
  text-align:center;
  color:#FFF;
  background-color:rgba(20,20,20,0.5);
  font-size:15px;
  padding:10px 0;
}
.sectionBlog__inner p{
  font-size:16px !important;
  line-height:23px;
  color:#555;
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
}
.blogImage__img{
  width:100%;
  height:250px;
}
.blogAll{
  text-align:center;
  margin:10px auto;
}
.blogAll__link{
  font-size:20px;
  color:#AB1010;
  padding-bottom:2px;
  font-family: 'Poiret One', cursive;
  text-decoration:none;
  border-bottom:1px dotted #AB1010;
}
.sectionSide{
  float:left;
  width:300px;
}
.headerLogo{
  margin:0 auto;
}
.headerLogo__text{
  color:#333;
  font-size:12px;
}
.headerLogo__link{
  text-align:center;
}
.headerLogo__image{
  display:block;
  height:120px;
  width:auto;
  margin:0 auto; 
  padding:5px 0 10px;
}
.sectionSide_title{
  font-size:14px;
  padding:10px 16px;
  margin-bottom:15px;
  background-color:#AB1010;
  color:#FFF
  ;font-family: 'Poiret One', cursive;
}
.sectionSide__img{
  width:100%;
  height:auto;
}
.sectionSide__text{
  font-size:14px;
  margin:10px 0;
}
.footerCopy{
  text-align:center;
  font-size:12px;
  padding-bottom:15px;
  color:#222;
}
.iconHamburger {
  background: #fff;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  display: none;
  margin-bottom: 0.4em;
}
.iconHamburger span {
  background: #AB1010;
  display: block;
  height: 6%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 46%;
  width: 84%;
}

.iconHamburger span::before{
  background: #AB1010;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -4% 0 0 -50%;
  position: absolute;
  top: 10%;
  width: 100%;
}
.iconHamburger span::after {
  background: #AB1010;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -4% 0 0 -50%;
  position: absolute;
  top: 160%;
  width: 100%;
}
.iconHamburger span::before {
  margin-top: -38%;
}

.iconHamburger span::after {
  margin-top: 19%;
}
.sectionBlog__title{
  font-size:24px;
  font-weight:800;
}
#modalOverlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.pc-none{
  display:none;
}

.sectionSide_icon:after{
  display:block;
  clear:both;
  content: "";
}
.iconImg{
  width:16%;
  float:left;
  margin:10px 2px;
}
.iconImg__img{
  width:100%;
  height:100%;
}
.mainTitle{
  font-family: 'Poiret One', cursive;
}
.blogBlock{
  text-decoration:none!importatnt;
  border-bottom:none!important;
  display:block;
  padding:10px;
  background-color:#FFF;
  margin:15px 0;
}
.blockTitle{
  text-decoration:none!importatnt;
  font-size:20px;
  font-weight:700;
  margin-bottom:8px;
}
.blockTitle__link{
  color:#AB1010;
  text-decoration:none;
}
.blogBlock p{
  margin-top:0;
  font-size:14px;
}


@media screen and (max-width: 980px) {
  .sectionMain, .sectionSide{
    width:95%;
    margin:20px 2.5%;
  }
.sectionTop{
  margin:10vw auto 18vw;
}
.sectionTop__img{
  width:80%;
  height:auto;
  margin:0 10%;
}
.sectionTop__Inner{bottom:12vw;}
            .sectionTop__Inner__Text{letter-spacing:0.8vw;line-height:3.2vw;font-size:2vw;text-align:center;margin-bottom:5vw;}
            .sectionTop__Inner__Link{color:#333;background-color:#FFF101;letter-spacing:0.7vw;font-weight:700;margin-top:6vw;padding:1.4vw 3.5vw;font-size:3vw;}

}

@media screen and (max-width: 660px) {
  .blogUnit{width:100%;}
                .headerLogo__image{height:80px;width:auto;}
  .menuNavi {
    -webkit-transform: translate(-50%, -50%);
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }
  .listLink {
    border-right: none;
    color:#FFF;
  }
  .naviList{width:100%;padding:15px 0;text-align:center;background:#AB1010;}
  .naviList:not(:last-child){border-bottom: 1px solid #ccc;}
  .closeList{margin-top:20px;width:100%;text-align:center;background-color:rgba(0, 0, 0, 0)!important;}
  .listLink:last-child {
    border-bottom: none;
  }
  .iconHamburger {
    display: inline-block;
  }
  .globalMenu{padding-bottom:0;}
.sectionTop__Inner{bottom:12vw;}
            .sectionTop__Inner__Text{letter-spacing:0.8vw;line-height:3.2vw;font-size:2vw;text-align:center;margin-bottom:5vw;}
            .sectionTop__Inner__Link{color:#333;background-color:#FFF101;letter-spacing:0.7vw;font-weight:700;margin-top:6vw;padding:1.4vw 3.5vw;font-size:3vw;}

            .pc-none{display:inline-block;border-bottom:none!important;}
            .sp-none{display:none;}
  .blogImage__img{
    height:auto;
  }
  .sectionSide_text{
    font-size:2vw;
  }
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #AB1010;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
}