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

body {
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', serif;
  min-width: 1200px;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 3vw;
	 min-width: 0;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}

.wrapper {

}

@media screen and (max-width: 959px) {

}

a {
  text-decoration: none;
  transition: 0.5s;
}

a:hover img{
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}

@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input,select,button,optgroup,textarea {
  font-family: inherit;
    appearance: none;
  background: none;
  border:none;
  outline: 0;
  margin:0;
  padding:0;
}
button {
  font-weight:inherit;
}
button,input {
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border:0;
  padding:0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline:1px dotted ButtonText;
}
button,select {
  cursor:pointer;
  text-transform:none;
}
[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
  border:none;
}
select::-ms-expand {
  display: none;
}

/* --------------------------------
 * header
 * -------------------------------- */
.select_wrapper .header {
  width: 100%;
  background-color: #CFB691;
  height: 60px;
}
@media screen and (max-width: 959px) {
  .select_wrapper .header {
    height: 52px;
  }
}
.select_wrapper .header .logo{
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Cinzel', serif;
  font-size: 2.6rem;
  padding-top: 18px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .select_wrapper .header .logo{
    font-size: 1.8rem;
    padding-left: 30px;
  }
}
.select_wrapper .header .logo:before{
  content: "";
  position: absolute;
  top: 10px;
  left: -56px;
  z-index: 1;
  display: block;
  width: 39px;
  height: 38px;
  background-image: url(../images/logo_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 959px) {
  .select_wrapper .header .logo:before{
    width: 25px;
    height: 24px;
    left: -10px;
    top: 14px;
  }
}

/* --------------------------------
 * MV
 * -------------------------------- */
.select_wrapper .mv{
  position: relative;
  background-image: url(../images/select/mv.jpg);
  background-size: cover;
  background-position: center;
  height: 480px;
}
@media screen and (max-width: 959px) {
  .select_wrapper .mv{
    background-image: url(../images/select/mv_sp.jpg);
    height: 270px;
  }
}
.select_wrapper .mv .title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  font-size: 4.2rem;
  color: #fff;
  filter: drop-shadow(5px 3px 5px #666);
}
@media screen and (max-width: 959px) {
  .select_wrapper .mv .title{
    font-size: 2.7rem;
    line-height: 1.4;
    bottom: 20px;
  }
}
.select_wrapper .mv .title span{
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 2.6rem;
  padding-top: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .select_wrapper .mv .title span{
    font-size: 1.3rem;
    padding-top: 10px;
  }
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  width: 100%;
  padding: 5% 0 0;
  background-color: #af8f60;
}
@media screen and (max-width: 959px) {
  .footer {
    margin: -5% 0 0;
    padding: 10% 0 0;
  }
}
.footer .f_logo {
  width: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .footer .f_logo {
    width: 8%;
  }
}
.footer .text {
  color: #fff;
  padding: 2% 0;
  letter-spacing: 1px;
  font-family: 'Cinzel', serif;
}
.footer .text_1 {
 line-height: 1.5em;/*201906*/
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .footer .text {
    padding: 5% 0;
  }
}
.footer .text_1 {
  color: #fff;
  padding: 0 0 2%;
}
@media screen and (max-width: 959px) {
  .footer .text_1 {
    padding: 0 0 5%;
  }
}
.footer .text_2 {
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 2.5rem;
}
.footer a {
  font-family: 'Cinzel', serif;
  font-size: 4.5vw;
  color: #fff;
}
.footer .text_3 {
  font-size: 1.5rem;
  color: #fff;
  padding: 0 0 2%;
  font-family: 'Cinzel', serif;
}
@media screen and (max-width: 959px) {
  .footer .text_3 {
    font-size: 1.8vw;
    padding: 2% 0 5%;
  }
}

/*---------------------------------------------
  contents_wrapper
  ---------------------------------------------*/
.contents_wrapper{
  padding-top: 70px;
  padding-bottom: 106px;
}
@media screen and (max-width: 959px) {
  .contents_wrapper{
     padding-top: 30px;
     padding-bottom: 46px;
  }
}
.contents_wrapper .text{
  font-size: 2.8rem;
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .contents_wrapper .text{
    font-size: 1.8rem;
    line-height: 1.6;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.contents_wrapper .text:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: block;
  width: 142px;
  height: 44px;
  background-image: url(../images/select/decoration.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 959px) {
  .contents_wrapper .text:before{
    width: 122px;
    height: 38px;
  }
}
.contents_wrapper .btn_wrapper{
  display: flex;
  justify-content: space-between;
  width: 924px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .contents_wrapper .btn_wrapper{
    display: block;
    width: 100%;
  }
}
.contents_wrapper .contents{
  position: relative;
  width: 444px;
  height: 212px;
}
@media screen and (max-width: 959px) {
  .contents_wrapper .contents{
    width: 82%;
    height: 160px;
    margin: 0 auto 24px;
  }
}
.contents_wrapper .contents:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 439px;
  height: 207px;
  border: solid 1px #B88F54;
}
@media screen and (max-width: 959px) {
  .contents_wrapper .contents:before{
    width: 100%;
    height: 160px;
  }
}
.contents_wrapper .contents:after{
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 439px;
  height: 207px;
  border: solid 1px #CFB691;
}
@media screen and (max-width: 959px) {
  .contents_wrapper .contents:after{
    width: 100%;
    height: 160px;
  }
}
.contents_wrapper .text02{
  font-size: 2.4rem;
  color: #69491B;
  line-height: 1.4;
  padding-top: 36px;
}
@media screen and (max-width: 959px) {
  .contents_wrapper .text02{
    font-size: 1.8rem;
    line-height: 1.6;
    padding-top: 26px;
  }
}
.contents_wrapper .formbtn{
  background-color: #CFB691;
  width: 196px;
  height: 42px;
  margin: 24px auto 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position:relative;
  z-index: 1;
  transition: 0.6s;
}
@media screen and (max-width: 959px) {
  .contents_wrapper .formbtn{
    width: 180px;
    height: 40px;
    margin: 14px auto 0;
  }
}
.contents_wrapper .formbtn:hover{
  opacity: 0.6;
}
.contents_wrapper input {
  cursor: pointer;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .contents_wrapper input {
    font-size: 1.4rem;
  }
}
.contents_wrapper .formbtn:after{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  transition: .2s;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  transform: rotate(45deg);
}
.contents_wrapper a.formbtn{
  color: #fff;
}
@media screen and (max-width: 959px) {
  .contents_wrapper a.formbtn{
    font-size: 1.4rem;
  }
}


