@charset "UTF-8";
/****************************************
		0. Import
*****************************************/
/***********************************/
/*General Setting*/
/***********************************/
/* line 141, ../scss/_settings.scss */
body {
  position: relative;
}

/***************************************/
/**************************************/
/* line 149, ../scss/_settings.scss */
.gmap_wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0 auto 10px auto;
  width: 100%;
}
@media screen and (max-screen: 600px) {
  /* line 149, ../scss/_settings.scss */
  .gmap_wrapper {
    padding-bottom: 75%;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  /* line 149, ../scss/_settings.scss */
  .gmap_wrapper {
    max-width: 800px;
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 960px) {
  /* line 149, ../scss/_settings.scss */
  .gmap_wrapper {
    max-width: 450px;
    padding-bottom: 75%;
  }
}
/* line 168, ../scss/_settings.scss */
.gmap_wrapper iframe, .gmap_wrapper object, .gmap_wrapper embed, .gmap_wrapper #gmap, .gmap_wrapper #gmap2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*options*/
   /*
  $base-grid: true,
  $margin-grid: true,
  $padding-grid: true,
  $block-grid: true,
  $collapse: true,
  $offset: true,
  $vertical-grid: true,
  $frame-grid: true

);
*/
/****************************************
		1. General Setting
*****************************************/
/* line 6, ../scss/base.scss */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

/* line 24, ../scss/base.scss */
main {
  display: block;
}

/* line 29, ../scss/base.scss */
a {
  color: #000;
  text-decoration: none;
}

/* line 37, ../scss/base.scss */
nav {
  display: block;
}

/*Clear*/
/* line 39, ../scss/base.scss */
.clear {
  clear: both;
  line-height: 0;
}

/* line 40, ../scss/base.scss */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*box-sizing paddingとborderをwidth heightに含める*/
/* line 47, ../scss/base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 53, ../scss/base.scss */
* *::after, * *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 62, ../scss/base.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 64, ../scss/base.scss */
.box {
  display: table;
}

/* line 65, ../scss/base.scss */
.item {
  display: table-cell;
}

/* line 67, ../scss/base.scss */
.center {
  text-align: center;
}

/* line 68, ../scss/base.scss */
.right {
  text-align: right;
}

/* line 69, ../scss/base.scss */
.inline {
  display: inline;
}

/* line 71, ../scss/base.scss */
.columns, .column {
  padding: 0;
  margin: 0;
}

/* line 75, ../scss/base.scss */
p {
  margin: 0;
}

/* line 76, ../scss/base.scss */
img {
  vertical-align: middle;
}

/* line 84, ../scss/base.scss */
.space1 {
  margin-bottom: 5px;
}

/* line 84, ../scss/base.scss */
.space2 {
  margin-bottom: 10px;
}

/* line 84, ../scss/base.scss */
.space3 {
  margin-bottom: 15px;
}

/* line 84, ../scss/base.scss */
.space4 {
  margin-bottom: 20px;
}

/* line 84, ../scss/base.scss */
.space5 {
  margin-bottom: 25px;
}

/* line 84, ../scss/base.scss */
.space6 {
  margin-bottom: 30px;
}

/* line 84, ../scss/base.scss */
.space7 {
  margin-bottom: 35px;
}

/* line 84, ../scss/base.scss */
.space8 {
  margin-bottom: 40px;
}

/* line 84, ../scss/base.scss */
.space9 {
  margin-bottom: 45px;
}

/* line 84, ../scss/base.scss */
.space10 {
  margin-bottom: 50px;
}

/* line 84, ../scss/base.scss */
.space11 {
  margin-bottom: 55px;
}

/* line 84, ../scss/base.scss */
.space12 {
  margin-bottom: 60px;
}

/* line 84, ../scss/base.scss */
.space13 {
  margin-bottom: 65px;
}

/* line 84, ../scss/base.scss */
.space14 {
  margin-bottom: 70px;
}

/* line 84, ../scss/base.scss */
.space15 {
  margin-bottom: 75px;
}

/* line 84, ../scss/base.scss */
.space16 {
  margin-bottom: 80px;
}

/* line 84, ../scss/base.scss */
.space17 {
  margin-bottom: 85px;
}

/* line 84, ../scss/base.scss */
.space18 {
  margin-bottom: 90px;
}

/* line 84, ../scss/base.scss */
.space19 {
  margin-bottom: 95px;
}

/* line 84, ../scss/base.scss */
.space20 {
  margin-bottom: 100px;
}

@media print {
  /* line 91, ../scss/base.scss */
  a[href]:after {
    content: "" !important;
  }

  /* line 95, ../scss/base.scss */
  abbr[title]:after {
    content: "" !important;
  }
}
/* line 150, ../scss/base.scss */
figure {
  margin: 0;
}

/****************************************
		0.1. font-family
*****************************************/
/****************************************
		0.1. define
*****************************************/
/* line 98, ../scss/style.scss */
.fs10 {
  font-size: 10px;
}

/* line 98, ../scss/style.scss */
.fs11 {
  font-size: 11px;
}

/* line 98, ../scss/style.scss */
.fs12 {
  font-size: 12px;
}

/* line 98, ../scss/style.scss */
.fs13 {
  font-size: 13px;
}

/* line 98, ../scss/style.scss */
.fs14 {
  font-size: 14px;
}

/* line 98, ../scss/style.scss */
.fs15 {
  font-size: 15px;
}

/* line 98, ../scss/style.scss */
.fs16 {
  font-size: 16px;
}

/* line 98, ../scss/style.scss */
.fs17 {
  font-size: 17px;
}

/* line 98, ../scss/style.scss */
.fs18 {
  font-size: 18px;
}

/* line 98, ../scss/style.scss */
.fs19 {
  font-size: 19px;
}

/* line 98, ../scss/style.scss */
.fs20 {
  font-size: 20px;
}

/* line 98, ../scss/style.scss */
.fs21 {
  font-size: 21px;
}

/* line 98, ../scss/style.scss */
.fs22 {
  font-size: 22px;
}

/* line 98, ../scss/style.scss */
.fs23 {
  font-size: 23px;
}

/* line 98, ../scss/style.scss */
.fs24 {
  font-size: 24px;
}

/* line 98, ../scss/style.scss */
.fs25 {
  font-size: 25px;
}

/* line 98, ../scss/style.scss */
.fs26 {
  font-size: 26px;
}

/* line 98, ../scss/style.scss */
.fs27 {
  font-size: 27px;
}

/* line 98, ../scss/style.scss */
.fs28 {
  font-size: 28px;
}

/* line 98, ../scss/style.scss */
.fs29 {
  font-size: 29px;
}

/* line 98, ../scss/style.scss */
.fs30 {
  font-size: 30px;
}

/* line 105, ../scss/style.scss */
.mb5 {
  margin-bottom: 5px;
}

/* line 105, ../scss/style.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 105, ../scss/style.scss */
.mb15 {
  margin-bottom: 15px;
}

/* line 105, ../scss/style.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 105, ../scss/style.scss */
.mb25 {
  margin-bottom: 25px;
}

/* line 105, ../scss/style.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 105, ../scss/style.scss */
.mb35 {
  margin-bottom: 35px;
}

/* line 105, ../scss/style.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 105, ../scss/style.scss */
.mb45 {
  margin-bottom: 45px;
}

/* line 105, ../scss/style.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 105, ../scss/style.scss */
.mb55 {
  margin-bottom: 55px;
}

/* line 105, ../scss/style.scss */
.mb60 {
  margin-bottom: 60px;
}

/* line 105, ../scss/style.scss */
.mb65 {
  margin-bottom: 65px;
}

/* line 105, ../scss/style.scss */
.mb70 {
  margin-bottom: 70px;
}

/* line 105, ../scss/style.scss */
.mb75 {
  margin-bottom: 75px;
}

/* line 105, ../scss/style.scss */
.mb80 {
  margin-bottom: 80px;
}

/* line 105, ../scss/style.scss */
.mb85 {
  margin-bottom: 85px;
}

/* line 105, ../scss/style.scss */
.mb90 {
  margin-bottom: 90px;
}

/* line 105, ../scss/style.scss */
.mb95 {
  margin-bottom: 95px;
}

/* line 105, ../scss/style.scss */
.mb100 {
  margin-bottom: 100px;
}

/* line 149, ../scss/style.scss */
.underline {
  text-decoration: underline;
}

/* line 154, ../scss/style.scss */
.hover_a {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 155, ../scss/style.scss */
.hover_a:hover {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 640px) {
  /* line 160, ../scss/style.scss */
  .mdbr::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 959px) {
  /* line 166, ../scss/style.scss */
  .lgbr::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 960px) {
  /* line 172, ../scss/style.scss */
  .pcbr::before {
    content: "\a";
    white-space: pre;
  }
}

/* line 179, ../scss/style.scss */
#pagetop {
  position: fixed;
  display: none;
  z-index: 9;
}
/* line 180, ../scss/style.scss */
#pagetop img {
  width: 100%;
}
/* line 184, ../scss/style.scss */
#pagetop:hover {
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  /* line 179, ../scss/style.scss */
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 179, ../scss/style.scss */
  #pagetop {
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 30px;
  }
}

/* line 205, ../scss/style.scss */
#btn_back_list {
  position: fixed;
  display: none;
  z-index: 2;
}
/* line 206, ../scss/style.scss */
#btn_back_list img {
  width: 100%;
}
/* line 210, ../scss/style.scss */
#btn_back_list:hover {
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  /* line 205, ../scss/style.scss */
  #btn_back_list {
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 205, ../scss/style.scss */
  #btn_back_list {
    width: 65px;
    height: 65px;
    bottom: 120px;
    right: 30px;
  }
}

/* line 229, ../scss/style.scss */
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* line 238, ../scss/style.scss */
.last {
  margin-bottom: 0 !important;
}

/* line 246, ../scss/style.scss */
.fas {
  margin-right: 0.5em;
}

/* line 251, ../scss/style.scss */
.op0 {
  opacity: 0;
}

/* line 256, ../scss/style.scss */
.lazyload {
  opacity: 0;
}

/* line 259, ../scss/style.scss */
.lazyloaded {
  opacity: 1;
}

/* line 264, ../scss/style.scss */
.img_fit img {
  width: 100%;
}

/* line 266, ../scss/style.scss */
.bold {
  font-weight: bold;
}

/*
a{
    img{
        -webkit-transform:scale(.95);
        transform:scale(.95);
        -webkit-transition:transform .2s ease-out;
        transition:transform .2s ease-out;


    }
    img.no-scale{
        -webkit-transform:scale(1);
        transform:scale(1);
        -webkit-transition:none;
        transition:none;
        //transition:transform .2s ease-out;
    }
}
*/
@media screen and (max-width: 959px) {
  /* line 288, ../scss/style.scss */
  .no_sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  /* line 293, ../scss/style.scss */
  .no_lg {
    display: none;
  }
}

/******************************************/
/*text rotate*/
/*****************************************/
/* line 302, ../scss/style.scss */
.text_vertical {
  writing-mode: vertical-rl;
}

/****************************************
1. General Setting
*****************************************/
/* line 309, ../scss/style.scss */
body {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  background-color: #FFF;
  /*
  @include min-screen ($large-width){
      font-size:100%;
  }
  */
}

/* line 322, ../scss/style.scss */
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

/* line 329, ../scss/style.scss */
section {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 959px) {
  /* line 329, ../scss/style.scss */
  section {
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  /* line 329, ../scss/style.scss */
  section {
    margin: 0 auto 100px auto;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 959px) {
  /* line 343, ../scss/style.scss */
  section:not(:first-child) {
    padding-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  /* line 343, ../scss/style.scss */
  section:not(:first-child) {
    padding-top: 50px;
  }
}

/*****************************************************/
/*header*/
/*****************************************************/
/* line 363, ../scss/style.scss */
header.header_pc {
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 959px) {
  /* line 363, ../scss/style.scss */
  header.header_pc {
    display: none;
  }
}
/* line 374, ../scss/style.scss */
header.header_pc .header_pc_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 14.375%;
}
/* line 380, ../scss/style.scss */
header.header_pc .logo {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 21.87%;
  max-width: 300px;
}
/* line 387, ../scss/style.scss */
header.header_pc .nav_pc {
  position: absolute;
  width: 70%;
  right: 20px;
  top: 25%;
  text-align: right;
  /*
  @include flex();
  @include flex-justify-content-space-between();
  */
}
/* line 397, ../scss/style.scss */
header.header_pc .nav_pc a:hover {
  cursor: pointer;
}
/* line 400, ../scss/style.scss */
header.header_pc .nav_pc a.menu {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  margin-right: 3.2%;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  /* line 407, ../scss/style.scss */
  header.header_pc .nav_pc a.menu img {
    height: 13px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 407, ../scss/style.scss */
  header.header_pc .nav_pc a.menu img {
    height: 14px;
  }
}
@media screen and (min-width: 1201px) {
  /* line 407, ../scss/style.scss */
  header.header_pc .nav_pc a.menu img {
    height: 19px;
  }
}
/* line 413, ../scss/style.scss */
header.header_pc .nav_pc a.btn_instagram {
  display: inline-block;
  width: 40px;
  height: 40px;
}
/* line 417, ../scss/style.scss */
header.header_pc .nav_pc a.btn_instagram img {
  width: 100%;
}

/****************************************************/
/*HEADER SP*/
/****************************************************/
/* line 426, ../scss/style.scss */
header.header_sp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #FFF;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  /* line 426, ../scss/style.scss */
  header.header_sp {
    display: none;
  }
}
/* line 436, ../scss/style.scss */
header.header_sp header_sp_wrapper {
  position: relative;
  height: 70px;
  width: 100%;
}
/* line 441, ../scss/style.scss */
header.header_sp .logo_sp {
  display: block;
  width: 200px;
  padding-top: 20px;
  padding-left: 10px;
}
/* line 447, ../scss/style.scss */
header.header_sp .logo_sp img {
  width: 100%;
}

/* line 455, ../scss/style.scss */
.menu-trigger-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 34px;
}

/* line 463, ../scss/style.scss */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

/* line 469, ../scss/style.scss */
.menu-trigger {
  position: relative;
  width: 40px;
  height: 34px;
}

/* line 474, ../scss/style.scss */
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}

/* line 482, ../scss/style.scss */
.menu-trigger span:nth-of-type(1) {
  top: 0;
}

/* line 485, ../scss/style.scss */
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}

/* line 488, ../scss/style.scss */
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* line 492, ../scss/style.scss */
.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  transition: all .4s;
}

/* line 503, ../scss/style.scss */
.menu-trigger.active span:nth-of-type(1) {
  transform: translate(50%) scale(0);
}

/* line 506, ../scss/style.scss */
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 510, ../scss/style.scss */
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 514, ../scss/style.scss */
.menu-trigger.active span:nth-of-type(3) {
  transform: translate(-50%) scale(0);
}

/****************************************************/
/*HEADER SP PLANE*/
/****************************************************/
/* line 520, ../scss/style.scss */
.sp_menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 999;
  background-color: #FFF;
}
/* line 530, ../scss/style.scss */
.sp_menu ul.sp_menu_list {
  overflow-y: scroll;
}
/* line 532, ../scss/style.scss */
.sp_menu ul.sp_menu_list li {
  padding: 0 20px;
  border-bottom: 1px dotted #afafaf;
}
/* line 535, ../scss/style.scss */
.sp_menu ul.sp_menu_list li a {
  display: block;
  text-align: center;
  padding: 30px 0;
  width: 100%;
}

@media screen and (max-width: 959px) {
  /* line 544, ../scss/style.scss */
  .header_sp_under {
    display: block;
    height: 70px;
  }
}
@media screen and (min-width: 960px) {
  /* line 544, ../scss/style.scss */
  .header_sp_under {
    display: none;
  }
}

/****************************************************/
/*TOP*/
/****************************************************/
/*****************************************************/
/*TOP*/
/*****************************************************/
/* line 560, ../scss/style.scss */
.sec_top {
  max-width: 1600px;
}
@media screen and (min-width: 1601px) {
  /* line 560, ../scss/style.scss */
  .sec_top {
    width: 100%;
    height: 1290px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  /* line 560, ../scss/style.scss */
  .sec_top {
    height: 0;
    padding-bottom: 80.68%;
  }
}
@media screen and (max-width: 959px) {
  /* line 570, ../scss/style.scss */
  .sec_top .top_illust {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 570, ../scss/style.scss */
  .sec_top .top_illust {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/top_illust_pc.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 959px) {
  /* line 586, ../scss/style.scss */
  .sec_top .top_illust_sp {
    width: 100%;
    max-width: 746px;
    height: 586px;
    position: relative;
    margin: 0 auto;
    /*
    left:0;
    top:0;
    */
    background-image: url(../images/top_illust_sp.jpg);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 960px) {
  /* line 586, ../scss/style.scss */
  .sec_top .top_illust_sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  /* line 606, ../scss/style.scss */
  .sec_top .mark_top {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  /* line 606, ../scss/style.scss */
  .sec_top .mark_top {
    display: block;
    position: absolute;
    right: 20px;
    top: 20%;
    width: 28.75%;
  }
}
@media screen and (max-width: 959px) {
  /* line 619, ../scss/style.scss */
  .sec_top .text_wrapper {
    background-color: #ebbf00;
    position: static;
    padding: 30px 0;
  }
}
@media screen and (min-width: 960px) {
  /* line 619, ../scss/style.scss */
  .sec_top .text_wrapper {
    height: 250px;
    position: absolute;
    left: 64px;
    top: 20%;
    width: 300px;
  }
}
/* line 632, ../scss/style.scss */
.sec_top .text_wrapper .text_vertical {
  line-height: 2;
}
@media screen and (max-width: 959px) {
  /* line 632, ../scss/style.scss */
  .sec_top .text_wrapper .text_vertical {
    height: auto;
    margin: 0 auto;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  /* line 632, ../scss/style.scss */
  .sec_top .text_wrapper .text_vertical {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 632, ../scss/style.scss */
  .sec_top .text_wrapper .text_vertical {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  /* line 647, ../scss/style.scss */
  .sec_top .oyaji_flag {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 647, ../scss/style.scss */
  .sec_top .oyaji_flag {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 20px;
    width: 21%;
  }
}
@media screen and (max-width: 959px) {
  /* line 659, ../scss/style.scss */
  .sec_top .oyaji_flag2 {
    display: block;
    width: 145px;
    position: absolute;
    bottom: 0;
    left: 13px;
  }
}
@media screen and (min-width: 960px) {
  /* line 659, ../scss/style.scss */
  .sec_top .oyaji_flag2 {
    display: none !important;
  }
}

/*****************************************************/
/*TOPICS*/
/*****************************************************/
/* line 676, ../scss/style.scss */
.sec_topics {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 676, ../scss/style.scss */
  .sec_topics {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  /* line 676, ../scss/style.scss */
  .sec_topics {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* line 685, ../scss/style.scss */
.sec_topics h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  /* line 685, ../scss/style.scss */
  .sec_topics h2 {
    width: 60px;
  }
}
@media screen and (min-width: 960px) {
  /* line 685, ../scss/style.scss */
  .sec_topics h2 {
    width: 100%;
    max-width: 85px;
  }
}
/* line 697, ../scss/style.scss */
.sec_topics .sec_topics_wrapper {
  width: 100%;
}
@media screen and (max-width: 959px) {
  /* line 700, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_list {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 700, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_list {
    width: 60%;
    display: inline-block;
  }
}
/* line 712, ../scss/style.scss */
.sec_topics .sec_topics_wrapper .topics_list li {
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #000;
}
/* line 717, ../scss/style.scss */
.sec_topics .sec_topics_wrapper .topics_list li:nth-child(1) {
  border-top: 3px solid #000;
}
/* line 718, ../scss/style.scss */
.sec_topics .sec_topics_wrapper .topics_list li:last-child {
  border-bottom: 3px solid #000 !important;
}
@media screen and (max-width: 959px) {
  /* line 722, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_illust {
    display: none !important;
  }
  /* line 725, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_illust a {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  /* line 722, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_illust {
    display: inline-block;
    width: 39%;
    vertical-align: top;
    padding-left: 20px;
  }
  /* line 734, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_illust a {
    display: block;
    margin-left: auto;
    text-align: right;
  }
  /* line 739, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_illust a img {
    width: 100%;
    max-width: 336px;
  }
}
@media screen and (max-width: 959px) {
  /* line 746, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_btn_sp {
    background-color: #5e3819;
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  /* line 746, ../scss/style.scss */
  .sec_topics .sec_topics_wrapper .topics_btn_sp {
    display: none !important;
  }
}

/******************************************/
/*Instagram*/
/******************************************/
/* line 766, ../scss/style.scss */
.sec_instagram {
  max-width: 1600px;
}
@media screen and (max-width: 959px) {
  /* line 766, ../scss/style.scss */
  .sec_instagram {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  /* line 766, ../scss/style.scss */
  .sec_instagram {
    padding-left: 120px;
    padding-right: 120px;
  }
}
/* line 773, ../scss/style.scss */
.sec_instagram h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  /* line 773, ../scss/style.scss */
  .sec_instagram h2 {
    width: 120px;
  }
}
@media screen and (min-width: 960px) {
  /* line 773, ../scss/style.scss */
  .sec_instagram h2 {
    width: 100%;
    max-width: 170px;
  }
}
/* line 783, ../scss/style.scss */
.sec_instagram #insta_gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  /* line 789, ../scss/style.scss */
  .sec_instagram #insta_gal a {
    display: block;
    width: 40vw;
    padding-bottom: 40vw;
    position: relative;
    margin-bottom: 2vw;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  /* line 789, ../scss/style.scss */
  .sec_instagram #insta_gal a {
    display: block;
    margin-right: 2vw;
    width: 30vw;
    padding-bottom: 30vw;
    position: relative;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  /* line 789, ../scss/style.scss */
  .sec_instagram #insta_gal a {
    display: block;
    margin-right: 3%;
    width: 30%;
    padding-bottom: 30%;
    position: relative;
    margin-bottom: 3%;
  }
}
/* line 816, ../scss/style.scss */
.sec_instagram #insta_gal a.insta_single figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
/* line 825, ../scss/style.scss */
.sec_instagram #insta_gal a.dummy {
  background-color: #888;
  background: url(../images/common/dummy_ig.png) center center no-repeat #FFF;
  background-size: cover;
}

@media screen and (max-width: 959px) {
  /* line 832, ../scss/style.scss */
  h2.mark {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 832, ../scss/style.scss */
  h2.mark {
    position: absolute;
    left: 5%;
    top: 30px;
    width: 11.3%;
    max-width: 181px;
  }
}

@media screen and (max-width: 959px) {
  /* line 844, ../scss/style.scss */
  h2.mark_sp {
    position: static;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 321px;
  }
  /* line 850, ../scss/style.scss */
  h2.mark_sp.mark_sp_works {
    margin: 50px auto 30px auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 844, ../scss/style.scss */
  h2.mark_sp {
    display: none !important;
  }
}

/* line 858, ../scss/style.scss */
.abs {
  position: absolute;
}

/******************************************/
/*CONCEPT*/
/******************************************/
/* line 864, ../scss/style.scss */
section.sec_concept {
  position: relative;
  background-image: url(../images/concept/bg_loop.jpg);
  background-repeat: repeat;
  min-height: 200px;
}
@media screen and (max-width: 959px) {
  /* line 864, ../scss/style.scss */
  section.sec_concept {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 871, ../scss/style.scss */
section.sec_concept .section_inner {
  width: 100%;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  /* line 871, ../scss/style.scss */
  section.sec_concept .section_inner {
    height: 2176px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  /* line 871, ../scss/style.scss */
  section.sec_concept .section_inner {
    padding-bottom: 136%;
  }
}
/* line 884, ../scss/style.scss */
section.sec_concept h3 {
  text-align: center;
}
@media screen and (max-width: 960px) {
  /* line 887, ../scss/style.scss */
  section.sec_concept h3 img {
    display: none;
    /*
    width:50%;
    max-width:180px;
    margin-bottom:30px;
    */
  }
}
@media screen and (min-width: 960px) {
  /* line 887, ../scss/style.scss */
  section.sec_concept h3 img {
    width: 18%;
  }
}
@media screen and (max-width: 959px) {
  /* line 901, ../scss/style.scss */
  section.sec_concept .hukidashi1 {
    position: static;
    width: 100%;
    max-width: 298px;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 901, ../scss/style.scss */
  section.sec_concept .hukidashi1 {
    position: absolute;
    width: 39.25%;
    left: 55%;
    top: 6%;
  }
}
@media screen and (max-width: 959px) {
  /* line 915, ../scss/style.scss */
  section.sec_concept .before, section.sec_concept .after {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 915, ../scss/style.scss */
  section.sec_concept .before, section.sec_concept .after {
    width: 39.6%;
    position: absolute;
    left: 5%;
  }
}
@media screen and (min-width: 960px) {
  /* line 926, ../scss/style.scss */
  section.sec_concept .before {
    top: 23.3%;
  }
}
@media screen and (min-width: 960px) {
  /* line 931, ../scss/style.scss */
  section.sec_concept .after {
    top: 70.5%;
  }
}
@media screen and (max-width: 959px) {
  /* line 937, ../scss/style.scss */
  section.sec_concept .before_sp, section.sec_concept .after_sp {
    width: 100%;
    max-width: 300px;
    position: static;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 937, ../scss/style.scss */
  section.sec_concept .before_sp, section.sec_concept .after_sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  /* line 950, ../scss/style.scss */
  section.sec_concept .text.co {
    position: static;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px auto;
    line-height: 2.0;
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  /* line 950, ../scss/style.scss */
  section.sec_concept .text.co {
    position: absolute;
    width: 30.75%;
    left: 58.1%;
    top: 38.6%;
    line-height: 2.0;
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  /* line 969, ../scss/style.scss */
  section.sec_concept .hukidashi2 {
    position: static;
    width: 100%;
    max-width: 323px;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 969, ../scss/style.scss */
  section.sec_concept .hukidashi2 {
    position: absolute;
    width: 39.8%;
    left: 10.75%;
    top: 48.7%;
  }
}
@media screen and (max-width: 959px) {
  /* line 983, ../scss/style.scss */
  section.sec_concept .hukidashi3 {
    position: static;
    width: 100%;
    max-width: 267px;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 983, ../scss/style.scss */
  section.sec_concept .hukidashi3 {
    position: absolute;
    width: 32.9%;
    left: 50.3%;
    top: 59.9%;
  }
}
@media screen and (max-width: 959px) {
  /* line 997, ../scss/style.scss */
  section.sec_concept .illust_ho, section.sec_concept .illust_so, section.sec_concept .illust_ari {
    display: none;
  }
}
/* line 1002, ../scss/style.scss */
section.sec_concept .illust_ho {
  width: 9.625%;
  left: 47%;
  top: 27%;
}
/* line 1007, ../scss/style.scss */
section.sec_concept .illust_so {
  width: 11.1%;
  left: 83.1%;
  top: 68%;
}
/* line 1015, ../scss/style.scss */
section.sec_concept .illust_ari {
  width: 12.0%;
  left: 45.6%;
  top: 80.1%;
}
@media screen and (max-width: 959px) {
  /* line 1020, ../scss/style.scss */
  section.sec_concept .co_text1 {
    position: static;
    width: 100%;
    max-width: 278px;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 1020, ../scss/style.scss */
  section.sec_concept .co_text1 {
    position: absolute;
    width: 30.8%;
    left: 58%;
    top: 38%;
  }
}
@media screen and (max-width: 959px) {
  /* line 1034, ../scss/style.scss */
  section.sec_concept .co_text2 {
    position: static;
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 1034, ../scss/style.scss */
  section.sec_concept .co_text2 {
    position: absolute;
    width: 22.6%;
    left: 61.5%;
    top: 85%;
  }
}

/******************************************/
/*About us*/
/******************************************/
/* line 1065, ../scss/style.scss */
section.sec_about {
  min-height: 300px;
}
/* line 1068, ../scss/style.scss */
section.sec_about .section_inner {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 1065, ../scss/style.scss */
  section.sec_about {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 1079, ../scss/style.scss */
section.sec_about h3 {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  /* line 1085, ../scss/style.scss */
  section.sec_about h3.no_sp img {
    display: none;
    width: 30%;
    max-width: 80px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1085, ../scss/style.scss */
  section.sec_about h3.no_sp img {
    width: 6.68%;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1099, ../scss/style.scss */
  section.sec_about h3.h3_sp img {
    width: 70%;
    max-width: 250px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1107, ../scss/style.scss */
  section.sec_about .illust_api {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 1107, ../scss/style.scss */
  section.sec_about .illust_api {
    position: absolute;
    width: 15.3%;
    left: 30.5%;
    top: 70px;
  }
}
/* line 1118, ../scss/style.scss */
section.sec_about .second_wrapper {
  width: 100%;
}
@media screen and (min-width: 960px) {
  /* line 1118, ../scss/style.scss */
  section.sec_about .second_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 170px;
  }
}
/* line 1129, ../scss/style.scss */
section.sec_about .second_wrapper .about_group {
  padding: 10px;
}
@media screen and (max-width: 959px) {
  /* line 1129, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 60px auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 1129, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group {
    width: 33%;
  }
}
/* line 1140, ../scss/style.scss */
section.sec_about .second_wrapper .about_group .hukidashi_a {
  width: 100%;
}
@media screen and (max-width: 959px) {
  /* line 1140, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .hukidashi_a {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  /* line 1145, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .hukidashi_a img {
    max-width: 403px;
  }
}
/* line 1151, ../scss/style.scss */
section.sec_about .second_wrapper .about_group .hukidashi_a_sp {
  width: 100%;
}
@media screen and (min-width: 960px) {
  /* line 1151, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .hukidashi_a_sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  /* line 1156, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .hukidashi_a_sp img {
    max-width: 240px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1163, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .point {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 15%;
    top: 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1163, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .point {
    margin: 0 auto;
    width: 34.3%;
    max-width: 157px;
    padding: 20px 0;
  }
}
/* line 1179, ../scss/style.scss */
section.sec_about .second_wrapper .about_group .text {
  padding: 0 10px;
}
@media screen and (max-width: 959px) {
  /* line 1179, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .text {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  /* line 1179, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .text {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 959px) and (max-width: 1200px) {
  /* line 1179, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .text {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1201px) {
  /* line 1179, ../scss/style.scss */
  section.sec_about .second_wrapper .about_group .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1194, ../scss/style.scss */
  section.sec_about .third_wrapper {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 1194, ../scss/style.scss */
  section.sec_about .third_wrapper {
    display: table;
    width: 100%;
    max-width: 1210px;
    table-layout: fixed;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 1209, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2 {
    display: table-cell;
    vertical-align: top;
  }
}
@media screen and (min-width: 960px) {
  /* line 1215, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2:nth-child(1) {
    width: 12.9%;
    min-width: 80px;
    max-width: 157px !important;
  }
  /* line 1220, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2:nth-child(1) img {
    max-width: 110px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1225, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2:nth-child(2) {
    width: 65%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* line 1231, ../scss/style.scss */
section.sec_about .third_wrapper .about_group2:nth-child(2) .dan1 {
  padding-top: 5%;
}
@media screen and (max-width: 959px) {
  /* line 1234, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2:nth-child(2) .text {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  /* line 1234, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2:nth-child(2) .text {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 960px) {
  /* line 1238, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2:nth-child(3) {
    width: 21%;
  }
}
/* line 1243, ../scss/style.scss */
section.sec_about .third_wrapper .about_group2:nth-child(3) ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  /* line 1243, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2:nth-child(3) ul li {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  /* line 1243, ../scss/style.scss */
  section.sec_about .third_wrapper .about_group2:nth-child(3) ul li {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 959px) {
  /* line 1254, ../scss/style.scss */
  section.sec_about .third_wrapper_sp .point_alpha_sp {
    width: 100%;
    max-width: 266px;
    margin: 0 auto 30px;
  }
}
/* line 1261, ../scss/style.scss */
section.sec_about .third_wrapper_sp .point_alpha {
  max-width: 112px;
  margin: 0 auto;
}
/* line 1265, ../scss/style.scss */
section.sec_about .third_wrapper_sp .point_alpha_text {
  max-width: 80px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 959px) {
  /* line 1269, ../scss/style.scss */
  section.sec_about .third_wrapper_sp .dan1, section.sec_about .third_wrapper_sp .dan2, section.sec_about .third_wrapper_sp .dan3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1275, ../scss/style.scss */
section.sec_about .third_wrapper_sp .dan1 {
  max-width: 400px;
  margin: 0 auto 30px auto;
  font-size: 20px;
  font-weight: bold;
}
/* line 1281, ../scss/style.scss */
section.sec_about .third_wrapper_sp .dan2 {
  font-size: 18px;
  max-width: 400px;
  margin: 0 auto 30px auto;
}
/* line 1286, ../scss/style.scss */
section.sec_about .third_wrapper_sp .dan3 {
  font-size: 18px;
  max-width: 400px;
  margin: 0 auto;
}
/* line 1290, ../scss/style.scss */
section.sec_about .third_wrapper_sp .dan3 li {
  margin-bottom: 8px;
}

/*******************************************/
/*WORKS*/
/*******************************************/
/* line 1302, ../scss/style.scss */
section.sec_works {
  background-image: url(../images/works/bg_works.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #e3882a;
  position: relative;
}
/* line 1309, ../scss/style.scss */
section.sec_works .section_inner {
  width: 100%;
  position: relative;
  background-color: transparent;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 1309, ../scss/style.scss */
  section.sec_works .section_inner {
    min-height: 500px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  /* line 1309, ../scss/style.scss */
  section.sec_works .section_inner {
    padding-bottom: 167.3%;
    height: 0;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1309, ../scss/style.scss */
  section.sec_works .section_inner {
    height: 2672px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1330, ../scss/style.scss */
  section.sec_works .text1 {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 1330, ../scss/style.scss */
  section.sec_works .text1 {
    position: absolute;
    width: 6.75%;
    left: 4.62%;
    top: 17.6%;
  }
}
@media screen and (max-width: 959px) {
  /* line 1341, ../scss/style.scss */
  section.sec_works .photo1, section.sec_works .photo2, section.sec_works .photo3 {
    width: 100%;
    margin: 0 auto 30px auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1341, ../scss/style.scss */
  section.sec_works .photo1, section.sec_works .photo2, section.sec_works .photo3 {
    position: absolute;
    width: 37.5%;
  }
}
@media screen and (min-width: 960px) {
  /* line 1352, ../scss/style.scss */
  section.sec_works .photo1 {
    left: 19.5%;
    top: 12.5%;
  }
}
@media screen and (min-width: 960px) {
  /* line 1358, ../scss/style.scss */
  section.sec_works .photo2 {
    left: 60.9%;
    top: 21.4%;
  }
}
@media screen and (min-width: 960px) {
  /* line 1364, ../scss/style.scss */
  section.sec_works .photo3 {
    left: 19.5%;
    top: 43.8%;
  }
}
@media screen and (max-width: 959px) {
  /* line 1371, ../scss/style.scss */
  section.sec_works .illust1 {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 1371, ../scss/style.scss */
  section.sec_works .illust1 {
    position: absolute;
    width: 15.8%;
    left: 5.3%;
    top: 35.3%;
  }
}
@media screen and (max-width: 959px) {
  /* line 1382, ../scss/style.scss */
  section.sec_works .illust2 {
    position: static;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  /* line 1382, ../scss/style.scss */
  section.sec_works .illust2 {
    position: absolute;
    width: 33.3%;
    left: 62.1%;
    top: 44.6%;
  }
}
@media screen and (max-width: 959px) {
  /* line 1396, ../scss/style.scss */
  section.sec_works .illust3 {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 1396, ../scss/style.scss */
  section.sec_works .illust3 {
    position: absolute;
    width: 87.0%;
    left: 6.8%;
    top: 67%;
  }
}

/******************************************/
/*Google Map*/
/******************************************/
/* line 1412, ../scss/style.scss */
.googlemap_wrapper {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 959px) {
  /* line 1412, ../scss/style.scss */
  .googlemap_wrapper {
    max-width: 500px;
    width: 100%;
    padding-bottom: 70%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  /* line 1412, ../scss/style.scss */
  .googlemap_wrapper {
    max-width: 870px;
    width: 54.3%;
    position: relative;
    padding-bottom: 54.3%;
    left: 40.8%;
    height: 0;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1412, ../scss/style.scss */
  .googlemap_wrapper {
    width: 870px;
    height: 870px;
    left: 40.8%;
    padding-bottom: 0;
  }
}
/* line 1437, ../scss/style.scss */
.googlemap_wrapper iframe, .googlemap_wrapper obj, .googlemap_wrapper embed, .googlemap_wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******************************************/
/*Access*/
/******************************************/
/* line 1450, ../scss/style.scss */
section.sec_access {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 1450, ../scss/style.scss */
  section.sec_access {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 1454, ../scss/style.scss */
section.sec_access .gmap_outer_wrapper {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  /* line 1454, ../scss/style.scss */
  section.sec_access .gmap_outer_wrapper {
    padding-top: 160px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1461, ../scss/style.scss */
  section.sec_access .track {
    display: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1246px) {
  /* line 1461, ../scss/style.scss */
  section.sec_access .track {
    position: absolute;
    width: 12.3%;
    left: 10%;
    top: 30%;
  }
}
@media screen and (min-width: 1247px) {
  /* line 1461, ../scss/style.scss */
  section.sec_access .track {
    position: absolute;
    width: 12.3%;
    left: 10%;
    top: 25%;
  }
}
@media screen and (max-width: 959px) {
  /* line 1478, ../scss/style.scss */
  section.sec_access .text_access {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px auto;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1246px) {
  /* line 1478, ../scss/style.scss */
  section.sec_access .text_access {
    position: absolute;
    width: 26.6%;
    left: 5.125%;
    bottom: 0;
    font-size: 16px !important;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1247px) {
  /* line 1478, ../scss/style.scss */
  section.sec_access .text_access {
    position: absolute;
    width: 26.6%;
    left: 5.125%;
    bottom: 0;
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 959px) {
  /* line 1505, ../scss/style.scss */
  section.sec_access .corpinfo {
    width: 100%;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1512, ../scss/style.scss */
  section.sec_access .corpinfo:nth-child(1) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1505, ../scss/style.scss */
  section.sec_access .corpinfo {
    padding-top: 20px;
    font-size: 18px;
    margin-left: auto;
    margin-right: 5%;
    width: 28%;
  }
}

/* line 1525, ../scss/style.scss */
section.sec_staff {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  /* line 1525, ../scss/style.scss */
  section.sec_staff {
    padding-top: 100px !important;
  }
}
/* line 1534, ../scss/style.scss */
section.sec_staff .staff_all {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 1534, ../scss/style.scss */
  section.sec_staff .staff_all {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  /* line 1534, ../scss/style.scss */
  section.sec_staff .staff_all {
    max-width: 1600px;
  }
}
/* line 1544, ../scss/style.scss */
section.sec_staff .name_wrapper_pc {
  position: relative;
  width: 100%;
  padding-bottom: 4.5%;
  /*max-width:1600px;*/
}
@media screen and (max-width: 959px) {
  /* line 1544, ../scss/style.scss */
  section.sec_staff .name_wrapper_pc {
    display: none !important;
  }
}
@media screen and (min-width: 959px) {
  /* line 1544, ../scss/style.scss */
  section.sec_staff .name_wrapper_pc {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1544, ../scss/style.scss */
  section.sec_staff .name_wrapper_pc {
    margin-bottom: 40px;
  }
}
/* line 1559, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .name_outer {
  text-align: center;
}
@media screen and (min-width: 960px) {
  /* line 1559, ../scss/style.scss */
  section.sec_staff .name_wrapper_pc .name_outer {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  /* line 1565, ../scss/style.scss */
  section.sec_staff .name_wrapper_pc .name_outer .name, section.sec_staff .name_wrapper_pc .name_outer .pos {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  /* line 1565, ../scss/style.scss */
  section.sec_staff .name_wrapper_pc .name_outer .name, section.sec_staff .name_wrapper_pc .name_outer .pos {
    display: block;
  }
}
/* line 1573, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .name_outer .name {
  font-size: 26px;
  color: #666;
  font-weight: 800;
  margin-bottom: 20px;
}
/* line 1579, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .name_outer .pos {
  font-size: 18px;
}
/* line 1583, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .ayaka {
  left: 5.5%;
}
/* line 1584, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .shihoko {
  left: 17.5%;
}
/* line 1585, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .tamada {
  left: 31.5%;
}
/* line 1586, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .yuki {
  left: 46.3%;
}
/* line 1587, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .ogawa {
  left: 60%;
}
/* line 1588, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .hirai {
  left: 73%;
}
/* line 1589, ../scss/style.scss */
section.sec_staff .name_wrapper_pc .yoshioka {
  left: 86.5%;
}
/* line 1592, ../scss/style.scss */
section.sec_staff .name_wrapper_sp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 400px;
}
@media screen and (min-width: 960px) {
  /* line 1592, ../scss/style.scss */
  section.sec_staff .name_wrapper_sp {
    display: none;
  }
}
/* line 1603, ../scss/style.scss */
section.sec_staff .name_wrapper_sp > .name_outer {
  text-align: center;
  width: 50%;
  max-width: 200px;
}
/* line 1607, ../scss/style.scss */
section.sec_staff .name_wrapper_sp > .name_outer.yoshioka {
  width: 100% !important;
}
/* line 1610, ../scss/style.scss */
section.sec_staff .name_wrapper_sp > .name_outer .name {
  display: block;
  font-size: 20px;
  color: #666;
  font-weight: 800;
  margin-bottom: 20px;
}
/* line 1617, ../scss/style.scss */
section.sec_staff .name_wrapper_sp > .name_outer .pos {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}

/*****************************************/
/*Footer*/
/*****************************************/
/* line 1631, ../scss/style.scss */
footer {
  background-image: url(../images/footer/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  /* line 1631, ../scss/style.scss */
  footer {
    height: 100px;
    background-size: cover;
  }
}
@media screen and (min-width: 960px) {
  /* line 1631, ../scss/style.scss */
  footer {
    height: 11vw;
    max-height: 188px;
    background-size: 100%;
  }
}
/* line 1651, ../scss/style.scss */
footer .copy {
  color: #524741;
}
@media screen and (max-width: 400px) {
  /* line 1651, ../scss/style.scss */
  footer .copy {
    display: block;
    line-height: 1.5;
    position: absolute;
    margin: auto;
    text-align: left;
    width: 100%;
    max-width: 21em;
    height: 2.5em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 401px) and (max-width: 959px) {
  /* line 1651, ../scss/style.scss */
  footer .copy {
    display: block;
    line-height: 1.5;
    position: absolute;
    margin: auto;
    text-align: left;
    width: 100%;
    max-width: 22em;
    height: 2.5em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1651, ../scss/style.scss */
  footer .copy {
    position: absolute;
    bottom: 40px;
    right: 100px;
    text-align: right;
    font-size: 18px;
  }
}

/******************************************/
/*PopUp Renovation*/
/******************************************/
/* line 1697, ../scss/style.scss */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

/* line 1704, ../scss/style.scss */
.modal__bg {
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 888;
}

/* line 1711, ../scss/style.scss */
.modal__content {
  overflow-y: scroll;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 889;
  height: 100vh;
}
/* line 1721, ../scss/style.scss */
.modal__content .modal_content_inner {
  position: relative;
  padding: 80px 0;
  width: 100%;
  height: auto;
  background-image: url(../images/concept/bg_loop.jpg);
  background-repeat: repeat;
  background-size: 400px 400px;
}
/* line 1729, ../scss/style.scss */
.modal__content .modal_content_inner:before, .modal__content .modal_content_inner:after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  background-image: url(../images/popup/shasen.png);
  background-repeat: repeat-x;
  background-size: 77px 70px;
}
/* line 1738, ../scss/style.scss */
.modal__content .modal_content_inner:before {
  left: 0;
  top: 0;
}
/* line 1742, ../scss/style.scss */
.modal__content .modal_content_inner:after {
  left: 0;
  bottom: 0;
}
/* line 1747, ../scss/style.scss */
.modal__content .modal_title {
  display: block;
  margin: 0 auto 60px auto;
  max-width: 334px;
}
@media screen and (max-width: 959px) {
  /* line 1747, ../scss/style.scss */
  .modal__content .modal_title {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  /* line 1747, ../scss/style.scss */
  .modal__content .modal_title {
    width: 30%;
  }
}
/* line 1758, ../scss/style.scss */
.modal__content h2 {
  text-align: center;
}
/* line 1761, ../scss/style.scss */
.modal__content .flex_wrapper {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 1761, ../scss/style.scss */
  .modal__content .flex_wrapper {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  /* line 1761, ../scss/style.scss */
  .modal__content .flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* line 1775, ../scss/style.scss */
.modal__content .group {
  display: block;
}
@media screen and (max-width: 959px) {
  /* line 1775, ../scss/style.scss */
  .modal__content .group {
    width: 100%;
  }
  /* line 1779, ../scss/style.scss */
  .modal__content .group:nth-child(1) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1775, ../scss/style.scss */
  .modal__content .group {
    width: 38%;
    max-width: 500px;
  }
  /* line 1786, ../scss/style.scss */
  .modal__content .group:nth-child(1) {
    margin-right: 11%;
  }
  /* line 1789, ../scss/style.scss */
  .modal__content .group:nth-child(2) {
    margin-left: 11%;
  }
}
/* line 1793, ../scss/style.scss */
.modal__content .group figure {
  width: 100%;
  margin-bottom: 30px;
}
/* line 1797, ../scss/style.scss */
.modal__content .group p.text {
  width: 100%;
  font-size: 18px;
}
/* line 1802, ../scss/style.scss */
.modal__content .js-modal-close {
  font-size: 24px;
}

/************************************************/
/*Contact*/
/************************************************/
/* line 1810, ../scss/style.scss */
.contact h2, .contact h3, .contact h4 {
  text-align: center;
  margin-bottom: 40px;
}
/* line 1814, ../scss/style.scss */
.contact p.text {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  /* line 1817, ../scss/style.scss */
  .contact .under_header_contact {
    height: 0;
  }
}
@media screen and (min-width: 960px) {
  /* line 1817, ../scss/style.scss */
  .contact .under_header_contact {
    height: 230px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1825, ../scss/style.scss */
  .contact section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1825, ../scss/style.scss */
  .contact section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1835, ../scss/style.scss */
.contact #formWrap {
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  /* line 1835, ../scss/style.scss */
  .contact #formWrap {
    max-width: 400px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1835, ../scss/style.scss */
  .contact #formWrap {
    max-width: 600px;
  }
}
/* line 1844, ../scss/style.scss */
.contact form {
  margin-bottom: 40px;
}
/* line 1846, ../scss/style.scss */
.contact form input[type="text"], .contact form textarea, .contact form select {
  padding: 5px;
}
/* line 1849, ../scss/style.scss */
.contact form textarea {
  display: block;
  width: 100%;
}
/* line 1854, ../scss/style.scss */
.contact table.formTable {
  width: 100%;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 960px) {
  /* line 1854, ../scss/style.scss */
  .contact table.formTable {
    table-layout: fixed;
  }
}
/* line 1864, ../scss/style.scss */
.contact table.formTable th, .contact table.formTable td {
  text-align: left;
}
@media screen and (max-width: 959px) {
  /* line 1864, ../scss/style.scss */
  .contact table.formTable th, .contact table.formTable td {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  /* line 1870, ../scss/style.scss */
  .contact table.formTable th {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1870, ../scss/style.scss */
  .contact table.formTable th {
    width: 30%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  /* line 1880, ../scss/style.scss */
  .contact table.formTable td {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1880, ../scss/style.scss */
  .contact table.formTable td {
    padding-bottom: 20px;
  }
}
/* line 1890, ../scss/style.scss */
.contact .error_msg {
  line-height: 1.5;
}
/* line 1892, ../scss/style.scss */
.contact .error_msg .error_messe {
  margin-bottom: .5em;
  color: #F00;
}

/**************************************/
/*Privacy Policy*/
/**************************************/
@media screen and (max-width: 959px) {
  /* line 1901, ../scss/style.scss */
  main.privacy {
    margin: 0 auto;
    padding: 60px 10px;
  }
}
@media screen and (min-width: 960px) {
  /* line 1901, ../scss/style.scss */
  main.privacy {
    margin: 0 auto;
    padding: 350px 20px 0 20px;
    max-width: 1200px;
  }
}
/* line 1911, ../scss/style.scss */
main.privacy h1, main.privacy h2, main.privacy h3 {
  font-size: 18px !important;
  margin-bottom: 1em !important;
}
/* line 1915, ../scss/style.scss */
main.privacy p.text {
  font-size: 16px !important;
}
/* line 1918, ../scss/style.scss */
main.privacy section {
  margin: 0 auto !important;
  padding: 20px 0 !important;
}
/* line 1922, ../scss/style.scss */
main.privacy ul {
  margin-top: 1em;
}
/* line 1924, ../scss/style.scss */
main.privacy ul li {
  text-indent: -1em;
  padding-left: 1em;
}
/* line 1927, ../scss/style.scss */
main.privacy ul li:before {
  content: "・";
}
