@charset "UTF-8";
/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  color: #333;
  background-color: #f1f1f1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

.main {
  display: block;
}

img {
  vertical-align: middle;
  border: none;
  width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body {
  background-image: url("../image/ichimatu_ptn_02.png");
  background-color: #a7862d;
  font-family: "MS UI Gothic";
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  width: 100%;
  padding-top: 44.7916%;
  margin-top: 1.25%;
}

@media screen and (max-width: 768px) {
  .container {
    display: block;
    padding-top: 100%;
    margin-top: 0;
  }
}

.header {
  position: absolute;
  top: 0;
  width: 61.8047%;
  height: 100%;
  background: url("../image/sun_bg.gif") no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
  }
}

.header figure {
  position: absolute;
}

.header__box {
  position: relative;
  width: 100%;
  height: 100%;
}

.header__bg {
  width: 55.5%;
  left: -0.5%;
  bottom: -3%;
}

@media screen and (max-width: 768px) {
  .header__bg {
    width: 76.5%;
  }
}

.header__bg_02 {
  top: 13.9%;
  left: 9%;
  width: 14.406%;
}

@media screen and (max-width: 768px) {
  .header__bg_02 {
    top: 18%;
    left: 16%;
  }
}

.header__bg_03 {
  top: 73%;
  left: -5%;
  width: 32.4347%;
}

.header__bg_04 {
  top: 22.5%;
  left: 60%;
  width: 32.4347%;
}

.header__ttl {
  position: absolute;
  width: 36.647%;
  right: 4.04043%;
  bottom: 3.6647%;
}

.icon_list {
  position: absolute;
  width: 36.94271%;
  right: 4.04043%;
  bottom: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .icon_list {
    width: 37.2%;
    bottom: 21%;
  }
}

.icon_list__item {
  margin-right: 3.5%;
}

.icon_list__item:last-child {
  margin-right: 0;
}

.icon_list__link img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icon_list__link img:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../image/ichimatu_ptn.png");
  width: 38.1953%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    top: 100%;
    background-color: #fafafa;
  }
}

.main__img_01 {
  width: 14.32469%;
  margin: 0 auto;
  padding-top: 10.46511%;
}

.main__img_02 {
  position: relative;
  width: 71.07776%;
  margin: 0 auto;
  padding-top: 12%;
  z-index: 10;
}

.main__img_02::after {
  content: "";
  position: absolute;
  background: url("../image/ushi_stanp.png") no-repeat;
  width: 11.32332%;
  padding-top: 11.32332%;
  background-size: contain;
  bottom: -54px;
  right: 0%;
}

.main__img_03 {
  width: 26.33015%;
  margin: 0 auto;
  padding-top: 18%;
}

@media screen and (max-width: 768px) {
  .main__img_03 {
    width: 21%;
    padding-top: 15%;
  }
}

.main__img_04 {
  position: absolute;
  bottom: 24%;
  width: 37%;
  left: 2%;
  display: none;
}

@media screen and (max-width: 768px) {
  .main__img_04 {
    bottom: 18%;
  }
}

.main_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_inner::after {
  content: "";
  position: absolute;
  left: 4.09276%;
  bottom: 0;
  width: 1.3642%;
  height: 100%;
  background-color: #d5aa35;
}

.main_inner::before {
  content: "";
  position: absolute;
  right: 4.09276%;
  bottom: 0;
  width: 1.3642%;
  height: 100%;
  background-color: #d5aa35;
}

.header__bg_02 {
  -webkit-animation: move 0.1s infinite linear alternate;
  animation: move 0.1s infinite linear alternate;
}

.header__bg_03 {
  -webkit-animation: move 5s infinite linear alternate;
  animation: move 5s infinite linear alternate;
}

.header__bg_04 {
  -webkit-animation: move_02 5s infinite linear alternate;
  animation: move_02 5s infinite linear alternate;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-webkit-keyframes move_02 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-webkit-keyframes move_03 {
  0% {
    -webkit-transform: translate(-1px, 0);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(1px, 0);
  }
}

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