@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#loading {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 999999;
  transition: all 0.5s ease-out 0.01s;
}
#loading.active {
  opacity: 0;
  pointer-events: none;
}

#section_back_slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

#section01_style {
  width: 100%;
  padding-top: 120px;
  color: #4d4d4d;
  padding-bottom: 5vw;
}
@media screen and (max-width:800px) {
  #section01_style {
    padding-top: 70px;
  }
}
#section01_style .section__in {
  width: calc(100% - 60px);
  /*max-width: 1324px;*/
  /*max-width: 1324px;*/
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section01_style .section__in {
    width: 90%;
  }
}
#section01_style figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#section01_style .title_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
#section01_style .title_area .ttl01 {
  width: 70.88%;
}
#section01_style .title_area .ttl01 .ttl01__in {
  width: 100%;
  background-color: #fff;
  padding-left: calc((100vw - 1200px - 80px) / 2);
  padding-top: 50px;
  margin-top: -102px;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in {
    padding-left: 4%;
    padding-top: 3.4246575342vw;
    margin-top: -6.9863013699vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in {
    padding-top: 5vw;
    margin-top: -6.9863013699vw;
    padding-left: 0%;
    padding-right: 1em;
  }
}
#section01_style .title_area .ttl01 .ttl01__in h1 {
  margin-bottom: 28px;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in h1 {
    margin-bottom: 1.9178082192vw;
  }
}
#section01_style .title_area .ttl01 .ttl01__in h1 img {
  width: auto;
  height: 55px;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in h1 img {
    height: 3.7671232877vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in h1 img {
    height: 5.8vw;
  }
}
#section01_style .title_area .ttl01 .ttl01__in .base_text {
  line-height: 160%;
  margin-bottom: 100px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 6.8493150685vw;
    font-size: 1.2328767123vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 0px;
    font-size: 3.2vw;
  }
}
#section01_style .title_area .ttl01 .ttl01__in .base_text3 {
  line-height: 160%;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in .base_text3 {
    margin-bottom: 3.4246575342vw;
    font-size: 1.2328767123vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in .base_text3 {
    margin-bottom: 0px;
    font-size: 3.2vw;
  }
}
#section01_style .title_area .ttl01 .ttl01__in ul.pclist {
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in ul.pclist {
    font-size: 1.1643835616vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in ul.pclist {
    display: none;
  }
}
#section01_style .title_area .ttl01 .ttl01__in ul.pclist li {
  display: inline-block;
  margin-right: 3em;
}
#section01_style .title_area .ttl01 .ttl01__in ul.pclist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
#section01_style .title_area .ttl02 {
  width: 29.12%;
}
#section01_style .title_area .ttl02 .ttl02__in {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/products/option/img_line.svg) repeat-y center;
  background-size: 100% auto;
}
#section01_style ul.splist {
  display: flex;
  justify-content: flex-start;
  margin-top: 10vw;
  display: none;
}
@media screen and (max-width:1460px) {
  #section01_style ul.splist {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style ul.splist {
    display: flex;
    font-size: 3.4vw;
    flex-wrap: wrap;
  }
}
#section01_style ul.splist li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
#section01_style ul.splist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
  padding: 0.65em 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
#section01_style ul.splist li a::after {
  content: "";
  background: url(../images/icon_yaji2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1em;
  height: 1em;
}

#section_lasts {
  width: 100%;
  padding-top: 50px;
  color: #4d4d4d;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section_lasts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#section_lasts .section__in {
  width: 90%;
  max-width: 1324px;
  margin: 0 auto;
}
#section_lasts figure {
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_lasts figure {
    border-radius: 4px;
  }
}

#section02_style {
  width: 90%;
  margin: 0 auto;
  padding: 44px 0 150px 0;
}
@media screen and (max-width:800px) {
  #section02_style {
    padding: 40px 0 60px 0;
  }
}
#section02_style .section__in {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#section02_style .section__in .inbox {
  width: 100%;
  padding: 30px 20px 60px 20px;
  border-bottom: 1px solid #828282;
}
#section02_style .section__in .inbox.first {
  border-top: 1px solid #828282;
}
@media screen and (max-width:800px) {
  #section02_style .section__in .inbox {
    padding: 5vw 0px 5vw 0;
  }
}
#section02_style h2.h2title {
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #828282;
  margin-bottom: 0px;
  letter-spacing: 0.15em;
  padding-left: 20px;
}
@media screen and (max-width:800px) {
  #section02_style h2.h2title {
    padding-left: 0px;
  }
}
#section02_style .block_wrap .block {
  margin-top: 182px;
}
#section02_style .block_wrap .block:first-child {
  margin-top: 0;
}
@media screen and (max-width:800px) {
  #section02_style .block_wrap .block {
    margin-top: 19vw;
  }
}
#section02_style .block_wrap .block .block_title {
  border-bottom: 1px solid #959595;
  letter-spacing: 0.05em;
  padding: 0 20px;
  padding-bottom: 17px;
  color: #4D4D4D;
}
@media screen and (max-width:800px) {
  #section02_style .block_wrap .block .block_title {
    padding: 0 5%;
    padding-bottom: 3vw;
  }
}
#section02_style .block_wrap .block .list {
  margin-top: 47px;
  padding: 0 20px;
}
@media screen and (max-width:800px) {
  #section02_style .block_wrap .block .list {
    padding: 0 5%;
    margin-top: 8vw;
  }
}
#section02_style .block_wrap .block .list .list_item {
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section02_style .block_wrap .block .list .list_item {
    margin-top: 10vw;
  }
}
#section02_style .block_wrap .block .list .list_item:first-child {
  margin-top: 0;
}
#section02_style .block_wrap .block .list .list_item .content_wrap {
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section02_style .block_wrap .block .list .list_item .content_wrap {
    margin-top: 3vw;
  }
}
#section02_style .block_wrap .block .list .list_item .content_wrap p {
  color: #4D4D4D;
  letter-spacing: 0.1em;
}
#section02_style .block_wrap .block .list .list_item .content_wrap.content_wrap--flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#section02_style .block_wrap .block .list .list_item .content_wrap.content_wrap--flex .flex_img_item {
  width: 34%;
  min-width: 34%;
}
#section02_style .block_wrap .block .list .list_item .content_wrap.content_wrap--flex .flex_img_item figcaption {
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.1em;
  color: #4D4D4D;
}

/***media***/
.select-media_after {
  position: relative;
  width: 5em;
  font-size: 30px;
}
@media screen and (max-width:800px) {
  .select-media_after {
    font-size: 5vw;
  }
}
.select-media_after::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.75em;
  height: 0.75em;
  right: 0em;
  background: url(../images/icon_pull.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  pointer-events: none;
}
@media screen and (max-width:800px) {
  .select-media_after::after {
    right: 0em;
    font-size: 5vw;
    width: 0.75em;
    height: 0.75em;
  }
}

.select-media {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  color: #4D4D4D;
  cursor: pointer;
  font-family: inherit;
  font-size: 30px;
  padding: 8px 8px 8px 0px;
  width: 5em;
  position: relative;
  border: 0;
  background-color: #fff;
  color: #4d4d4d;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
}
@media screen and (max-width:800px) {
  .select-media {
    font-size: 5vw;
  }
}

.select-media::-ms-expand {
  display: none;
}

.select-media:focus {
  border: 0px solid rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}

/*****page_navi********/
.page_navi {
  text-align: center;
  margin-top: 50px;
  width: 115%;
  margin-left: -7.5%;
}
.page_navi ul.page_navi__in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width:800px) {
  .page_navi ul.page_navi__in {
    font-size: 3.2vw;
  }
}
.page_navi ul.page_navi__in li {
  margin: 0 0.35em 0.35em 0.35em;
}
.page_navi ul.page_navi__in li a.no {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  border: 0px solid #0D6521;
  color: #4d4d4d;
  transition: all 0.4s ease-out 0.01s;
  text-align: center;
  border-radius: 50%;
}
.page_navi ul.page_navi__in li a.no.active {
  color: #F89432;
}
.page_navi ul.page_navi__in li a.no:hover {
  opacity: 0.7;
}
.page_navi ul.page_navi__in li a.no span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 0.1em;
}
@media screen and (max-width:800px) {
  .page_navi ul.page_navi__in li a.no span {
    padding-bottom: 0.1em;
  }
}
.page_navi ul.page_navi__in li span.tens {
  padding: 0.2em 0.25em 0.35em 0.25em;
  color: #000;
  display: block;
}
.page_navi ul.page_navi__in li a.prev, .page_navi ul.page_navi__in li a.next {
  padding: 0.1em 0.5em 0.35em 0.5em;
  color: #F89432;
  font-size: 125%;
  font-weight: 500;
  display: block;
  transition: all 0.4s ease-out 0.01s;
}
.page_navi ul.page_navi__in li a.prev span.pre, .page_navi ul.page_navi__in li a.next span.pre {
  font-size: 80%;
  display: inline-block;
  color: #000;
  vertical-align: 0.2em;
  padding-left: 0.25em;
}
.page_navi ul.page_navi__in li a.prev span.nex, .page_navi ul.page_navi__in li a.next span.nex {
  font-size: 80%;
  display: inline-block;
  color: #000;
  vertical-align: 0.2em;
  padding-right: 0.25em;
}
.page_navi ul.page_navi__in li a.prev:hover, .page_navi ul.page_navi__in li a.next:hover {
  opacity: 0.7;
}
.page_navi ul.page_navi__in li a.prev i, .page_navi ul.page_navi__in li a.next i {
  width: 0.4em;
  display: inline-block;
  margin: 0 0.2em;
  vertical-align: 0.2em;
}

#section02_more {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02_more {
    padding: 40px 0 60px 0;
  }
}
#section02_more .section__in {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#section02_more .section__in .inbox_more {
  width: 100%;
  padding: 30px 20px 60px 20px;
  border-bottom: 0px solid #828282;
}
#section02_more .section__in .inbox_more.first {
  border-top: 1px solid #828282;
}
@media screen and (max-width:800px) {
  #section02_more .section__in .inbox_more {
    padding: 5vw 0px 5vw 0;
  }
}
#section02_more h2.h2title {
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #828282;
  margin-bottom: 0px;
  letter-spacing: 0.15em;
  padding-left: 20px;
}
@media screen and (max-width:800px) {
  #section02_more h2.h2title {
    padding-left: 0px;
  }
}

p.text_letter {
  letter-spacing: 0.025em !important;
}/*# sourceMappingURL=option.css.map */